@digital-ai/dot-illustrations 1.0.32 → 2.0.1
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 +2 -1
- package/demo/demo.css +89 -38
- package/demo/index.html +5 -1202
- package/demo/script.js +198 -47
- package/illustrations/dark/dashboards/CRP-failure-prediction-monitoring.svg +23 -0
- package/illustrations/dark/dashboards/analysis.svg +96 -0
- package/illustrations/dark/dashboards/automation.svg +63 -0
- package/illustrations/dark/dashboards/burn-down.svg +38 -0
- package/illustrations/dark/dashboards/burn-up.svg +38 -0
- package/illustrations/dark/dashboards/change-credit-score.svg +22 -0
- package/illustrations/dark/dashboards/change-data-quality.svg +24 -0
- package/illustrations/dark/dashboards/change-executive.svg +21 -0
- package/illustrations/dark/dashboards/change-failure-factors.svg +26 -0
- package/illustrations/dark/dashboards/change-failure-prediction.svg +25 -0
- package/illustrations/dark/dashboards/change-impact-detection.svg +21 -0
- package/illustrations/dark/dashboards/change-impact-hotspots.svg +25 -0
- package/illustrations/dark/dashboards/custom.svg +31 -0
- package/illustrations/dark/dashboards/defect.svg +34 -0
- package/illustrations/dark/dashboards/dependency.svg +61 -0
- package/{dashboards/dark/digitalai/digitalai-dora-dark.svg → illustrations/dark/dashboards/dora.svg} +12 -7
- package/illustrations/dark/dashboards/executive.svg +21 -0
- package/illustrations/dark/dashboards/hange-impact.svg +51 -0
- package/illustrations/dark/dashboards/item.svg +33 -0
- package/illustrations/dark/dashboards/late-task.svg +61 -0
- package/illustrations/dark/dashboards/onboarding.svg +19 -0
- package/illustrations/dark/dashboards/workflow.svg +66 -0
- package/illustrations/dark/global/add-new-grid.svg +104 -0
- package/illustrations/dark/global/add-new.svg +16 -0
- package/illustrations/dark/global/add-team.svg +25 -0
- package/illustrations/dark/global/add-user.svg +18 -0
- package/illustrations/dark/global/assets.svg +45 -0
- package/illustrations/dark/global/chart.svg +29 -0
- package/illustrations/dark/global/community.svg +41 -0
- package/illustrations/dark/global/dependency-down.svg +38 -0
- package/illustrations/dark/global/dependency-up.svg +38 -0
- package/illustrations/dark/global/disconnected.svg +21 -0
- package/illustrations/dark/global/done.svg +17 -0
- package/illustrations/dark/global/empty.svg +19 -0
- package/illustrations/dark/global/favorite.svg +39 -0
- package/illustrations/dark/global/features.svg +102 -0
- package/illustrations/dark/global/launch.svg +92 -0
- package/illustrations/dark/global/no-files.svg +21 -0
- package/illustrations/dark/global/nothing-defined.svg +17 -0
- package/illustrations/dark/global/password-token.svg +25 -0
- package/illustrations/dark/global/reports.svg +63 -0
- package/illustrations/dark/global/survey.svg +30 -0
- package/illustrations/dark/global/user.svg +9 -0
- package/illustrations/dark/global/work-item.svg +42 -0
- package/illustrations/light/dashboards/CRP-failure-prediction-monitoring.svg +23 -0
- package/illustrations/light/dashboards/analysis.svg +96 -0
- package/illustrations/light/dashboards/automation.svg +63 -0
- package/illustrations/light/dashboards/burn-down.svg +38 -0
- package/illustrations/light/dashboards/burn-up.svg +38 -0
- package/illustrations/light/dashboards/change-credit-score.svg +22 -0
- package/illustrations/light/dashboards/change-data-quality.svg +24 -0
- package/illustrations/light/dashboards/change-executive.svg +21 -0
- package/illustrations/light/dashboards/change-failure-factors.svg +26 -0
- package/illustrations/light/dashboards/change-failure-prediction.svg +25 -0
- package/illustrations/light/dashboards/change-impact-detection.svg +21 -0
- package/illustrations/light/dashboards/change-impact-hotspots.svg +25 -0
- package/illustrations/light/dashboards/custom.svg +31 -0
- package/illustrations/light/dashboards/defect.svg +34 -0
- package/illustrations/light/dashboards/dependency.svg +61 -0
- package/{dashboards/light/digitalai/digitalai-dora-light.svg → illustrations/light/dashboards/dora.svg} +13 -8
- package/illustrations/light/dashboards/executive.svg +21 -0
- package/illustrations/light/dashboards/hange-impact.svg +51 -0
- package/illustrations/light/dashboards/item.svg +33 -0
- package/illustrations/light/dashboards/late-task.svg +61 -0
- package/illustrations/light/dashboards/onboarding.svg +19 -0
- package/illustrations/light/dashboards/workflow.svg +66 -0
- package/illustrations/light/global/add-new-grid.svg +104 -0
- package/illustrations/light/global/add-new.svg +16 -0
- package/illustrations/light/global/add-team.svg +25 -0
- package/illustrations/light/global/add-user.svg +18 -0
- package/illustrations/light/global/assets.svg +44 -0
- package/illustrations/light/global/chart.svg +29 -0
- package/illustrations/light/global/community.svg +41 -0
- package/illustrations/light/global/dependency-down.svg +38 -0
- package/illustrations/light/global/dependency-up.svg +38 -0
- package/illustrations/light/global/disconnected.svg +21 -0
- package/illustrations/light/global/done.svg +17 -0
- package/illustrations/light/global/empty.svg +19 -0
- package/illustrations/light/global/favorite.svg +39 -0
- package/illustrations/light/global/features.svg +102 -0
- package/illustrations/light/global/launch.svg +92 -0
- package/illustrations/light/global/no-files.svg +21 -0
- package/illustrations/light/global/nothing-defined.svg +17 -0
- package/illustrations/light/global/password-token.svg +30 -0
- package/illustrations/light/global/reports.svg +63 -0
- package/illustrations/light/global/survey.svg +30 -0
- package/illustrations/light/global/user.svg +9 -0
- package/illustrations/light/global/work-item.svg +42 -0
- package/index.css +187 -754
- package/integrations/demo/index.html +2 -2
- package/integrations/demo/script.js +3 -4
- package/integrations/index.css +441 -0
- package/package.json +1 -1
- package/agility/dark/global/agility-assets-dark.svg +0 -41
- package/agility/dark/global/agility-chart-dark.svg +0 -10
- package/agility/dark/global/agility-community-dark.svg +0 -66
- package/agility/dark/global/agility-dependency-down-dark.svg +0 -30
- package/agility/dark/global/agility-dependency-up-dark.svg +0 -30
- package/agility/dark/global/agility-disconnected-dark.svg +0 -20
- package/agility/dark/global/agility-empty-dark.svg +0 -16
- package/agility/dark/global/agility-favourite-dark.svg +0 -24
- package/agility/dark/global/agility-features-dark.svg +0 -156
- package/agility/dark/global/agility-launch-dark.svg +0 -29
- package/agility/dark/global/agility-no-files-dark.svg +0 -18
- package/agility/dark/global/agility-nothing-defined-dark.svg +0 -14
- package/agility/dark/global/agility-password-token-dark.svg +0 -31
- package/agility/dark/global/agility-reports-dark.svg +0 -59
- package/agility/dark/global/agility-survey-dark.svg +0 -18
- package/agility/dark/global/agility-user-dark.svg +0 -13
- package/agility/dark/global/agility-work-item-dark.svg +0 -19
- package/agility/dark/global/done-dark.svg +0 -11
- package/agility/dark/ux/agility-ux-community-dark.svg +0 -71
- package/agility/dark/ux/agility-ux-goal-dark.svg +0 -72
- package/agility/dark/ux/agility-ux-launch-dark.svg +0 -51
- package/agility/dark/ux/agility-ux-objective-dark.svg +0 -74
- package/agility/dark/ux/agility-ux-paper-dark.svg +0 -26
- package/agility/dark/ux/agility-ux-update-dark.svg +0 -60
- package/agility/light/global/agility-assets-light.svg +0 -46
- package/agility/light/global/agility-chart-light.svg +0 -10
- package/agility/light/global/agility-community-light.svg +0 -73
- package/agility/light/global/agility-dependency-down-light.svg +0 -30
- package/agility/light/global/agility-dependency-up-light.svg +0 -30
- package/agility/light/global/agility-disconnected-light.svg +0 -27
- package/agility/light/global/agility-empty-light.svg +0 -16
- package/agility/light/global/agility-favourite-light.svg +0 -24
- package/agility/light/global/agility-features-light.svg +0 -156
- package/agility/light/global/agility-launch-light.svg +0 -36
- package/agility/light/global/agility-no-files-light.svg +0 -18
- package/agility/light/global/agility-nothing-defined-light.svg +0 -21
- package/agility/light/global/agility-password-token-light.svg +0 -31
- package/agility/light/global/agility-reports-light.svg +0 -59
- package/agility/light/global/agility-survey-light.svg +0 -25
- package/agility/light/global/agility-user-light.svg +0 -13
- package/agility/light/global/agility-work-item-light.svg +0 -26
- package/agility/light/global/done-light.svg +0 -11
- package/agility/light/ux/agility-ux-community-light.svg +0 -71
- package/agility/light/ux/agility-ux-goal-light.svg +0 -72
- package/agility/light/ux/agility-ux-launch-light.svg +0 -51
- package/agility/light/ux/agility-ux-objective-light.svg +0 -74
- package/agility/light/ux/agility-ux-paper-light.svg +0 -26
- package/agility/light/ux/agility-ux-update-light.svg +0 -60
- package/dashboards/dark/agility/CRP-failure-prediction-monitoring-dashboard-dark.svg +0 -22
- package/dashboards/dark/agility/agility-analysis-dark.svg +0 -42
- package/dashboards/dark/agility/agility-analysis-nobg-dark.svg +0 -31
- package/dashboards/dark/agility/agility-automation-dark.svg +0 -49
- package/dashboards/dark/agility/agility-automation-nobg-dark.svg +0 -43
- package/dashboards/dark/agility/agility-burn-down-dark.svg +0 -16
- package/dashboards/dark/agility/agility-burn-up-dark.svg +0 -16
- package/dashboards/dark/agility/agility-change-credit-score-dark.svg +0 -44
- package/dashboards/dark/agility/agility-change-data-quality-dark.svg +0 -19
- package/dashboards/dark/agility/agility-change-executive-dashboard-dark.svg +0 -53
- package/dashboards/dark/agility/agility-change-failure-factors-dashboard-dark.svg +0 -21
- package/dashboards/dark/agility/agility-change-failure-prediction-dark.svg +0 -20
- package/dashboards/dark/agility/agility-change-impact-dashboard-dark.svg +0 -32
- package/dashboards/dark/agility/agility-change-impact-detection-dark.svg +0 -17
- package/dashboards/dark/agility/agility-change-impact-hotspots-dark.svg +0 -16
- package/dashboards/dark/agility/agility-custom-dark.svg +0 -60
- package/dashboards/dark/agility/agility-custom-nobg-dark.svg +0 -52
- package/dashboards/dark/agility/agility-defect-dark.svg +0 -23
- package/dashboards/dark/agility/agility-defect-nobg-dark.svg +0 -17
- package/dashboards/dark/agility/agility-dependency-dark.svg +0 -34
- package/dashboards/dark/agility/agility-dependency-nobg-dark.svg +0 -28
- package/dashboards/dark/agility/agility-dora-dark.svg +0 -18
- package/dashboards/dark/agility/agility-dora-nobg-dark.svg +0 -10
- package/dashboards/dark/agility/agility-executive-dark.svg +0 -16
- package/dashboards/dark/agility/agility-executive-nobg-dark.svg +0 -8
- package/dashboards/dark/agility/agility-item-dark.svg +0 -22
- package/dashboards/dark/agility/agility-item-nobg-dark.svg +0 -16
- package/dashboards/dark/agility/agility-late-task-dark.svg +0 -23
- package/dashboards/dark/agility/agility-late-task-nobg-dark.svg +0 -17
- package/dashboards/dark/agility/agility-onboarding-dark.svg +0 -29
- package/dashboards/dark/agility/agility-onboarding-nobg-dark.svg +0 -21
- package/dashboards/dark/agility/agility-workflow-dark.svg +0 -60
- package/dashboards/dark/agility/agility-workflow-nobg-dark.svg +0 -52
- package/dashboards/dark/digitalai/CRP-failure-prediction-monitoring-dashboard-dark.svg +0 -22
- package/dashboards/dark/digitalai/digitalai-analysis-dark.svg +0 -42
- package/dashboards/dark/digitalai/digitalai-analysis-nobg-dark.svg +0 -31
- package/dashboards/dark/digitalai/digitalai-automation-dark.svg +0 -49
- package/dashboards/dark/digitalai/digitalai-automation-nobg-dark.svg +0 -43
- package/dashboards/dark/digitalai/digitalai-burn-down-dark.svg +0 -16
- package/dashboards/dark/digitalai/digitalai-burn-up-dark.svg +0 -16
- package/dashboards/dark/digitalai/digitalai-change-credit-score-dark.svg +0 -44
- package/dashboards/dark/digitalai/digitalai-change-data-quality-dark.svg +0 -19
- package/dashboards/dark/digitalai/digitalai-change-executive-dashboard-dark.svg +0 -53
- package/dashboards/dark/digitalai/digitalai-change-failure-factors-dashboard-dark.svg +0 -21
- package/dashboards/dark/digitalai/digitalai-change-failure-prediction-dark.svg +0 -20
- package/dashboards/dark/digitalai/digitalai-change-impact-dashboard-dark.svg +0 -32
- package/dashboards/dark/digitalai/digitalai-change-impact-detection-dark.svg +0 -17
- package/dashboards/dark/digitalai/digitalai-change-impact-hotspots-dark.svg +0 -16
- package/dashboards/dark/digitalai/digitalai-custom-dark.svg +0 -60
- package/dashboards/dark/digitalai/digitalai-custom-nobg-dark.svg +0 -52
- package/dashboards/dark/digitalai/digitalai-defect-dark.svg +0 -23
- package/dashboards/dark/digitalai/digitalai-defect-nobg-dark.svg +0 -17
- package/dashboards/dark/digitalai/digitalai-dependency-dark.svg +0 -34
- package/dashboards/dark/digitalai/digitalai-dependency-nobg-dark.svg +0 -28
- package/dashboards/dark/digitalai/digitalai-dora-nobg-dark.svg +0 -10
- package/dashboards/dark/digitalai/digitalai-executive-dark.svg +0 -16
- package/dashboards/dark/digitalai/digitalai-executive-nobg-dark.svg +0 -8
- package/dashboards/dark/digitalai/digitalai-item-dark.svg +0 -22
- package/dashboards/dark/digitalai/digitalai-item-nobg-dark.svg +0 -16
- package/dashboards/dark/digitalai/digitalai-late-task-dark.svg +0 -23
- package/dashboards/dark/digitalai/digitalai-late-task-nobg-dark.svg +0 -17
- package/dashboards/dark/digitalai/digitalai-onboarding-dark.svg +0 -29
- package/dashboards/dark/digitalai/digitalai-onboarding-nobg-dark.svg +0 -21
- package/dashboards/dark/digitalai/digitalai-workflow-dark.svg +0 -60
- package/dashboards/dark/digitalai/digitalai-workflow-nobg-dark.svg +0 -52
- package/dashboards/light/agility/CRP-failure-prediction-monitoring-dashboard-light.svg +0 -22
- package/dashboards/light/agility/agility-analysis-light.svg +0 -42
- package/dashboards/light/agility/agility-analysis-nobg-light.svg +0 -31
- package/dashboards/light/agility/agility-automation-light.svg +0 -49
- package/dashboards/light/agility/agility-automation-nobg-light.svg +0 -43
- package/dashboards/light/agility/agility-burn-down-light.svg +0 -16
- package/dashboards/light/agility/agility-burn-up-light.svg +0 -16
- package/dashboards/light/agility/agility-change-credit-score-light.svg +0 -44
- package/dashboards/light/agility/agility-change-data-quality-light.svg +0 -19
- package/dashboards/light/agility/agility-change-executive-dashboard-light.svg +0 -53
- package/dashboards/light/agility/agility-change-failure-factors-dashboard-light.svg +0 -21
- package/dashboards/light/agility/agility-change-failure-prediction-light.svg +0 -20
- package/dashboards/light/agility/agility-change-impact-dashboard-light.svg +0 -32
- package/dashboards/light/agility/agility-change-impact-detection-light.svg +0 -17
- package/dashboards/light/agility/agility-change-impact-hotspots-light.svg +0 -16
- package/dashboards/light/agility/agility-custom-light.svg +0 -60
- package/dashboards/light/agility/agility-custom-nobg-light.svg +0 -52
- package/dashboards/light/agility/agility-defect-light.svg +0 -23
- package/dashboards/light/agility/agility-defect-nobg-light.svg +0 -17
- package/dashboards/light/agility/agility-dependency-light.svg +0 -34
- package/dashboards/light/agility/agility-dependency-nobg-light.svg +0 -28
- package/dashboards/light/agility/agility-dora-light.svg +0 -18
- package/dashboards/light/agility/agility-dora-nobg-light.svg +0 -10
- package/dashboards/light/agility/agility-executive-light.svg +0 -16
- package/dashboards/light/agility/agility-executive-nobg-light.svg +0 -8
- package/dashboards/light/agility/agility-item-light.svg +0 -22
- package/dashboards/light/agility/agility-item-nobg-light.svg +0 -16
- package/dashboards/light/agility/agility-late-task-light.svg +0 -23
- package/dashboards/light/agility/agility-late-task-nobg-light.svg +0 -17
- package/dashboards/light/agility/agility-onboarding-light.svg +0 -29
- package/dashboards/light/agility/agility-onboarding-nobg-light.svg +0 -21
- package/dashboards/light/agility/agility-workflow-light.svg +0 -60
- package/dashboards/light/agility/agility-workflow-nobg-light.svg +0 -52
- package/dashboards/light/digitalai/CRP-failure-prediction-monitoring-dashboard-light.svg +0 -22
- package/dashboards/light/digitalai/digitalai-analysis-light.svg +0 -42
- package/dashboards/light/digitalai/digitalai-analysis-nobg-light.svg +0 -31
- package/dashboards/light/digitalai/digitalai-automation-light.svg +0 -49
- package/dashboards/light/digitalai/digitalai-automation-nobg-light.svg +0 -43
- package/dashboards/light/digitalai/digitalai-burn-down-light.svg +0 -16
- package/dashboards/light/digitalai/digitalai-burn-up-light.svg +0 -16
- package/dashboards/light/digitalai/digitalai-change-credit-score-light.svg +0 -44
- package/dashboards/light/digitalai/digitalai-change-data-quality-light.svg +0 -19
- package/dashboards/light/digitalai/digitalai-change-executive-dashboard-light.svg +0 -53
- package/dashboards/light/digitalai/digitalai-change-failure-factors-dashboard-light.svg +0 -21
- package/dashboards/light/digitalai/digitalai-change-failure-prediction-light.svg +0 -20
- package/dashboards/light/digitalai/digitalai-change-impact-dashboard-light.svg +0 -32
- package/dashboards/light/digitalai/digitalai-change-impact-detection-light.svg +0 -17
- package/dashboards/light/digitalai/digitalai-change-impact-hotspots-light.svg +0 -16
- package/dashboards/light/digitalai/digitalai-custom-light.svg +0 -60
- package/dashboards/light/digitalai/digitalai-custom-nobg-light.svg +0 -52
- package/dashboards/light/digitalai/digitalai-defect-light.svg +0 -23
- package/dashboards/light/digitalai/digitalai-defect-nobg-light.svg +0 -17
- package/dashboards/light/digitalai/digitalai-dependency-light.svg +0 -34
- package/dashboards/light/digitalai/digitalai-dependency-nobg-light.svg +0 -28
- package/dashboards/light/digitalai/digitalai-dora-nobg-light.svg +0 -10
- package/dashboards/light/digitalai/digitalai-executive-light.svg +0 -16
- package/dashboards/light/digitalai/digitalai-executive-nobg-light.svg +0 -8
- package/dashboards/light/digitalai/digitalai-item-light.svg +0 -22
- package/dashboards/light/digitalai/digitalai-item-nobg-light.svg +0 -16
- package/dashboards/light/digitalai/digitalai-late-task-light.svg +0 -23
- package/dashboards/light/digitalai/digitalai-late-task-nobg-light.svg +0 -17
- package/dashboards/light/digitalai/digitalai-onboarding-light.svg +0 -29
- package/dashboards/light/digitalai/digitalai-onboarding-nobg-light.svg +0 -21
- package/dashboards/light/digitalai/digitalai-workflow-light.svg +0 -60
- package/dashboards/light/digitalai/digitalai-workflow-nobg-light.svg +0 -52
- package/digitalai/dark/global/digitalai-assets-dark.svg +0 -41
- package/digitalai/dark/global/digitalai-chart-dark.svg +0 -10
- package/digitalai/dark/global/digitalai-community-dark.svg +0 -66
- package/digitalai/dark/global/digitalai-dependency-down-dark.svg +0 -30
- package/digitalai/dark/global/digitalai-dependency-up-dark.svg +0 -30
- package/digitalai/dark/global/digitalai-disconnected-dark.svg +0 -20
- package/digitalai/dark/global/digitalai-empty-dark.svg +0 -16
- package/digitalai/dark/global/digitalai-favourite-dark.svg +0 -24
- package/digitalai/dark/global/digitalai-features-dark.svg +0 -156
- package/digitalai/dark/global/digitalai-launch-dark.svg +0 -29
- package/digitalai/dark/global/digitalai-no-files-dark.svg +0 -18
- package/digitalai/dark/global/digitalai-nothing-defined-dark.svg +0 -14
- package/digitalai/dark/global/digitalai-password-token-dark.svg +0 -31
- package/digitalai/dark/global/digitalai-reports-dark.svg +0 -59
- package/digitalai/dark/global/digitalai-survey-dark.svg +0 -18
- package/digitalai/dark/global/digitalai-user-dark.svg +0 -13
- package/digitalai/dark/global/digitalai-work-item-dark.svg +0 -19
- package/digitalai/dark/global/done-dark.svg +0 -11
- package/digitalai/dark/ux/digitalai-ux-community-dark.svg +0 -71
- package/digitalai/dark/ux/digitalai-ux-goal-dark.svg +0 -72
- package/digitalai/dark/ux/digitalai-ux-launch-dark.svg +0 -51
- package/digitalai/dark/ux/digitalai-ux-objective-dark.svg +0 -74
- package/digitalai/dark/ux/digitalai-ux-paper-dark.svg +0 -26
- package/digitalai/dark/ux/digitalai-ux-update-dark.svg +0 -60
- package/digitalai/light/global/digitalai-assets-light.svg +0 -41
- package/digitalai/light/global/digitalai-chart-light.svg +0 -10
- package/digitalai/light/global/digitalai-community-light.svg +0 -66
- package/digitalai/light/global/digitalai-dependency-down-light.svg +0 -30
- package/digitalai/light/global/digitalai-dependency-up-light.svg +0 -30
- package/digitalai/light/global/digitalai-disconnected-light.svg +0 -20
- package/digitalai/light/global/digitalai-empty-light.svg +0 -16
- package/digitalai/light/global/digitalai-favorite-light.svg +0 -24
- package/digitalai/light/global/digitalai-features-light.svg +0 -156
- package/digitalai/light/global/digitalai-launch-light.svg +0 -29
- package/digitalai/light/global/digitalai-no-files-light.svg +0 -18
- package/digitalai/light/global/digitalai-nothing-defined-light.svg +0 -14
- package/digitalai/light/global/digitalai-password-token-light.svg +0 -31
- package/digitalai/light/global/digitalai-reports-light.svg +0 -59
- package/digitalai/light/global/digitalai-survey-light.svg +0 -18
- package/digitalai/light/global/digitalai-user-light.svg +0 -13
- package/digitalai/light/global/digitalai-work-item-light.svg +0 -19
- package/digitalai/light/global/done-light.svg +0 -11
- package/digitalai/light/ux/digitalai-ux-community-light.svg +0 -71
- package/digitalai/light/ux/digitalai-ux-goal-light.svg +0 -72
- package/digitalai/light/ux/digitalai-ux-launch-light.svg +0 -51
- package/digitalai/light/ux/digitalai-ux-objective-light.svg +0 -74
- package/digitalai/light/ux/digitalai-ux-paper-light.svg +0 -26
- package/digitalai/light/ux/digitalai-ux-update-light.svg +0 -60
- package/integrations/demo/index.css +0 -441
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
<svg width="176" height="176" viewBox="0 0 176 176" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M163 0.333984H13C6.09646 0.333984 0.5 5.93044 0.5 12.834V162.834C0.5 169.738 6.09646 175.334 13 175.334H163C169.904 175.334 175.5 169.738 175.5 162.834V12.834C175.5 5.93044 169.904 0.333984 163 0.333984Z" fill="#333F52"/>
|
|
3
|
-
<path d="M163 0.333984H13C6.09646 0.333984 0.5 5.93044 0.5 12.834V162.834C0.5 169.738 6.09646 175.334 13 175.334H163C169.904 175.334 175.5 169.738 175.5 162.834V12.834C175.5 5.93044 169.904 0.333984 163 0.333984Z" fill="#C1C6CD" fill-opacity="0.1"/>
|
|
4
|
-
<mask id="mask0_2639_8619" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="176" height="176">
|
|
5
|
-
<path d="M163 0.333984H13C6.09646 0.333984 0.5 5.93044 0.5 12.834V162.834C0.5 169.738 6.09646 175.334 13 175.334H163C169.904 175.334 175.5 169.738 175.5 162.834V12.834C175.5 5.93044 169.904 0.333984 163 0.333984Z" fill="#333F52"/>
|
|
6
|
-
</mask>
|
|
7
|
-
<g mask="url(#mask0_2639_8619)">
|
|
8
|
-
<path d="M32.1424 83.5068C31.6202 82.2199 30.874 81.3948 30.5825 80.037C30.2924 78.6725 30.3459 77.2572 30.7384 75.9186C30.8026 75.7198 31.3743 74.3715 31.5822 74.3898C31.7321 74.3898 31.3988 75.6465 31.4814 75.7749C32.2181 77.0186 32.5583 78.4574 32.4567 79.8994C32.3938 81.2902 32.5122 82.1647 32.1424 83.5068Z" fill="#263238"/>
|
|
9
|
-
<path d="M39.8774 90.214C39.8469 89.2357 39.9383 87.5532 39.9475 87.5532C39.9566 87.5532 43.2223 86.7841 43.3018 83.4454C43.3415 81.8311 43.1092 79.7025 42.9013 76.6939C42.7975 75.131 42.108 73.6648 40.9705 72.5879C39.833 71.5111 38.3312 70.9029 36.7649 70.8848H36.4592C32.9798 71.0468 31.1759 74.089 31.4358 77.5592L32.1427 91.6002L34.4321 92.4429C34.8665 92.9182 35.4365 93.2486 36.0648 93.3893C36.6932 93.5301 37.3496 93.4745 37.9453 93.23C38.541 92.9855 39.0473 92.564 39.3956 92.0224C39.7439 91.4808 39.9174 90.8453 39.8927 90.2018L39.8774 90.214Z" fill="#FCCA80"/>
|
|
10
|
-
<path d="M39.9478 87.5521C38.4054 87.5313 36.8584 86.9922 35.5723 86.1406C35.5723 86.1406 36.569 88.6997 39.9047 88.4368L39.9478 87.5521Z" fill="#EBB96E"/>
|
|
11
|
-
<path d="M31.6832 80.0478C31.6251 80.0203 29.3962 79.3415 29.4421 81.6255C29.488 83.9094 31.7719 83.3927 31.775 83.3254C31.778 83.2581 31.6832 80.0478 31.6832 80.0478Z" fill="#FCCA80"/>
|
|
12
|
-
<path d="M41.3326 72.9513C41.6964 72.7373 40.5529 71.5724 39.6326 71.1871C38.2415 70.6032 36.1349 70.2699 34.8783 70.6765C33.3679 71.1535 32.1265 71.9484 31.3989 73.3579C30.7043 74.7914 30.4026 76.3835 30.5244 77.9716C30.519 78.4576 30.6447 78.9361 30.8883 79.3567C31.2215 79.852 31.8422 80.1547 31.8361 80.8518C31.831 80.9778 31.8511 81.1035 31.8952 81.2216C31.9393 81.3398 32.0065 81.4479 32.0929 81.5397C32.524 81.9739 33.0102 81.5397 33.2456 81.1147C33.7225 80.1975 33.747 79.1365 33.7592 78.1092C33.8103 77.3811 33.74 76.6496 33.5513 75.9446C33.429 75.5654 33.2456 75.2108 33.1386 74.8286C33.0757 74.6396 33.0546 74.4391 33.0768 74.2412C33.099 74.0432 33.1639 73.8524 33.267 73.682C33.3216 73.6129 33.382 73.5484 33.4474 73.4894C33.7578 73.2027 34.1388 73.0038 34.5515 72.913C34.9641 72.8222 35.3935 72.8428 35.7955 72.9727C37.0949 73.3885 39.3116 74.0061 39.8711 73.5506C40.273 73.2679 40.6115 72.9045 40.8648 72.4835L41.3326 72.9513Z" fill="#263238"/>
|
|
13
|
-
<path d="M27.8652 129.826L28.0426 136.709L30.0758 158.065C30.0758 158.065 29.4276 168.46 29.0179 174.343C28.6602 179.443 29.6905 188.285 29.6905 188.285L38.2759 188.062L40.5782 158.429L42.006 139.946L44.9045 130.288L27.8652 129.826Z" fill="#C8DAB3"/>
|
|
14
|
-
<path d="M49.0833 131.404L49.6245 159.337C49.6467 160.758 49.4105 162.171 48.9274 163.507L41.5619 184.053L41.1981 185.411L36.0371 184.298L38.532 129.826L49.0833 131.404Z" fill="#C8DAB3"/>
|
|
15
|
-
<path d="M41.8959 136.327C41.8959 136.327 41.8959 136.373 41.8959 136.462C41.8959 136.55 41.8959 136.688 41.8959 136.856C41.8959 137.211 41.8959 137.718 41.8959 138.37C41.8959 139.681 41.8592 141.583 41.7981 143.931C41.6605 148.627 41.3455 155.109 40.7769 162.251C40.2082 169.394 39.5539 175.845 39.0922 180.514C38.8476 182.84 38.6489 184.724 38.5113 186.038C38.441 186.684 38.3859 187.188 38.3492 187.54C38.3278 187.705 38.3125 187.845 38.3003 187.931C38.2962 187.975 38.2891 188.019 38.2789 188.062C38.2755 188.018 38.2755 187.973 38.2789 187.928C38.2789 187.83 38.2973 187.702 38.3095 187.537C38.3401 187.182 38.3859 186.677 38.444 186.032C38.5694 184.715 38.7498 182.828 38.973 180.498C39.4224 175.83 40.0553 169.378 40.6118 162.236C41.1682 155.094 41.5107 148.618 41.6788 143.928C41.7552 141.58 41.8103 139.681 41.8286 138.366C41.8439 137.718 41.8561 137.211 41.8623 136.856C41.8623 136.688 41.8623 136.55 41.8623 136.462C41.8701 136.416 41.8813 136.371 41.8959 136.327Z" fill="#80AA4D"/>
|
|
16
|
-
<path d="M66.1919 82.1101C67.2338 80.7373 70.5195 77.5511 70.5195 77.5511L71.3704 76.3283C71.4496 76.0791 71.5326 75.7812 71.6169 75.425C71.6876 75.1206 71.7053 74.8062 71.6693 74.4958C71.6412 74.1068 71.5597 73.7235 71.4269 73.3568C71.39 73.2918 71.3741 73.217 71.3814 73.1426C71.3888 73.0682 71.419 72.9979 71.468 72.9414C71.5169 72.8849 71.5822 72.845 71.6548 72.8272C71.7274 72.8094 71.8038 72.8145 71.8733 72.8419C72.1598 72.996 72.6132 73.8706 72.6366 75.0176C72.6599 76.1646 73.7765 74.741 74.1918 74.2242C74.6071 73.7075 75.968 72.1806 76.2279 72.1855C76.6096 72.1881 76.6784 72.5948 76.2461 73.0991C75.8139 73.6034 74.6432 75.2048 74.9266 75.4108C75.21 75.6168 77.286 72.9685 77.286 72.9685C77.286 72.9685 77.6385 72.3326 77.9717 72.5592C78.5752 72.9681 76.1567 75.6202 75.9206 75.8676C75.7556 76.0379 76.0539 76.2739 76.2193 76.0797C76.3847 75.8854 78.234 73.3935 78.8519 73.8053C79.3246 74.1202 76.8824 76.003 76.7892 76.7426C76.6959 77.4821 78.4967 75.1257 78.9368 75.446C79.1015 75.5649 79.2064 75.6761 77.978 76.8746C75.0392 79.7197 72.0824 82.4329 69.1813 85.395L66.1919 82.1101Z" fill="#FCCA80"/>
|
|
17
|
-
<path d="M39.949 91.887C48.3319 91.3088 58.1124 85.7129 68.5351 78.9849L73.7697 82.0587C67.4902 87.3413 60.8688 93.1257 53.2447 96.5142L43.1274 100.272L41.6833 97.9574L39.949 91.887Z" fill="#A4C280"/>
|
|
18
|
-
<path d="M32.1118 93.2209L31.4345 91.5055C31.4139 91.4207 31.4118 91.3324 31.4282 91.2466C31.4446 91.1609 31.4792 91.0796 31.5296 91.0083C31.58 90.9371 31.6451 90.8774 31.7205 90.8334C31.7959 90.7894 31.8799 90.762 31.9667 90.7532C34.1816 90.6122 40.6698 90.2205 40.8328 90.5305C40.9306 90.7095 41.2452 92.0025 41.526 93.0733L32.1077 93.2062" fill="#A4C280"/>
|
|
19
|
-
<path d="M30.265 140.513C30.3314 140.768 30.4171 141.062 30.5352 141.409C30.6363 141.706 30.7884 141.983 30.9847 142.227C31.2129 142.541 31.4848 142.822 31.792 143.059C32.0999 143.257 32.0031 143.699 31.6861 143.734C31.3691 143.769 30.5124 143.254 29.8814 142.289C29.2504 141.323 29.0624 143.13 28.9828 143.785C28.9033 144.44 28.5601 146.461 28.3399 146.598C28.0139 146.795 27.7411 146.484 27.837 145.831C27.9329 145.178 28.0802 143.195 27.7302 143.169C27.3803 143.143 27.024 146.492 27.024 146.492C27.024 146.492 27.0834 147.224 26.6602 147.204C25.9328 147.176 26.5779 143.644 26.6481 143.31C26.6956 143.078 26.3179 143.037 26.2796 143.291C26.2412 143.545 26.001 146.636 25.2483 146.604C24.6764 146.585 25.7523 143.695 25.4475 143.027C25.1428 142.359 24.857 145.305 24.3075 145.253C24.103 145.239 23.9569 145.201 24.3641 143.533C24.5624 142.726 25.5726 140.025 25.5726 140.025L21.1936 123.917L26.3493 120.795L30.265 140.513Z" fill="#FCCA80"/>
|
|
20
|
-
<path d="M23.6426 97.3281C23.6426 97.3281 21.3923 98.9241 21.007 103.226C20.8231 105.264 20.5864 115.919 20.4878 120.686C20.456 122.223 20.6354 123.75 21.0181 125.238L24.1104 137.265L29.944 135.788L28.096 120.795L28.0759 107.702L23.6426 97.3281Z" fill="#A4C280"/>
|
|
21
|
-
<path d="M31.7696 92.0391C31.7696 92.0391 25.0432 95.3595 23.6429 97.3285C21.9368 99.7133 26.6576 107.342 27.0061 109.234C27.1804 110.151 28.3055 116.973 27.7766 122.36C27.432 125.943 27.2973 129.542 27.373 133.141L49.081 131.392C49.081 121.555 45.9388 108.298 46.8857 98.2483L43.4675 96.1361L41.1043 92.7561L31.7696 92.0391Z" fill="#A4C280"/>
|
|
22
|
-
<g opacity="0.3">
|
|
23
|
-
<path d="M28.0664 107.702C26.6691 116.022 27.3785 124.824 29.5248 132.966L30.0813 132.923C30.5338 124.503 29.6991 115.976 28.0664 107.702Z" fill="black"/>
|
|
24
|
-
</g>
|
|
25
|
-
<path d="M41.4584 93.0573C41.3526 93.1275 41.2379 93.1831 41.1174 93.2227C40.7953 93.3473 40.4621 93.4406 40.1222 93.5015C38.9981 93.6775 37.8556 93.7039 36.7246 93.58C35.4051 93.4828 34.2013 93.4358 33.3378 93.2776C32.9962 93.2242 32.6609 93.1362 32.3371 93.015C32.2488 92.9807 32.1637 92.9386 32.0828 92.8893C32.0292 92.8567 32.002 92.8389 32.0033 92.8322C32.0046 92.8255 32.1294 92.8858 32.3554 92.9559C32.6863 93.0524 33.0244 93.1222 33.3665 93.1648C34.2217 93.2936 35.4206 93.3229 36.7431 93.4192C37.8631 93.5412 38.9935 93.5335 40.1119 93.3964C40.5669 93.3095 41.0165 93.1963 41.4584 93.0573Z" fill="#649726"/>
|
|
26
|
-
<path d="M137.281 126.441C137.46 126.704 137.656 127.019 137.873 127.397C138.058 127.723 138.185 128.078 138.248 128.447C138.348 128.907 138.383 129.378 138.353 129.848C138.329 129.937 138.335 130.031 138.369 130.117C138.403 130.203 138.463 130.275 138.541 130.324C138.619 130.374 138.711 130.397 138.803 130.39C138.895 130.384 138.982 130.348 139.053 130.289C139.333 130.016 139.553 128.853 139.193 127.52C138.832 126.186 140.593 127.453 141.248 127.905C141.902 128.356 143.985 129.655 144.283 129.564C144.717 129.431 144.657 128.937 143.992 128.514C143.327 128.09 141.44 126.637 141.692 126.305C141.944 125.972 145.235 128.314 145.235 128.314C145.235 128.314 145.855 128.927 146.163 128.552C146.716 127.877 143.037 125.647 142.683 125.444C142.434 125.304 142.683 124.933 142.956 125.094C143.229 125.255 146.18 127.502 146.751 126.82C147.189 126.294 143.744 124.957 143.387 124.152C143.03 123.347 145.897 125.433 146.296 124.915C146.443 124.723 146.527 124.565 144.706 123.599C143.824 123.13 140.597 121.89 140.597 121.89L120.8 96.335L115.059 101.509L137.281 126.441Z" fill="#FFC5A6"/>
|
|
27
|
-
<path d="M139.234 73.8807C136.724 72.8025 133.804 74.3428 132.677 76.0512C131.549 77.7595 131.063 79.804 130.741 81.8344C130.08 86.0031 129.976 90.2412 130.433 94.4371C130.566 95.6729 130.807 97.0172 131.753 97.8259C132.698 98.6345 133.958 98.659 135.12 98.456C136.17 98.274 137.238 97.8749 137.921 97.0557C138.971 95.7989 138.835 93.9715 138.723 92.3367C138.336 86.6984 138.928 81.0358 140.473 75.5996" fill="#263238"/>
|
|
28
|
-
<path d="M133.762 76.1636C134.913 73.8741 138.414 72.6384 141.243 73.405C143.63 74.0492 146.182 76.4997 146.357 79.0062C146.606 82.661 144.632 86.3928 145.801 89.8586C147.163 93.8985 152.176 95.8554 153.457 99.9198C153.721 100.76 153.808 101.646 153.713 102.522C153.619 103.398 153.344 104.245 152.907 105.01C152.456 105.791 151.766 106.512 150.873 106.659C149.764 106.837 148.738 106.092 147.863 105.384C145.493 103.48 143.084 101.534 141.432 98.978C139.489 95.9709 138.74 92.3266 138.708 88.7348C138.677 85.1431 139.317 81.6038 139.955 78.082" fill="#263238"/>
|
|
29
|
-
<path d="M143.749 80.5986C143.84 79.8813 143.785 79.1532 143.589 78.4575C143.392 77.7619 143.058 77.1127 142.606 76.5488C142.153 75.9848 141.592 75.5175 140.956 75.1746C140.319 74.8317 139.621 74.6203 138.901 74.5528C136.027 74.2797 133.468 76.4222 133.037 79.2788C132.659 81.7818 132.337 84.3129 132.337 85.2301C132.372 87.9992 133.993 89.0809 134.647 89.3995C134.883 89.4847 135.127 89.5457 135.376 89.5815C135.377 89.5847 135.378 89.5883 135.378 89.592C135.378 89.5957 135.377 89.5993 135.376 89.6025L134.759 92.7812C134.479 94.8641 135.645 96.7195 137.721 97.0241C139.797 97.3287 141.439 95.7288 141.757 93.6459L143.749 80.5986Z" fill="#936754"/>
|
|
30
|
-
<path d="M135.407 89.606C135.407 89.606 137.196 90.0155 139.657 88.9863C139.657 88.9863 138.607 91.2758 135.239 90.4601L135.407 89.606Z" fill="#7C5142"/>
|
|
31
|
-
<path d="M135.189 74.9037C135.359 75.9551 135.819 76.9383 136.517 77.7424C137.215 78.5465 138.124 79.1395 139.142 79.4546L138.984 78.6705C139.903 80.4661 141.462 81.8516 143.353 82.5528C144.006 81.4456 144.253 80.146 144.052 78.8767C143.851 77.6073 143.216 76.4472 142.253 75.5952C141.291 74.7432 140.063 74.2523 138.779 74.2066C137.494 74.1609 136.234 74.5633 135.214 75.3448" fill="#263238"/>
|
|
32
|
-
<path d="M143.819 118.169C143.819 118.169 147.593 126.365 148.164 128.756C148.734 131.147 159.272 194.321 159.272 194.321L149.588 194.909L136.44 133.107L141.729 194.461L132.204 195.256C132.204 195.256 125.003 130.422 125.307 128.595C125.769 125.832 128.108 117.886 128.108 117.886L143.819 118.169Z" fill="#A4C280"/>
|
|
33
|
-
<path d="M118.701 81.971L112.768 72.8025L110.961 69.7848C110.961 69.7848 110.426 66.7602 110.17 65.9095C109.638 64.1591 109.47 64.2046 109.288 64.3027C108.77 64.5617 110.103 67.4183 109.459 66.9702C108.815 66.5221 108.234 63.2874 107.709 63.578C107.009 63.9631 108.469 66.9247 108.574 67.1873C108.679 67.4498 108.304 67.6039 108.224 67.3658C108.105 67.0157 106.785 63.431 106.099 63.802C105.721 64.0051 106.151 64.6527 106.151 64.6527C106.151 64.6527 107.635 67.9189 107.306 68.0835C106.977 68.248 106.036 66.3576 105.766 65.6995C105.496 65.0413 105.066 64.9118 104.891 65.2689C104.761 65.5139 105.542 67.5514 105.826 68.199C106.109 68.8466 106.914 70.6005 105.826 70.0579C104.737 69.5153 103.673 69.5153 103.375 69.7078C103.315 69.7602 103.272 69.8301 103.253 69.9078C103.234 69.9855 103.24 70.0672 103.27 70.1415C103.299 70.2157 103.351 70.279 103.418 70.3223C103.486 70.3657 103.565 70.3871 103.645 70.3835C104.056 70.4366 104.457 70.5462 104.838 70.709C105.15 70.8277 105.439 70.9994 105.693 71.2166C105.99 71.4687 106.228 71.6962 106.428 71.8923L107.901 74.9555L114.409 87.7297L128.038 99.0161L131.476 92.8198L118.701 81.971Z" fill="#936754"/>
|
|
34
|
-
<path d="M153.901 133.145C153.985 133.415 154.076 133.73 154.164 134.108C154.241 134.433 154.261 134.77 154.223 135.102C154.194 135.516 154.108 135.923 153.968 136.314C153.8 136.664 154.139 137.014 154.444 136.86C154.748 136.706 155.231 135.76 155.252 134.532C155.273 133.303 156.467 134.826 156.912 135.375C157.356 135.925 158.813 137.549 159.089 137.546C159.495 137.546 159.562 137.105 159.107 136.569C158.652 136.033 157.395 134.329 157.706 134.119C158.018 133.909 160.223 136.716 160.223 136.716C160.223 136.716 160.602 137.395 160.959 137.154C161.599 136.713 159.016 133.895 158.76 133.632C158.585 133.45 158.904 133.198 159.082 133.404C159.261 133.611 161.235 136.265 161.883 135.823C162.387 135.473 159.782 133.485 159.674 132.708C159.565 131.931 161.498 134.427 161.967 134.084C162.138 133.954 162.254 133.835 160.938 132.564C160.3 131.945 157.857 130.082 157.857 130.082L152.679 113.062L146.252 113.167L153.901 133.145Z" fill="#936754"/>
|
|
35
|
-
<path d="M134.017 92.8102C132.971 92.4086 131.948 91.9517 130.95 91.4414L120.756 83.7188L116.205 89.7961C116.205 89.7961 127.838 100.298 128.031 100.242C128.223 100.186 134.017 92.8102 134.017 92.8102Z" fill="#A4C280"/>
|
|
36
|
-
<path d="M134.787 92.7852L134.017 92.8097C132.929 92.8463 131.879 93.2152 131.007 93.8668C130.135 94.5183 129.484 95.4212 129.141 96.4539C128.363 98.7924 128.409 99.5556 127.87 101.302C126.581 105.475 128.895 110.541 128.895 110.541L128.097 117.893L143.819 118.176L144.61 109.326L147.547 96.0759C147.547 96.0759 146.896 93.2333 144.397 93.0022C143.102 92.8762 134.787 92.7852 134.787 92.7852Z" fill="#A4C280"/>
|
|
37
|
-
<path d="M144.859 93.2256C144.859 93.2256 148.584 93.2081 149.718 97.5035C150.853 101.799 153.118 113.096 153.118 113.096L146.06 115.217L142.265 99.7125C142.002 98.8337 141.899 97.9147 141.961 96.9994C142.076 95.4486 142.657 93.4356 144.859 93.2256Z" fill="#A4C280"/>
|
|
38
|
-
<path d="M133.671 92.9962L134.914 90.6191L137.014 91.8094V92.8421L137.679 91.8094L142.633 90.6191V93.5563L136.85 94.1864L133.671 92.9962Z" fill="#A4C280"/>
|
|
39
|
-
<path d="M129.792 96.6074C129.718 96.7823 129.63 96.9509 129.529 97.1115C129.438 97.2691 129.329 97.4616 129.221 97.6962C129.112 97.9307 128.969 98.1863 128.85 98.4908C128.731 98.7954 128.584 99.1175 128.468 99.4815C128.353 99.8456 128.23 100.234 128.118 100.644C127.653 102.45 127.534 104.328 127.768 106.178C127.831 106.602 127.88 107.008 127.971 107.379C128.038 107.726 128.122 108.07 128.223 108.408C128.3 108.727 128.409 109 128.489 109.245C128.555 109.456 128.632 109.663 128.72 109.865C128.798 110.038 128.863 110.217 128.913 110.4C128.814 110.238 128.727 110.068 128.654 109.893C128.555 109.694 128.467 109.489 128.391 109.28C128.304 109.035 128.185 108.762 128.101 108.447C127.989 108.102 127.895 107.752 127.821 107.397C127.726 107.022 127.67 106.616 127.6 106.185C127.482 105.257 127.449 104.319 127.502 103.385C127.57 102.445 127.724 101.514 127.961 100.602C128.083 100.185 128.192 99.7896 128.335 99.429C128.454 99.0917 128.591 98.761 128.745 98.4383C128.863 98.1692 128.995 97.9063 129.14 97.6506C129.246 97.4514 129.363 97.2586 129.491 97.073C129.577 96.9091 129.677 96.7533 129.792 96.6074Z" fill="#C8DAB3"/>
|
|
40
|
-
<path d="M136.643 91.6221C136.611 91.868 136.549 92.1091 136.457 92.3397C136.321 92.7773 136.107 93.39 135.89 94.0341C135.852 94.1356 135.817 94.2371 135.782 94.3352L135.743 94.4402L135.649 94.3842C135.196 94.1112 134.776 93.7882 134.396 93.4215C134.232 93.2822 134.092 93.1165 133.982 92.9314C134.539 93.3988 135.123 93.8314 135.733 94.2266L135.6 94.2756L135.708 93.9711C135.939 93.3129 136.16 92.7213 136.324 92.2977C136.401 92.0595 136.508 91.8323 136.643 91.6221Z" fill="#C8DAB3"/>
|
|
41
|
-
<path d="M140.71 93.8074C140.473 93.9401 140.221 94.0469 139.961 94.1259C139.492 94.3045 138.841 94.5355 138.109 94.7841L138.004 94.8226V94.7141V94.6231C137.888 93.8389 137.797 93.1282 137.738 92.6136C137.688 92.3365 137.668 92.0548 137.678 91.7734C137.77 92.0401 137.832 92.316 137.864 92.5961C137.955 93.1037 138.071 93.8144 138.186 94.595V94.6861L138.067 94.6125C138.799 94.3675 139.467 94.154 139.94 94.0069C140.188 93.9106 140.446 93.8437 140.71 93.8074Z" fill="#C8DAB3"/>
|
|
42
|
-
<path d="M146.053 115.217C145.997 115.085 145.954 114.948 145.924 114.807C145.85 114.506 145.752 114.128 145.64 113.677C145.409 112.721 145.101 111.398 144.768 109.934C144.436 108.471 144.152 107.134 143.949 106.178C143.858 105.727 143.785 105.345 143.722 105.037C143.688 104.898 143.668 104.756 143.662 104.613C143.723 104.742 143.766 104.879 143.792 105.019L144.075 106.15C144.31 107.106 144.618 108.429 144.947 109.896C145.276 111.363 145.567 112.697 145.766 113.649C145.857 114.104 145.934 114.485 145.994 114.793C146.032 114.931 146.052 115.074 146.053 115.217Z" fill="#C8DAB3"/>
|
|
43
|
-
<path d="M133.67 117.836C133.662 117.75 133.662 117.663 133.67 117.577C133.67 117.409 133.67 117.157 133.67 116.839C133.67 116.194 133.719 115.263 133.796 114.115C133.835 113.541 133.884 112.914 133.954 112.242C134.024 111.57 134.125 110.842 134.22 110.1C134.409 108.591 134.57 106.928 134.745 105.199C134.985 102.21 135.412 99.2387 136.023 96.3032C136.278 95.183 136.541 94.2868 136.723 93.6741C136.821 93.3836 136.902 93.149 136.965 92.974C136.987 92.8902 137.019 92.8092 137.059 92.7324C137.048 92.8183 137.028 92.9028 137 92.9845C136.944 93.163 136.877 93.4011 136.79 93.6846C136.614 94.3008 136.373 95.2005 136.135 96.3207C135.563 99.2562 135.155 102.221 134.913 105.202C134.738 106.952 134.563 108.612 134.374 110.103C134.272 110.856 134.167 111.57 134.09 112.239C134.013 112.907 133.957 113.537 133.908 114.108C133.817 115.253 133.765 116.18 133.73 116.821L133.688 117.56C133.692 117.652 133.686 117.745 133.67 117.836Z" fill="#C8DAB3"/>
|
|
44
|
-
<path d="M141.565 80.9344C142.013 81.8551 141.792 82.9579 141.467 83.9311C141.141 84.9043 140.725 85.888 140.809 86.9102C140.886 87.8589 141.397 88.7306 141.488 89.6793C141.645 91.2756 140.623 92.725 140.203 94.2758C139.941 95.2761 139.929 96.3252 140.166 97.3314C140.404 98.3377 140.884 99.2706 141.565 100.049C141.626 100.135 141.705 100.207 141.796 100.26C141.887 100.314 141.988 100.348 142.093 100.36C142.214 100.343 142.326 100.288 142.412 100.202C142.499 100.116 142.555 100.005 142.573 99.884C142.602 99.6429 142.596 99.3988 142.555 99.1593C142.363 96.8698 144.565 95.0355 144.883 92.76C145.094 91.2791 144.481 89.8158 144.39 88.3245C144.274 86.4481 144.981 84.6277 145.213 82.7618C145.319 82.1257 145.282 81.4739 145.104 80.8539C145.013 80.5449 144.848 80.2627 144.624 80.0316C144.399 79.8005 144.122 79.6274 143.816 79.5271C143.505 79.4411 143.174 79.4724 142.886 79.6151C142.597 79.7578 142.371 80.0019 142.251 80.3008" fill="#263238"/>
|
|
45
|
-
<path d="M97.4397 94.9585L90.0286 99.6495L95.2797 85.2789L96.6975 82.4468C96.8866 82.2087 97.1176 81.9357 97.3977 81.6241C97.6438 81.3582 97.934 81.1367 98.2554 80.9694C98.6445 80.7426 99.0642 80.5728 99.5016 80.4653C99.5884 80.4591 99.6711 80.4258 99.738 80.3702C99.8049 80.3146 99.8527 80.2394 99.8747 80.1552C99.8967 80.071 99.8918 79.9821 99.8607 79.9008C99.8296 79.8196 99.7738 79.7501 99.7012 79.7022C99.3686 79.5271 98.2379 79.6637 97.1211 80.4023C96.0044 81.141 96.645 79.1316 96.8691 78.3999C97.0931 77.6682 97.6708 75.3752 97.4992 75.1267C97.2472 74.7766 96.8166 74.9692 96.61 75.7043C96.4035 76.4395 95.6368 78.6029 95.2587 78.4664C94.8807 78.3299 96.0604 74.6156 96.0604 74.6156C96.0604 74.6156 96.442 73.8629 96.0079 73.6914C95.2237 73.3833 94.2575 77.4162 94.177 77.8013C94.121 78.0708 93.7009 77.9378 93.7779 77.6542C93.8549 77.3707 95.0417 73.9819 94.247 73.6599C93.6344 73.4113 93.4208 76.9716 92.7872 77.5352C92.1536 78.0988 93.2248 74.8536 92.6297 74.6401C92.4091 74.5596 92.2341 74.5316 91.891 76.485C91.723 77.4337 91.5409 80.7594 91.5409 80.7594L89.8151 84.1621L89.8571 84.2006L82.7926 99.1209C81.4378 102.699 83.6502 105.59 85.8662 106.9C86.8801 107.498 88.0424 107.797 89.2192 107.764C90.396 107.731 91.5393 107.365 92.5176 106.71L101.077 100.994L97.4397 94.9585Z" fill="#FFC5A6"/>
|
|
46
|
-
<path d="M113.487 79.1461L112.251 93.4817L105.071 92.9076C105.026 92.0709 105.071 88.8257 105.071 88.8257C105.071 88.8257 102.085 88.3636 102.05 85.3775C102.029 83.9246 102.239 80.928 102.456 78.2289C102.572 76.7858 103.249 75.4456 104.342 74.4964C105.436 73.5472 106.858 73.0648 108.303 73.1528C109.04 73.1955 109.762 73.3857 110.425 73.7122C111.088 74.0387 111.678 74.4948 112.162 75.0537C112.645 75.6125 113.012 76.2626 113.239 76.9656C113.467 77.6685 113.551 78.41 113.487 79.1461Z" fill="#FFC5A6"/>
|
|
47
|
-
<path d="M105.082 88.784C106.461 88.8102 107.816 88.4251 108.975 87.6777C108.975 87.6777 108.054 89.8272 105.075 89.5576L105.082 88.784Z" fill="#D1734A"/>
|
|
48
|
-
<path d="M110.245 75.8726C110.722 76.2469 111.036 76.7914 111.12 77.3919V77.4514C111.239 78.3021 111.215 79.1703 111.341 80.021C111.422 80.884 111.792 81.6944 112.391 82.321C112.65 82.5625 113.091 82.7306 113.319 82.447C113.392 82.3295 113.43 82.1934 113.427 82.0549C113.585 80 114.148 78.1761 114.127 76.0231C114.129 75.7353 114.061 75.4513 113.93 75.195C113.799 74.9386 113.609 74.7172 113.375 74.5493C112.927 74.2237 112.377 73.8912 111.876 74.1257C111.376 74.3603 110.728 75.302 110.34 75.6976" fill="#FF823C"/>
|
|
49
|
-
<path d="M112.479 80.5054C112.532 80.4844 114.531 79.8997 114.468 81.9407C114.405 83.9816 112.367 83.4985 112.367 83.439C112.367 83.3795 112.479 80.5054 112.479 80.5054Z" fill="#FFC5A6"/>
|
|
50
|
-
<path d="M111.981 74.4586C112.482 73.6394 111.106 72.4667 110.098 72.1516C109.09 71.8365 107.763 72.3232 106.758 72.6557C106.128 72.8658 105.495 73.1598 104.829 73.1318C104.384 73.0861 103.948 72.9752 103.534 72.8028C103.121 72.6271 102.677 72.5389 102.228 72.5437C102.004 72.5496 101.786 72.6162 101.597 72.7365C101.407 72.8567 101.254 73.026 101.154 73.2263C101.11 73.3286 101.089 73.4392 101.091 73.5505C101.094 73.6617 101.121 73.771 101.171 73.8709C101.22 73.9707 101.29 74.0586 101.377 74.1287C101.463 74.1987 101.564 74.2492 101.672 74.2766C101.53 74.1995 101.372 74.1579 101.21 74.1552C101.049 74.1525 100.889 74.1888 100.745 74.2611C100.601 74.3334 100.476 74.4394 100.382 74.5703C100.287 74.7011 100.226 74.8529 100.203 75.0125C100.18 75.1722 100.195 75.3352 100.249 75.4874C100.302 75.6397 100.392 75.7768 100.509 75.8871C100.627 75.9974 100.77 76.0776 100.925 76.1208C101.081 76.1641 101.244 76.1691 101.402 76.1355C101.112 75.9149 100.667 76.279 100.702 76.6431C100.741 76.8219 100.826 76.9873 100.949 77.123C101.072 77.2587 101.228 77.36 101.402 77.4168C102.253 77.7878 103.247 77.6688 104.129 77.3747C105.011 77.0807 105.827 76.6151 106.699 76.2965C107.571 75.9779 109.037 75.4073 109.913 75.7154C110.56 75.9429 111.008 76.7201 111.372 76.5486C111.545 76.4572 111.693 76.3266 111.806 76.1673C111.918 76.0079 111.992 75.8243 112.02 75.6314C112.068 75.2443 112.055 74.8521 111.981 74.4691" fill="#FF823C"/>
|
|
51
|
-
<path d="M119.159 125.434L130.893 193.705L121.641 194.833L108.502 133.93L109.598 193.954H100.738L97.2334 124.835L119.159 125.434Z" fill="#A4C280"/>
|
|
52
|
-
<path d="M98.1011 103.703L94.7928 105.758L91.04 98.5465C92.6889 97.3562 97.975 93.9535 99.3158 93.0783C99.6475 92.856 99.9991 92.665 100.366 92.5077C101.258 92.1586 102.193 91.9302 103.146 91.8285C103.993 91.713 104.637 91.657 105.054 91.6045C107.465 92.3677 110.053 92.3677 112.465 91.6045C112.755 91.6045 113.039 91.6395 113.312 91.671C115.762 92.0211 118.139 93.7399 119.613 95.3363L125.452 100.587L119.725 107.435L117.954 105.334L118.37 115.007L120.061 127.036H97.1839C97.1839 127.036 97.1349 124.2 97.3414 120.258C97.6355 114.713 97.926 106.091 97.926 106.091" fill="#649726"/>
|
|
53
|
-
<path d="M97.877 109.785C97.9633 109.258 98.0124 108.726 98.0241 108.192C98.0906 107.212 98.1781 105.853 98.3006 104.341C98.4231 102.829 98.5597 101.491 98.6507 100.511C98.7285 99.985 98.7671 99.4538 98.7662 98.9219C98.6217 99.4349 98.5233 99.9597 98.4722 100.49C98.3286 101.467 98.1676 102.822 98.0416 104.32C97.9155 105.818 97.8595 107.184 97.8385 108.171C97.8035 108.709 97.8164 109.249 97.877 109.785Z" fill="#A4C280"/>
|
|
54
|
-
<path d="M117.538 100.241C117.475 100.603 117.456 100.971 117.482 101.337C117.482 102.013 117.524 102.947 117.597 103.977C117.671 105.006 117.776 105.933 117.874 106.602C117.898 106.969 117.973 107.33 118.094 107.677C118.117 107.312 118.103 106.946 118.052 106.585C117.993 105.811 117.926 104.929 117.853 103.956C117.779 102.982 117.72 102.1 117.66 101.33C117.66 100.964 117.619 100.598 117.538 100.241Z" fill="#A4C280"/>
|
|
55
|
-
<path d="M46.2287 108.795L43.9848 113.412C43.4884 114.434 43.3111 115.582 43.4759 116.706C43.6407 117.829 44.1401 118.878 44.909 119.714C45.512 120.368 46.2609 120.871 47.0948 121.182C47.9287 121.493 48.8242 121.603 49.7085 121.503L58.4324 120.508V115.32L49.8485 115.569L51.9945 111.792L46.2287 108.795Z" fill="#F8B084"/>
|
|
56
|
-
<path d="M57.2807 92.3718C55.8419 89.9423 55.4288 86.7041 55.0647 83.9035C54.8931 82.5837 54.5921 80.7073 55.5198 79.8811C56.514 78.9989 56.6085 77.6372 57.7498 76.9545C58.891 76.2719 60.4383 76.2159 61.5166 76.9965" fill="#FFE9B2"/>
|
|
57
|
-
<path d="M61.2641 100.984C61.7868 101.025 62.3124 100.96 62.8095 100.793C63.3066 100.627 63.7649 100.361 64.1571 100.013C64.5492 99.6651 64.8672 99.2415 65.0919 98.7678C65.3166 98.294 65.4435 97.7799 65.465 97.256C65.5525 95.1345 65.6295 92.9885 65.6295 92.9885C65.6295 92.9885 68.8502 92.6945 69.0918 89.5123C69.3333 86.3301 69.2493 78.975 69.2493 78.975C67.4885 78.0851 65.5221 77.6808 63.553 77.8038C61.5839 77.9269 59.6832 78.5729 58.0469 79.6752L58.2149 90.8776L58.1939 96.9094C58.2044 98.9223 59.2511 100.809 61.2641 100.984Z" fill="#F8B084"/>
|
|
58
|
-
<path d="M65.9377 85.6159C65.388 84.9333 64.4988 84.6567 63.7637 85.1328C63.4025 85.3821 63.1415 85.7516 63.0274 86.1755C62.9133 86.5993 62.9534 87.0498 63.1406 87.4468C63.305 87.7405 63.5283 87.9971 63.7963 88.2007C64.0643 88.4042 64.3714 88.5504 64.6984 88.6301C64.9911 88.6954 65.2498 88.8658 65.4253 89.1091C65.6008 89.3523 65.6809 89.6515 65.6506 89.9499C65.5561 90.7515 64.2258 91.0456 63.6237 91.7002C62.689 92.726 60.6375 93.1566 59.2582 93.3141C57.8789 93.4716 58.0645 93.4821 57.2803 92.3654C56.751 91.609 56.4819 90.701 56.5136 89.7783L56.3876 82.7348C56.3379 81.8886 56.3943 81.0395 56.5556 80.2073C56.72 79.3633 57.1978 78.6129 57.8929 78.1068C58.6701 77.5992 59.6433 77.5607 60.536 77.2771C61.6387 76.9271 62.5769 76.1954 63.6097 75.6703C64.6424 75.1452 65.9097 74.8336 66.9459 75.3552C67.688 75.7298 68.1851 76.4755 68.9063 76.8886C69.932 77.4767 71.3358 77.3472 71.8294 78.863C71.9977 79.3913 71.9904 79.96 71.8084 80.4838C71.1083 82.5423 68.5492 83.365 66.7148 82.4688C66.6798 82.8188 67.0194 83.596 66.6483 84.6952C66.5293 85.0453 66.4873 85.5844 65.9482 85.5949" fill="#FFE9B2"/>
|
|
59
|
-
<path d="M57.5254 80.3011C58.1775 80.0177 58.735 79.5539 59.1321 78.9641C59.5292 78.3744 59.7495 77.6834 59.7668 76.9726C59.7842 76.2618 59.5979 75.5609 59.23 74.9525C58.8621 74.3441 58.3279 73.8535 57.6904 73.5387C57.0529 73.2239 56.3387 73.0979 55.632 73.1757C54.9253 73.2534 54.2555 73.5316 53.7017 73.9775C53.1478 74.4233 52.733 75.0182 52.5062 75.692C52.2793 76.3659 52.2499 77.0905 52.4213 77.7805C52.5017 77.9925 52.5017 78.2267 52.4213 78.4387C52.2848 78.6732 51.9662 78.7047 51.7212 78.7888C50.8215 79.1388 50.6989 80.5006 51.3711 81.2043C52.0432 81.9079 53.1214 82.006 54.0597 81.7574C53.8321 82.5731 54.5673 83.4483 55.4109 83.5463C55.8362 83.5682 56.2595 83.4743 56.6356 83.2745C57.0116 83.0748 57.3264 82.7767 57.5464 82.412C57.9778 81.6752 58.2263 80.8457 58.2711 79.993" fill="#FFE9B2"/>
|
|
60
|
-
<path d="M93.9156 68.4095C93.3975 68.147 91.9027 70.9266 91.8782 70.1599C91.8537 69.3933 94.0977 66.9777 93.5446 66.7257C92.8234 66.3966 91.3146 69.3337 91.171 69.5718C91.0275 69.8098 90.6739 69.6103 90.821 69.4003C91.0275 69.0992 93.114 65.8995 92.4103 65.5494C92.0182 65.3674 91.7592 66.099 91.7592 66.099C91.7592 66.099 90.0263 69.2497 89.6972 69.0747C89.3682 68.8997 90.3204 67.0267 90.688 66.4176C91.0555 65.8085 90.9085 65.3954 90.5094 65.4549C90.2364 65.4969 89.0671 67.3418 88.7205 67.9544C88.3739 68.5671 87.4462 70.2649 87.2222 69.0572C86.9981 67.8494 86.368 67.0057 86.0424 66.8937C85.9645 66.8776 85.8836 66.8858 85.8105 66.9171C85.7373 66.9485 85.6756 67.0015 85.6336 67.0691C85.5916 67.1367 85.5714 67.2155 85.5756 67.295C85.5799 67.3744 85.6084 67.4506 85.6574 67.5134C85.8621 67.8741 86.0153 68.2618 86.1125 68.6651C86.2032 68.987 86.2387 69.322 86.2175 69.6558C86.1895 70.0409 86.151 70.356 86.1125 70.6465L85.4298 72.0783C85.4298 72.0783 80.4867 83.3333 79.6431 84.9576C78.7994 86.582 71.9414 93.6815 71.9414 93.6815L73.3872 101.989L84.5021 89.9567L90.3729 73.4331L90.5164 73.0235C90.5164 73.0235 92.6169 70.7866 93.149 70.0724C94.2377 68.6021 94.1082 68.5076 93.9156 68.4095Z" fill="#F8B084"/>
|
|
61
|
-
<path d="M52.8701 124.131C52.8701 124.131 49.3694 132.043 48.6202 139.884L44.9199 190.18L57.2671 191.478L60.8834 139.342C60.8834 139.342 72.2118 191.947 72.6564 191.947C73.101 191.947 82.595 188.412 82.595 188.412L71.4276 124.386L52.8701 124.131Z" fill="#80AA4D"/>
|
|
62
|
-
<path d="M66.134 140.623C66.134 140.683 63.617 140.123 60.5328 139.374C57.4487 138.624 54.9806 137.973 54.9981 137.907C55.0156 137.84 57.5117 138.404 60.5993 139.153C63.687 139.902 66.134 140.56 66.134 140.623Z" fill="#A4C280"/>
|
|
63
|
-
<path d="M79.4121 96.8747L74.4901 90.4053L74.273 90.5628L66.4208 95.5059L58.04 95.7964C58.04 95.7964 52.1623 95.7964 49.9568 100.428C49.7152 100.936 44.8877 110.58 44.8877 110.58L52.3408 113.314L53.5486 109.869L55.0889 117.683L52.8694 124.125L71.5494 125.126L69.9846 115.772L71.3849 104.569L79.4121 96.8747Z" fill="#397200"/>
|
|
64
|
-
<path d="M55.1622 118.043C55.0992 118.043 54.203 114 53.1598 108.987C52.1166 103.974 51.3184 99.8848 51.3814 99.8848C51.4444 99.8848 52.3371 103.928 53.3839 108.941C54.4306 113.954 55.2252 118.029 55.1622 118.043Z" fill="#A4C280"/>
|
|
65
|
-
</g>
|
|
66
|
-
</svg>
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<svg width="191" height="190" viewBox="0 0 191 190" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M95.5 190C147.967 190 190.5 147.467 190.5 95C190.5 42.5329 147.967 0 95.5 0C43.0329 0 0.5 42.5329 0.5 95C0.5 147.467 43.0329 190 95.5 190Z" fill="#333F52"/>
|
|
3
|
-
<path d="M95.5 190C147.967 190 190.5 147.467 190.5 95C190.5 42.5329 147.967 0 95.5 0C43.0329 0 0.5 42.5329 0.5 95C0.5 147.467 43.0329 190 95.5 190Z" fill="#C1C6CD" fill-opacity="0.1"/>
|
|
4
|
-
<rect x="25.5" y="41.4707" width="140" height="107.059" rx="8" fill="#232E40"/>
|
|
5
|
-
<path opacity="0.8" d="M103.111 72.2655C102.559 72.2655 102.111 72.7133 102.111 73.2655C102.111 73.8178 102.559 74.2655 103.111 74.2655V72.2655ZM118.458 95.9886C118.848 96.3791 119.481 96.3791 119.872 95.9886L126.236 89.6246C126.626 89.2341 126.626 88.6009 126.236 88.2104C125.845 87.8199 125.212 87.8199 124.822 88.2104L119.165 93.8673L113.508 88.2104C113.117 87.8199 112.484 87.8199 112.094 88.2104C111.703 88.6009 111.703 89.2341 112.094 89.6246L118.458 95.9886ZM103.111 74.2655H114.165V72.2655H103.111V74.2655ZM118.165 78.2655V95.2815H120.165V78.2655H118.165ZM114.165 74.2655C116.374 74.2655 118.165 76.0564 118.165 78.2655H120.165C120.165 74.9518 117.479 72.2655 114.165 72.2655V74.2655Z" fill="#A4C280"/>
|
|
6
|
-
<g clip-path="url(#clip0_2797_11136)">
|
|
7
|
-
<rect x="33.8135" y="59.791" width="69.2977" height="25.4384" rx="2.63052" fill="#3B485C"/>
|
|
8
|
-
<path d="M72.7504 69H39.9282C38.6923 69 37.6904 70.0019 37.6904 71.2378C37.6904 72.4737 38.6923 73.4756 39.9282 73.4756L72.7504 73.4756C73.9863 73.4756 74.9882 72.4737 74.9882 71.2378C74.9882 70.0019 73.9863 69 72.7504 69Z" fill="#A4C280"/>
|
|
9
|
-
<path d="M85.3702 77.2041H39.9282C38.6923 77.2041 37.6904 78.206 37.6904 79.4419C37.6904 80.6778 38.6923 81.6797 39.9282 81.6797H85.3702C86.6061 81.6797 87.608 80.6778 87.608 79.4419C87.608 78.206 86.6061 77.2041 85.3702 77.2041Z" fill="#A4C280"/>
|
|
10
|
-
<g opacity="0.4">
|
|
11
|
-
<rect width="79.4693" height="4.47432" transform="translate(28.5791 59.791)" fill="#A4C280"/>
|
|
12
|
-
</g>
|
|
13
|
-
</g>
|
|
14
|
-
<g clip-path="url(#clip1_2797_11136)">
|
|
15
|
-
<rect x="84.5156" y="96.1221" width="69.2977" height="25.4384" rx="2.63052" fill="#3B485C"/>
|
|
16
|
-
<path d="M125.75 105H92.9282C91.6923 105 90.6904 106.002 90.6904 107.238C90.6904 108.474 91.6923 109.476 92.9282 109.476L125.75 109.476C126.986 109.476 127.988 108.474 127.988 107.238C127.988 106.002 126.986 105 125.75 105Z" fill="#A4C280"/>
|
|
17
|
-
<path d="M138.37 113.204H92.9282C91.6923 113.204 90.6904 114.206 90.6904 115.442C90.6904 116.678 91.6923 117.68 92.9282 117.68H138.37C139.606 117.68 140.608 116.678 140.608 115.442C140.608 114.206 139.606 113.204 138.37 113.204Z" fill="#A4C280"/>
|
|
18
|
-
<g opacity="0.4">
|
|
19
|
-
<rect width="79.4693" height="4.47432" transform="translate(79.2812 96.1221)" fill="#A4C280"/>
|
|
20
|
-
</g>
|
|
21
|
-
</g>
|
|
22
|
-
<defs>
|
|
23
|
-
<clipPath id="clip0_2797_11136">
|
|
24
|
-
<rect x="33.8135" y="59.791" width="69.2977" height="25.4384" rx="2.63052" fill="white"/>
|
|
25
|
-
</clipPath>
|
|
26
|
-
<clipPath id="clip1_2797_11136">
|
|
27
|
-
<rect x="84.5156" y="96.1221" width="69.2977" height="25.4384" rx="2.63052" fill="white"/>
|
|
28
|
-
</clipPath>
|
|
29
|
-
</defs>
|
|
30
|
-
</svg>
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<svg width="190" height="191" viewBox="0 0 190 191" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M95 190.902C147.467 190.902 190 148.369 190 95.9023C190 43.4353 147.467 0.902344 95 0.902344C42.5329 0.902344 0 43.4353 0 95.9023C0 148.369 42.5329 190.902 95 190.902Z" fill="#333F52"/>
|
|
3
|
-
<path d="M95 190.902C147.467 190.902 190 148.369 190 95.9023C190 43.4353 147.467 0.902344 95 0.902344C42.5329 0.902344 0 43.4353 0 95.9023C0 148.369 42.5329 190.902 95 190.902Z" fill="#C1C6CD" fill-opacity="0.1"/>
|
|
4
|
-
<rect x="25" y="42.373" width="140" height="107.059" rx="8" fill="#232E40"/>
|
|
5
|
-
<path opacity="0.8" d="M84.0537 110.918C84.606 110.918 85.0537 110.47 85.0537 109.918C85.0537 109.366 84.606 108.918 84.0537 108.918L84.0537 110.918ZM68.7074 87.195C68.3168 86.8045 67.6837 86.8045 67.2931 87.195L60.9292 93.559C60.5387 93.9495 60.5387 94.5827 60.9292 94.9732C61.3197 95.3637 61.9529 95.3637 62.3434 94.9732L68.0003 89.3163L73.6571 94.9732C74.0476 95.3637 74.6808 95.3637 75.0713 94.9732C75.4618 94.5827 75.4618 93.9495 75.0713 93.559L68.7074 87.195ZM84.0537 108.918L73.0002 108.918L73.0002 110.918L84.0537 110.918L84.0537 108.918ZM69.0003 104.918L69.0003 87.9021L67.0003 87.9021L67.0003 104.918L69.0003 104.918ZM73.0002 108.918C70.7911 108.918 69.0003 107.127 69.0003 104.918L67.0003 104.918C67.0002 108.232 69.6865 110.918 73.0002 110.918L73.0002 108.918Z" fill="#A4C280"/>
|
|
6
|
-
<g clip-path="url(#clip0_2841_23674)">
|
|
7
|
-
<rect x="33.3135" y="60.6934" width="69.2977" height="25.4384" rx="2.63052" fill="#3B485C"/>
|
|
8
|
-
<path d="M72.2504 69.9023H39.4282C38.1923 69.9023 37.1904 70.9042 37.1904 72.1401C37.1904 73.376 38.1923 74.3779 39.4282 74.3779L72.2504 74.3779C73.4863 74.3779 74.4882 73.376 74.4882 72.1401C74.4882 70.9042 73.4863 69.9023 72.2504 69.9023Z" fill="#A4C280"/>
|
|
9
|
-
<path d="M84.8702 78.1064H39.4282C38.1923 78.1064 37.1904 79.1083 37.1904 80.3442C37.1904 81.5801 38.1923 82.582 39.4282 82.582H84.8702C86.1061 82.582 87.108 81.5801 87.108 80.3442C87.108 79.1083 86.1061 78.1064 84.8702 78.1064Z" fill="#A4C280"/>
|
|
10
|
-
<g opacity="0.4">
|
|
11
|
-
<rect width="79.4693" height="4.47432" transform="translate(28.0791 60.6934)" fill="#A4C280"/>
|
|
12
|
-
</g>
|
|
13
|
-
</g>
|
|
14
|
-
<g clip-path="url(#clip1_2841_23674)">
|
|
15
|
-
<rect x="84.0156" y="97.0244" width="69.2977" height="25.4384" rx="2.63052" fill="#3B485C"/>
|
|
16
|
-
<path d="M125.25 105.902H92.4282C91.1923 105.902 90.1904 106.904 90.1904 108.14C90.1904 109.376 91.1923 110.378 92.4282 110.378L125.25 110.378C126.486 110.378 127.488 109.376 127.488 108.14C127.488 106.904 126.486 105.902 125.25 105.902Z" fill="#A4C280"/>
|
|
17
|
-
<path d="M137.87 114.106H92.4282C91.1923 114.106 90.1904 115.108 90.1904 116.344C90.1904 117.58 91.1923 118.582 92.4282 118.582H137.87C139.106 118.582 140.108 117.58 140.108 116.344C140.108 115.108 139.106 114.106 137.87 114.106Z" fill="#A4C280"/>
|
|
18
|
-
<g opacity="0.4">
|
|
19
|
-
<rect width="79.4693" height="4.47432" transform="translate(78.7812 97.0244)" fill="#A4C280"/>
|
|
20
|
-
</g>
|
|
21
|
-
</g>
|
|
22
|
-
<defs>
|
|
23
|
-
<clipPath id="clip0_2841_23674">
|
|
24
|
-
<rect x="33.3135" y="60.6934" width="69.2977" height="25.4384" rx="2.63052" fill="white"/>
|
|
25
|
-
</clipPath>
|
|
26
|
-
<clipPath id="clip1_2841_23674">
|
|
27
|
-
<rect x="84.0156" y="97.0244" width="69.2977" height="25.4384" rx="2.63052" fill="white"/>
|
|
28
|
-
</clipPath>
|
|
29
|
-
</defs>
|
|
30
|
-
</svg>
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
<svg width="190" height="196" viewBox="0 0 190 196" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<ellipse cx="88.59" cy="80.6575" rx="70.4719" ry="70.1966" fill="#333F52"/>
|
|
3
|
-
<ellipse cx="88.59" cy="80.6575" rx="70.4719" ry="70.1966" fill="#C1C6CD" fill-opacity="0.1"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M86.1318 10.4607C86.1318 4.6834 90.8152 0 96.5925 0H187.986C188.898 0 189.637 0.739485 189.637 1.65168V1.65168C189.637 2.56388 188.898 3.30337 187.986 3.30337H96.5925C92.6396 3.30337 89.4352 6.5078 89.4352 10.4607V44.3483C89.4352 45.2605 88.6957 46 87.7835 46V46C86.8713 46 86.1318 45.2605 86.1318 44.3483V10.4607Z" fill="#A4C280"/>
|
|
5
|
-
<path d="M81.7275 45.112C81.7275 43.0023 83.4378 41.292 85.5476 41.292H90.0198C92.1296 41.292 93.8399 43.0023 93.8399 45.112V50.101H81.7275V45.112Z" fill="#649726"/>
|
|
6
|
-
<path d="M77.873 53.9206C77.873 51.8109 79.5833 50.1006 81.6931 50.1006H94.4238C96.5335 50.1006 98.2438 51.8109 98.2438 53.9206V61.1118H77.873V53.9206Z" fill="#649726"/>
|
|
7
|
-
<path d="M76.7725 61.1123H99.3455V65.5168H76.7725V61.1123Z" fill="#A4C280"/>
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M86.8049 146.635L86.8049 119.653C86.8049 118.74 87.5444 118.001 88.4566 118.001V118.001C89.3688 118.001 90.1083 118.74 90.1083 119.653L90.1082 146.635C90.1082 152.412 85.4248 157.096 79.6476 157.096H10.9607C7.00781 157.096 3.80337 160.3 3.80337 164.253V194.349C3.80337 195.261 3.06388 196.001 2.15168 196.001V196.001C1.23948 196.001 0.5 195.261 0.5 194.349V164.253C0.5 158.476 5.18341 153.792 10.9607 153.792H79.6476C83.6004 153.792 86.8049 150.588 86.8049 146.635Z" fill="#A4C280"/>
|
|
9
|
-
<path d="M81.3184 90.7829C81.3184 89.939 82.0025 89.2549 82.8464 89.2549H83.6838C84.5277 89.2549 85.2118 89.939 85.2118 90.7829V97.0418H81.3184V90.7829Z" fill="#A4C280"/>
|
|
10
|
-
<path d="M90.4033 90.7829C90.4033 89.939 91.0874 89.2549 91.9313 89.2549H92.7688C93.6127 89.2549 94.2968 89.939 94.2968 90.7829V97.0418H90.4033V90.7829Z" fill="#A4C280"/>
|
|
11
|
-
<path d="M94.2969 117.232C94.2969 119.341 92.5866 121.052 90.4768 121.052H86.4366C84.3268 121.052 82.6165 119.341 82.6165 117.232V111.967H94.2969V117.232Z" fill="#649726"/>
|
|
12
|
-
<path d="M98.1904 108.148C98.1904 110.257 96.4801 111.968 94.3704 111.968H81.8943C79.7846 111.968 78.0743 110.257 78.0743 108.148V100.936H98.1904V108.148Z" fill="#649726"/>
|
|
13
|
-
<path d="M99.4883 100.936H76.7765V97.0421H99.4883V100.936Z" fill="#A4C280"/>
|
|
14
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M65.0964 55.9834C65.5525 55.9834 65.9222 56.3531 65.9222 56.8092V64.5961C65.9222 65.0522 65.5525 65.422 65.0964 65.422C64.6402 65.422 64.2705 65.0522 64.2705 64.5961V56.8092C64.2705 56.3531 64.6402 55.9834 65.0964 55.9834Z" fill="#A4C280"/>
|
|
15
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M52.1681 61.4302C52.4825 61.0998 53.0053 61.087 53.3356 61.4015L58.9755 66.7706C59.3058 67.0851 59.3187 67.6079 59.0042 67.9382C58.6897 68.2685 58.167 68.2814 57.8366 67.9669L52.1968 62.5977C51.8664 62.2833 51.8536 61.7605 52.1681 61.4302Z" fill="#A4C280"/>
|
|
16
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M47.3982 73.1352C47.3927 72.6791 47.758 72.3049 48.214 72.2994L56.0004 72.2053C56.4564 72.1998 56.8306 72.565 56.8361 73.0211C56.8416 73.4771 56.4764 73.8513 56.0203 73.8568L48.234 73.951C47.7779 73.9565 47.4037 73.5912 47.3982 73.1352Z" fill="#A4C280"/>
|
|
17
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M113.115 121.971C112.658 121.971 112.289 121.601 112.289 121.145V113.358C112.289 112.902 112.658 112.532 113.115 112.532C113.571 112.532 113.94 112.902 113.94 113.358V121.145C113.94 121.601 113.571 121.971 113.115 121.971Z" fill="#A4C280"/>
|
|
18
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M126.042 116.524C125.727 116.854 125.205 116.867 124.874 116.553L119.234 111.183C118.904 110.869 118.891 110.346 119.206 110.016C119.52 109.686 120.043 109.673 120.373 109.987L126.013 115.356C126.344 115.671 126.356 116.194 126.042 116.524Z" fill="#A4C280"/>
|
|
19
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M130.812 104.819C130.817 105.275 130.452 105.649 129.996 105.655L122.21 105.749C121.754 105.754 121.379 105.389 121.374 104.933C121.368 104.477 121.734 104.103 122.19 104.097L129.976 104.003C130.432 103.998 130.806 104.363 130.812 104.819Z" fill="#A4C280"/>
|
|
20
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<svg width="185" height="175" viewBox="0 0 185 175" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M163.001 0H13.001C6.09743 0 0.500977 5.59646 0.500977 12.5V162.5C0.500977 169.404 6.09743 175 13.001 175H163.001C169.905 175 175.501 169.404 175.501 162.5V12.5C175.501 5.59646 169.905 0 163.001 0Z" fill="#333F52"/>
|
|
3
|
-
<path d="M163.001 0H13.001C6.09743 0 0.500977 5.59646 0.500977 12.5V162.5C0.500977 169.404 6.09743 175 13.001 175H163.001C169.905 175 175.501 169.404 175.501 162.5V12.5C175.501 5.59646 169.905 0 163.001 0Z" fill="#C1C6CD" fill-opacity="0.1"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M147.149 156.901L147.149 175H161.098V142.014C174.055 141.433 184.38 130.744 184.38 117.645V116.96C184.38 113.787 181.808 111.215 178.634 111.215C175.461 111.215 172.889 113.787 172.889 116.96V117.645C172.889 124.396 167.704 129.937 161.098 130.501V94.4748C161.098 90.6227 157.976 87.5 154.124 87.5C150.271 87.5 147.149 90.6227 147.149 94.4748L147.149 145.41C141.23 145.41 136.432 140.612 136.432 134.693V112.128C136.432 108.955 133.859 106.383 130.686 106.383C127.513 106.383 124.94 108.955 124.94 112.128V134.693C124.94 146.958 134.883 156.901 147.149 156.901Z" fill="#232E40"/>
|
|
5
|
-
<mask id="mask0_2886_9350" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="176" height="175">
|
|
6
|
-
<path d="M163.001 0H13.001C6.09743 0 0.500977 5.59646 0.500977 12.5V162.5C0.500977 169.404 6.09743 175 13.001 175H163.001C169.905 175 175.501 169.404 175.501 162.5V12.5C175.501 5.59646 169.905 0 163.001 0Z" fill="#333F52"/>
|
|
7
|
-
</mask>
|
|
8
|
-
<g mask="url(#mask0_2886_9350)">
|
|
9
|
-
<path d="M200.218 176.689H-9.98242V159.868H57.3749C62.6792 159.868 67.7663 157.761 71.517 154.01L89.4482 136.079C94.0931 131.434 101.624 131.434 106.269 136.079C110.914 140.724 118.445 140.724 123.089 136.079L131.346 127.823C139.679 119.49 153.374 120.132 160.891 129.207L200.218 176.689Z" fill="#333F52"/>
|
|
10
|
-
<path d="M157.354 25.0485C158.842 19.0766 155.207 13.0292 149.235 11.5414C143.263 10.0535 137.216 13.6886 135.728 19.6605C134.24 25.6324 137.875 31.6798 143.847 33.1676C149.819 34.6555 155.867 31.0205 157.354 25.0485Z" fill="#333F52"/>
|
|
11
|
-
<path d="M127.501 39.1573H97.9133C94.3346 39.1573 91.8494 35.5938 93.0861 32.2355C93.6633 30.6682 94.9656 29.4786 96.5787 29.0453L98.6766 28.4817C100.022 28.1201 101.27 27.462 102.329 26.5555L104.56 24.6449C106.67 22.8374 109.666 22.4575 112.169 23.6648C113.69 24.3985 115.435 24.5556 117.061 24.0985C119.789 23.3312 122.71 24.3043 124.433 26.5547L124.572 26.7367C125.411 27.8325 126.557 28.6545 127.863 29.0985L129.094 29.5167C130.934 30.1419 132.238 31.7858 132.429 33.72C132.716 36.6326 130.427 39.1573 127.501 39.1573Z" fill="#333F52"/>
|
|
12
|
-
<path d="M58.2035 135.78C58.9074 137.062 60.866 139.159 64.9763 140.028C70.1143 141.114 76.284 140.585 79.2875 138.569C82.0671 136.704 83.1174 131.893 78.0952 130.692C72.5208 129.36 70.0038 138.214 74.8588 141.335C79.1547 144.097 86.4192 142.865 90.6072 140.669" stroke="#232E40" stroke-width="1.5" stroke-linecap="round"/>
|
|
13
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M147.149 156.901L147.149 175H161.098V142.014C174.055 141.433 184.38 130.744 184.38 117.645V116.96C184.38 113.787 181.808 111.215 178.634 111.215C175.461 111.215 172.889 113.787 172.889 116.96V117.645C172.889 124.396 167.704 129.937 161.098 130.501V94.4748C161.098 90.6227 157.976 87.5 154.124 87.5C150.271 87.5 147.149 90.6227 147.149 94.4748L147.149 145.41C141.23 145.41 136.432 140.612 136.432 134.693V112.128C136.432 108.955 133.859 106.383 130.686 106.383C127.513 106.383 124.94 108.955 124.94 112.128V134.693C124.94 146.958 134.883 156.901 147.149 156.901Z" fill="#232E40"/>
|
|
14
|
-
<path d="M40.6508 124.718C40.3817 124.907 39.9221 124.47 40.2033 123.943C40.4205 123.424 41.4463 123.121 42.1989 123.824C42.9706 124.45 43.1141 126.063 41.9934 127.044C40.9609 128.064 38.7647 128.05 37.5545 126.506C36.2847 125.066 36.45 122.277 38.4132 120.842C40.258 119.321 43.6316 119.653 45.2952 122.037C47.0677 124.293 46.5856 128.253 43.7835 130.144C41.1246 132.165 36.5773 131.521 34.4584 128.293C32.1835 125.221 32.9815 120.087 36.6231 117.742C40.0975 115.22 45.8152 116.18 48.3914 120.249C51.1642 124.135 50.0578 130.446 45.5736 133.245C41.2866 136.267 34.3924 134.991 31.3622 130.081C28.0866 125.379 29.5097 117.896 34.833 114.641C39.9344 111.121 48.0015 112.708 51.4876 118.462C55.2646 123.977 53.5267 132.637 47.3637 136.345C41.4476 140.368 32.2081 138.462 28.2659 131.869C23.9897 125.538 26.0377 115.703 33.0429 111.541C39.7726 107.019 50.1867 109.238 54.5838 116.674" stroke="#A4C280" stroke-width="1.5" stroke-linecap="round"/>
|
|
15
|
-
</g>
|
|
16
|
-
</svg>
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
<svg width="180" height="149" viewBox="0 0 180 149" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path opacity="0.9" d="M110.691 51.4893C88.32 33.7608 80.2318 12.1666 40.0229 13.5881C23.5585 14.1702 8.89749 19.6825 2.86004 37.5511C-11.9431 81.582 33.127 119.893 82.5677 140.495C129.379 160.013 166.594 144.261 177.289 105.743C181.34 91.1892 180.972 65.8308 157.009 58.6886C139.415 53.4343 129.768 66.5933 110.691 51.4893Z" fill="#C1C6CD" fill-opacity="0.1"/>
|
|
3
|
-
<mask id="mask0_2973_8725" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="47" y="0" width="107" height="143">
|
|
4
|
-
<path d="M146.272 0.000390705H68.6694C66.6767 0.0353446 64.7685 0.81148 63.3172 2.17735C61.8659 3.54322 60.9756 5.40083 60.8199 7.3877L47.9714 134.664C47.8982 135.613 48.023 136.567 48.338 137.465C48.6531 138.363 49.1514 139.186 49.8013 139.881C50.4513 140.576 51.2387 141.129 52.1136 141.504C52.9885 141.878 53.9317 142.067 54.8834 142.058H132.473C134.47 142.025 136.382 141.249 137.837 139.882C139.292 138.515 140.185 136.654 140.343 134.664L153.184 7.3877C153.258 6.43907 153.133 5.48556 152.818 4.58778C152.503 3.69 152.004 2.86759 151.354 2.17282C150.704 1.47806 149.917 0.926131 149.042 0.552131C148.167 0.178132 147.224 -0.00976406 146.272 0.000390705Z" fill="white"/>
|
|
5
|
-
</mask>
|
|
6
|
-
<g mask="url(#mask0_2973_8725)">
|
|
7
|
-
<path d="M146.272 0.000390705H68.6694C66.6767 0.0353446 64.7685 0.81148 63.3172 2.17735C61.8659 3.54322 60.9756 5.40083 60.8199 7.3877L47.9714 134.664C47.8982 135.613 48.023 136.567 48.338 137.465C48.6531 138.363 49.1514 139.186 49.8013 139.881C50.4513 140.576 51.2387 141.129 52.1136 141.504C52.9885 141.878 53.9317 142.067 54.8834 142.058H132.473C134.47 142.025 136.382 141.249 137.837 139.882C139.292 138.515 140.185 136.654 140.343 134.664L153.184 7.3877C153.258 6.43907 153.133 5.48556 152.818 4.58778C152.503 3.69 152.004 2.86759 151.354 2.17282C150.704 1.47806 149.917 0.926131 149.042 0.552131C148.167 0.178132 147.224 -0.00976406 146.272 0.000390705Z" fill="#232E40"/>
|
|
8
|
-
<path d="M116.379 10.666H69.2188C67.8515 10.666 66.7432 11.7744 66.7432 13.1417C66.7432 14.5089 67.8515 15.6173 69.2188 15.6173L116.379 15.6173C117.747 15.6173 118.855 14.5089 118.855 13.1417C118.855 11.7744 117.747 10.666 116.379 10.666Z" fill="#667385"/>
|
|
9
|
-
<path d="M130.902 20.5166H67.376C66.0088 20.5166 64.9004 21.625 64.9004 22.9922C64.9004 24.3595 66.0088 25.4679 67.376 25.4679L130.902 25.4679C132.269 25.4679 133.377 24.3595 133.377 22.9922C133.377 21.625 132.269 20.5166 130.902 20.5166Z" fill="#445267"/>
|
|
10
|
-
<path d="M97.4874 30.3672L66.1309 30.3672C64.7637 30.3672 63.6553 31.4756 63.6553 32.8428C63.6553 34.2101 64.7637 35.3185 66.1309 35.3185L97.4874 35.3185C98.8547 35.3185 99.9631 34.2101 99.9631 32.8428C99.9631 31.4756 98.8547 30.3672 97.4874 30.3672Z" fill="#667385"/>
|
|
11
|
-
<path d="M114.507 40.2168H64.8731C63.5058 40.2168 62.3975 41.3252 62.3975 42.6924C62.3975 44.0597 63.5058 45.1681 64.8731 45.1681L114.507 45.1681C115.875 45.1681 116.983 44.0597 116.983 42.6924C116.983 41.3252 115.875 40.2168 114.507 40.2168Z" fill="#445267"/>
|
|
12
|
-
<path d="M128.468 55.7441H55.8301L48.8058 124.996H128.468C130.427 124.993 132.305 124.213 133.69 122.829C135.076 121.444 135.857 119.568 135.862 117.609V63.1579C135.864 61.1945 135.086 59.3108 133.7 57.9206C132.313 56.5305 130.432 55.7476 128.468 55.7441Z" fill="#445267"/>
|
|
13
|
-
</g>
|
|
14
|
-
<path d="M121.892 49.6113H35.3969C31.3133 49.6113 28.0029 52.9217 28.0029 57.0052V111.476C28.0029 115.559 31.3133 118.87 35.3969 118.87H121.892C125.976 118.87 129.286 115.559 129.286 111.476V57.0052C129.286 52.9217 125.976 49.6113 121.892 49.6113Z" fill="#A4C280"/>
|
|
15
|
-
<path opacity="0.5" d="M34.4496 76.2514C34.3049 76.2508 34.162 76.2188 34.031 76.1574C33.8999 76.096 33.7838 76.0069 33.6907 75.8961C33.5976 75.7853 33.5298 75.6556 33.492 75.5159C33.4541 75.3762 33.4472 75.23 33.4716 75.0874L33.8016 73.1854C33.811 73.1225 33.8056 73.0583 33.7858 72.9979C33.766 72.9374 33.7324 72.8825 33.6876 72.8374L32.3016 71.4874C32.1682 71.3583 32.0738 71.1944 32.0291 71.0144C31.9845 70.8343 31.9913 70.6453 32.0488 70.4689C32.1064 70.2925 32.2123 70.1358 32.3546 70.0167C32.4969 69.8976 32.6698 69.8209 32.8536 69.7954L34.7676 69.5194C34.8301 69.5091 34.8894 69.4842 34.9405 69.4466C34.9916 69.4091 35.0331 69.36 35.0616 69.3034L35.9136 67.5694C35.9943 67.399 36.1218 67.2551 36.2811 67.1543C36.4404 67.0535 36.625 67 36.8136 67C37.0021 67 37.1867 67.0535 37.3461 67.1543C37.5054 67.2551 37.6328 67.399 37.7136 67.5694L38.5656 69.3034C38.5946 69.3607 38.6371 69.4103 38.6893 69.4479C38.7415 69.4855 38.8019 69.51 38.8656 69.5194L40.7736 69.8134C40.9573 69.8389 41.1302 69.9156 41.2725 70.0347C41.4148 70.1538 41.5208 70.3105 41.5783 70.4869C41.6359 70.6633 41.6427 70.8523 41.598 71.0324C41.5533 71.2124 41.4589 71.3763 41.3256 71.5054L39.9216 72.8134C39.8766 72.8582 39.8433 72.9133 39.8244 72.974C39.8056 73.0346 39.8019 73.099 39.8136 73.1614L40.1376 75.0634C40.1694 75.2459 40.1493 75.4338 40.0796 75.6055C40.0099 75.7772 39.8934 75.9259 39.7433 76.0347C39.5933 76.1435 39.4157 76.208 39.2309 76.2208C39.046 76.2337 38.8612 76.1943 38.6976 76.1074L36.9876 75.2074C36.9316 75.1764 36.8686 75.1601 36.8046 75.1601C36.7405 75.1601 36.6776 75.1764 36.6216 75.2074L34.9116 76.1014C34.7725 76.1892 34.6137 76.2408 34.4496 76.2514ZM36.8076 67.6174C36.7339 67.615 36.6612 67.6341 36.5983 67.6725C36.5354 67.7109 36.4851 67.7668 36.4536 67.8334L35.5956 69.5674C35.5252 69.7119 35.4207 69.8372 35.2911 69.9324C35.1614 70.0275 35.0106 70.0896 34.8516 70.1134L32.9376 70.3894C32.8654 70.3997 32.7976 70.4301 32.7418 70.4771C32.6861 70.5241 32.6446 70.5857 32.6221 70.6551C32.5996 70.7244 32.597 70.7987 32.6146 70.8694C32.6322 70.9402 32.6692 71.0046 32.7216 71.0554L34.1076 72.4054C34.2225 72.5186 34.3082 72.658 34.3573 72.8116C34.4064 72.9652 34.4175 73.1285 34.3896 73.2874L34.0656 75.1894C34.0529 75.2611 34.0605 75.3349 34.0876 75.4025C34.1147 75.47 34.1601 75.5287 34.2188 75.5718C34.2775 75.6148 34.3471 75.6406 34.4197 75.6462C34.4923 75.6518 34.565 75.637 34.6296 75.6034L36.3456 74.7034C36.4872 74.6292 36.6447 74.5905 36.8046 74.5905C36.9644 74.5905 37.1219 74.6292 37.2636 74.7034L38.9796 75.6034C39.0429 75.6435 39.1165 75.6645 39.1915 75.6639C39.2664 75.6633 39.3397 75.6411 39.4023 75.5999C39.465 75.5588 39.5145 75.5004 39.5449 75.4319C39.5752 75.3633 39.5852 75.2874 39.5736 75.2134L39.2496 73.3114C39.2232 73.1525 39.235 72.9897 39.284 72.8363C39.333 72.6829 39.4179 72.5434 39.5316 72.4294L40.9176 71.0794C40.9713 71.0292 41.0094 70.9646 41.0275 70.8933C41.0456 70.8221 41.0428 70.7471 41.0196 70.6774C40.9966 70.608 40.9546 70.5465 40.8984 70.4998C40.8422 70.4531 40.774 70.4232 40.7016 70.4134L38.7876 70.1374C38.6285 70.1136 38.4777 70.0515 38.348 69.9564C38.2184 69.8612 38.1139 69.7359 38.0436 69.5914L37.1736 67.8334C37.1412 67.7648 37.0891 67.7076 37.0238 67.6691C36.9585 67.6305 36.8832 67.6125 36.8076 67.6174Z" fill="white"/>
|
|
16
|
-
<path opacity="0.1" d="M61.7747 55.8962L61.8983 58.478C61.903 58.6261 61.9443 58.7708 62.0185 58.8998C62.0928 59.0288 62.1978 59.1382 62.3245 59.2187L64.5579 60.5828C64.7065 60.6742 64.8263 60.8045 64.9036 60.959C64.9809 61.1136 65.0127 61.2863 64.9954 61.4577C64.9781 61.6291 64.9125 61.7923 64.8058 61.929C64.6991 62.0657 64.5557 62.1704 64.3916 62.2314L61.9324 63.1436C61.7898 63.1956 61.6623 63.2812 61.5612 63.3928C61.4602 63.5044 61.3886 63.6387 61.3527 63.7838L60.7219 66.2945C60.6802 66.4622 60.5916 66.6151 60.466 66.7359C60.3404 66.8567 60.1828 66.9405 60.0112 66.978C59.8395 67.0154 59.6606 67.005 59.4947 66.9478C59.3288 66.8906 59.1826 66.7889 59.0725 66.6543L57.4273 64.6375C57.3331 64.5196 57.2106 64.4265 57.0707 64.3666C56.9309 64.3067 56.778 64.2819 56.626 64.2943L54.0047 64.4785C53.8302 64.4899 53.6559 64.4534 53.5013 64.3731C53.3467 64.2927 53.2179 64.1717 53.1294 64.0236C53.0409 63.8755 52.9962 63.7061 53.0003 63.5344C53.0043 63.3627 53.0569 63.1955 53.1523 63.0516L54.5972 60.8924C54.6787 60.7699 54.7291 60.6299 54.7439 60.4842C54.7587 60.3385 54.7377 60.1915 54.6824 60.0555L53.6936 57.6621C53.6238 57.502 53.6015 57.3258 53.6291 57.1538C53.6568 56.9818 53.7334 56.821 53.8501 56.6898C53.9667 56.5587 54.1188 56.4625 54.2886 56.4124C54.4585 56.3624 54.6393 56.3604 54.8103 56.4067L57.3463 57.0888C57.493 57.1279 57.6471 57.1316 57.7955 57.0995C57.944 57.0675 58.0823 57.0006 58.1987 56.9047L60.2105 55.2309C60.3446 55.1149 60.5096 55.0387 60.6861 55.0113C60.8627 54.9839 61.0436 55.0064 61.2076 55.0762C61.3717 55.146 61.5121 55.2601 61.6125 55.4054C61.7129 55.5506 61.7692 55.7208 61.7747 55.8962Z" fill="black"/>
|
|
17
|
-
<path opacity="0.8" d="M84.4623 65.1293L88.8055 73.9206C89.0467 74.4283 89.4073 74.8699 89.8566 75.2077C90.3059 75.5454 90.8304 75.7692 91.3851 75.8598L101.08 77.272C101.726 77.3679 102.333 77.6424 102.831 78.0646C103.33 78.4867 103.701 79.0397 103.902 79.6612C104.103 80.2827 104.127 80.9481 103.971 81.5824C103.814 82.2167 103.484 82.7948 103.016 83.2514L96.0082 90.0898C95.6003 90.4831 95.2953 90.9706 95.1199 91.5094C94.9445 92.0481 94.9041 92.6217 95.0021 93.1798L96.6624 102.849C96.7749 103.494 96.7045 104.158 96.4592 104.765C96.214 105.372 95.8036 105.899 95.2747 106.285C94.7457 106.671 94.1193 106.901 93.4662 106.95C92.8131 106.998 92.1595 106.863 91.5793 106.559L82.9007 102.001C82.4004 101.731 81.8408 101.59 81.2725 101.591C80.7041 101.591 80.1448 101.733 79.6447 102.003L70.9779 106.551C70.3996 106.851 69.7492 106.985 69.0995 106.936C68.4498 106.887 67.8266 106.658 67.2995 106.275C66.7725 105.892 66.3626 105.37 66.1156 104.767C65.8686 104.164 65.7944 103.505 65.9012 102.862L67.5533 93.2011C67.6456 92.6535 67.6047 92.0917 67.4341 91.5631C67.2635 91.0346 66.9682 90.5549 66.5732 90.1646L59.5629 83.3181C59.0816 82.8657 58.7377 82.2865 58.5709 81.6473C58.4041 81.008 58.4213 80.3347 58.6203 79.7048C58.8193 79.0749 59.1921 78.5139 59.6958 78.0865C60.1995 77.6591 60.8137 77.3826 61.4676 77.2888L71.1591 75.8785C71.7191 75.7958 72.2508 75.5787 72.7087 75.2459C73.1667 74.9131 73.5373 74.4744 73.7889 73.9674L78.113 65.1487C78.3945 64.5454 78.842 64.0346 79.4031 63.676C79.9641 63.3175 80.6156 63.126 81.2815 63.124C81.9473 63.1219 82.6 63.3094 83.1632 63.6645C83.7265 64.0196 84.177 64.5276 84.4623 65.1293Z" fill="#3B485C"/>
|
|
18
|
-
<path opacity="0.5" d="M114.268 75.5177C114.046 75.5149 113.827 75.467 113.623 75.377C113.42 75.287 113.238 75.1567 113.086 74.9941C112.935 74.8315 112.818 74.6399 112.743 74.4308C112.667 74.2217 112.635 73.9996 112.648 73.7777L112.9 70.0817C112.912 69.9164 112.883 69.7508 112.816 69.5992C112.749 69.4477 112.646 69.3146 112.516 69.2117L109.618 66.9077C109.381 66.7201 109.2 66.4699 109.097 66.1853C108.994 65.9007 108.973 65.593 109.035 65.2968C109.097 65.0006 109.241 64.7277 109.45 64.5088C109.659 64.2899 109.925 64.1337 110.218 64.0577L113.818 63.1577C113.98 63.1192 114.129 63.0409 114.253 62.9298C114.377 62.8187 114.471 62.6784 114.526 62.5217L115.822 59.0537C115.929 58.7703 116.112 58.5223 116.352 58.3376C116.592 58.1529 116.879 58.0389 117.18 58.0083C117.481 57.9777 117.785 58.0319 118.057 58.1647C118.329 58.2974 118.559 58.5035 118.72 58.7597L120.688 61.8977C120.775 62.0389 120.896 62.1565 121.039 62.2402C121.183 62.3239 121.344 62.3711 121.51 62.3777L125.212 62.5397C125.516 62.5493 125.812 62.6441 126.065 62.8133C126.318 62.9826 126.519 63.2195 126.644 63.4971C126.769 63.7747 126.813 64.0819 126.772 64.3836C126.732 64.6853 126.607 64.9695 126.412 65.2037L124.012 68.0417C123.9 68.169 123.82 68.3223 123.782 68.4877C123.743 68.6532 123.746 68.8257 123.79 68.9897L124.78 72.5597C124.862 72.8512 124.861 73.1599 124.776 73.4506C124.691 73.7414 124.526 74.0023 124.3 74.2037C124.074 74.4062 123.796 74.5415 123.497 74.5945C123.198 74.6475 122.89 74.616 122.608 74.5037L119.176 73.1177C119.022 73.0559 118.855 73.0323 118.69 73.049C118.525 73.0657 118.367 73.1222 118.228 73.2137L115.144 75.2597C114.882 75.4264 114.579 75.5159 114.268 75.5177ZM117.358 58.5977H117.25C117.059 58.614 116.876 58.6849 116.724 58.8019C116.572 58.9189 116.457 59.0771 116.392 59.2577L115.096 62.7257C115.006 62.9737 114.855 63.1954 114.659 63.3713C114.462 63.5471 114.225 63.6716 113.968 63.7337L110.368 64.6337C110.182 64.6799 110.013 64.7773 109.879 64.915C109.745 65.0526 109.653 65.2248 109.613 65.4123C109.572 65.5997 109.585 65.7947 109.649 65.9753C109.714 66.1558 109.828 66.3147 109.978 66.4337L112.876 68.7377C113.081 68.9017 113.242 69.1131 113.347 69.3535C113.451 69.594 113.496 69.8563 113.476 70.1177L113.224 73.8137C113.208 74.0043 113.247 74.1953 113.337 74.3644C113.426 74.5334 113.562 74.6734 113.728 74.7677C113.89 74.8688 114.077 74.9224 114.268 74.9224C114.459 74.9224 114.646 74.8688 114.808 74.7677L117.898 72.7217C118.117 72.5765 118.368 72.4865 118.629 72.4593C118.89 72.4321 119.154 72.4687 119.398 72.5657L122.836 73.9517C123.011 74.0196 123.201 74.0383 123.386 74.0056C123.571 73.973 123.743 73.8903 123.884 73.7666C124.025 73.6429 124.13 73.4828 124.186 73.3039C124.242 73.125 124.249 72.934 124.204 72.7517L123.214 69.1817C123.143 68.9284 123.135 68.6616 123.191 68.4044C123.246 68.1473 123.363 67.9074 123.532 67.7057L125.932 64.8677C126.053 64.7202 126.131 64.5418 126.157 64.3525C126.183 64.1633 126.156 63.9705 126.079 63.7957C126.002 63.6209 125.878 63.471 125.721 63.3626C125.563 63.2542 125.379 63.1916 125.188 63.1817L121.492 63.0257C121.229 63.0138 120.972 62.9383 120.744 62.8056C120.517 62.6729 120.324 62.4869 120.184 62.2637L118.222 59.1257C118.138 58.9693 118.013 58.8381 117.861 58.7454C117.71 58.6526 117.536 58.6017 117.358 58.5977Z" fill="white"/>
|
|
19
|
-
<path opacity="0.1" d="M117.064 99.9254L116.572 101.773C116.546 101.878 116.545 101.987 116.57 102.091C116.596 102.196 116.646 102.292 116.716 102.373L117.958 103.825C118.041 103.923 118.096 104.041 118.115 104.168C118.134 104.294 118.117 104.423 118.067 104.541C118.016 104.658 117.934 104.759 117.828 104.832C117.723 104.905 117.6 104.947 117.472 104.953L115.564 105.055C115.453 105.063 115.346 105.097 115.251 105.154C115.156 105.212 115.076 105.291 115.018 105.385L114.022 107.017C113.952 107.119 113.857 107.199 113.746 107.251C113.634 107.303 113.511 107.324 113.389 107.313C113.266 107.301 113.149 107.257 113.05 107.185C112.95 107.113 112.872 107.016 112.822 106.903L112.138 105.103C112.097 105 112.032 104.909 111.949 104.836C111.865 104.763 111.766 104.711 111.658 104.683L109.798 104.239C109.673 104.211 109.558 104.147 109.467 104.057C109.376 103.966 109.313 103.851 109.284 103.726C109.255 103.601 109.262 103.47 109.304 103.348C109.347 103.227 109.422 103.12 109.522 103.039L111.01 101.839C111.098 101.768 111.166 101.675 111.209 101.57C111.252 101.466 111.268 101.352 111.256 101.239L111.106 99.3314C111.102 99.2071 111.132 99.084 111.193 98.9754C111.253 98.8668 111.342 98.7768 111.45 98.7151C111.558 98.6534 111.681 98.6223 111.806 98.6252C111.93 98.628 112.051 98.6648 112.156 98.7314L113.764 99.7694C113.858 99.829 113.964 99.8655 114.075 99.8759C114.186 99.8864 114.297 99.8704 114.4 99.8294L116.164 99.0914C116.283 99.0481 116.412 99.0386 116.536 99.0637C116.661 99.0888 116.776 99.1477 116.869 99.2339C116.962 99.3201 117.029 99.4302 117.063 99.5522C117.098 99.6741 117.098 99.8033 117.064 99.9254Z" fill="black"/>
|
|
20
|
-
<path opacity="0.1" d="M55.3022 101.866L54.9662 103.12C54.9484 103.193 54.9478 103.269 54.9644 103.342C54.9811 103.415 55.0146 103.483 55.0622 103.54L55.9082 104.512C55.9639 104.579 56.0001 104.659 56.0127 104.745C56.0254 104.831 56.0139 104.918 55.9797 104.998C55.9455 105.078 55.8898 105.146 55.8189 105.196C55.7481 105.246 55.6647 105.275 55.5782 105.28L54.2822 105.352C54.2076 105.356 54.135 105.378 54.0711 105.417C54.0072 105.456 53.954 105.51 53.9162 105.574L53.2382 106.678C53.1937 106.753 53.1292 106.813 53.052 106.853C52.9748 106.892 52.888 106.909 52.8017 106.902C52.7153 106.894 52.6328 106.862 52.5636 106.81C52.4943 106.758 52.4412 106.687 52.4102 106.606L51.9422 105.406C51.9159 105.336 51.8726 105.272 51.8161 105.222C51.7596 105.172 51.6916 105.136 51.6182 105.118L50.3582 104.818C50.2737 104.799 50.1964 104.756 50.1352 104.695C50.0739 104.633 50.0311 104.556 50.0117 104.472C49.9923 104.387 49.9971 104.299 50.0255 104.217C50.0538 104.135 50.1047 104.063 50.1722 104.008L51.1742 103.192C51.2333 103.146 51.2801 103.085 51.3104 103.016C51.3407 102.947 51.3537 102.872 51.3482 102.796L51.2402 101.5C51.2342 101.414 51.2524 101.327 51.2928 101.25C51.3331 101.174 51.3941 101.109 51.4688 101.065C51.5435 101.021 51.629 100.998 51.7158 101C51.8026 101.002 51.8872 101.027 51.9602 101.074L53.0462 101.776C53.1093 101.818 53.1816 101.844 53.257 101.851C53.3323 101.859 53.4083 101.847 53.4782 101.818L54.6782 101.32C54.7579 101.287 54.8453 101.277 54.9304 101.291C55.0156 101.305 55.0952 101.342 55.1602 101.399C55.2251 101.456 55.2729 101.53 55.298 101.612C55.3231 101.695 55.3245 101.783 55.3022 101.866Z" fill="black"/>
|
|
21
|
-
<path d="M25.684 50.0887C25.1915 50.0867 24.7195 49.8911 24.3698 49.5443L20.9906 46.1838C20.6371 45.8303 20.4385 45.3508 20.4385 44.8509C20.4385 44.3509 20.6371 43.8715 20.9906 43.518C21.3441 43.1644 21.8236 42.9658 22.3235 42.9658C22.8235 42.9658 23.303 43.1644 23.6565 43.518L27.0169 46.8972C27.3666 47.249 27.5629 47.7248 27.5629 48.2208C27.5629 48.7167 27.3666 49.1926 27.0169 49.5443C26.8415 49.7183 26.6335 49.856 26.4047 49.9494C26.176 50.0428 25.9311 50.0902 25.684 50.0887Z" fill="#A4C280"/>
|
|
22
|
-
<path d="M22.8136 59.1795H18.0639C17.566 59.1795 17.0885 58.9818 16.7364 58.6297C16.3843 58.2776 16.1865 57.8001 16.1865 57.3022C16.1865 56.8043 16.3843 56.3267 16.7364 55.9747C17.0885 55.6226 17.566 55.4248 18.0639 55.4248H22.8136C23.3115 55.4248 23.7891 55.6226 24.1411 55.9747C24.4932 56.3267 24.691 56.8043 24.691 57.3022C24.691 57.8001 24.4932 58.2776 24.1411 58.6297C23.7891 58.9818 23.3115 59.1795 22.8136 59.1795Z" fill="#A4C280"/>
|
|
23
|
-
<path d="M34.3814 46.5277C33.9054 46.5288 33.4468 46.3492 33.0982 46.025C32.7497 45.7009 32.5373 45.2565 32.504 44.7817L32.166 40.032C32.1482 39.7853 32.1792 39.5375 32.2574 39.3029C32.3356 39.0683 32.4593 38.8514 32.6215 38.6647C32.7838 38.4781 32.9813 38.3253 33.2028 38.2152C33.4242 38.1051 33.6653 38.0398 33.912 38.0232C34.4071 37.9923 34.8943 38.1585 35.2672 38.4857C35.64 38.8128 35.8683 39.2742 35.902 39.7691L36.2587 44.5189C36.2766 44.7655 36.2456 45.0133 36.1674 45.2479C36.0892 45.4826 35.9655 45.6995 35.8032 45.8861C35.641 46.0728 35.4435 46.2256 35.222 46.3356C35.0006 46.4457 34.7595 46.511 34.5128 46.5277H34.3814Z" fill="#A4C280"/>
|
|
24
|
-
</svg>
|
|
@@ -1,156 +0,0 @@
|
|
|
1
|
-
<svg width="218" height="226" viewBox="0 0 218 226" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M179 50.334H29C22.0965 50.334 16.5 55.9304 16.5 62.834V212.834C16.5 219.738 22.0965 225.334 29 225.334H179C185.904 225.334 191.5 219.738 191.5 212.834V62.834C191.5 55.9304 185.904 50.334 179 50.334Z" fill="#333F52"/>
|
|
3
|
-
<path d="M179 50.334H29C22.0965 50.334 16.5 55.9304 16.5 62.834V212.834C16.5 219.738 22.0965 225.334 29 225.334H179C185.904 225.334 191.5 219.738 191.5 212.834V62.834C191.5 55.9304 185.904 50.334 179 50.334Z" fill="#C1C6CD" fill-opacity="0.1"/>
|
|
4
|
-
<path d="M62.0563 54.9541L62.0563 54.9542L62.066 54.9523L85.3978 50.3937C86.8998 50.1324 88.4286 50.432 89.6483 51.2155C90.8675 51.9987 91.6766 53.1991 91.9126 54.5472C91.9126 54.5475 91.9127 54.5478 91.9127 54.5481L95.7031 76.7244L95.7034 76.7262C95.9392 78.0747 95.5854 79.4788 94.7041 80.6294C93.8217 81.7816 92.4833 82.5826 90.9798 82.8455L90.9798 82.8454L90.97 82.8473L67.6383 87.4058C66.1363 87.6672 64.6075 87.3676 63.3878 86.584C62.1686 85.8008 61.3595 84.6005 61.1235 83.2524C61.1235 83.2521 61.1234 83.2518 61.1234 83.2515L57.333 61.0752L57.3327 61.0733C57.0969 59.7248 57.4507 58.3208 58.332 57.1701C59.2144 56.018 60.5528 55.2169 62.0563 54.9541Z" fill="#A4C280" stroke="#215500"/>
|
|
5
|
-
<g filter="url(#filter0_d_2797_10889)">
|
|
6
|
-
<path d="M79.9521 60.4394L70.4594 62.1459C66.5274 62.8528 63.9129 66.6133 64.6197 70.5453C65.3265 74.4774 69.0871 77.0919 73.0191 76.385L82.5119 74.6786C86.4439 73.9717 89.0584 70.2112 88.3516 66.2791C87.6447 62.3471 83.8842 59.7326 79.9521 60.4394Z" fill="#A4C280"/>
|
|
7
|
-
<path d="M70.6363 63.1301L80.1291 61.4237C83.5175 60.8145 86.7582 63.0676 87.3673 66.4561C87.9765 69.8445 85.7234 73.0852 82.3349 73.6943L72.8422 75.4008C69.4537 76.0099 66.2131 73.7569 65.6039 70.3684C64.9948 66.98 67.2479 63.7393 70.6363 63.1301Z" stroke="#215500" stroke-width="2"/>
|
|
8
|
-
</g>
|
|
9
|
-
<path d="M83.1135 67.2207C83.3003 68.2596 82.6095 69.2532 81.5706 69.4399C80.5317 69.6267 79.5381 68.9359 79.3513 67.897C79.1646 66.8581 79.8554 65.8646 80.8943 65.6778C81.9332 65.491 82.9267 66.1818 83.1135 67.2207Z" fill="#215500" stroke="#215500"/>
|
|
10
|
-
<path d="M97.9395 30.0038L97.9395 30.0038L97.9455 30.0028L118.813 26.4106C120.319 26.1711 121.844 26.4931 123.053 27.2952C124.26 28.097 125.052 29.309 125.267 30.6612L125.269 30.669L125.27 30.6767L129.329 51.8204C129.542 53.1703 129.167 54.5652 128.27 55.7008C127.371 56.8399 126.021 57.6207 124.513 57.8611L124.507 57.8622L103.643 61.4538C103.642 61.454 103.641 61.4541 103.64 61.4543C102.134 61.6939 100.609 61.3718 99.4003 60.5697C98.1925 59.7679 97.4014 58.5559 97.1857 57.2037L97.1844 57.196L97.1829 57.1882L93.1242 36.0445C92.911 34.6947 93.2861 33.2998 94.1827 32.1641C95.0821 31.025 96.4323 30.2442 97.9395 30.0038Z" fill="#A4C280" stroke="#215500"/>
|
|
11
|
-
<g filter="url(#filter1_d_2797_10889)">
|
|
12
|
-
<path d="M106.647 40.835L111.753 53.0872L113.59 47.7779L118.9 45.9401L106.647 40.835Z" fill="#A4C280"/>
|
|
13
|
-
<path d="M106.647 40.835L111.753 53.0872L113.59 47.7779L118.9 45.9401L106.647 40.835Z" stroke="#215500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
14
|
-
</g>
|
|
15
|
-
<g filter="url(#filter2_d_2797_10889)">
|
|
16
|
-
<path d="M104.809 33.8926L105.625 36.8535" stroke="#215500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
17
|
-
</g>
|
|
18
|
-
<g filter="url(#filter3_d_2797_10889)">
|
|
19
|
-
<path d="M102.665 39.8149L99.7041 38.998" stroke="#215500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
20
|
-
</g>
|
|
21
|
-
<g filter="url(#filter4_d_2797_10889)">
|
|
22
|
-
<path d="M111.752 35.832L109.71 37.772" stroke="#215500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
23
|
-
</g>
|
|
24
|
-
<g filter="url(#filter5_d_2797_10889)">
|
|
25
|
-
<path d="M103.584 43.8975L101.645 45.9395" stroke="#215500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
26
|
-
</g>
|
|
27
|
-
<path d="M96.8629 88.6114L96.8642 88.6109C98.2846 88.0524 99.8443 88.0393 101.198 88.5634C102.547 89.086 103.579 90.0978 104.081 91.3688L109.946 107.658L109.949 107.665L109.952 107.672C110.452 108.946 110.387 110.392 109.754 111.696C109.12 113.001 107.969 114.054 106.549 114.612C106.549 114.612 106.549 114.612 106.548 114.613L91.8022 120.364L91.8009 120.365C90.3805 120.923 88.8208 120.936 87.4675 120.412C86.1183 119.89 85.0863 118.878 84.5844 117.607L78.7186 101.318L78.7162 101.311L78.7135 101.304C78.2126 100.03 78.2782 98.5835 78.9114 97.2798C79.5452 95.9745 80.6959 94.9219 82.1161 94.3634C82.1163 94.3633 82.1165 94.3632 82.1167 94.3631L96.8629 88.6114Z" fill="#A4C280" stroke="#215500"/>
|
|
28
|
-
<g filter="url(#filter6_d_2797_10889)">
|
|
29
|
-
<path d="M92.606 106.572C95.7107 106.572 98.2276 104.055 98.2276 100.951C98.2276 97.846 95.7107 95.3291 92.606 95.3291C89.5013 95.3291 86.9844 97.846 86.9844 100.951C86.9844 104.055 89.5013 106.572 92.606 106.572Z" fill="#A4C280"/>
|
|
30
|
-
<path d="M97.2276 100.951C97.2276 103.503 95.1584 105.572 92.606 105.572C90.0535 105.572 87.9844 103.503 87.9844 100.951C87.9844 98.3983 90.0535 96.3291 92.606 96.3291C95.1584 96.3291 97.2276 98.3983 97.2276 100.951Z" stroke="#215500" stroke-width="2"/>
|
|
31
|
-
</g>
|
|
32
|
-
<g filter="url(#filter7_d_2797_10889)">
|
|
33
|
-
<path d="M99.9567 108.301L96.209 104.554" stroke="#215500" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
34
|
-
</g>
|
|
35
|
-
<path d="M155.592 70.7555L155.592 70.7555L155.599 70.7566C157.11 70.9736 158.472 71.7335 159.389 72.8582C160.305 73.9812 160.701 75.3733 160.507 76.7279C160.507 76.7284 160.507 76.7288 160.507 76.7292L158.55 89.9474L158.549 89.9495C158.355 91.3046 157.583 92.5294 156.388 93.3495C155.192 94.17 153.673 94.516 152.163 94.3002L114.768 88.3389L114.768 88.3389L114.761 88.3378C113.25 88.1208 111.888 87.3609 110.971 86.2361C110.055 85.1132 109.659 83.7209 109.853 82.3662C109.853 82.3659 109.853 82.3655 109.853 82.3652L111.81 69.147L111.81 69.147L111.811 69.1448C112.005 67.7898 112.778 66.565 113.973 65.7449C115.168 64.9243 116.688 64.5783 118.197 64.7942L155.592 70.7555Z" fill="#A4C280" stroke="#215500"/>
|
|
36
|
-
<g filter="url(#filter8_d_2797_10889)">
|
|
37
|
-
<rect x="116.383" y="71.3105" width="10.754" height="10.754" rx="2" transform="rotate(8.77358 116.383 71.3105)" fill="#A4C280"/>
|
|
38
|
-
<rect x="117.219" y="72.4514" width="8.75399" height="8.75399" rx="1" transform="rotate(8.77358 117.219 72.4514)" stroke="#215500" stroke-width="2"/>
|
|
39
|
-
</g>
|
|
40
|
-
<g filter="url(#filter9_d_2797_10889)">
|
|
41
|
-
<path d="M133.672 75.9248L145.781 77.7936" stroke="#215500" stroke-width="2" stroke-linecap="round"/>
|
|
42
|
-
</g>
|
|
43
|
-
<g filter="url(#filter10_d_2797_10889)">
|
|
44
|
-
<path d="M132.792 81.623L152.024 84.5912" stroke="#215500" stroke-width="2" stroke-linecap="round"/>
|
|
45
|
-
</g>
|
|
46
|
-
<mask id="mask0_2797_10889" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="16" y="50" width="176" height="176">
|
|
47
|
-
<path d="M179 50.334H29C22.0965 50.334 16.5 55.9304 16.5 62.834V212.834C16.5 219.738 22.0965 225.334 29 225.334H179C185.904 225.334 191.5 219.738 191.5 212.834V62.834C191.5 55.9304 185.904 50.334 179 50.334Z" fill="#333F52"/>
|
|
48
|
-
</mask>
|
|
49
|
-
<g mask="url(#mask0_2797_10889)">
|
|
50
|
-
<path d="M43.1504 129.072H164.231V198.586C164.231 200.795 162.44 202.586 160.231 202.586H47.1504C44.9412 202.586 43.1504 200.795 43.1504 198.586V129.072Z" fill="#232E40"/>
|
|
51
|
-
<path d="M102.249 129.072H164.231V198.586C164.231 200.795 162.44 202.586 160.231 202.586H102.249V129.072Z" fill="#333F52"/>
|
|
52
|
-
<path d="M118.826 104.567H183.691L164.232 129.072H102.25L118.826 104.567Z" fill="#232E40"/>
|
|
53
|
-
<path d="M84.9514 104.567H23.6902L43.1497 129.072H102.249L84.9514 104.567Z" fill="#333F52"/>
|
|
54
|
-
</g>
|
|
55
|
-
<defs>
|
|
56
|
-
<filter id="filter0_d_2797_10889" x="0.503906" y="28.3242" width="151.963" height="144.176" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
57
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
58
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
59
|
-
<feOffset dy="32"/>
|
|
60
|
-
<feGaussianBlur stdDeviation="32"/>
|
|
61
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
|
|
62
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2797_10889"/>
|
|
63
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10889" result="shape"/>
|
|
64
|
-
</filter>
|
|
65
|
-
<filter id="filter1_d_2797_10889" x="41.6475" y="7.83496" width="142.252" height="142.252" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
66
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
67
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
68
|
-
<feOffset dy="32"/>
|
|
69
|
-
<feGaussianBlur stdDeviation="32"/>
|
|
70
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
|
|
71
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2797_10889"/>
|
|
72
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10889" result="shape"/>
|
|
73
|
-
</filter>
|
|
74
|
-
<filter id="filter2_d_2797_10889" x="39.8086" y="0.892578" width="130.817" height="132.961" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
75
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
76
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
77
|
-
<feOffset dy="32"/>
|
|
78
|
-
<feGaussianBlur stdDeviation="32"/>
|
|
79
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
|
|
80
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2797_10889"/>
|
|
81
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10889" result="shape"/>
|
|
82
|
-
</filter>
|
|
83
|
-
<filter id="filter3_d_2797_10889" x="34.7041" y="5.99805" width="132.961" height="130.817" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
84
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
85
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
86
|
-
<feOffset dy="32"/>
|
|
87
|
-
<feGaussianBlur stdDeviation="32"/>
|
|
88
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
|
|
89
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2797_10889"/>
|
|
90
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10889" result="shape"/>
|
|
91
|
-
</filter>
|
|
92
|
-
<filter id="filter4_d_2797_10889" x="44.71" y="2.83203" width="132.042" height="131.939" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
93
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
94
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
95
|
-
<feOffset dy="32"/>
|
|
96
|
-
<feGaussianBlur stdDeviation="32"/>
|
|
97
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
|
|
98
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2797_10889"/>
|
|
99
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10889" result="shape"/>
|
|
100
|
-
</filter>
|
|
101
|
-
<filter id="filter5_d_2797_10889" x="36.6445" y="10.8975" width="131.939" height="132.042" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
102
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
103
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
104
|
-
<feOffset dy="32"/>
|
|
105
|
-
<feGaussianBlur stdDeviation="32"/>
|
|
106
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
|
|
107
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2797_10889"/>
|
|
108
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10889" result="shape"/>
|
|
109
|
-
</filter>
|
|
110
|
-
<filter id="filter6_d_2797_10889" x="22.9844" y="63.3291" width="139.243" height="139.243" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
111
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
112
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
113
|
-
<feOffset dy="32"/>
|
|
114
|
-
<feGaussianBlur stdDeviation="32"/>
|
|
115
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
|
|
116
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2797_10889"/>
|
|
117
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10889" result="shape"/>
|
|
118
|
-
</filter>
|
|
119
|
-
<filter id="filter7_d_2797_10889" x="31.209" y="71.5537" width="133.748" height="133.748" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
120
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
121
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
122
|
-
<feOffset dy="32"/>
|
|
123
|
-
<feGaussianBlur stdDeviation="32"/>
|
|
124
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
|
|
125
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2797_10889"/>
|
|
126
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10889" result="shape"/>
|
|
127
|
-
</filter>
|
|
128
|
-
<filter id="filter8_d_2797_10889" x="51.0234" y="39.5918" width="139.706" height="139.706" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
129
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
130
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
131
|
-
<feOffset dy="32"/>
|
|
132
|
-
<feGaussianBlur stdDeviation="32"/>
|
|
133
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
|
|
134
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2797_10889"/>
|
|
135
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10889" result="shape"/>
|
|
136
|
-
</filter>
|
|
137
|
-
<filter id="filter9_d_2797_10889" x="68.6719" y="42.9248" width="142.109" height="131.869" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
138
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
139
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
140
|
-
<feOffset dy="32"/>
|
|
141
|
-
<feGaussianBlur stdDeviation="32"/>
|
|
142
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
|
|
143
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2797_10889"/>
|
|
144
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10889" result="shape"/>
|
|
145
|
-
</filter>
|
|
146
|
-
<filter id="filter10_d_2797_10889" x="67.792" y="48.623" width="149.231" height="132.969" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
147
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
148
|
-
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
149
|
-
<feOffset dy="32"/>
|
|
150
|
-
<feGaussianBlur stdDeviation="32"/>
|
|
151
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
|
|
152
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2797_10889"/>
|
|
153
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2797_10889" result="shape"/>
|
|
154
|
-
</filter>
|
|
155
|
-
</defs>
|
|
156
|
-
</svg>
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
<svg width="191" height="191" viewBox="0 0 191 191" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M95.5 190.334C147.967 190.334 190.5 147.801 190.5 95.334C190.5 42.8669 147.967 0.333984 95.5 0.333984C43.0329 0.333984 0.5 42.8669 0.5 95.334C0.5 147.801 43.0329 190.334 95.5 190.334Z" fill="#333F52"/>
|
|
3
|
-
<path d="M95.5 190.334C147.967 190.334 190.5 147.801 190.5 95.334C190.5 42.8669 147.967 0.333984 95.5 0.333984C43.0329 0.333984 0.5 42.8669 0.5 95.334C0.5 147.801 43.0329 190.334 95.5 190.334Z" fill="#C1C6CD" fill-opacity="0.1"/>
|
|
4
|
-
<mask id="mask0_2632_3273" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="191" height="191">
|
|
5
|
-
<circle cx="95.4609" cy="95.334" r="95" fill="#333F52"/>
|
|
6
|
-
</mask>
|
|
7
|
-
<g mask="url(#mask0_2632_3273)">
|
|
8
|
-
<path d="M121.485 161.851C121.423 159.209 121.32 156.421 119.927 154.171C118.535 151.92 115.368 150.533 113.134 151.961C113.981 151 114.495 149.793 114.601 148.519C114.708 147.244 114.4 145.97 113.724 144.883C113.048 143.795 112.04 142.954 110.847 142.481C109.654 142.008 108.341 141.93 107.1 142.257C107.038 139.086 103.657 118.13 101.999 99.1836H91.4993C89.8416 117.799 85.6613 137.682 85.5992 140.775C84.3552 140.44 83.0361 140.515 81.8381 140.987C80.64 141.459 79.6269 142.304 78.9495 143.397C78.272 144.489 77.9664 145.769 78.0781 147.048C78.1897 148.327 78.7126 149.536 79.5691 150.495C77.3353 149.067 72.6677 148.999 69.9882 151.961C67.3087 154.924 67.1638 160.402 68.576 164.203C62.4564 165.628 55.3324 182.856 65.8665 192.04H126.82C137.264 183.036 135.421 166.579 121.485 161.851Z" fill="#333F52"/>
|
|
9
|
-
<path d="M120.532 186.184C122.676 180.184 117.356 175.813 115.34 174.817C115.483 174.439 115.602 174.052 115.697 173.659C116.087 171.979 116.04 170.228 115.559 168.572C115.079 166.915 114.182 165.408 112.952 164.193C111.723 162.978 110.203 162.096 108.535 161.629C106.867 161.162 105.107 161.127 103.421 161.527L99.499 98.6836H93.999L89.0318 156.195C85.3746 156.752 82.8234 161.062 84.1144 164.526C82.8403 164.723 81.6334 165.225 80.5973 165.989C79.5612 166.753 78.7268 167.755 78.1659 168.911C77.8134 169.665 77.7605 171.261 78.0646 173.067C71.0319 174.817 67.0319 186.184 74.5319 191.184C85.6702 198.609 114.105 204.167 120.532 186.184Z" fill="#232E40"/>
|
|
10
|
-
<path d="M107.499 65.334C107.499 65.334 116.909 86.1277 126.151 104.092C127.759 107.217 124.892 110.828 121.497 109.916L107.499 106.155V65.334Z" fill="#C8DAB3"/>
|
|
11
|
-
<path d="M85.499 65.334C85.499 65.334 76.0891 86.1277 66.847 104.092C65.239 107.217 68.1065 110.828 71.5011 109.916L85.499 106.155V65.334Z" fill="#C8DAB3"/>
|
|
12
|
-
<path d="M100.525 114.309H92.3715C91.0911 117.269 88.1212 120.752 95.0613 129.359C95.7884 130.26 97.1454 130.299 97.9048 129.425C104.755 121.535 101.801 116.767 100.525 114.309Z" fill="#A4C280"/>
|
|
13
|
-
<mask id="mask1_2632_3273" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="74" y="19" width="45" height="99">
|
|
14
|
-
<path d="M80.5756 102.46C82.6524 106.585 86.1522 109.636 86.1522 109.636L84.1287 114.576C83.5897 115.892 84.5575 117.334 85.9795 117.334H106.888C108.244 117.334 109.207 116.012 108.791 114.721L107.153 109.636C107.153 109.636 110.642 106.585 113.014 102.46C115.387 98.334 118.999 84.334 118.999 72.6255C118.999 60.917 117.839 54.1943 116.999 50.1179C116.159 46.0415 115.447 41.7107 113.239 37.1676C111.162 32.8949 105.096 24.2669 98.2078 20.0743C97.3959 19.5801 96.381 19.5692 95.5681 20.0619C88.7021 24.2229 81.9563 34.0881 80.5756 37.1676C79.1063 40.445 77.6306 45.6841 76.999 50.1179C76.3674 54.5517 74.9991 59.917 74.999 72.6255C74.999 85.334 78.4989 98.334 80.5756 102.46Z" fill="#A4C280"/>
|
|
15
|
-
</mask>
|
|
16
|
-
<g mask="url(#mask1_2632_3273)">
|
|
17
|
-
<path d="M80.5756 102.46C82.6524 106.585 86.1522 109.636 86.1522 109.636L84.1287 114.576C83.5897 115.892 84.5575 117.334 85.9795 117.334H106.888C108.244 117.334 109.207 116.012 108.791 114.721L107.153 109.636C107.153 109.636 110.642 106.585 113.014 102.46C115.387 98.334 118.999 84.334 118.999 72.6255C118.999 60.917 117.839 54.1943 116.999 50.1179C116.159 46.0415 115.447 41.7107 113.239 37.1676C111.031 32.6245 102.499 22.1841 96.8913 19.334C90.8144 22.332 82.0449 33.8903 80.5756 37.1676C79.1063 40.445 77.6306 45.6841 76.999 50.1179C76.3674 54.5517 74.9991 59.917 74.999 72.6255C74.999 85.334 78.4989 98.334 80.5756 102.46Z" fill="#A4C280"/>
|
|
18
|
-
<path d="M85.75 109.641H107.75L110.25 117.641H82.25L85.75 109.641Z" fill="#C8DAB3"/>
|
|
19
|
-
<path d="M116.059 38.9647C110.085 26.2149 95.9903 13.6798 95.9903 13.6798C95.9903 13.6798 82.2857 26.9649 77.0586 38.9647H116.059Z" fill="#C8DAB3"/>
|
|
20
|
-
<path d="M80.8086 104.902L84.1488 109.641H109.174L112.309 104.902H80.8086Z" fill="#80AA4D"/>
|
|
21
|
-
<circle cx="97.499" cy="56.334" r="10" fill="#649726"/>
|
|
22
|
-
<circle cx="97.499" cy="56.334" r="5" fill="#E9F0E0"/>
|
|
23
|
-
<path d="M96.999 88.334C95.6183 88.334 94.499 89.4533 94.499 90.834V109.752H99.499V90.834C99.499 89.4533 98.3797 88.334 96.999 88.334V88.334Z" fill="#C8DAB3"/>
|
|
24
|
-
<g style="mix-blend-mode:soft-light">
|
|
25
|
-
<path d="M97.3263 17.5146L92.5225 18.5603C101.13 25.4885 111.089 35.9774 113.034 66.7803C114.177 84.8681 110.766 99.7044 103.064 109.607L105.561 119.303C106.195 119.541 107.989 118.759 111.606 118.188C115.224 117.617 111.21 113.19 108.75 111.048C113.034 108.113 121.697 95.1497 122.078 66.7803C122.459 38.4109 105.736 22.1159 97.3263 17.5146Z" fill="black" fill-opacity="0.54"/>
|
|
26
|
-
</g>
|
|
27
|
-
</g>
|
|
28
|
-
</g>
|
|
29
|
-
</svg>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<svg width="191" height="190" viewBox="0 0 191 190" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M95.5 190C147.967 190 190.5 147.467 190.5 95C190.5 42.5329 147.967 0 95.5 0C43.0329 0 0.5 42.5329 0.5 95C0.5 147.467 43.0329 190 95.5 190Z" fill="#333F52"/>
|
|
3
|
-
<path d="M95.5 190C147.967 190 190.5 147.467 190.5 95C190.5 42.5329 147.967 0 95.5 0C43.0329 0 0.5 42.5329 0.5 95C0.5 147.467 43.0329 190 95.5 190Z" fill="#C1C6CD" fill-opacity="0.1"/>
|
|
4
|
-
<mask id="mask0_2827_22293" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="191" height="190">
|
|
5
|
-
<circle cx="95.5" cy="95" r="95" fill="#333F52"/>
|
|
6
|
-
</mask>
|
|
7
|
-
<g mask="url(#mask0_2827_22293)">
|
|
8
|
-
<path d="M145.469 69.2715H47.962C46.6465 69.2721 45.3851 69.6899 44.4549 70.4332C43.5247 71.1764 43.0018 72.1842 43.001 73.2352V144.715C43.0018 145.766 43.5247 146.774 44.4549 147.517C45.3851 148.26 46.6465 148.678 47.962 148.679H145.469C146.785 148.678 148.046 148.26 148.977 147.517C149.907 146.774 150.43 145.766 150.431 144.715V73.2352C150.43 72.1841 149.907 71.1762 148.977 70.433C148.046 69.6898 146.785 69.272 145.469 69.2715Z" fill="#232E40"/>
|
|
9
|
-
<path d="M139.926 49.0928H53.0582C50.269 49.0928 48.0078 51.3539 48.0078 54.1432V130.202C48.0078 132.991 50.269 135.253 53.0582 135.253H139.926C142.715 135.253 144.976 132.991 144.976 130.202V54.1432C144.976 51.3539 142.715 49.0928 139.926 49.0928Z" fill="#333F52"/>
|
|
10
|
-
<path d="M86.3911 64.2432H60.1289C58.4553 64.2432 57.0986 65.5999 57.0986 67.2734C57.0986 68.947 58.4553 70.3037 60.1289 70.3037H86.3911C88.0647 70.3037 89.4214 68.947 89.4214 67.2734C89.4214 65.5999 88.0647 64.2432 86.3911 64.2432Z" fill="#A4C280"/>
|
|
11
|
-
<path opacity="0.4" d="M104.573 77.374H60.1289C58.4553 77.374 57.0986 78.7307 57.0986 80.4043C57.0986 82.0778 58.4553 83.4345 60.1289 83.4345H104.573C106.246 83.4345 107.603 82.0778 107.603 80.4043C107.603 78.7307 106.246 77.374 104.573 77.374Z" fill="#A4C280"/>
|
|
12
|
-
<path d="M86.3911 91.5166H60.1289C58.4553 91.5166 57.0986 92.8733 57.0986 94.5469C57.0986 96.2204 58.4553 97.5771 60.1289 97.5771H86.3911C88.0647 97.5771 89.4214 96.2204 89.4214 94.5469C89.4214 92.8733 88.0647 91.5166 86.3911 91.5166Z" fill="#667385"/>
|
|
13
|
-
<path d="M104.573 104.646H60.1289C58.4553 104.646 57.0986 106.003 57.0986 107.677C57.0986 109.35 58.4553 110.707 60.1289 110.707H104.573C106.246 110.707 107.603 109.35 107.603 107.677C107.603 106.003 106.246 104.646 104.573 104.646Z" fill="#445267"/>
|
|
14
|
-
<path d="M86.3911 118.788H60.1289C58.4553 118.788 57.0986 120.145 57.0986 121.818C57.0986 123.492 58.4553 124.849 60.1289 124.849H86.3911C88.0647 124.849 89.4214 123.492 89.4214 121.818C89.4214 120.145 88.0647 118.788 86.3911 118.788Z" fill="#667385"/>
|
|
15
|
-
<path d="M104.573 131.919H60.1289C58.4553 131.919 57.0986 133.276 57.0986 134.949C57.0986 136.623 58.4553 137.979 60.1289 137.979H104.573C106.246 137.979 107.603 136.623 107.603 134.949C107.603 133.276 106.246 131.919 104.573 131.919Z" fill="#445267"/>
|
|
16
|
-
<path d="M157.949 95.8658L151.033 144.826C150.687 147.274 148.592 149.093 146.121 149.093H47.3096C44.8378 149.093 42.7431 147.274 42.3973 144.826L33.0506 78.6688C32.629 75.6822 34.9466 73.0137 37.9629 73.0137H68.4778C70.9496 73.0137 73.0444 74.8328 73.3902 77.28L74.6151 85.9438C74.9608 88.3915 77.0556 90.2106 79.5274 90.2106H153.038C156.053 90.2106 158.371 92.8791 157.95 95.8658H157.949Z" fill="#232E40"/>
|
|
17
|
-
</g>
|
|
18
|
-
</svg>
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<svg width="191" height="190" viewBox="0 0 191 190" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M95.6367 190C148.104 190 190.637 147.467 190.637 95C190.637 42.5329 148.104 0 95.6367 0C43.1697 0 0.636719 42.5329 0.636719 95C0.636719 147.467 43.1697 190 95.6367 190Z" fill="#333F52"/>
|
|
3
|
-
<path d="M95.6367 190C148.104 190 190.637 147.467 190.637 95C190.637 42.5329 148.104 0 95.6367 0C43.1697 0 0.636719 42.5329 0.636719 95C0.636719 147.467 43.1697 190 95.6367 190Z" fill="#C1C6CD" fill-opacity="0.1"/>
|
|
4
|
-
<mask id="mask0_2639_11272" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="191" height="190">
|
|
5
|
-
<circle cx="95.6367" cy="95" r="95" fill="#333F52"/>
|
|
6
|
-
</mask>
|
|
7
|
-
<g mask="url(#mask0_2639_11272)">
|
|
8
|
-
<path d="M152.637 189.866H38.6367V67.114C44.0099 67.108 49.1613 64.9728 52.9607 61.1769C56.7602 57.381 58.8974 52.2344 58.9034 46.8662H132.37C132.364 49.5255 132.887 52.1595 133.907 54.6158C134.926 57.0721 136.424 59.302 138.312 61.1763C140.188 63.0633 142.42 64.5597 144.879 65.5789C147.338 66.5982 149.975 67.1199 152.637 67.114V189.866Z" fill="#232E40"/>
|
|
9
|
-
<path d="M95.6363 129.2C112.426 129.2 126.036 115.59 126.036 98.8004C126.036 82.0109 112.426 68.4004 95.6363 68.4004C78.8469 68.4004 65.2363 82.0109 65.2363 98.8004C65.2363 115.59 78.8469 129.2 95.6363 129.2Z" fill="#E26264"/>
|
|
10
|
-
<path d="M106.385 113.131L95.6367 102.383L84.8887 113.131L81.306 109.548L92.054 98.8004L81.306 88.0524L84.8887 84.4697L95.6367 95.2177L106.385 84.4697L109.967 88.0524L99.2194 98.8004L109.967 109.548L106.385 113.131Z" fill="#3B485C"/>
|
|
11
|
-
<path d="M112.103 136.8H79.1701C77.0714 136.8 75.3701 138.501 75.3701 140.6C75.3701 142.698 77.0714 144.4 79.1701 144.4H112.103C114.202 144.4 115.903 142.698 115.903 140.6C115.903 138.501 114.202 136.8 112.103 136.8Z" fill="#667385"/>
|
|
12
|
-
<path d="M123.503 152H67.7697C65.671 152 63.9697 153.701 63.9697 155.8C63.9697 157.899 65.671 159.6 67.7697 159.6H123.503C125.602 159.6 127.303 157.899 127.303 155.8C127.303 153.701 125.602 152 123.503 152Z" fill="#445267"/>
|
|
13
|
-
</g>
|
|
14
|
-
</svg>
|