@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,23 +0,0 @@
|
|
|
1
|
-
<svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_2777_36504)">
|
|
3
|
-
<rect width="353" height="212" fill="#F3F5F6"/>
|
|
4
|
-
<rect x="83.6538" y="35" width="185.692" height="142" rx="8" fill="white"/>
|
|
5
|
-
<g clip-path="url(#clip1_2777_36504)">
|
|
6
|
-
<rect x="100.524" y="79" width="151.952" height="48.1798" rx="4.35778" fill="#E8EDF3"/>
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M121.109 95.8723C121.513 95.4037 121.513 94.6441 121.109 94.1756C120.705 93.7071 120.051 93.7071 119.647 94.1756L117.827 96.2872C117.423 96.7557 117.423 97.5153 117.827 97.9839C118.231 98.4524 118.886 98.4524 119.289 97.9839L121.109 95.8723ZM114.143 94.1759C113.739 93.7074 113.084 93.7074 112.681 94.1759C112.277 94.6444 112.277 95.4041 112.681 95.8726L114.5 97.9842C114.904 98.4527 115.559 98.4527 115.962 97.9842C116.366 97.5157 116.366 96.756 115.962 96.2875L114.143 94.1759ZM119.245 100.259C119.842 99.5451 120.761 99.1895 121.664 99.3224L126.661 100.057C128.049 100.261 128.997 101.539 128.804 102.943L127.716 110.844C127.519 112.275 126.213 113.306 124.793 113.153L120.197 112.66C119.516 112.587 118.898 112.246 118.477 111.711L117.784 110.83C117.004 109.84 117.064 108.412 117.926 107.45L119.579 105.606C119.693 105.478 119.71 105.29 119.618 105.15L118.715 103.761C118.092 102.803 118.179 101.533 118.929 100.636L119.245 100.259ZM121.287 101.543C121.158 101.524 121.027 101.575 120.941 101.677L120.626 102.055C120.519 102.183 120.506 102.364 120.595 102.501L121.498 103.89C122.139 104.875 122.026 106.188 121.223 107.084L119.57 108.929C119.447 109.066 119.439 109.27 119.55 109.412L120.244 110.292C120.304 110.369 120.392 110.418 120.489 110.428L125.085 110.921C125.288 110.943 125.474 110.796 125.502 110.591L126.59 102.69C126.618 102.49 126.482 102.307 126.284 102.278L121.287 101.543ZM112.64 101.24C112.887 101.176 113.109 101.408 113.033 101.651C112.642 102.913 113.273 104.265 114.491 104.776L114.582 104.815C114.839 104.923 114.891 105.265 114.677 105.445L114.228 105.822C113.048 106.812 113.07 108.634 114.274 109.596C114.395 109.693 114.363 109.885 114.217 109.938L110.385 111.332C110.179 111.407 109.953 111.289 109.897 111.077L107.718 102.906C107.664 102.706 107.784 102.501 107.985 102.449L112.64 101.24ZM115.172 102.315C115.768 100.394 114.023 98.5666 112.077 99.072L107.422 100.281C106.018 100.646 105.18 102.083 105.554 103.484L107.733 111.654C108.128 113.136 109.709 113.961 111.15 113.437L114.983 112.043C116.772 111.393 117.159 109.034 115.671 107.846C115.573 107.767 115.571 107.618 115.668 107.538L116.117 107.16C117.615 105.903 117.252 103.506 115.449 102.75L115.357 102.711C115.203 102.646 115.123 102.475 115.172 102.315Z" fill="#5A82AD"/>
|
|
8
|
-
<path d="M197.464 93.8242H142.462C140.391 93.8242 138.712 95.5032 138.712 97.5742C138.712 99.6453 140.391 101.324 142.462 101.324L197.464 101.324C199.535 101.324 201.214 99.6453 201.214 97.5742C201.214 95.5032 199.535 93.8242 197.464 93.8242Z" fill="#9EB6CF"/>
|
|
9
|
-
<path d="M229.002 107.501H142.462C140.391 107.501 138.712 109.18 138.712 111.251C138.712 113.322 140.391 115.001 142.462 115.001L229.002 115.001C231.073 115.001 232.752 113.322 232.752 111.251C232.752 109.18 231.073 107.501 229.002 107.501Z" fill="#9EB6CF"/>
|
|
10
|
-
<g opacity="0.4">
|
|
11
|
-
<rect width="153.187" height="7.41228" transform="translate(99.2881 79)" fill="#9EB6CF"/>
|
|
12
|
-
</g>
|
|
13
|
-
</g>
|
|
14
|
-
</g>
|
|
15
|
-
<defs>
|
|
16
|
-
<clipPath id="clip0_2777_36504">
|
|
17
|
-
<rect width="353" height="212" fill="white"/>
|
|
18
|
-
</clipPath>
|
|
19
|
-
<clipPath id="clip1_2777_36504">
|
|
20
|
-
<rect x="100.524" y="79" width="151.952" height="48.1798" rx="4.35778" fill="white"/>
|
|
21
|
-
</clipPath>
|
|
22
|
-
</defs>
|
|
23
|
-
</svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<svg width="186" height="143" viewBox="0 0 186 143" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect x="0.191406" y="0.703125" width="185.692" height="142" rx="8" fill="white"/>
|
|
3
|
-
<g clip-path="url(#clip0_2867_7937)">
|
|
4
|
-
<rect x="17.0615" y="44.7031" width="151.952" height="48.1798" rx="4.35778" fill="#E8EDF3"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M37.6465 61.5754C38.0502 61.1069 38.0502 60.3472 37.6465 59.8787C37.2428 59.4102 36.5882 59.4102 36.1844 59.8787L34.3648 61.9903C33.9611 62.4588 33.9611 63.2185 34.3648 63.687C34.7685 64.1555 35.4231 64.1555 35.8269 63.687L37.6465 61.5754ZM30.6802 59.879C30.2765 59.4105 29.6219 59.4105 29.2182 59.879C28.8144 60.3476 28.8144 61.1072 29.2182 61.5757L31.0378 63.6873C31.4415 64.1558 32.0961 64.1558 32.4999 63.6873C32.9036 63.2188 32.9036 62.4592 32.4999 61.9906L30.6802 59.879ZM35.7826 65.9619C36.3796 65.2482 37.2982 64.8927 38.202 65.0255L43.199 65.7601C44.5864 65.9641 45.5347 67.2417 45.3413 68.6464L44.2536 76.5475C44.0567 77.9777 42.7511 79.0089 41.3303 78.8563L36.7348 78.363C36.0538 78.2899 35.4357 77.949 35.0148 77.4144L34.3214 76.5335C33.5419 75.5434 33.602 74.115 34.4635 73.1535L36.1163 71.309C36.231 71.181 36.2472 70.9935 36.1556 70.8526L35.2525 69.4641C34.6297 68.5065 34.7169 67.2361 35.4669 66.3393L35.7826 65.9619ZM37.8246 67.2466C37.6955 67.2276 37.5642 67.2784 37.479 67.3803L37.1633 67.7578C37.0561 67.8859 37.0437 68.0673 37.1327 68.2041L38.0357 69.5927C38.6768 70.5784 38.5638 71.8911 37.7608 72.7874L36.108 74.6318C35.9849 74.7692 35.9763 74.9733 36.0877 75.1147L36.7812 75.9956C36.8413 76.0719 36.9296 76.1206 37.0269 76.1311L41.6223 76.6244C41.8253 76.6462 42.0118 76.4989 42.04 76.2946L43.1276 68.3935C43.1553 68.1928 43.0198 68.0103 42.8216 67.9812L37.8246 67.2466ZM29.178 66.9429C29.425 66.8788 29.6463 67.1107 29.5708 67.3544C29.1796 68.6159 29.8102 69.9683 31.0281 70.4795L31.1194 70.5178C31.377 70.6259 31.4289 70.9683 31.215 71.1479L30.7654 71.5253C29.5858 72.5155 29.608 74.3375 30.8112 75.2987C30.9327 75.3958 30.9011 75.5883 30.755 75.6414L26.9224 77.0348C26.7165 77.1097 26.4907 76.9919 26.4342 76.7802L24.2554 68.6096C24.202 68.4095 24.3218 68.2042 24.5222 68.1521L29.178 66.9429ZM31.71 68.0178C32.3055 66.0975 30.5609 64.2697 28.615 64.7751L23.9592 65.9844C22.556 66.3488 21.7178 67.7859 22.0913 69.1867L24.2702 77.3573C24.6654 78.8393 26.2462 79.6638 27.6877 79.1397L31.5202 77.7463C33.3097 77.0958 33.6967 74.7372 32.2091 73.5488C32.1108 73.4703 32.109 73.3216 32.2053 73.2407L32.6549 72.8633C34.1527 71.6061 33.7893 69.2095 31.9862 68.4527L31.8949 68.4143C31.7404 68.3495 31.6603 68.1778 31.71 68.0178Z" fill="#5A82AD"/>
|
|
6
|
-
<path d="M114.002 59.5273H58.9995C56.9284 59.5273 55.2495 61.2063 55.2495 63.2774C55.2495 65.3484 56.9284 67.0274 58.9995 67.0274L114.002 67.0274C116.073 67.0274 117.752 65.3484 117.752 63.2774C117.752 61.2063 116.073 59.5273 114.002 59.5273Z" fill="#9EB6CF"/>
|
|
7
|
-
<path d="M145.54 73.2041H58.9995C56.9284 73.2041 55.2495 74.883 55.2495 76.9541C55.2495 79.0252 56.9284 80.7041 58.9995 80.7041L145.54 80.7041C147.611 80.7041 149.29 79.0252 149.29 76.9541C149.29 74.883 147.611 73.2041 145.54 73.2041Z" fill="#9EB6CF"/>
|
|
8
|
-
<g opacity="0.4">
|
|
9
|
-
<rect width="153.187" height="7.41228" transform="translate(15.8257 44.7031)" fill="#9EB6CF"/>
|
|
10
|
-
</g>
|
|
11
|
-
</g>
|
|
12
|
-
<defs>
|
|
13
|
-
<clipPath id="clip0_2867_7937">
|
|
14
|
-
<rect x="17.0615" y="44.7031" width="151.952" height="48.1798" rx="4.35778" fill="white"/>
|
|
15
|
-
</clipPath>
|
|
16
|
-
</defs>
|
|
17
|
-
</svg>
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
<svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_2777_36497)">
|
|
3
|
-
<rect width="353" height="212" fill="#F3F5F6"/>
|
|
4
|
-
<rect x="83.6538" y="35" width="185.692" height="142" rx="8" fill="white"/>
|
|
5
|
-
<path opacity="0.8" d="M187.654 84.3437C187.102 84.3437 186.654 84.7914 186.654 85.3437C186.654 85.8959 187.102 86.3437 187.654 86.3437V84.3437ZM205.248 111.149C205.638 111.54 206.271 111.54 206.662 111.149L213.026 104.785C213.416 104.395 213.416 103.761 213.026 103.371C212.635 102.98 212.002 102.98 211.612 103.371L205.955 109.028L200.298 103.371C199.908 102.98 199.274 102.98 198.884 103.371C198.493 103.761 198.493 104.395 198.884 104.785L205.248 111.149ZM187.654 86.3437H200.955V84.3437H187.654V86.3437ZM204.955 90.3437V110.442H206.955V90.3437H204.955ZM200.955 86.3437C203.164 86.3437 204.955 88.1345 204.955 90.3437H206.955C206.955 87.0299 204.269 84.3437 200.955 84.3437V86.3437Z" fill="#9EB6CF"/>
|
|
6
|
-
<g clip-path="url(#clip1_2777_36497)">
|
|
7
|
-
<rect x="108.654" y="69.9824" width="79" height="29" rx="2.63052" fill="#E8EDF3"/>
|
|
8
|
-
<path d="M149.714 78.9824H116.892C115.656 78.9824 114.654 79.9843 114.654 81.2202C114.654 82.4561 115.656 83.458 116.892 83.458L149.714 83.458C150.95 83.458 151.952 82.4561 151.952 81.2202C151.952 79.9843 150.95 78.9824 149.714 78.9824Z" fill="#9EB6CF"/>
|
|
9
|
-
<path d="M173.815 87.1865H116.892C115.656 87.1865 114.654 88.1884 114.654 89.4243C114.654 90.6602 115.656 91.6621 116.892 91.6621H173.815C175.051 91.6621 176.053 90.6602 176.053 89.4243C176.053 88.1884 175.051 87.1865 173.815 87.1865Z" fill="#9EB6CF"/>
|
|
10
|
-
<g opacity="0.4">
|
|
11
|
-
<rect width="79.4693" height="4.47432" transform="translate(108.419 69.9824)" fill="#9EB6CF"/>
|
|
12
|
-
</g>
|
|
13
|
-
</g>
|
|
14
|
-
<g clip-path="url(#clip2_2777_36497)">
|
|
15
|
-
<rect x="166.455" y="111.4" width="79" height="29" rx="2.63052" fill="#E8EDF3"/>
|
|
16
|
-
<path d="M207.515 120.4H174.693C173.457 120.4 172.455 121.402 172.455 122.638C172.455 123.874 173.457 124.876 174.693 124.876L207.515 124.876C208.751 124.876 209.753 123.874 209.753 122.638C209.753 121.402 208.751 120.4 207.515 120.4Z" fill="#9EB6CF"/>
|
|
17
|
-
<path d="M231.617 128.604H174.693C173.457 128.604 172.455 129.606 172.455 130.842C172.455 132.078 173.457 133.08 174.693 133.08H231.617C232.853 133.08 233.855 132.078 233.855 130.842C233.855 129.606 232.853 128.604 231.617 128.604Z" fill="#9EB6CF"/>
|
|
18
|
-
<g opacity="0.4">
|
|
19
|
-
<rect width="79.4693" height="4.47432" transform="translate(166.221 111.4)" fill="#9EB6CF"/>
|
|
20
|
-
</g>
|
|
21
|
-
</g>
|
|
22
|
-
</g>
|
|
23
|
-
<defs>
|
|
24
|
-
<clipPath id="clip0_2777_36497">
|
|
25
|
-
<rect width="353" height="212" fill="white"/>
|
|
26
|
-
</clipPath>
|
|
27
|
-
<clipPath id="clip1_2777_36497">
|
|
28
|
-
<rect x="108.654" y="69.9824" width="79" height="29" rx="2.63052" fill="white"/>
|
|
29
|
-
</clipPath>
|
|
30
|
-
<clipPath id="clip2_2777_36497">
|
|
31
|
-
<rect x="166.455" y="111.4" width="79" height="29" rx="2.63052" fill="white"/>
|
|
32
|
-
</clipPath>
|
|
33
|
-
</defs>
|
|
34
|
-
</svg>
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
<svg width="186" height="142" viewBox="0 0 186 142" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect x="0.256836" y="-0.000976562" width="185.692" height="142" rx="8" fill="white"/>
|
|
3
|
-
<path opacity="0.8" d="M104.257 49.3427C103.705 49.3427 103.257 49.7904 103.257 50.3427C103.257 50.895 103.705 51.3427 104.257 51.3427V49.3427ZM121.851 76.1481C122.241 76.5387 122.875 76.5387 123.265 76.1481L129.629 69.7842C130.02 69.3937 130.02 68.7605 129.629 68.37C129.238 67.9794 128.605 67.9794 128.215 68.37L122.558 74.0268L116.901 68.37C116.511 67.9794 115.877 67.9794 115.487 68.37C115.096 68.7605 115.096 69.3937 115.487 69.7842L121.851 76.1481ZM104.257 51.3427H117.558V49.3427H104.257V51.3427ZM121.558 55.3427V75.441H123.558V55.3427H121.558ZM117.558 51.3427C119.767 51.3427 121.558 53.1335 121.558 55.3427H123.558C123.558 52.029 120.872 49.3427 117.558 49.3427V51.3427Z" fill="#9EB6CF"/>
|
|
4
|
-
<g clip-path="url(#clip0_2867_7938)">
|
|
5
|
-
<rect x="25.2568" y="34.981" width="79" height="29" rx="2.63052" fill="#E8EDF3"/>
|
|
6
|
-
<path d="M66.3168 43.981H33.4946C32.2587 43.981 31.2568 44.9829 31.2568 46.2187C31.2568 47.4546 32.2587 48.4565 33.4946 48.4565L66.3168 48.4565C67.5527 48.4565 68.5546 47.4546 68.5546 46.2188C68.5546 44.9829 67.5527 43.981 66.3168 43.981Z" fill="#9EB6CF"/>
|
|
7
|
-
<path d="M90.4185 52.1851H33.4946C32.2587 52.1851 31.2568 53.187 31.2568 54.4229C31.2568 55.6588 32.2587 56.6606 33.4946 56.6606H90.4185C91.6544 56.6606 92.6563 55.6588 92.6563 54.4229C92.6563 53.187 91.6544 52.1851 90.4185 52.1851Z" fill="#9EB6CF"/>
|
|
8
|
-
<g opacity="0.4">
|
|
9
|
-
<rect width="79.4693" height="4.47432" transform="translate(25.0225 34.981)" fill="#9EB6CF"/>
|
|
10
|
-
</g>
|
|
11
|
-
</g>
|
|
12
|
-
<g clip-path="url(#clip1_2867_7938)">
|
|
13
|
-
<rect x="83.0576" y="76.3989" width="79" height="29" rx="2.63052" fill="#E8EDF3"/>
|
|
14
|
-
<path d="M124.118 85.3989H91.2954C90.0595 85.3989 89.0576 86.4008 89.0576 87.6367C89.0576 88.8726 90.0595 89.8745 91.2954 89.8745L124.118 89.8745C125.353 89.8745 126.355 88.8726 126.355 87.6367C126.355 86.4008 125.353 85.3989 124.118 85.3989Z" fill="#9EB6CF"/>
|
|
15
|
-
<path d="M148.219 93.603H91.2954C90.0595 93.603 89.0576 94.6049 89.0576 95.8408C89.0576 97.0767 90.0595 98.0786 91.2954 98.0786H148.219C149.455 98.0786 150.457 97.0767 150.457 95.8408C150.457 94.6049 149.455 93.603 148.219 93.603Z" fill="#9EB6CF"/>
|
|
16
|
-
<g opacity="0.4">
|
|
17
|
-
<rect width="79.4693" height="4.47432" transform="translate(82.8232 76.3989)" fill="#9EB6CF"/>
|
|
18
|
-
</g>
|
|
19
|
-
</g>
|
|
20
|
-
<defs>
|
|
21
|
-
<clipPath id="clip0_2867_7938">
|
|
22
|
-
<rect x="25.2568" y="34.981" width="79" height="29" rx="2.63052" fill="white"/>
|
|
23
|
-
</clipPath>
|
|
24
|
-
<clipPath id="clip1_2867_7938">
|
|
25
|
-
<rect x="83.0576" y="76.3989" width="79" height="29" rx="2.63052" fill="white"/>
|
|
26
|
-
</clipPath>
|
|
27
|
-
</defs>
|
|
28
|
-
</svg>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<svg width="187" height="162" viewBox="0 0 187 162" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect x="0.190918" y="0.703125" width="186" height="123" rx="8" fill="white"/>
|
|
3
|
-
<path d="M63.2109 109.301H79.2109L79.2109 48.9204H63.2109L63.2109 109.301Z" fill="#5A82AD"/>
|
|
4
|
-
<path d="M125.557 109.301H141.557V89.2007H125.557V109.301Z" fill="#5A82AD"/>
|
|
5
|
-
<path d="M32.0381 109.639H48.0381L48.0381 28.187H32.0381L32.0381 109.639Z" fill="#9EB6CF"/>
|
|
6
|
-
<path d="M94.3838 109.639H110.384V76.0288H94.3838V109.639Z" fill="#9EB6CF"/>
|
|
7
|
-
<path d="M141.278 80.0048C95.7203 80.0048 86.2841 17.9722 32.0381 17.9722" stroke="#9EB6CF" stroke-width="2" stroke-linecap="round" stroke-linejoin="bevel"/>
|
|
8
|
-
<rect x="30.6274" y="135.703" width="125" height="26" rx="2.67636" fill="#C5D3E2"/>
|
|
9
|
-
<path d="M49.2396 149.379C49.2396 150.167 49.1114 150.89 48.855 151.545C48.5987 152.196 48.2363 152.756 47.7679 153.224C47.3045 153.692 46.7449 154.057 46.0892 154.319C45.4384 154.575 44.7137 154.703 43.915 154.703H39.892V144.054H43.915C44.7137 144.054 45.4384 144.185 46.0892 144.446C46.7449 144.702 47.3045 145.065 47.7679 145.533C48.2363 146.001 48.5987 146.563 48.855 147.219C49.1114 147.87 49.2396 148.59 49.2396 149.379ZM47.4721 149.379C47.4721 148.767 47.3883 148.218 47.2207 147.729C47.058 147.241 46.8213 146.83 46.5107 146.494C46.2051 146.159 45.8328 145.903 45.3941 145.725C44.9553 145.543 44.4623 145.452 43.915 145.452H41.6299V153.305H43.915C44.4623 153.305 44.9553 153.217 45.3941 153.039C45.8328 152.862 46.2051 152.605 46.5107 152.27C46.8213 151.93 47.058 151.518 47.2207 151.035C47.3883 150.547 47.4721 149.995 47.4721 149.379ZM61.1495 149.379C61.1495 150.167 61.0213 150.895 60.7649 151.56C60.5085 152.226 60.1462 152.8 59.6778 153.283C59.2144 153.761 58.6548 154.136 57.9991 154.407C57.3483 154.678 56.6236 154.814 55.8249 154.814C55.0312 154.814 54.3064 154.678 53.6507 154.407C52.9999 154.136 52.4404 153.761 51.972 153.283C51.5036 152.8 51.1413 152.226 50.8849 151.56C50.6285 150.895 50.5003 150.167 50.5003 149.379C50.5003 148.59 50.6285 147.863 50.8849 147.197C51.1413 146.531 51.5036 145.957 51.972 145.474C52.4404 144.991 52.9999 144.614 53.6507 144.342C54.3064 144.071 55.0312 143.936 55.8249 143.936C56.6236 143.936 57.3483 144.071 57.9991 144.342C58.6548 144.614 59.2144 144.991 59.6778 145.474C60.1462 145.957 60.5085 146.531 60.7649 147.197C61.0213 147.863 61.1495 148.59 61.1495 149.379ZM59.382 149.379C59.382 148.767 59.2982 148.218 59.1306 147.729C58.9679 147.241 58.7312 146.827 58.4206 146.487C58.115 146.147 57.7427 145.886 57.304 145.703C56.8652 145.521 56.3722 145.43 55.8249 145.43C55.2826 145.43 54.792 145.521 54.3533 145.703C53.9145 145.886 53.5398 146.147 53.2292 146.487C52.9186 146.827 52.6795 147.241 52.5118 147.729C52.3442 148.218 52.2604 148.767 52.2604 149.379C52.2604 149.995 52.3442 150.547 52.5118 151.035C52.6795 151.523 52.9186 151.937 53.2292 152.277C53.5398 152.613 53.9145 152.872 54.3533 153.054C54.792 153.231 55.2826 153.32 55.8249 153.32C56.3722 153.32 56.8652 153.231 57.304 153.054C57.7427 152.872 58.115 152.613 58.4206 152.277C58.7312 151.937 58.9679 151.523 59.1306 151.035C59.2982 150.547 59.382 149.995 59.382 149.379ZM66.1366 149.157C66.531 149.157 66.8761 149.11 67.1719 149.016C67.4678 148.918 67.7143 148.782 67.9115 148.609C68.1087 148.437 68.2566 148.232 68.3552 147.996C68.4538 147.754 68.5031 147.488 68.5031 147.197C68.5031 146.615 68.3108 146.172 67.9263 145.866C67.5417 145.56 66.9599 145.407 66.181 145.407H64.7759V149.157H66.1366ZM71.1506 154.703H69.605C69.2993 154.703 69.0774 154.585 68.9394 154.348L66.4546 150.761C66.3708 150.638 66.2796 150.549 66.181 150.495C66.0824 150.441 65.9345 150.414 65.7373 150.414H64.7759V154.703H63.0454V144.054H66.181C66.8811 144.054 67.4825 144.125 67.9854 144.268C68.4932 144.411 68.9098 144.616 69.2352 144.882C69.5606 145.144 69.7997 145.459 69.9525 145.829C70.1103 146.199 70.1892 146.61 70.1892 147.064C70.1892 147.434 70.1325 147.779 70.0191 148.099C69.9106 148.42 69.7504 148.711 69.5384 148.972C69.3313 149.233 69.075 149.46 68.7693 149.652C68.4636 149.844 68.1161 149.995 67.7266 150.103C67.9386 150.231 68.121 150.411 68.2738 150.643L71.1506 154.703ZM78.069 150.71L76.6048 146.82C76.4865 146.519 76.3657 146.137 76.2424 145.674C76.1882 145.905 76.129 146.12 76.0649 146.317C76.0008 146.509 75.9417 146.679 75.8874 146.827L74.4232 150.71H78.069ZM81.3451 154.703H80.0066C79.8537 154.703 79.7305 154.666 79.6368 154.592C79.5431 154.513 79.4717 154.417 79.4224 154.304L78.5349 151.952H73.9499L73.0625 154.304C73.023 154.402 72.954 154.494 72.8554 154.577C72.7568 154.661 72.6335 154.703 72.4856 154.703H71.1471L75.3698 144.054H77.1224L81.3451 154.703ZM97.1094 144.054V154.703H95.586V147.404C95.586 147.286 95.5885 147.158 95.5934 147.019C95.6032 146.877 95.6156 146.734 95.6304 146.591L92.2064 152.913C92.0733 153.175 91.8687 153.305 91.5926 153.305H91.3485C91.0675 153.305 90.8629 153.175 90.7347 152.913L87.259 146.576C87.2738 146.719 87.2836 146.862 87.2886 147.005C87.2984 147.148 87.3033 147.281 87.3033 147.404V154.703H85.7799V144.054H87.0741C87.2269 144.054 87.3453 144.069 87.4291 144.098C87.5129 144.123 87.5893 144.204 87.6583 144.342L91.0749 150.532C91.1489 150.675 91.2179 150.823 91.282 150.976C91.351 151.124 91.4126 151.277 91.4669 151.434C91.526 151.277 91.5876 151.121 91.6517 150.969C91.7208 150.811 91.7922 150.66 91.8662 150.517L95.231 144.342C95.3 144.204 95.3765 144.123 95.4603 144.098C95.5441 144.069 95.6624 144.054 95.8152 144.054H97.1094ZM106.28 153.305L106.272 154.703H99.6315V144.054H106.272V145.452H101.369V148.661H105.289V150.015H101.369V153.305H106.28ZM115.482 145.496H112.162V154.703H110.438V145.496H107.111V144.054H115.482V145.496ZM120.055 149.157C120.45 149.157 120.795 149.11 121.091 149.016C121.386 148.918 121.633 148.782 121.83 148.609C122.027 148.437 122.175 148.232 122.274 147.996C122.372 147.754 122.422 147.488 122.422 147.197C122.422 146.615 122.229 146.172 121.845 145.866C121.46 145.56 120.879 145.407 120.1 145.407H118.695V149.157H120.055ZM125.069 154.703H123.524C123.218 154.703 122.996 154.585 122.858 154.348L120.373 150.761C120.289 150.638 120.198 150.549 120.1 150.495C120.001 150.441 119.853 150.414 119.656 150.414H118.695V154.703H116.964V144.054H120.1C120.8 144.054 121.401 144.125 121.904 144.268C122.412 144.411 122.828 144.616 123.154 144.882C123.479 145.144 123.718 145.459 123.871 145.829C124.029 146.199 124.108 146.61 124.108 147.064C124.108 147.434 124.051 147.779 123.938 148.099C123.829 148.42 123.669 148.711 123.457 148.972C123.25 149.233 122.994 149.46 122.688 149.652C122.382 149.844 122.035 149.995 121.645 150.103C121.857 150.231 122.04 150.411 122.192 150.643L125.069 154.703ZM128.09 154.703H126.353V144.054H128.09V154.703ZM138.009 152.329C138.102 152.329 138.184 152.366 138.253 152.44L138.94 153.187C138.507 153.71 137.974 154.114 137.343 154.4C136.712 154.681 135.958 154.821 135.08 154.821C134.301 154.821 133.596 154.688 132.965 154.422C132.339 154.151 131.804 153.776 131.36 153.298C130.917 152.815 130.574 152.241 130.332 151.575C130.096 150.909 129.977 150.177 129.977 149.379C129.977 148.58 130.103 147.848 130.355 147.182C130.611 146.512 130.968 145.937 131.427 145.459C131.89 144.976 132.443 144.601 133.083 144.335C133.729 144.069 134.439 143.936 135.213 143.936C135.982 143.936 136.66 144.061 137.247 144.313C137.839 144.559 138.351 144.89 138.785 145.304L138.216 146.11C138.176 146.164 138.129 146.211 138.075 146.25C138.021 146.29 137.947 146.31 137.853 146.31C137.755 146.31 137.641 146.265 137.513 146.176C137.39 146.083 137.23 145.982 137.032 145.873C136.84 145.76 136.596 145.659 136.3 145.57C136.009 145.476 135.645 145.43 135.206 145.43C134.698 145.43 134.232 145.518 133.808 145.696C133.384 145.873 133.019 146.132 132.714 146.472C132.408 146.812 132.169 147.227 131.996 147.715C131.829 148.203 131.745 148.757 131.745 149.379C131.745 150.005 131.834 150.564 132.011 151.057C132.189 151.545 132.433 151.959 132.743 152.3C133.054 152.635 133.419 152.891 133.838 153.069C134.257 153.246 134.708 153.335 135.191 153.335C135.487 153.335 135.751 153.32 135.982 153.291C136.219 153.256 136.436 153.204 136.633 153.135C136.83 153.061 137.015 152.97 137.188 152.862C137.365 152.753 137.54 152.62 137.713 152.462C137.811 152.374 137.91 152.329 138.009 152.329ZM146.004 145.873C145.95 145.962 145.893 146.029 145.834 146.073C145.775 146.112 145.701 146.132 145.612 146.132C145.518 146.132 145.412 146.093 145.294 146.014C145.18 145.935 145.038 145.849 144.865 145.755C144.697 145.656 144.498 145.568 144.266 145.489C144.034 145.405 143.758 145.363 143.438 145.363C143.142 145.363 142.881 145.4 142.654 145.474C142.432 145.548 142.245 145.651 142.092 145.784C141.939 145.918 141.823 146.075 141.744 146.258C141.67 146.435 141.633 146.63 141.633 146.842C141.633 147.113 141.705 147.34 141.848 147.522C141.991 147.7 142.178 147.853 142.41 147.981C142.646 148.109 142.915 148.222 143.216 148.321C143.517 148.415 143.822 148.516 144.133 148.624C144.448 148.733 144.756 148.856 145.057 148.994C145.358 149.132 145.624 149.307 145.856 149.519C146.093 149.731 146.282 149.99 146.425 150.296C146.568 150.601 146.64 150.973 146.64 151.412C146.64 151.886 146.558 152.329 146.396 152.743C146.233 153.158 145.996 153.52 145.686 153.83C145.38 154.136 145.001 154.378 144.547 154.555C144.098 154.733 143.586 154.821 143.009 154.821C142.669 154.821 142.336 154.787 142.01 154.718C141.69 154.654 141.382 154.563 141.086 154.444C140.795 154.321 140.521 154.173 140.265 154.001C140.009 153.828 139.78 153.636 139.577 153.424L140.08 152.595C140.125 152.526 140.181 152.472 140.25 152.433C140.319 152.393 140.396 152.374 140.48 152.374C140.593 152.374 140.719 152.428 140.857 152.536C140.995 152.64 141.16 152.756 141.352 152.884C141.549 153.007 141.786 153.123 142.062 153.231C142.338 153.335 142.669 153.387 143.053 153.387C143.679 153.387 144.162 153.234 144.503 152.928C144.848 152.623 145.02 152.201 145.02 151.664C145.02 151.363 144.949 151.119 144.806 150.932C144.663 150.739 144.473 150.579 144.236 150.451C144.005 150.323 143.738 150.214 143.438 150.125C143.137 150.037 142.831 149.943 142.521 149.844C142.21 149.741 141.904 149.623 141.604 149.489C141.303 149.351 141.034 149.174 140.798 148.957C140.566 148.735 140.379 148.464 140.236 148.144C140.093 147.818 140.021 147.414 140.021 146.931C140.021 146.546 140.095 146.174 140.243 145.814C140.396 145.454 140.615 145.136 140.901 144.86C141.192 144.579 141.549 144.355 141.973 144.187C142.397 144.019 142.881 143.936 143.423 143.936C144.034 143.936 144.594 144.032 145.102 144.224C145.614 144.416 146.056 144.69 146.425 145.045L146.004 145.873Z" fill="#3B485C"/>
|
|
10
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_2777_36498)">
|
|
3
|
-
<rect width="353" height="212" fill="#F3F5F6"/>
|
|
4
|
-
<rect x="83.6538" y="35" width="185.692" height="142" rx="8" fill="white"/>
|
|
5
|
-
<path d="M147.095 159.03H163.095V103.322H147.095V159.03Z" fill="#5A82AD"/>
|
|
6
|
-
<path d="M209.441 159.03H225.441V118.7H209.441V159.03Z" fill="#5A82AD"/>
|
|
7
|
-
<path d="M115.922 159.368H131.922V133.604H115.922V159.368Z" fill="#9EB6CF"/>
|
|
8
|
-
<path d="M178.269 159.368H194.269V77.916H178.269V159.368Z" fill="#9EB6CF"/>
|
|
9
|
-
<path d="M253.285 159.49H108.797C105.483 159.49 102.797 156.804 102.797 153.49V58.585" stroke="#9EB6CF" stroke-width="2" stroke-linecap="round"/>
|
|
10
|
-
</g>
|
|
11
|
-
<defs>
|
|
12
|
-
<clipPath id="clip0_2777_36498">
|
|
13
|
-
<rect width="353" height="212" fill="white"/>
|
|
14
|
-
</clipPath>
|
|
15
|
-
</defs>
|
|
16
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg width="187" height="143" viewBox="0 0 187 143" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect x="0.498047" y="0.703125" width="185.692" height="142" rx="8" fill="white"/>
|
|
3
|
-
<path d="M63.9395 124.733H79.9395V69.0251H63.9395L63.9395 124.733Z" fill="#5A82AD"/>
|
|
4
|
-
<path d="M126.286 124.733H142.286V84.4033H126.286V124.733Z" fill="#5A82AD"/>
|
|
5
|
-
<path d="M32.7666 125.071H48.7666V99.3076H32.7666V125.071Z" fill="#9EB6CF"/>
|
|
6
|
-
<path d="M95.1123 125.071H111.112L111.112 43.6191H95.1123L95.1123 125.071Z" fill="#9EB6CF"/>
|
|
7
|
-
<path d="M170.13 125.193H25.6416C22.3279 125.193 19.6416 122.507 19.6416 119.193V24.2881" stroke="#9EB6CF" stroke-width="2" stroke-linecap="round"/>
|
|
8
|
-
</svg>
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
<svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_2777_36496)">
|
|
3
|
-
<rect width="353" height="212" fill="#F3F5F6"/>
|
|
4
|
-
<rect x="83.6538" y="35" width="185.692" height="142" rx="8" fill="white"/>
|
|
5
|
-
<g clip-path="url(#clip1_2777_36496)">
|
|
6
|
-
<rect x="100.524" y="79" width="151.952" height="48.1798" rx="4.35778" fill="#E8EDF3"/>
|
|
7
|
-
<path d="M170.566 94.0762H115.564C113.493 94.0762 111.814 95.7551 111.814 97.8262C111.814 99.8973 113.493 101.576 115.564 101.576L170.566 101.576C172.637 101.576 174.316 99.8973 174.316 97.8262C174.316 95.7551 172.637 94.0762 170.566 94.0762Z" fill="#9EB6CF"/>
|
|
8
|
-
<path d="M202.104 107.753H115.564C113.493 107.753 111.814 109.432 111.814 111.503C111.814 113.574 113.493 115.253 115.564 115.253L202.104 115.253C204.175 115.253 205.854 113.574 205.854 111.503C205.854 109.432 204.175 107.753 202.104 107.753Z" fill="#9EB6CF"/>
|
|
9
|
-
<g opacity="0.4">
|
|
10
|
-
<rect width="153.187" height="7.41228" transform="translate(99.2881 79)" fill="#9EB6CF"/>
|
|
11
|
-
</g>
|
|
12
|
-
</g>
|
|
13
|
-
</g>
|
|
14
|
-
<defs>
|
|
15
|
-
<clipPath id="clip0_2777_36496">
|
|
16
|
-
<rect width="353" height="212" fill="white"/>
|
|
17
|
-
</clipPath>
|
|
18
|
-
<clipPath id="clip1_2777_36496">
|
|
19
|
-
<rect x="100.524" y="79" width="151.952" height="48.1798" rx="4.35778" fill="white"/>
|
|
20
|
-
</clipPath>
|
|
21
|
-
</defs>
|
|
22
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<svg width="186" height="142" viewBox="0 0 186 142" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect x="0.256348" y="-0.000976562" width="185.692" height="142" rx="8" fill="white"/>
|
|
3
|
-
<g clip-path="url(#clip0_2867_7941)">
|
|
4
|
-
<rect x="17.1265" y="43.999" width="151.952" height="48.1798" rx="4.35778" fill="#E8EDF3"/>
|
|
5
|
-
<path d="M87.1687 59.0752H32.1665C30.0954 59.0752 28.4165 60.7541 28.4165 62.8252C28.4165 64.8963 30.0954 66.5752 32.1665 66.5752L87.1687 66.5752C89.2398 66.5752 90.9187 64.8963 90.9187 62.8252C90.9187 60.7541 89.2398 59.0752 87.1687 59.0752Z" fill="#9EB6CF"/>
|
|
6
|
-
<path d="M118.707 72.752H32.1665C30.0954 72.752 28.4165 74.4309 28.4165 76.502C28.4165 78.573 30.0954 80.252 32.1665 80.252L118.707 80.252C120.778 80.252 122.457 78.573 122.457 76.502C122.457 74.4309 120.778 72.752 118.707 72.752Z" fill="#9EB6CF"/>
|
|
7
|
-
<g opacity="0.4">
|
|
8
|
-
<rect width="153.187" height="7.41228" transform="translate(15.8906 43.999)" fill="#9EB6CF"/>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
11
|
-
<defs>
|
|
12
|
-
<clipPath id="clip0_2867_7941">
|
|
13
|
-
<rect x="17.1265" y="43.999" width="151.952" height="48.1798" rx="4.35778" fill="white"/>
|
|
14
|
-
</clipPath>
|
|
15
|
-
</defs>
|
|
16
|
-
</svg>
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
<svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_2777_36505)">
|
|
3
|
-
<rect width="353" height="212" fill="#F3F5F6"/>
|
|
4
|
-
<rect x="83.6538" y="35" width="185.692" height="142" rx="8" fill="white"/>
|
|
5
|
-
<g clip-path="url(#clip1_2777_36505)">
|
|
6
|
-
<rect x="100.38" y="79" width="151.952" height="48.1798" rx="4.35778" fill="#E8EDF3"/>
|
|
7
|
-
<path d="M170.406 94.5039H115.404C113.333 94.5039 111.654 96.1828 111.654 98.2539C111.654 100.325 113.333 102.004 115.404 102.004L170.406 102.004C172.477 102.004 174.156 100.325 174.156 98.2539C174.156 96.1828 172.477 94.5039 170.406 94.5039Z" fill="#9EB6CF"/>
|
|
8
|
-
<path d="M201.944 108.181H115.404C113.333 108.181 111.654 109.86 111.654 111.931C111.654 114.002 113.333 115.681 115.404 115.681L201.944 115.681C204.015 115.681 205.694 114.002 205.694 111.931C205.694 109.86 204.015 108.181 201.944 108.181Z" fill="#9EB6CF"/>
|
|
9
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M226.466 104.387C226.466 100.352 229.737 97.0824 233.771 97.0824C237.519 97.0824 240.607 99.9044 241.027 103.539C241.371 103.28 241.802 103.101 242.311 103.101C242.833 103.101 243.272 103.289 243.62 103.559C243.2 98.4884 238.951 94.5039 233.771 94.5039C228.313 94.5039 223.888 98.9284 223.888 104.387C223.888 109.845 228.313 114.27 233.771 114.27C236.065 114.27 238.177 113.488 239.854 112.176V108.432C238.545 110.397 236.309 111.691 233.771 111.691C229.737 111.691 226.466 108.421 226.466 104.387ZM241.083 109.05V111.036V109.037C241.083 109.034 241.083 109.031 241.083 109.028V105.61C241.083 104.903 241.656 104.329 242.364 104.329C243.072 104.329 243.646 104.903 243.646 105.61V109.028C243.646 109.736 243.072 110.31 242.364 110.31C241.664 110.31 241.094 109.747 241.083 109.05ZM234.805 99.0894C234.805 98.4864 234.317 97.9974 233.714 97.9974C233.111 97.9974 232.622 98.4864 232.622 99.0894V104.329C232.622 104.743 232.856 105.121 233.226 105.306L236.719 107.052C237.258 107.322 237.914 107.103 238.184 106.564C238.453 106.025 238.235 105.369 237.695 105.099L234.805 103.654V99.0894ZM241.083 112.446C241.083 111.738 241.657 111.164 242.364 111.164H242.373C243.081 111.164 243.654 111.738 243.654 112.446C243.654 113.153 243.081 113.727 242.373 113.727H242.364C241.657 113.727 241.083 113.153 241.083 112.446Z" fill="#5A82AD"/>
|
|
10
|
-
<g opacity="0.4">
|
|
11
|
-
<rect width="153.187" height="7.41228" transform="translate(99.144 79)" fill="#9EB6CF"/>
|
|
12
|
-
</g>
|
|
13
|
-
</g>
|
|
14
|
-
</g>
|
|
15
|
-
<defs>
|
|
16
|
-
<clipPath id="clip0_2777_36505">
|
|
17
|
-
<rect width="353" height="212" fill="white"/>
|
|
18
|
-
</clipPath>
|
|
19
|
-
<clipPath id="clip1_2777_36505">
|
|
20
|
-
<rect x="100.38" y="79" width="151.952" height="48.1798" rx="4.35778" fill="white"/>
|
|
21
|
-
</clipPath>
|
|
22
|
-
</defs>
|
|
23
|
-
</svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<svg width="186" height="142" viewBox="0 0 186 142" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect x="0.256348" y="-0.000976562" width="185.692" height="142" rx="8" fill="white"/>
|
|
3
|
-
<g clip-path="url(#clip0_2867_7940)">
|
|
4
|
-
<rect x="16.9824" y="43.999" width="151.952" height="48.1798" rx="4.35778" fill="#E8EDF3"/>
|
|
5
|
-
<path d="M87.0085 59.5029H32.0064C29.9353 59.5029 28.2563 61.1819 28.2563 63.2529C28.2563 65.324 29.9353 67.003 32.0064 67.003L87.0085 67.003C89.0796 67.003 90.7585 65.324 90.7585 63.2529C90.7585 61.1819 89.0796 59.5029 87.0085 59.5029Z" fill="#9EB6CF"/>
|
|
6
|
-
<path d="M118.547 73.1797H32.0064C29.9353 73.1797 28.2563 74.8586 28.2563 76.9297C28.2563 79.0008 29.9353 80.6797 32.0064 80.6797L118.547 80.6797C120.618 80.6797 122.297 79.0008 122.297 76.9297C122.297 74.8586 120.618 73.1797 118.547 73.1797Z" fill="#9EB6CF"/>
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M143.068 69.3864C143.068 65.3514 146.339 62.0814 150.373 62.0814C154.121 62.0814 157.209 64.9034 157.629 68.5384C157.973 68.2794 158.404 68.1004 158.913 68.1004C159.435 68.1004 159.874 68.2884 160.222 68.5584C159.802 63.4874 155.553 59.5029 150.373 59.5029C144.915 59.5029 140.49 63.9274 140.49 69.3864C140.49 74.8444 144.915 79.2694 150.373 79.2694C152.667 79.2694 154.779 78.4874 156.456 77.1754V73.4314C155.147 75.3964 152.911 76.6904 150.373 76.6904C146.339 76.6904 143.068 73.4204 143.068 69.3864ZM157.685 74.0494V76.0354V74.0364C157.685 74.0334 157.685 74.0304 157.685 74.0274V70.6094C157.685 69.9024 158.258 69.3284 158.966 69.3284C159.674 69.3284 160.248 69.9024 160.248 70.6094V74.0274C160.248 74.7354 159.674 75.3094 158.966 75.3094C158.266 75.3094 157.696 74.7464 157.685 74.0494ZM151.407 64.0884C151.407 63.4854 150.919 62.9964 150.316 62.9964C149.713 62.9964 149.224 63.4854 149.224 64.0884V69.3284C149.224 69.7424 149.458 70.1204 149.828 70.3054L153.321 72.0514C153.86 72.3214 154.516 72.1024 154.786 71.5634C155.055 71.0244 154.837 70.3684 154.297 70.0984L151.407 68.6534V64.0884ZM157.685 77.4454C157.685 76.7374 158.259 76.1634 158.966 76.1634H158.975C159.683 76.1634 160.256 76.7374 160.256 77.4454C160.256 78.1524 159.683 78.7264 158.975 78.7264H158.966C158.259 78.7264 157.685 78.1524 157.685 77.4454Z" fill="#5A82AD"/>
|
|
8
|
-
<g opacity="0.4">
|
|
9
|
-
<rect width="153.187" height="7.41228" transform="translate(15.7466 43.999)" fill="#9EB6CF"/>
|
|
10
|
-
</g>
|
|
11
|
-
</g>
|
|
12
|
-
<defs>
|
|
13
|
-
<clipPath id="clip0_2867_7940">
|
|
14
|
-
<rect x="16.9824" y="43.999" width="151.952" height="48.1798" rx="4.35778" fill="white"/>
|
|
15
|
-
</clipPath>
|
|
16
|
-
</defs>
|
|
17
|
-
</svg>
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
<svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_2777_36501)">
|
|
3
|
-
<rect width="353" height="212" fill="#F3F5F6"/>
|
|
4
|
-
<rect x="75.4346" y="34.5" width="202.131" height="143" rx="8" fill="white"/>
|
|
5
|
-
<ellipse cx="126.4" cy="112.378" rx="36.3587" ry="36.436" fill="#3B485C" fill-opacity="0.1"/>
|
|
6
|
-
<path d="M108.973 134.903C108.988 124.845 110.885 121.017 119.081 118.814C123.883 120.756 126.621 120.661 131.568 118.814C140.214 120.656 141.489 125.245 142.272 134.903H108.973Z" fill="#3D6C9E"/>
|
|
7
|
-
<path d="M113.135 101.135C113.665 104.068 113.764 105.382 114.919 107.69L135.136 107.69C136.92 105.817 136.931 104.248 137.354 100.859C138.575 96.9043 138.116 96.2002 136.325 92.7927C138.109 86.8338 115.594 80.7137 114.919 92.7927C112.565 95.0111 112.386 96.995 113.135 101.135Z" fill="#3D6C9E"/>
|
|
8
|
-
<path d="M119.081 118.815L120.865 115.239H129.784L131.568 118.815C126.826 121.122 124.116 121.515 119.081 118.815Z" fill="#2F598C"/>
|
|
9
|
-
<path d="M128.371 95.703C120.032 92.528 114.763 93.8896 114.763 104.812C115.317 108.757 118.135 117.234 124.114 117.234C132.418 117.234 134.972 109.518 135.394 104.902C136.045 97.7982 135.701 99.3127 134.809 95.703C132.411 96.9994 131.367 96.8437 128.371 95.703Z" fill="#9EB6CF"/>
|
|
10
|
-
<path d="M220.303 68.0234H181.483C179.412 68.0234 177.733 69.7024 177.733 71.7734C177.733 73.8445 179.412 75.5235 181.483 75.5235L220.303 75.5235C222.374 75.5235 224.053 73.8445 224.053 71.7734C224.053 69.7024 222.374 68.0234 220.303 68.0234Z" fill="#9EB6CF"/>
|
|
11
|
-
<path d="M192.766 86.7285H178.366C178.016 86.7285 177.733 87.0123 177.733 87.3623V101.723C177.733 102.074 178.016 102.357 178.366 102.357H192.766C193.116 102.357 193.4 102.074 193.4 101.723V87.3623C193.4 87.0123 193.116 86.7285 192.766 86.7285Z" fill="#3B485C" fill-opacity="0.1"/>
|
|
12
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M195.54 87.5046C195.949 87.8357 196.011 88.4357 195.679 88.8436L185.888 100.864C185.02 101.931 183.417 102.013 182.443 101.042L178.122 96.7307C177.749 96.3592 177.749 95.756 178.122 95.3845L179.4 94.1097C179.771 93.7395 180.371 93.7395 180.743 94.1097L183.234 96.5953C183.633 96.9928 184.287 96.959 184.643 96.5226L192.801 86.5056C193.132 86.0992 193.73 86.0374 194.137 86.3674L195.54 87.5046Z" fill="#7798BB"/>
|
|
13
|
-
<path opacity="0.4" d="M236.872 87.916H210.129C208.893 87.916 207.892 88.9179 207.892 90.1538C207.892 91.3897 208.893 92.3916 210.129 92.3916H236.872C238.108 92.3916 239.11 91.3897 239.11 90.1538C239.11 88.9179 238.108 87.916 236.872 87.916Z" fill="#9EB6CF"/>
|
|
14
|
-
<path opacity="0.4" d="M252.914 96.1201H210.036C208.852 96.1201 207.892 97.122 207.892 98.3579C207.892 99.5938 208.852 100.596 210.036 100.596H252.914C254.099 100.596 255.059 99.5938 255.059 98.3579C255.059 97.122 254.099 96.1201 252.914 96.1201Z" fill="#9EB6CF"/>
|
|
15
|
-
<path d="M192.766 113.561H178.366C178.016 113.561 177.733 113.844 177.733 114.194V128.555C177.733 128.906 178.016 129.189 178.366 129.189H192.766C193.116 129.189 193.4 128.906 193.4 128.555V114.194C193.4 113.844 193.116 113.561 192.766 113.561Z" fill="#3B485C" fill-opacity="0.1"/>
|
|
16
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M195.54 114.338C195.949 114.669 196.011 115.269 195.679 115.677L185.888 127.697C185.02 128.764 183.417 128.846 182.443 127.875L178.122 123.564C177.749 123.192 177.749 122.589 178.122 122.218L179.4 120.943C179.771 120.573 180.371 120.573 180.743 120.943L183.234 123.428C183.633 123.826 184.287 123.792 184.643 123.356L192.801 113.339C193.132 112.932 193.73 112.87 194.137 113.2L195.54 114.338Z" fill="#7798BB"/>
|
|
17
|
-
<path opacity="0.4" d="M236.872 114.749H210.129C208.893 114.749 207.892 115.751 207.892 116.987C207.892 118.223 208.893 119.225 210.129 119.225H236.872C238.108 119.225 239.11 118.223 239.11 116.987C239.11 115.751 238.108 114.749 236.872 114.749Z" fill="#9EB6CF"/>
|
|
18
|
-
<path opacity="0.4" d="M252.914 122.953H210.036C208.852 122.953 207.892 123.955 207.892 125.191C207.892 126.427 208.852 127.429 210.036 127.429H252.914C254.099 127.429 255.059 126.427 255.059 125.191C255.059 123.955 254.099 122.953 252.914 122.953Z" fill="#9EB6CF"/>
|
|
19
|
-
<path d="M192.766 140.395H178.366C178.016 140.395 177.733 140.678 177.733 141.028V155.389C177.733 155.74 178.016 156.023 178.366 156.023H192.766C193.116 156.023 193.4 155.74 193.4 155.389V141.028C193.4 140.678 193.116 140.395 192.766 140.395Z" fill="#3B485C" fill-opacity="0.1"/>
|
|
20
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M195.54 141.172C195.949 141.503 196.011 142.103 195.679 142.511L185.888 154.531C185.02 155.598 183.417 155.68 182.443 154.709L178.122 150.398C177.749 150.026 177.749 149.423 178.122 149.051L179.4 147.777C179.771 147.406 180.371 147.406 180.743 147.777L183.234 150.262C183.633 150.66 184.287 150.626 184.643 150.19L192.801 140.173C193.132 139.766 193.73 139.704 194.137 140.034L195.54 141.172Z" fill="#7798BB"/>
|
|
21
|
-
<path opacity="0.4" d="M236.872 141.583H210.129C208.893 141.583 207.892 142.585 207.892 143.821C207.892 145.057 208.893 146.059 210.129 146.059H236.872C238.108 146.059 239.11 145.057 239.11 143.821C239.11 142.585 238.108 141.583 236.872 141.583Z" fill="#9EB6CF"/>
|
|
22
|
-
<path opacity="0.4" d="M252.914 149.787H210.036C208.852 149.787 207.892 150.789 207.892 152.025C207.892 153.261 208.852 154.263 210.036 154.263H252.914C254.099 154.263 255.059 153.261 255.059 152.025C255.059 150.789 254.099 149.787 252.914 149.787Z" fill="#9EB6CF"/>
|
|
23
|
-
</g>
|
|
24
|
-
<defs>
|
|
25
|
-
<clipPath id="clip0_2777_36501">
|
|
26
|
-
<rect width="353" height="212" fill="white"/>
|
|
27
|
-
</clipPath>
|
|
28
|
-
</defs>
|
|
29
|
-
</svg>
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<svg width="203" height="143" viewBox="0 0 203 143" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect x="0.191406" y="-0.000976562" width="202.131" height="143" rx="8" fill="white"/>
|
|
3
|
-
<rect x="102.643" y="27.522" width="64" height="6" rx="3" fill="#9EB6CF"/>
|
|
4
|
-
<path d="M117.674 44.958H103.274C102.924 44.958 102.641 45.2418 102.641 45.5918V59.9529C102.641 60.303 102.924 60.5868 103.274 60.5868H117.674C118.024 60.5868 118.308 60.303 118.308 59.9529V45.5918C118.308 45.2418 118.024 44.958 117.674 44.958Z" fill="#3B485C" fill-opacity="0.1"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M120.447 45.7346C120.856 46.0657 120.918 46.6657 120.586 47.0736L110.795 59.0944C109.927 60.1607 108.324 60.2432 107.35 59.2717L103.029 54.9607C102.656 54.5892 102.656 53.986 103.029 53.6145L104.307 52.3397C104.678 51.9695 105.278 51.9695 105.65 52.3397L108.141 54.8253C108.54 55.2228 109.194 55.189 109.55 54.7526L117.708 44.7356C118.039 44.3292 118.637 44.2674 119.044 44.5974L120.447 45.7346Z" fill="#7798BB"/>
|
|
6
|
-
<path opacity="0.4" d="M161.78 46.146H135.037C133.801 46.146 132.799 47.1479 132.799 48.3838C132.799 49.6197 133.801 50.6216 135.037 50.6216H161.78C163.016 50.6216 164.017 49.6197 164.017 48.3838C164.017 47.1479 163.016 46.146 161.78 46.146Z" fill="#9EB6CF"/>
|
|
7
|
-
<path opacity="0.4" d="M177.822 54.3501H134.943C133.759 54.3501 132.799 55.352 132.799 56.5879C132.799 57.8238 133.759 58.8257 134.943 58.8257H177.822C179.006 58.8257 179.966 57.8238 179.966 56.5879C179.966 55.352 179.006 54.3501 177.822 54.3501Z" fill="#9EB6CF"/>
|
|
8
|
-
<path d="M117.674 69.1592H103.274C102.924 69.1592 102.641 69.443 102.641 69.793V84.1541C102.641 84.5042 102.924 84.788 103.274 84.788H117.674C118.024 84.788 118.308 84.5042 118.308 84.1541V69.793C118.308 69.443 118.024 69.1592 117.674 69.1592Z" fill="#3B485C" fill-opacity="0.1"/>
|
|
9
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M120.447 69.9358C120.856 70.2669 120.918 70.8669 120.586 71.2748L110.795 83.2956C109.927 84.3619 108.324 84.4444 107.35 83.4729L103.029 79.1619C102.656 78.7904 102.656 78.1872 103.029 77.8157L104.307 76.5409C104.678 76.1707 105.278 76.1707 105.65 76.5409L108.141 79.0265C108.54 79.424 109.194 79.3902 109.55 78.9538L117.708 68.9368C118.039 68.5304 118.637 68.4686 119.044 68.7986L120.447 69.9358Z" fill="#7798BB"/>
|
|
10
|
-
<path opacity="0.4" d="M161.78 70.3472H135.037C133.801 70.3472 132.799 71.3491 132.799 72.585C132.799 73.8209 133.801 74.8228 135.037 74.8228H161.78C163.016 74.8228 164.017 73.8209 164.017 72.585C164.017 71.3491 163.016 70.3472 161.78 70.3472Z" fill="#9EB6CF"/>
|
|
11
|
-
<path opacity="0.4" d="M177.822 78.5513H134.943C133.759 78.5513 132.799 79.5532 132.799 80.7891C132.799 82.025 133.759 83.0269 134.943 83.0269H177.822C179.006 83.0269 179.966 82.025 179.966 80.7891C179.966 79.5532 179.006 78.5513 177.822 78.5513Z" fill="#9EB6CF"/>
|
|
12
|
-
<path d="M117.674 93.3604H103.274C102.924 93.3604 102.641 93.6441 102.641 93.9941V108.355C102.641 108.705 102.924 108.989 103.274 108.989H117.674C118.024 108.989 118.308 108.705 118.308 108.355V93.9941C118.308 93.6441 118.024 93.3604 117.674 93.3604Z" fill="#3B485C" fill-opacity="0.1"/>
|
|
13
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M120.447 94.1369C120.856 94.468 120.918 95.068 120.586 95.4759L110.795 107.497C109.927 108.563 108.324 108.646 107.35 107.674L103.029 103.363C102.656 102.992 102.656 102.388 103.029 102.017L104.307 100.742C104.678 100.372 105.278 100.372 105.65 100.742L108.141 103.228C108.54 103.625 109.194 103.591 109.55 103.155L117.708 93.1379C118.039 92.7315 118.637 92.6697 119.044 92.9997L120.447 94.1369Z" fill="#7798BB"/>
|
|
14
|
-
<path opacity="0.4" d="M161.78 94.5483H135.037C133.801 94.5483 132.799 95.5502 132.799 96.7861C132.799 98.022 133.801 99.0239 135.037 99.0239H161.78C163.016 99.0239 164.017 98.022 164.017 96.7861C164.017 95.5502 163.016 94.5483 161.78 94.5483Z" fill="#9EB6CF"/>
|
|
15
|
-
<path opacity="0.4" d="M177.822 102.752H134.943C133.759 102.752 132.799 103.754 132.799 104.99C132.799 106.226 133.759 107.228 134.943 107.228H177.822C179.006 107.228 179.966 106.226 179.966 104.99C179.966 103.754 179.006 102.752 177.822 102.752Z" fill="#9EB6CF"/>
|
|
16
|
-
<ellipse cx="51.1566" cy="74.3222" rx="36.3587" ry="36.436" fill="#3B485C" fill-opacity="0.1"/>
|
|
17
|
-
<path d="M33.7295 96.8472C33.7451 86.7891 35.6421 82.9608 43.8381 80.7583C48.6402 82.7003 51.3779 82.6049 56.3252 80.7583C64.9705 82.5996 66.2458 87.1891 67.0284 96.8472H33.7295Z" fill="#3D6C9E"/>
|
|
18
|
-
<path d="M37.8915 63.0789C38.4221 66.0117 38.5203 67.3261 39.6754 69.6337L59.8926 69.6335C61.6764 67.7606 61.688 66.1919 62.1108 62.8025C63.3322 58.8481 62.8724 58.144 61.0818 54.7365C62.8657 48.7776 40.3507 42.6575 39.6754 54.7365C37.3219 56.955 37.1424 58.9389 37.8915 63.0789Z" fill="#3D6C9E"/>
|
|
19
|
-
<path d="M43.8378 80.7579L45.6217 77.1826H54.541L56.3249 80.7579C51.5831 83.0653 48.8729 83.458 43.8378 80.7579Z" fill="#2F598C"/>
|
|
20
|
-
<path d="M53.1279 57.6464C44.7892 54.4714 39.5196 55.833 39.5195 66.7553C40.0739 70.7002 42.8919 79.1772 48.8705 79.1772C57.1752 79.1772 59.7285 71.4618 60.1512 66.8449C60.8015 59.7416 60.4578 61.256 59.5659 57.6464C57.1681 58.9428 56.1238 58.7871 53.1279 57.6464Z" fill="#9EB6CF"/>
|
|
21
|
-
</svg>
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
<svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_2777_36499)">
|
|
3
|
-
<rect width="353" height="212" fill="#F3F5F6"/>
|
|
4
|
-
<rect x="83.6538" y="35" width="185.692" height="142" rx="8" fill="white"/>
|
|
5
|
-
<rect x="147.425" y="98.3327" width="18.8131" height="18.8131" rx="0.85514" stroke="#9EB6CF" stroke-width="1.71028"/>
|
|
6
|
-
<rect x="195.598" y="58.2103" width="14.0113" height="14.0113" rx="0.85514" transform="rotate(45 195.598 58.2103)" stroke="#9EB6CF" stroke-width="1.71028"/>
|
|
7
|
-
<rect x="153.521" y="104.631" width="6.27103" height="6.27103" rx="1.14019" fill="#9EB6CF"/>
|
|
8
|
-
<rect x="195.598" y="64.9824" width="4.83752" height="4.83752" rx="1.14019" transform="rotate(45 195.598 64.9824)" fill="#9EB6CF"/>
|
|
9
|
-
<rect x="151.701" y="63.2715" width="9.69159" height="9.69159" rx="4.84579" fill="#3D6C9E"/>
|
|
10
|
-
<rect x="191.607" y="102.608" width="9.69159" height="9.69159" rx="4.84579" fill="#9EB6CF"/>
|
|
11
|
-
<circle cx="156.547" cy="68.118" r="9.69159" stroke="#3D6C9E" stroke-width="1.71028"/>
|
|
12
|
-
<circle cx="196.453" cy="107.454" r="9.69159" stroke="#9EB6CF" stroke-width="1.71028"/>
|
|
13
|
-
<rect x="155.791" y="89.4961" width="1.71028" height="7.98131" fill="#9EB6CF"/>
|
|
14
|
-
<rect x="174.505" y="67.2129" width="1.71028" height="7.98131" transform="rotate(90 174.505 67.2129)" fill="#3D6C9E"/>
|
|
15
|
-
<rect x="196.597" y="85.5059" width="1.71028" height="7.98131" transform="rotate(-180 196.597 85.5059)" fill="#9EB6CF"/>
|
|
16
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M154.971 82.1061C155.464 81.0793 156.903 81.0173 157.482 81.9979L161.149 88.2007C161.711 89.1508 161.026 90.3512 159.922 90.3512H153.276C152.226 90.3512 151.537 89.2551 151.991 88.3089L154.971 82.1061ZM156.281 83.3273L153.729 88.6409H159.422L156.281 83.3273Z" fill="#9EB6CF"/>
|
|
17
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M181.894 66.3939C182.921 66.8871 182.983 68.3259 182.003 68.9055L175.8 72.5723C174.85 73.1339 173.649 72.449 173.649 71.3453L173.649 64.6995C173.649 63.6498 174.745 62.9603 175.692 63.4147L181.894 66.3939ZM180.673 67.7047L175.36 65.1526L175.36 70.8457L180.673 67.7047Z" fill="#3D6C9E"/>
|
|
18
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M197.417 92.8959C196.923 93.9227 195.485 93.9847 194.905 93.0041L191.238 86.8013C190.677 85.8512 191.362 84.6508 192.465 84.6508L199.111 84.6508C200.161 84.6508 200.85 85.7469 200.396 86.6931L197.417 92.8959ZM196.106 91.6746L198.658 86.361L192.965 86.361L196.106 91.6746Z" fill="#9EB6CF"/>
|
|
19
|
-
<g opacity="0.5">
|
|
20
|
-
<rect x="98.4702" y="142.001" width="156" height="3" rx="1.5" fill="#E3E5E8"/>
|
|
21
|
-
</g>
|
|
22
|
-
<g opacity="0.5">
|
|
23
|
-
<rect x="98.5303" y="149.421" width="35" height="2" rx="1" fill="#9EB6CF"/>
|
|
24
|
-
</g>
|
|
25
|
-
<g opacity="0.5">
|
|
26
|
-
<rect x="161.53" y="150.421" width="21" height="2" rx="1" fill="#9EB6CF"/>
|
|
27
|
-
</g>
|
|
28
|
-
<rect x="98.5303" y="156.421" width="21" height="2" rx="1" fill="#E3E5E8"/>
|
|
29
|
-
<g opacity="0.5">
|
|
30
|
-
<rect x="98.5303" y="162.421" width="21" height="2" rx="1" fill="#9EB6CF"/>
|
|
31
|
-
</g>
|
|
32
|
-
<rect x="98.5303" y="168.421" width="21" height="2" rx="1" fill="#E3E5E8"/>
|
|
33
|
-
<rect x="161.53" y="156.421" width="12" height="2" rx="1" fill="#E3E5E8"/>
|
|
34
|
-
<g opacity="0.5">
|
|
35
|
-
<rect x="161.53" y="162.421" width="12" height="2" rx="1" fill="#9EB6CF"/>
|
|
36
|
-
</g>
|
|
37
|
-
<rect x="161.53" y="168.421" width="12" height="2" rx="1" fill="#E3E5E8"/>
|
|
38
|
-
<rect x="201.53" y="156.421" width="12" height="2" rx="1" fill="#E3E5E8"/>
|
|
39
|
-
<g opacity="0.5">
|
|
40
|
-
<rect x="201.53" y="162.421" width="12" height="2" rx="1" fill="#9EB6CF"/>
|
|
41
|
-
</g>
|
|
42
|
-
<rect x="201.53" y="168.421" width="12" height="2" rx="1" fill="#E3E5E8"/>
|
|
43
|
-
<rect x="237.53" y="156.421" width="12" height="2" rx="1" fill="#E3E5E8"/>
|
|
44
|
-
<g opacity="0.5">
|
|
45
|
-
<rect x="237.53" y="162.421" width="12" height="2" rx="1" fill="#9EB6CF"/>
|
|
46
|
-
</g>
|
|
47
|
-
<rect x="237.53" y="168.421" width="12" height="2" rx="1" fill="#E3E5E8"/>
|
|
48
|
-
<g opacity="0.5">
|
|
49
|
-
<rect x="201.53" y="150.421" width="21" height="2" rx="1" fill="#9EB6CF"/>
|
|
50
|
-
</g>
|
|
51
|
-
<g opacity="0.5">
|
|
52
|
-
<rect x="237.53" y="150.421" width="17" height="2" rx="1" fill="#9EB6CF"/>
|
|
53
|
-
</g>
|
|
54
|
-
</g>
|
|
55
|
-
<defs>
|
|
56
|
-
<clipPath id="clip0_2777_36499">
|
|
57
|
-
<rect width="353" height="212" fill="white"/>
|
|
58
|
-
</clipPath>
|
|
59
|
-
</defs>
|
|
60
|
-
</svg>
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
<svg width="186" height="143" viewBox="0 0 186 143" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect x="0.191406" y="0.703125" width="185.692" height="142" rx="8" fill="white"/>
|
|
3
|
-
<rect x="63.9626" y="64.0358" width="18.8131" height="18.8131" rx="0.85514" stroke="#9EB6CF" stroke-width="1.71028"/>
|
|
4
|
-
<rect x="112.136" y="23.9135" width="14.0113" height="14.0113" rx="0.85514" transform="rotate(45 112.136 23.9135)" stroke="#9EB6CF" stroke-width="1.71028"/>
|
|
5
|
-
<rect x="70.0581" y="70.3345" width="6.27103" height="6.27103" rx="1.14019" fill="#9EB6CF"/>
|
|
6
|
-
<rect x="112.136" y="30.6851" width="4.83752" height="4.83752" rx="1.14019" transform="rotate(45 112.136 30.6851)" fill="#9EB6CF"/>
|
|
7
|
-
<rect x="68.2383" y="28.9751" width="9.69159" height="9.69159" rx="4.84579" fill="#3D6C9E"/>
|
|
8
|
-
<rect x="108.145" y="68.3115" width="9.69159" height="9.69159" rx="4.84579" fill="#9EB6CF"/>
|
|
9
|
-
<circle cx="73.0843" cy="33.8207" r="9.69159" stroke="#3D6C9E" stroke-width="1.71028"/>
|
|
10
|
-
<circle cx="112.991" cy="73.1571" r="9.69159" stroke="#9EB6CF" stroke-width="1.71028"/>
|
|
11
|
-
<rect x="72.3281" y="55.1992" width="1.71028" height="7.98131" fill="#9EB6CF"/>
|
|
12
|
-
<rect x="91.0425" y="32.9165" width="1.71028" height="7.98131" transform="rotate(90 91.0425 32.9165)" fill="#3D6C9E"/>
|
|
13
|
-
<rect x="113.134" y="51.209" width="1.71028" height="7.98131" transform="rotate(-180 113.134 51.209)" fill="#9EB6CF"/>
|
|
14
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M71.5082 47.8097C72.0013 46.7829 73.4402 46.7209 74.0198 47.7015L77.6865 53.9043C78.2481 54.8544 77.5633 56.0548 76.4596 56.0548H69.8137C68.7641 56.0548 68.0745 54.9587 68.529 54.0125L71.5082 47.8097ZM72.8189 49.0309L70.2668 54.3445H75.96L72.8189 49.0309Z" fill="#9EB6CF"/>
|
|
15
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M98.432 32.0966C99.4588 32.5897 99.5208 34.0285 98.5402 34.6082L92.3374 38.2749C91.3873 38.8365 90.1869 38.1516 90.1869 37.048L90.1869 30.4021C90.1869 29.3525 91.283 28.6629 92.2292 29.1174L98.432 32.0966ZM97.2108 33.4073L91.8972 30.8552L91.8972 36.5484L97.2108 33.4073Z" fill="#3D6C9E"/>
|
|
16
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M113.954 58.5985C113.461 59.6253 112.022 59.6873 111.443 58.7067L107.776 52.5039C107.214 51.5538 107.899 50.3534 109.003 50.3534L115.649 50.3534C116.698 50.3534 117.388 51.4495 116.933 52.3957L113.954 58.5985ZM112.643 57.3773L115.196 52.0637L109.502 52.0637L112.643 57.3773Z" fill="#9EB6CF"/>
|
|
17
|
-
<g opacity="0.5">
|
|
18
|
-
<rect x="15.0078" y="107.704" width="156" height="3" rx="1.5" fill="#E3E5E8"/>
|
|
19
|
-
</g>
|
|
20
|
-
<g opacity="0.5">
|
|
21
|
-
<rect x="15.0674" y="115.124" width="35" height="2" rx="1" fill="#9EB6CF"/>
|
|
22
|
-
</g>
|
|
23
|
-
<g opacity="0.5">
|
|
24
|
-
<rect x="78.0674" y="116.124" width="21" height="2" rx="1" fill="#9EB6CF"/>
|
|
25
|
-
</g>
|
|
26
|
-
<rect x="15.0674" y="122.124" width="21" height="2" rx="1" fill="#E3E5E8"/>
|
|
27
|
-
<g opacity="0.5">
|
|
28
|
-
<rect x="15.0674" y="128.124" width="21" height="2" rx="1" fill="#9EB6CF"/>
|
|
29
|
-
</g>
|
|
30
|
-
<rect x="15.0674" y="134.124" width="21" height="2" rx="1" fill="#E3E5E8"/>
|
|
31
|
-
<rect x="78.0674" y="122.124" width="12" height="2" rx="1" fill="#E3E5E8"/>
|
|
32
|
-
<g opacity="0.5">
|
|
33
|
-
<rect x="78.0674" y="128.124" width="12" height="2" rx="1" fill="#9EB6CF"/>
|
|
34
|
-
</g>
|
|
35
|
-
<rect x="78.0674" y="134.124" width="12" height="2" rx="1" fill="#E3E5E8"/>
|
|
36
|
-
<rect x="118.067" y="122.124" width="12" height="2" rx="1" fill="#E3E5E8"/>
|
|
37
|
-
<g opacity="0.5">
|
|
38
|
-
<rect x="118.067" y="128.124" width="12" height="2" rx="1" fill="#9EB6CF"/>
|
|
39
|
-
</g>
|
|
40
|
-
<rect x="118.067" y="134.124" width="12" height="2" rx="1" fill="#E3E5E8"/>
|
|
41
|
-
<rect x="154.067" y="122.124" width="12" height="2" rx="1" fill="#E3E5E8"/>
|
|
42
|
-
<g opacity="0.5">
|
|
43
|
-
<rect x="154.067" y="128.124" width="12" height="2" rx="1" fill="#9EB6CF"/>
|
|
44
|
-
</g>
|
|
45
|
-
<rect x="154.067" y="134.124" width="12" height="2" rx="1" fill="#E3E5E8"/>
|
|
46
|
-
<g opacity="0.5">
|
|
47
|
-
<rect x="118.067" y="116.124" width="21" height="2" rx="1" fill="#9EB6CF"/>
|
|
48
|
-
</g>
|
|
49
|
-
<g opacity="0.5">
|
|
50
|
-
<rect x="154.067" y="116.124" width="17" height="2" rx="1" fill="#9EB6CF"/>
|
|
51
|
-
</g>
|
|
52
|
-
</svg>
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
<svg width="247" height="175" viewBox="0 0 247 175" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M200 0H49.9995C43.096 0 37.4995 5.59646 37.4995 12.5V162.5C37.4995 169.404 43.096 175 49.9995 175H200C206.904 175 212.5 169.404 212.5 162.5V12.5C212.5 5.59646 206.904 0 200 0Z" fill="#333F52"/>
|
|
3
|
-
<path d="M200 0H49.9995C43.096 0 37.4995 5.59646 37.4995 12.5V162.5C37.4995 169.404 43.096 175 49.9995 175H200C206.904 175 212.5 169.404 212.5 162.5V12.5C212.5 5.59646 206.904 0 200 0Z" fill="#C1C6CD" fill-opacity="0.1"/>
|
|
4
|
-
<path d="M11.2069 14.5H178.793C181.985 14.5 184.5 16.8726 184.5 19.7143V48.2857C184.5 51.1274 181.985 53.5 178.793 53.5H11.2069C8.01533 53.5 5.5 51.1274 5.5 48.2857V19.7143C5.5 16.8726 8.01533 14.5 11.2069 14.5Z" fill="#A4C280" stroke="#215500"/>
|
|
5
|
-
<rect x="17" y="25.5" width="18" height="18" rx="4" fill="#80AA4D"/>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.3458 30.5539C31.6846 30.8927 31.6846 31.4421 31.3458 31.7809L24.8387 38.2879C24.4999 38.6268 23.9506 38.6268 23.6118 38.2879L20.654 35.3302C20.3152 34.9914 20.3152 34.442 20.654 34.1032C20.9928 33.7644 21.5422 33.7644 21.881 34.1032L24.2253 36.4475L30.1188 30.5539C30.4576 30.2151 31.007 30.2151 31.3458 30.5539Z" fill="#3B485C"/>
|
|
7
|
-
<path d="M82.2501 24H49.75C47.6789 24 46 25.6789 46 27.75C46 29.8211 47.6789 31.5 49.75 31.5H82.2501C84.3212 31.5 86.0001 29.8211 86.0001 27.75C86.0001 25.6789 84.3212 24 82.2501 24Z" fill="#667385"/>
|
|
8
|
-
<path d="M104.75 37.5H49.75C47.6789 37.5 46 39.1789 46 41.25C46 43.3211 47.6789 45 49.75 45H104.75C106.821 45 108.5 43.3211 108.5 41.25C108.5 39.1789 106.821 37.5 104.75 37.5Z" fill="#445267"/>
|
|
9
|
-
<g filter="url(#filter0_d_2763_13309)">
|
|
10
|
-
<path d="M11.2069 121.25H178.793C180.439 121.25 182.018 121.852 183.182 122.924C184.346 123.995 185 125.449 185 126.964V155.536C185 157.051 184.346 158.505 183.182 159.576C182.018 160.648 180.439 161.25 178.793 161.25H11.2069C9.56073 161.25 7.98198 160.648 6.81796 159.576C5.65394 158.505 5 157.051 5 155.536V126.964C5 125.449 5.65394 123.995 6.81796 122.924C7.98198 121.852 9.56073 121.25 11.2069 121.25V121.25Z" fill="#232E40"/>
|
|
11
|
-
</g>
|
|
12
|
-
<rect x="18" y="133.751" width="16" height="16" rx="3" fill="#333F52" stroke="#4B5A6F" stroke-width="2"/>
|
|
13
|
-
<path d="M82.2501 131.251H49.75C47.6789 131.251 46 132.93 46 135.001C46 137.072 47.6789 138.751 49.75 138.751H82.2501C84.3212 138.751 86.0001 137.072 86.0001 135.001C86.0001 132.93 84.3212 131.251 82.2501 131.251Z" fill="#667385"/>
|
|
14
|
-
<path d="M104.75 144.751H49.75C47.6789 144.751 46 146.43 46 148.501C46 150.572 47.6789 152.251 49.75 152.251H104.75C106.821 152.251 108.5 150.572 108.5 148.501C108.5 146.43 106.821 144.751 104.75 144.751Z" fill="#445267"/>
|
|
15
|
-
<g filter="url(#filter1_d_2763_13309)">
|
|
16
|
-
<path d="M64.9554 67.5H232.542C234.188 67.5 235.767 68.102 236.931 69.1737C238.095 70.2453 238.749 71.6988 238.749 73.2143V101.786C238.749 103.301 238.095 104.755 236.931 105.826C235.767 106.898 234.188 107.5 232.542 107.5H64.9554C63.3093 107.5 61.7305 106.898 60.5665 105.826C59.4025 104.755 58.7485 103.301 58.7485 101.786V73.2143C58.7485 71.6988 59.4025 70.2453 60.5665 69.1737C61.7305 68.102 63.3093 67.5 64.9554 67.5Z" fill="#232E40"/>
|
|
17
|
-
</g>
|
|
18
|
-
<rect x="74" y="80.001" width="16" height="16" rx="3" fill="#333F52" stroke="#4B5A6F" stroke-width="2"/>
|
|
19
|
-
<path d="M135.25 77.501H102.75C100.679 77.501 99 79.1799 99 81.251C99 83.3221 100.679 85.001 102.75 85.001H135.25C137.321 85.001 139 83.3221 139 81.251C139 79.1799 137.321 77.501 135.25 77.501Z" fill="#667385"/>
|
|
20
|
-
<path d="M157.75 91.001H102.75C100.679 91.001 99 92.6799 99 94.751C99 96.8221 100.679 98.501 102.75 98.501H157.75C159.821 98.501 161.5 96.8221 161.5 94.751C161.5 92.6799 159.821 91.001 157.75 91.001Z" fill="#445267"/>
|
|
21
|
-
<defs>
|
|
22
|
-
<filter id="filter0_d_2763_13309" x="0" y="119.25" width="190" height="50" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
23
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
24
|
-
<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"/>
|
|
25
|
-
<feOffset dy="3"/>
|
|
26
|
-
<feGaussianBlur stdDeviation="2.5"/>
|
|
27
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.230539 0 0 0 0 0.370572 0 0 0 0 0.482993 0 0 0 0.1 0"/>
|
|
28
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2763_13309"/>
|
|
29
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2763_13309" result="shape"/>
|
|
30
|
-
</filter>
|
|
31
|
-
<filter id="filter1_d_2763_13309" x="56.7485" y="65.5" width="190" height="50" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
32
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
33
|
-
<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"/>
|
|
34
|
-
<feOffset dx="3" dy="3"/>
|
|
35
|
-
<feGaussianBlur stdDeviation="2.5"/>
|
|
36
|
-
<feColorMatrix type="matrix" values="0 0 0 0 0.230539 0 0 0 0 0.370572 0 0 0 0 0.482993 0 0 0 0.1 0"/>
|
|
37
|
-
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2763_13309"/>
|
|
38
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2763_13309" result="shape"/>
|
|
39
|
-
</filter>
|
|
40
|
-
</defs>
|
|
41
|
-
</svg>
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
<svg width="190" height="190" viewBox="0 0 190 190" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M95 190C147.467 190 190 147.467 190 95C190 42.5329 147.467 0 95 0C42.5329 0 0 42.5329 0 95C0 147.467 42.5329 190 95 190Z" fill="#333F52"/>
|
|
3
|
-
<path d="M95 190C147.467 190 190 147.467 190 95C190 42.5329 147.467 0 95 0C42.5329 0 0 42.5329 0 95C0 147.467 42.5329 190 95 190Z" fill="#C1C6CD" fill-opacity="0.1"/>
|
|
4
|
-
<rect x="25" y="41.4707" width="140" height="107.059" rx="8" fill="#232E40"/>
|
|
5
|
-
<path d="M72.0426 135.196H85.9214V86.8734H72.0426V135.196Z" fill="#5A82AD"/>
|
|
6
|
-
<path d="M126.123 135.196H140.002V100.213H126.123V135.196Z" fill="#5A82AD"/>
|
|
7
|
-
<path d="M45.002 135.489H58.8809V113.141H45.002V135.489Z" fill="#9EB6CF"/>
|
|
8
|
-
<path d="M99.0826 135.489H112.961L112.961 64.8355H99.0826L99.0826 135.489Z" fill="#9EB6CF"/>
|
|
9
|
-
<path d="M147.861 135.49H43.1435C39.8298 135.49 37.1436 132.804 37.1436 129.49V54.875" stroke="#9EB6CF" stroke-width="2" stroke-linecap="round"/>
|
|
10
|
-
</svg>
|