@ebrains/components 2.4.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/color-primary-palette_6.cjs.entry.js +14 -14
- package/dist/cjs/components-section.cjs.entry.js +1 -1
- package/dist/cjs/components.cjs.js +1 -1
- package/dist/cjs/correct-use-of-colors.cjs.entry.js +1 -1
- package/dist/cjs/docs-palettes.cjs.entry.js +1 -1
- package/dist/cjs/docs-tokens.cjs.entry.js +1 -1
- package/dist/cjs/eds-accordion_52.cjs.entry.js +10419 -0
- package/dist/cjs/eds-app-root.cjs.entry.js +1 -1
- package/dist/cjs/eds-cookies-preference.cjs.entry.js +2 -2
- package/dist/cjs/eds-feedback.cjs.entry.js +1 -1
- package/dist/cjs/eds-frame.cjs.entry.js +3 -3
- package/dist/cjs/eds-gauge.cjs.entry.js +5 -6
- package/dist/cjs/eds-gitlab-contributors.cjs.entry.js +248 -0
- package/dist/cjs/eds-icon-bluesky.cjs.entry.js +1 -1
- package/dist/cjs/eds-icon-eu.cjs.entry.js +2 -2
- package/dist/cjs/eds-icon-facebook.cjs.entry.js +1 -1
- package/dist/cjs/eds-icon-gitlab.cjs.entry.js +1 -1
- package/dist/cjs/eds-icon-linkedin.cjs.entry.js +1 -1
- package/dist/cjs/eds-icon-mastodon.cjs.entry.js +1 -1
- package/dist/cjs/eds-icon-twitter.cjs.entry.js +1 -1
- package/dist/cjs/eds-icon-youtube.cjs.entry.js +1 -1
- package/dist/cjs/eds-modal.cjs.entry.js +84 -13
- package/dist/cjs/eds-pie.cjs.entry.js +20 -20
- package/dist/cjs/eds-section-core_2.cjs.entry.js +3 -3
- package/dist/cjs/eds-splash-screen.cjs.entry.js +2 -2
- package/dist/cjs/eds-timeline.cjs.entry.js +2 -2
- package/dist/cjs/eds-toast-manager.cjs.entry.js +1 -1
- package/dist/cjs/eu-271d44ae.js +9 -0
- package/dist/cjs/incorrect-use-of-colors.cjs.entry.js +1 -1
- package/dist/cjs/index-50bc1aa4.js +4 -184
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/logo-space.cjs.entry.js +1 -2
- package/dist/cjs/logo-variations-horizontal_2.cjs.entry.js +2 -2
- package/dist/cjs/logo-variations-tabs.cjs.entry.js +1 -1
- package/dist/cjs/logo-wrong-usage.cjs.entry.js +2 -2
- package/dist/cjs/negative-c61d13b5.js +106 -0
- package/dist/cjs/positive-fdcd161e.js +67 -0
- package/dist/cjs/svg-repository.cjs.entry.js +6 -263
- package/dist/cjs/token-list_3.cjs.entry.js +91 -49
- package/dist/cjs/token-ratios.cjs.entry.js +1 -1
- package/dist/cjs/token-spacing.cjs.entry.js +1 -1
- package/dist/cjs/token-typography.cjs.entry.js +73 -42
- package/dist/collection/collection-manifest.json +9 -40
- package/dist/collection/components/eds-accordion/eds-accordion.css +138 -194
- package/dist/collection/components/eds-accordion/eds-accordion.js +68 -81
- package/dist/collection/components/eds-accordion/eds-accordion.stories.js +90 -41
- package/dist/collection/components/eds-alert/eds-alert.css +122 -95
- package/dist/collection/components/eds-alert/eds-alert.js +89 -104
- package/dist/collection/components/eds-alert/eds-alert.stories.js +180 -30
- package/dist/collection/components/eds-avatar/eds-avatar.css +6 -6
- package/dist/collection/components/eds-avatar/eds-avatar.js +1 -1
- package/dist/collection/components/eds-block-break/eds-block-break.css +1 -1
- package/dist/collection/components/eds-block-break/eds-block-break.js +1 -1
- package/dist/collection/components/eds-breadcrump/eds-breadcrumb.stories.js +1 -1
- package/dist/collection/components/eds-breadcrump/eds-breadcrump.js +5 -5
- package/dist/collection/components/eds-button/eds-button.css +352 -90
- package/dist/collection/components/eds-button/eds-button.js +114 -43
- package/dist/collection/components/eds-button/eds-button.stories.js +3 -3
- package/dist/collection/components/eds-cards/eds-card-app/eds-card-app.css +116 -0
- package/dist/collection/components/eds-cards/eds-card-app/eds-card-app.js +187 -0
- package/dist/collection/components/eds-cards/eds-card-app/eds-card-app.stories.js +52 -0
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.css +13 -6
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.js +20 -1
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.css +22 -6
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.js +51 -78
- package/dist/collection/components/eds-cards/eds-card-cta/eds-card-cta.css +138 -0
- package/dist/collection/components/eds-cards/eds-card-cta/eds-card-cta.js +217 -0
- package/dist/collection/components/eds-cards/eds-card-cta/eds-card-cta.stories.js +77 -0
- package/dist/collection/components/eds-cards/eds-card-feature/eds-card-feature.css +108 -0
- package/dist/collection/components/eds-cards/eds-card-feature/eds-card-feature.js +156 -0
- package/dist/collection/components/eds-cards/eds-card-feature/eds-card-feature.stories.js +55 -0
- package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.css +105 -4
- package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.js +70 -150
- package/dist/collection/components/eds-cards/eds-card-generic/eds-card-generic.stories.js +72 -112
- package/dist/collection/components/eds-cards/eds-card-hero/eds-card-hero.css +127 -0
- package/dist/collection/components/eds-cards/eds-card-hero/eds-card-hero.js +181 -0
- package/dist/collection/components/eds-cards/eds-card-hero/eds-card-hero.stories.js +62 -0
- package/dist/collection/components/eds-cards/eds-card-stat/eds-card-stat.css +128 -0
- package/dist/collection/components/eds-cards/eds-card-stat/eds-card-stat.js +149 -0
- package/dist/collection/components/eds-cards/eds-card-stat/eds-card-stat.stories.js +50 -0
- package/dist/collection/components/eds-charts/eds-gauge/eds-gauge.js +5 -6
- package/dist/collection/components/eds-charts/eds-pie/eds-pie.js +20 -20
- package/dist/collection/components/eds-code-block/eds-code-block.css +84 -120
- package/dist/collection/components/eds-code-block/eds-code-block.js +1 -1
- package/dist/collection/components/eds-dropdown/eds-dropdown.js +22 -41
- package/dist/collection/components/eds-feedback/eds-feedback.js +1 -1
- package/dist/collection/components/eds-feedback/eds-feedback.stories.js +5 -1
- package/dist/collection/components/eds-footer/eds-footer.css +55 -3
- package/dist/collection/components/eds-footer/eds-footer.js +28 -2
- package/dist/collection/components/eds-form/eds-form.css +100 -4
- package/dist/collection/components/eds-form/eds-form.js +172 -46
- package/dist/collection/components/eds-form/eds-form.stories.js +3 -11
- package/dist/collection/components/eds-frame/eds-frame.css +34 -22
- package/dist/collection/components/eds-frame/eds-frame.js +5 -5
- package/dist/collection/components/eds-frame/eds-frame.stories.js +1 -1
- package/dist/collection/components/eds-fullscreen-menu/eds-fullscreen-menu.css +9 -5
- package/dist/collection/components/eds-fullscreen-menu/eds-fullscreen-menu.js +4 -1
- package/dist/collection/components/eds-header/eds-header.css +20 -4
- package/dist/collection/components/eds-header/eds-header.js +17 -15
- package/dist/collection/components/eds-header/eds-header.stories.js +0 -2
- package/dist/collection/components/eds-icon-wrapper/eds-icon-wrapper.css +32 -0
- package/dist/collection/components/eds-icon-wrapper/eds-icon-wrapper.js +43 -61
- package/dist/collection/components/eds-icons/eds-icon-eu/eds-icon-eu.js +1 -1
- package/dist/collection/components/eds-icons/eds-icon-gitlab/eds-icon-gitlab.js +1 -1
- package/dist/collection/components/eds-icons/social/eds-icon-bluesky/eds-icon-bluesky.js +1 -1
- package/dist/collection/components/eds-icons/social/eds-icon-facebook/eds-icon-facebook.js +1 -1
- package/dist/collection/components/eds-icons/social/eds-icon-linkedin/eds-icon-linkedin.js +1 -1
- package/dist/collection/components/eds-icons/social/eds-icon-mastodon/eds-icon-mastodon.js +1 -1
- package/dist/collection/components/eds-icons/social/eds-icon-twitter/eds-icon-twitter.js +1 -1
- package/dist/collection/components/eds-icons/social/eds-icon-youtube/eds-icon-youtube.js +1 -1
- package/dist/collection/components/eds-img/eds-img.js +2 -2
- package/dist/collection/components/eds-input-dropzone/eds-input-dropzone.css +195 -0
- package/dist/collection/components/eds-input-dropzone/eds-input-dropzone.js +300 -0
- package/dist/collection/components/eds-input-dropzone/eds-input-dropzone.stories.js +34 -0
- package/dist/collection/components/eds-input-elements/eds-input/eds-input.js +11 -5
- package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.css +16 -1
- package/dist/collection/components/eds-input-elements/eds-input-footer/eds-input-footer.js +1 -1
- package/dist/collection/components/eds-input-elements/eds-input-label/eds-input-label.js +1 -1
- package/dist/collection/components/eds-input-elements/eds-input-range/eds-input-range.js +5 -3
- package/dist/collection/components/eds-input-elements/eds-input-search/eds-input-search.js +1 -1
- package/dist/collection/components/eds-input-elements/eds-input-select/eds-input-select.js +2 -2
- package/dist/collection/components/eds-input-field/eds-input-field.css +69 -69
- package/dist/collection/components/eds-input-field/eds-input-field.js +31 -6
- package/dist/collection/components/eds-input-file/eds-input-file.css +140 -0
- package/dist/collection/components/eds-input-file/eds-input-file.js +249 -0
- package/dist/collection/components/eds-link/eds-link.css +197 -22
- package/dist/collection/components/eds-link/eds-link.js +110 -38
- package/dist/collection/components/eds-link/eds-link.stories.js +3 -3
- package/dist/collection/components/eds-logo/eds-logo.css +3 -1
- package/dist/collection/components/eds-logo/eds-logo.js +12 -35
- package/dist/collection/components/eds-logo/eds-logo.stories.js +12 -29
- package/dist/collection/components/eds-modal/eds-modal.css +115 -19
- package/dist/collection/components/eds-modal/eds-modal.js +109 -17
- package/dist/collection/components/eds-nps/eds-nps.css +10 -1
- package/dist/collection/components/eds-nps/eds-nps.js +48 -22
- package/dist/collection/components/eds-pagination/eds-pagination.js +2 -2
- package/dist/collection/components/eds-progress-bar/eds-progress-bar.css +83 -9
- package/dist/collection/components/eds-progress-bar/eds-progress-bar.js +55 -10
- package/dist/collection/components/eds-progress-bar/eds-progress-bar.stories.js +83 -10
- package/dist/collection/components/eds-rating/eds-rating.css +1 -1
- package/dist/collection/components/eds-rating/eds-rating.js +54 -12
- package/dist/collection/components/eds-section/eds-section-core/eds-section-core.js +1 -1
- package/dist/collection/components/eds-section/eds-section-heading/eds-section-heading.js +2 -2
- package/dist/collection/components/eds-sidebar/eds-sidebar.css +9 -4
- package/dist/collection/components/eds-sidebar/eds-sidebar.js +4 -4
- package/dist/collection/components/eds-social-networks/eds-social-networks.css +12 -0
- package/dist/collection/components/eds-social-networks/eds-social-networks.js +26 -1
- package/dist/collection/components/eds-spinner/eds-spinner.css +6 -6
- package/dist/collection/components/eds-spinner/eds-spinner.js +5 -5
- package/dist/collection/components/eds-splash-screen/eds-splash-screen.css +12 -12
- package/dist/collection/components/eds-splash-screen/eds-splash-screen.js +1 -1
- package/dist/collection/components/eds-steps/eds-steps.css +101 -15
- package/dist/collection/components/eds-steps/eds-steps.js +45 -6
- package/dist/collection/components/eds-steps/eds-steps.stories.js +7 -31
- package/dist/collection/components/eds-steps-v2/eds-steps-v2.css +172 -17
- package/dist/collection/components/eds-steps-v2/eds-steps-v2.js +50 -7
- package/dist/collection/components/eds-steps-v2/eds-steps-v2.stories.js +16 -30
- package/dist/collection/components/eds-switch/eds-switch.css +65 -3
- package/dist/collection/components/eds-switch/eds-switch.js +46 -2
- package/dist/collection/components/eds-switch/eds-switch.stories.js +91 -24
- package/dist/collection/components/eds-table/eds-table.css +253 -3
- package/dist/collection/components/eds-table/eds-table.js +123 -40
- package/dist/collection/components/eds-table/eds-table.stories.js +130 -32
- package/dist/collection/components/eds-tabs/eds-tabs.css +68 -358
- package/dist/collection/components/eds-tabs/eds-tabs.js +43 -87
- package/dist/collection/components/eds-tabs/eds-tabs.stories.js +82 -37
- package/dist/collection/components/eds-tag/eds-tag.css +151 -8
- package/dist/collection/components/eds-tag/eds-tag.js +17 -18
- package/dist/collection/components/eds-tag/eds-tag.stories.js +25 -5
- package/dist/collection/components/eds-timeline/eds-timeline.js +2 -2
- package/dist/collection/components/eds-toast/eds-toast.css +70 -10
- package/dist/collection/components/eds-toast/eds-toast.js +9 -7
- package/dist/collection/components/eds-toast/eds-toast.stories.js +25 -1
- package/dist/collection/components/eds-toast-manager/eds-toast-manager.js +1 -1
- package/dist/collection/components/eds-tooltip/eds-tooltip.js +1 -1
- package/dist/collection/components/eds-user/eds-user.js +5 -5
- package/dist/collection/components/eds-user/eds-user.stories.js +1 -1
- package/dist/collection/eds-docs-ui/colors/color-palette/primary.js +1 -1
- package/dist/collection/eds-docs-ui/colors/color-palette/secondary.js +1 -1
- package/dist/collection/eds-docs-ui/colors/color-palette/support.js +1 -1
- package/dist/collection/eds-docs-ui/colors/gradient-palette/primary.js +1 -1
- package/dist/collection/eds-docs-ui/colors/gradient-palette/secondary.js +7 -7
- package/dist/collection/eds-docs-ui/colors/gradient-palette/support.js +3 -3
- package/dist/collection/eds-docs-ui/colors/use-of-colors/correct-use-of-colors.js +1 -1
- package/dist/collection/eds-docs-ui/colors/use-of-colors/incorrect-use-of-colors.js +1 -1
- package/dist/collection/eds-docs-ui/components-section/components-section.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/docs-tokens/docs-tokens.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-list/token-list.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-radii/token-radii.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-ratios/token-ratios.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-shadows/token-shadows.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-spacing/token-spacing.js +1 -1
- package/dist/collection/eds-docs-ui/design-tokens/token-typography/token-typography.js +8 -7
- package/dist/collection/eds-docs-ui/docs-palettes/docs-palettes.js +1 -1
- package/dist/collection/eds-docs-ui/logo/logo-space/logo-space.js +1 -2
- package/dist/collection/eds-docs-ui/logo/logo-variations/horizontal/logo-variations-horizontal.js +1 -1
- package/dist/collection/eds-docs-ui/logo/logo-variations/vertical/logo-variations-vertical.js +1 -1
- package/dist/collection/eds-docs-ui/logo/logo-variations-tabs/logo-variations.js +1 -1
- package/dist/collection/eds-docs-ui/logo/logo-wrong-usage/logo-wrong-usage.js +2 -2
- package/dist/collection/eds-docs-ui/svg-repository/svg-repository.js +1 -1
- package/dist/collection/shared-ui/eds-cookies-preference/eds-cookies-preference.js +6 -5
- package/dist/collection/shared-ui/eds-gitlab-contributors/eds-gitlab-contributors.css +143 -0
- package/dist/collection/shared-ui/eds-gitlab-contributors/eds-gitlab-contributors.js +440 -0
- package/dist/collection/shared-ui/eds-global-search/eds-global-search.css +99 -24
- package/dist/collection/shared-ui/eds-global-search/eds-global-search.js +124 -5
- package/dist/collection/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.css +8 -0
- package/dist/collection/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.js +370 -0
- package/dist/collection/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.stories.js +87 -0
- package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.css +4 -0
- package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.js +1 -1
- package/dist/collection/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.js +71 -4
- package/dist/collection/shared-ui/examples/eds-app-root/eds-app-root.js +1 -1
- package/dist/collection/utils/eds-form/formValidators.js +5 -8
- package/dist/collection/utils/eds-form/individualValidator.js +22 -0
- package/dist/collection/utils/icons.js +169 -0
- package/dist/components/components-section.js +1 -1
- package/dist/components/components.css +747 -537
- package/dist/components/components.esm.js +1 -1
- package/dist/components/correct-use-of-colors.js +1 -1
- package/dist/components/docs-palettes.js +1 -1
- package/dist/components/docs-tokens.js +1 -1
- package/dist/components/eds-accordion2.js +19 -51
- package/dist/components/eds-alert2.js +32 -82
- package/dist/components/eds-app-root.js +3 -9
- package/dist/components/eds-avatar2.js +2 -2
- package/dist/components/eds-block-break2.js +2 -2
- package/dist/components/eds-breadcrumb.js +2 -2
- package/dist/components/eds-button2.js +69 -27
- package/dist/components/{eds-icon-bin.d.ts → eds-card-app.d.ts} +4 -4
- package/dist/components/eds-card-app.js +82 -0
- package/dist/components/{eds-trl.d.ts → eds-card-cta.d.ts} +4 -4
- package/dist/components/eds-card-cta.js +95 -0
- package/dist/components/eds-card-desc2.js +5 -3
- package/dist/components/{eds-card-project.d.ts → eds-card-feature.d.ts} +4 -4
- package/dist/components/eds-card-feature.js +64 -0
- package/dist/components/eds-card-generic2.js +46 -55
- package/dist/components/{eds-icon-edit.d.ts → eds-card-hero.d.ts} +4 -4
- package/dist/components/eds-card-hero.js +75 -0
- package/dist/components/{eds-icon-copy.d.ts → eds-card-stat.d.ts} +4 -4
- package/dist/components/eds-card-stat.js +67 -0
- package/dist/components/eds-card-title2.js +28 -39
- package/dist/components/eds-code-block2.js +2 -2
- package/dist/components/eds-cookies-preference.js +2 -2
- package/dist/components/eds-dropdown2.js +5 -8
- package/dist/components/eds-feedback.js +1 -1
- package/dist/components/eds-footer2.js +13 -13
- package/dist/components/eds-form.js +195 -66
- package/dist/components/eds-frame.js +3 -3
- package/dist/components/eds-fullscreen-menu.js +10 -16
- package/dist/components/eds-gauge.js +5 -6
- package/dist/components/eds-gitlab-contributors.d.ts +11 -0
- package/dist/components/eds-gitlab-contributors.js +317 -0
- package/dist/components/eds-global-search.js +83 -26
- package/dist/components/eds-header.js +15 -13
- package/dist/components/eds-icon-bluesky.js +1 -1
- package/dist/components/eds-icon-eu.js +1 -1
- package/dist/components/eds-icon-facebook.js +1 -1
- package/dist/components/eds-icon-gitlab.js +1 -1
- package/dist/components/eds-icon-linkedin.js +1 -1
- package/dist/components/eds-icon-mastodon.js +1 -1
- package/dist/components/eds-icon-twitter.js +1 -1
- package/dist/components/eds-icon-wrapper2.js +2435 -32
- package/dist/components/eds-icon-youtube.js +1 -1
- package/dist/components/eds-img2.js +2 -2
- package/dist/components/{eds-icon-chevron-up.d.ts → eds-input-dropzone.d.ts} +4 -4
- package/dist/components/eds-input-dropzone.js +6 -0
- package/dist/components/eds-input-dropzone2.js +133 -0
- package/dist/components/eds-input-field2.js +39 -8
- package/dist/components/{eds-icon-close.d.ts → eds-input-file.d.ts} +4 -4
- package/dist/components/eds-input-file.js +6 -0
- package/dist/components/eds-input-file2.js +100 -0
- package/dist/components/eds-input-footer2.js +2 -2
- package/dist/components/eds-input-label2.js +1 -1
- package/dist/components/eds-input-range2.js +5 -3
- package/dist/components/eds-input-search2.js +1 -1
- package/dist/components/eds-input-select2.js +2 -2
- package/dist/components/eds-input2.js +2 -2
- package/dist/components/eds-kg-web-services-select.d.ts +11 -0
- package/dist/components/eds-kg-web-services-select.js +6 -0
- package/dist/components/eds-kg-web-services-select2.js +192 -0
- package/dist/components/eds-link2.js +82 -33
- package/dist/components/eds-logo2.js +9 -33
- package/dist/components/eds-matomo-notice2.js +2 -2
- package/dist/components/eds-modal.js +85 -13
- package/dist/components/eds-nps2.js +30 -22
- package/dist/components/eds-pagination2.js +2 -2
- package/dist/components/eds-pie.js +20 -20
- package/dist/components/eds-progress-bar.js +80 -1
- package/dist/components/eds-rating2.js +28 -10
- package/dist/components/eds-section-core2.js +1 -1
- package/dist/components/eds-section-heading2.js +2 -2
- package/dist/components/eds-sidebar.js +4 -4
- package/dist/components/eds-social-networks2.js +8 -3
- package/dist/components/eds-spinner2.js +5 -5
- package/dist/components/eds-splash-screen2.js +4 -10
- package/dist/components/eds-steps-v2.js +16 -7
- package/dist/components/eds-steps2.js +11 -6
- package/dist/components/eds-switch.js +1 -82
- package/dist/components/eds-switch2.js +111 -0
- package/dist/components/eds-table2.js +96 -51
- package/dist/components/eds-tabs.js +16 -80
- package/dist/components/eds-tag2.js +14 -15
- package/dist/components/eds-timeline.js +5 -11
- package/dist/components/eds-toast-manager.js +1 -1
- package/dist/components/eds-toast2.js +8 -6
- package/dist/components/eds-tooltip2.js +1 -1
- package/dist/components/eds-user.js +3 -3
- package/dist/components/eu.js +5 -28
- package/dist/components/incorrect-use-of-colors.js +1 -1
- package/dist/components/logo-space.js +47 -24
- package/dist/components/logo-variations-horizontal2.js +1 -1
- package/dist/components/logo-variations-tabs.js +1 -1
- package/dist/components/logo-variations-vertical2.js +1 -1
- package/dist/components/logo-wrong-usage.js +2 -2
- package/dist/components/negative.js +104 -0
- package/dist/components/p-04e9c2d7.entry.js +1 -0
- package/dist/components/{p-5e6f5588.entry.js → p-0d7aee0b.entry.js} +1 -1
- package/dist/components/{p-07d5560c.entry.js → p-0fe10e6c.entry.js} +1 -1
- package/dist/components/p-18e852e1.entry.js +1 -0
- package/dist/components/p-1cc26ddf.entry.js +1 -0
- package/dist/components/p-3ccd6948.entry.js +1 -0
- package/dist/components/p-3d3841d6.entry.js +1 -0
- package/dist/components/p-3f38df99.entry.js +1 -0
- package/dist/components/p-527e71d0.entry.js +1 -0
- package/dist/components/p-55047f7f.entry.js +9 -0
- package/dist/components/{p-721431b8.entry.js → p-64c23098.entry.js} +1 -1
- package/dist/components/p-74b9c9a8.entry.js +1 -0
- package/dist/components/p-773bd015.entry.js +1 -0
- package/dist/components/p-7aa4edef.entry.js +1 -0
- package/dist/components/p-7b93a385.entry.js +1 -0
- package/dist/components/p-7baaf1a1.entry.js +1 -0
- package/dist/components/p-7ce1cf13.js +1 -0
- package/dist/components/p-878f65a6.entry.js +1 -0
- package/dist/components/p-92f6d9c0.entry.js +1 -0
- package/dist/components/{p-28ce55ae.entry.js → p-940a2d42.entry.js} +1 -1
- package/dist/components/p-9eedf771.entry.js +1 -0
- package/dist/components/{p-5ba1c4b4.entry.js → p-a63e14bb.entry.js} +1 -1
- package/dist/components/{p-67c3bedc.entry.js → p-a6dc1f88.entry.js} +1 -1
- package/dist/components/p-b4355cec.entry.js +1 -0
- package/dist/components/{p-21510f7a.entry.js → p-c2fc62f7.entry.js} +1 -1
- package/dist/components/p-c46675c8.entry.js +1 -0
- package/dist/components/p-caa71345.js +1 -0
- package/dist/components/p-d16b5363.entry.js +1 -0
- package/dist/components/{p-1f0819cf.entry.js → p-d1b3aa52.entry.js} +1 -1
- package/dist/components/{p-632bd36e.entry.js → p-d2576747.entry.js} +1 -1
- package/dist/components/p-d2f17fac.entry.js +1 -0
- package/dist/components/p-db5eea95.entry.js +1 -0
- package/dist/components/p-ddb9ce00.entry.js +1 -0
- package/dist/components/p-dfe93385.entry.js +1 -0
- package/dist/components/p-e0ee2386.js +1 -0
- package/dist/components/p-e205c269.entry.js +1 -0
- package/dist/components/p-f364296f.entry.js +1 -0
- package/dist/components/{p-801f67a1.entry.js → p-f55dd314.entry.js} +1 -1
- package/dist/components/p-f88b5f21.entry.js +1 -0
- package/dist/components/positive.js +65 -0
- package/dist/components/primary.js +1 -1
- package/dist/components/primary2.js +1 -1
- package/dist/components/secondary.js +1 -1
- package/dist/components/secondary2.js +7 -7
- package/dist/components/support.js +1 -1
- package/dist/components/support2.js +3 -3
- package/dist/components/svg-repository.js +45 -284
- package/dist/components/token-list2.js +57 -40
- package/dist/components/token-radii2.js +1 -1
- package/dist/components/token-ratios.js +1 -1
- package/dist/components/token-shadows2.js +33 -8
- package/dist/components/token-spacing.js +1 -1
- package/dist/components/token-typography.js +73 -42
- package/dist/esm/color-primary-palette_6.entry.js +14 -14
- package/dist/esm/components-section.entry.js +1 -1
- package/dist/esm/components.js +1 -1
- package/dist/esm/correct-use-of-colors.entry.js +1 -1
- package/dist/esm/docs-palettes.entry.js +1 -1
- package/dist/esm/docs-tokens.entry.js +1 -1
- package/dist/esm/eds-accordion_52.entry.js +10364 -0
- package/dist/esm/eds-app-root.entry.js +1 -1
- package/dist/esm/eds-cookies-preference.entry.js +2 -2
- package/dist/esm/eds-feedback.entry.js +1 -1
- package/dist/esm/eds-frame.entry.js +3 -3
- package/dist/esm/eds-gauge.entry.js +5 -6
- package/dist/esm/eds-gitlab-contributors.entry.js +244 -0
- package/dist/esm/eds-icon-bluesky.entry.js +1 -1
- package/dist/esm/eds-icon-eu.entry.js +2 -2
- package/dist/esm/eds-icon-facebook.entry.js +1 -1
- package/dist/esm/eds-icon-gitlab.entry.js +1 -1
- package/dist/esm/eds-icon-linkedin.entry.js +1 -1
- package/dist/esm/eds-icon-mastodon.entry.js +1 -1
- package/dist/esm/eds-icon-twitter.entry.js +1 -1
- package/dist/esm/eds-icon-youtube.entry.js +1 -1
- package/dist/esm/eds-modal.entry.js +84 -13
- package/dist/esm/eds-pie.entry.js +20 -20
- package/dist/esm/eds-section-core_2.entry.js +3 -3
- package/dist/esm/eds-splash-screen.entry.js +2 -2
- package/dist/esm/eds-timeline.entry.js +2 -2
- package/dist/esm/eds-toast-manager.entry.js +1 -1
- package/dist/esm/eu-8ac3e99c.js +7 -0
- package/dist/esm/incorrect-use-of-colors.entry.js +1 -1
- package/dist/esm/index-870ab08f.js +4 -184
- package/dist/esm/loader.js +1 -1
- package/dist/esm/logo-space.entry.js +1 -2
- package/dist/esm/logo-variations-horizontal_2.entry.js +2 -2
- package/dist/esm/logo-variations-tabs.entry.js +1 -1
- package/dist/esm/logo-wrong-usage.entry.js +2 -2
- package/dist/esm/negative-84eec72e.js +104 -0
- package/dist/esm/positive-cc986d7c.js +65 -0
- package/dist/esm/svg-repository.entry.js +6 -263
- package/dist/esm/token-list_3.entry.js +91 -49
- package/dist/esm/token-ratios.entry.js +1 -1
- package/dist/esm/token-spacing.entry.js +1 -1
- package/dist/esm/token-typography.entry.js +73 -42
- package/dist/hydrate/index.js +4762 -4031
- package/dist/hydrate/index.mjs +4762 -4031
- package/dist/types/Users/nikolaosgeorgomanolis/Documents/EBRAINS/Projects/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/lib/svgs.d.ts +12 -0
- package/dist/types/components/eds-accordion/eds-accordion.d.ts +17 -53
- package/dist/types/components/eds-accordion/eds-accordion.stories.d.ts +36 -24
- package/dist/types/components/eds-alert/eds-alert.d.ts +32 -21
- package/dist/types/components/eds-alert/eds-alert.stories.d.ts +84 -11
- package/dist/types/components/eds-breadcrump/eds-breadcrump.d.ts +2 -2
- package/dist/types/components/eds-button/eds-button.d.ts +31 -14
- package/dist/types/components/eds-cards/eds-card-app/eds-card-app.d.ts +57 -0
- package/dist/types/components/eds-cards/eds-card-app/eds-card-app.stories.d.ts +60 -0
- package/dist/types/components/eds-cards/eds-card-composer/eds-card-desc/eds-card-desc.d.ts +1 -0
- package/dist/types/components/eds-cards/eds-card-composer/eds-card-title/eds-card-title.d.ts +5 -17
- package/dist/types/components/eds-cards/eds-card-cta/eds-card-cta.d.ts +64 -0
- package/dist/types/components/eds-cards/eds-card-cta/eds-card-cta.stories.d.ts +76 -0
- package/dist/types/components/eds-cards/eds-card-feature/eds-card-feature.d.ts +43 -0
- package/dist/types/components/eds-cards/eds-card-feature/eds-card-feature.stories.d.ts +53 -0
- package/dist/types/components/eds-cards/eds-card-generic/eds-card-generic.d.ts +12 -40
- package/dist/types/components/eds-cards/eds-card-generic/eds-card-generic.stories.d.ts +43 -44
- package/dist/types/components/eds-cards/eds-card-hero/eds-card-hero.d.ts +54 -0
- package/dist/types/components/eds-cards/eds-card-hero/eds-card-hero.stories.d.ts +65 -0
- package/dist/types/components/eds-cards/eds-card-stat/eds-card-stat.d.ts +41 -0
- package/dist/types/components/eds-cards/eds-card-stat/eds-card-stat.stories.d.ts +47 -0
- package/dist/types/components/eds-dropdown/eds-dropdown.d.ts +5 -10
- package/dist/types/components/eds-footer/eds-footer.d.ts +7 -0
- package/dist/types/components/eds-form/eds-form.d.ts +16 -5
- package/dist/types/components/eds-form/eds-form.stories.d.ts +0 -5
- package/dist/types/components/eds-frame/eds-frame.d.ts +1 -1
- package/dist/types/components/eds-fullscreen-menu/eds-fullscreen-menu.d.ts +3 -0
- package/dist/types/components/eds-header/eds-header.d.ts +3 -3
- package/dist/types/components/eds-icon-wrapper/eds-icon-wrapper.d.ts +3 -25
- package/dist/types/components/eds-input-dropzone/eds-input-dropzone.d.ts +51 -0
- package/dist/types/components/eds-input-dropzone/eds-input-dropzone.stories.d.ts +54 -0
- package/dist/types/components/eds-input-elements/eds-input/eds-input.d.ts +2 -1
- package/dist/types/components/eds-input-field/eds-input-field.d.ts +3 -1
- package/dist/types/components/eds-input-file/eds-input-file.d.ts +43 -0
- package/dist/types/components/eds-link/eds-link.d.ts +9 -3
- package/dist/types/components/eds-logo/eds-logo.d.ts +3 -3
- package/dist/types/components/eds-logo/eds-logo.stories.d.ts +1 -19
- package/dist/types/components/eds-modal/eds-modal.d.ts +15 -3
- package/dist/types/components/eds-nps/eds-nps.d.ts +11 -2
- package/dist/types/components/eds-progress-bar/eds-progress-bar.d.ts +13 -2
- package/dist/types/components/eds-progress-bar/eds-progress-bar.stories.d.ts +40 -1
- package/dist/types/components/eds-rating/eds-rating.d.ts +15 -2
- package/dist/types/components/eds-social-networks/eds-social-networks.d.ts +7 -0
- package/dist/types/components/eds-steps/eds-steps.d.ts +8 -0
- package/dist/types/components/eds-steps/eds-steps.stories.d.ts +2 -27
- package/dist/types/components/eds-steps-v2/eds-steps-v2.d.ts +8 -0
- package/dist/types/components/eds-steps-v2/eds-steps-v2.stories.d.ts +3 -6
- package/dist/types/components/eds-switch/eds-switch.d.ts +6 -0
- package/dist/types/components/eds-switch/eds-switch.stories.d.ts +49 -0
- package/dist/types/components/eds-table/eds-table.d.ts +45 -11
- package/dist/types/components/eds-table/eds-table.stories.d.ts +108 -9
- package/dist/types/components/eds-tabs/eds-tabs.d.ts +15 -17
- package/dist/types/components/eds-tabs/eds-tabs.stories.d.ts +57 -6
- package/dist/types/components/eds-tag/eds-tag.d.ts +1 -1
- package/dist/types/components/eds-tag/eds-tag.stories.d.ts +6 -0
- package/dist/types/components/eds-toast/eds-toast.d.ts +1 -1
- package/dist/types/components/eds-toast/eds-toast.stories.d.ts +10 -0
- package/dist/types/components/eds-user/eds-user.d.ts +1 -1
- package/dist/types/components.d.ts +1470 -1516
- package/dist/types/shared-ui/eds-cookies-preference/eds-cookies-preference.d.ts +1 -1
- package/dist/types/shared-ui/eds-gitlab-contributors/eds-gitlab-contributors.d.ts +114 -0
- package/dist/types/shared-ui/eds-global-search/eds-global-search.d.ts +18 -0
- package/dist/types/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.d.ts +98 -0
- package/dist/types/shared-ui/eds-kg-web-services-select/eds-kg-web-services-select.stories.d.ts +60 -0
- package/dist/types/shared-ui/eds-matomo-notice/eds-matomo-notice.stories.d.ts +26 -0
- package/dist/types/utils/icons.d.ts +78 -0
- package/package.json +1 -1
- package/dist/cjs/arrow-diagonal-black-0eb8640e.js +0 -5
- package/dist/cjs/arrow-right-3e38e8a9.js +0 -7
- package/dist/cjs/bin-c07eeedc.js +0 -5
- package/dist/cjs/bookmark-c61853d9.js +0 -18
- package/dist/cjs/chevron-down-27344777.js +0 -14
- package/dist/cjs/chevron-left-6fc9c6ef.js +0 -13
- package/dist/cjs/chevron-right-6d95a117.js +0 -7
- package/dist/cjs/chevron-up-e37d7713.js +0 -14
- package/dist/cjs/clone-846acfdd.js +0 -5
- package/dist/cjs/close-51284af5.js +0 -7
- package/dist/cjs/copy-53102d0c.js +0 -7
- package/dist/cjs/download-9d17d025.js +0 -20
- package/dist/cjs/draft-05bd8904.js +0 -5
- package/dist/cjs/edit-ff5b84d8.js +0 -5
- package/dist/cjs/eds-accordion_37.cjs.entry.js +0 -6908
- package/dist/cjs/eds-card-desc_2.cjs.entry.js +0 -77
- package/dist/cjs/eds-card-generic.cjs.entry.js +0 -91
- package/dist/cjs/eds-card-project.cjs.entry.js +0 -195
- package/dist/cjs/eds-card-section.cjs.entry.js +0 -39
- package/dist/cjs/eds-card-tags.cjs.entry.js +0 -22
- package/dist/cjs/eds-card-tool.cjs.entry.js +0 -79
- package/dist/cjs/eds-footer.cjs.entry.js +0 -67
- package/dist/cjs/eds-fullscreen-menu.cjs.entry.js +0 -91
- package/dist/cjs/eds-icon-arrow-diagonal.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-arrow-right.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-bin.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-bookmark.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-chevron-down.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-chevron-left.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-chevron-right.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-chevron-up.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-clone.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-close.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-copy.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-download.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-draft.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-edit.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-external.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-loader.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-menu.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-minus.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-more.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-paper.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-plus.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-portal.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-private.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-public.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-search.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-star.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-start.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-success.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-thumbs-down.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-thumbs-up.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-tutorial.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-unknown.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-updown.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-user.cjs.entry.js +0 -18
- package/dist/cjs/eds-icon-view.cjs.entry.js +0 -18
- package/dist/cjs/eds-progress-bar.cjs.entry.js +0 -56
- package/dist/cjs/eds-social-networks.cjs.entry.js +0 -64
- package/dist/cjs/eds-trl.cjs.entry.js +0 -51
- package/dist/cjs/eu-b9665157.js +0 -32
- package/dist/cjs/index-ab9fbefe.js +0 -48
- package/dist/cjs/loader-72f9d178.js +0 -32
- package/dist/cjs/logo-color-6c787ac1.js +0 -117
- package/dist/cjs/logo-color-margins-b49c0f46.js +0 -120
- package/dist/cjs/logo-white-no-bg-4a0e0f4b.js +0 -1039
- package/dist/cjs/menu-7050a6d1.js +0 -13
- package/dist/cjs/minus-1da6a98a.js +0 -13
- package/dist/cjs/more-1d3dd8bc.js +0 -15
- package/dist/cjs/paper-0d6302f6.js +0 -17
- package/dist/cjs/plus-d0e00ad0.js +0 -14
- package/dist/cjs/portal-46212559.js +0 -20
- package/dist/cjs/private-38835fe7.js +0 -27
- package/dist/cjs/public-b519b1f6.js +0 -18
- package/dist/cjs/search-5533d877.js +0 -14
- package/dist/cjs/star-942eee9f.js +0 -7
- package/dist/cjs/start-c0ccfddd.js +0 -5
- package/dist/cjs/success-ef661a11.js +0 -20
- package/dist/cjs/thumbs-down-714036b1.js +0 -7
- package/dist/cjs/thumbs-up-411babb8.js +0 -8
- package/dist/cjs/tutotial-7855df3c.js +0 -29
- package/dist/cjs/unknown-6814e551.js +0 -24
- package/dist/cjs/up-and-down-6f179dd8.js +0 -14
- package/dist/cjs/user-a3c2230f.js +0 -18
- package/dist/cjs/view-80d5c6c8.js +0 -5
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.css +0 -9
- package/dist/collection/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.js +0 -63
- package/dist/collection/components/eds-cards/eds-card-project/eds-card-project.js +0 -227
- package/dist/collection/components/eds-cards/eds-card-section/eds-card-section.css +0 -249
- package/dist/collection/components/eds-cards/eds-card-section/eds-card-section.js +0 -95
- package/dist/collection/components/eds-cards/eds-card-section/eds-card-section.stories.js +0 -71
- package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.css +0 -103
- package/dist/collection/components/eds-cards/eds-card-tool/eds-card-tool.js +0 -314
- package/dist/collection/components/eds-fullscreen-menu/eds-fullscreen-menu.stories.js +0 -77
- package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.js +0 -36
- package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.js +0 -36
- package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.js +0 -36
- package/dist/collection/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-bin/eds-icon-bin.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-bookmark/eds-icon-bookmark.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-clone/eds-icon-clone.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-close/eds-icon-close.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-copy/eds-icon-copy.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-download/eds-icon-download.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-draft/eds-icon-draft.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-edit/eds-icon-edit.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-external/eds-icon-external.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-loader/eds-icon-loader.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-menu/eds-icon-menu.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-minus/eds-icon-minus.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-more/eds-icon-more.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-paper/eds-icon-paper.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-plus/eds-icon-plus.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-portal/eds-icon-portal.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-private/eds-icon-private.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-public/eds-icon-public.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-search/eds-icon-search.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-star/eds-icon-star.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-start/eds-icon-start.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-success/eds-icon-success.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-thumbs-down/eds-icon-thumbs-down.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-thumbs-up/eds-icon-thumbs-up.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-tutorial/eds-icon-tutorial.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-unknown/eds-icon-unknown.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-updown/eds-icon-updown.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-user/eds-icon-user.js +0 -36
- package/dist/collection/components/eds-icons/eds-icon-view/eds-icon-view.js +0 -36
- package/dist/collection/components/eds-trl/eds-trl.js +0 -68
- package/dist/components/arrow-diagonal-black.js +0 -3
- package/dist/components/arrow-right.js +0 -5
- package/dist/components/bin.js +0 -3
- package/dist/components/bookmark.js +0 -16
- package/dist/components/chevron-down.js +0 -12
- package/dist/components/chevron-left.js +0 -11
- package/dist/components/chevron-right.js +0 -5
- package/dist/components/chevron-up.js +0 -12
- package/dist/components/clone.js +0 -3
- package/dist/components/close.js +0 -5
- package/dist/components/copy.js +0 -5
- package/dist/components/download.js +0 -18
- package/dist/components/draft.js +0 -3
- package/dist/components/edit.js +0 -3
- package/dist/components/eds-card-project.js +0 -237
- package/dist/components/eds-card-section.d.ts +0 -11
- package/dist/components/eds-card-section.js +0 -92
- package/dist/components/eds-card-tags.d.ts +0 -11
- package/dist/components/eds-card-tags.js +0 -45
- package/dist/components/eds-card-tool.d.ts +0 -11
- package/dist/components/eds-card-tool.js +0 -137
- package/dist/components/eds-icon-arrow-diagonal.d.ts +0 -11
- package/dist/components/eds-icon-arrow-diagonal.js +0 -33
- package/dist/components/eds-icon-arrow-right.d.ts +0 -11
- package/dist/components/eds-icon-arrow-right.js +0 -33
- package/dist/components/eds-icon-bin.js +0 -33
- package/dist/components/eds-icon-bookmark.d.ts +0 -11
- package/dist/components/eds-icon-bookmark.js +0 -33
- package/dist/components/eds-icon-chevron-down.d.ts +0 -11
- package/dist/components/eds-icon-chevron-down.js +0 -33
- package/dist/components/eds-icon-chevron-left.d.ts +0 -11
- package/dist/components/eds-icon-chevron-left.js +0 -33
- package/dist/components/eds-icon-chevron-right.d.ts +0 -11
- package/dist/components/eds-icon-chevron-right.js +0 -33
- package/dist/components/eds-icon-chevron-up.js +0 -33
- package/dist/components/eds-icon-clone.d.ts +0 -11
- package/dist/components/eds-icon-clone.js +0 -33
- package/dist/components/eds-icon-close.js +0 -33
- package/dist/components/eds-icon-copy.js +0 -33
- package/dist/components/eds-icon-download.d.ts +0 -11
- package/dist/components/eds-icon-download.js +0 -33
- package/dist/components/eds-icon-draft.d.ts +0 -11
- package/dist/components/eds-icon-draft.js +0 -33
- package/dist/components/eds-icon-edit.js +0 -33
- package/dist/components/eds-icon-external.d.ts +0 -11
- package/dist/components/eds-icon-external.js +0 -33
- package/dist/components/eds-icon-loader.d.ts +0 -11
- package/dist/components/eds-icon-loader.js +0 -33
- package/dist/components/eds-icon-menu.d.ts +0 -11
- package/dist/components/eds-icon-menu.js +0 -33
- package/dist/components/eds-icon-minus.d.ts +0 -11
- package/dist/components/eds-icon-minus.js +0 -33
- package/dist/components/eds-icon-more.d.ts +0 -11
- package/dist/components/eds-icon-more.js +0 -33
- package/dist/components/eds-icon-paper.d.ts +0 -11
- package/dist/components/eds-icon-paper.js +0 -33
- package/dist/components/eds-icon-plus.d.ts +0 -11
- package/dist/components/eds-icon-plus.js +0 -33
- package/dist/components/eds-icon-portal.d.ts +0 -11
- package/dist/components/eds-icon-portal.js +0 -33
- package/dist/components/eds-icon-private.d.ts +0 -11
- package/dist/components/eds-icon-private.js +0 -33
- package/dist/components/eds-icon-public.d.ts +0 -11
- package/dist/components/eds-icon-public.js +0 -33
- package/dist/components/eds-icon-search.d.ts +0 -11
- package/dist/components/eds-icon-search.js +0 -33
- package/dist/components/eds-icon-star.d.ts +0 -11
- package/dist/components/eds-icon-star.js +0 -33
- package/dist/components/eds-icon-start.d.ts +0 -11
- package/dist/components/eds-icon-start.js +0 -33
- package/dist/components/eds-icon-success.d.ts +0 -11
- package/dist/components/eds-icon-success.js +0 -33
- package/dist/components/eds-icon-thumbs-down.d.ts +0 -11
- package/dist/components/eds-icon-thumbs-down.js +0 -33
- package/dist/components/eds-icon-thumbs-up.d.ts +0 -11
- package/dist/components/eds-icon-thumbs-up.js +0 -33
- package/dist/components/eds-icon-tutorial.d.ts +0 -11
- package/dist/components/eds-icon-tutorial.js +0 -33
- package/dist/components/eds-icon-unknown.d.ts +0 -11
- package/dist/components/eds-icon-unknown.js +0 -33
- package/dist/components/eds-icon-updown.d.ts +0 -11
- package/dist/components/eds-icon-updown.js +0 -33
- package/dist/components/eds-icon-user.d.ts +0 -11
- package/dist/components/eds-icon-user.js +0 -33
- package/dist/components/eds-icon-view.d.ts +0 -11
- package/dist/components/eds-icon-view.js +0 -33
- package/dist/components/eds-progress-bar2.js +0 -71
- package/dist/components/eds-trl.js +0 -150
- package/dist/components/loader.js +0 -30
- package/dist/components/logo-color-margins.js +0 -118
- package/dist/components/logo-color.js +0 -115
- package/dist/components/logo-white-no-bg.js +0 -1029
- package/dist/components/menu.js +0 -11
- package/dist/components/minus.js +0 -11
- package/dist/components/more.js +0 -13
- package/dist/components/p-024c7937.js +0 -1
- package/dist/components/p-05754401.js +0 -1
- package/dist/components/p-062d2f91.entry.js +0 -1
- package/dist/components/p-0725a684.entry.js +0 -1
- package/dist/components/p-0be28996.js +0 -1
- package/dist/components/p-0da7d1c9.js +0 -1
- package/dist/components/p-0e6d43c5.js +0 -1
- package/dist/components/p-112122d6.js +0 -1
- package/dist/components/p-13f74e41.entry.js +0 -1
- package/dist/components/p-15dc5ecf.entry.js +0 -1
- package/dist/components/p-15df046d.entry.js +0 -1
- package/dist/components/p-15f94425.entry.js +0 -1
- package/dist/components/p-1ded61bd.js +0 -1
- package/dist/components/p-1f74c192.entry.js +0 -1
- package/dist/components/p-2066b033.js +0 -1
- package/dist/components/p-20e711e6.entry.js +0 -1
- package/dist/components/p-2117611b.js +0 -1
- package/dist/components/p-2692f93d.js +0 -1
- package/dist/components/p-277d0045.entry.js +0 -1
- package/dist/components/p-27c4a06e.js +0 -1
- package/dist/components/p-29041952.js +0 -1
- package/dist/components/p-30e88fc2.entry.js +0 -1
- package/dist/components/p-314aa952.entry.js +0 -1
- package/dist/components/p-32e6c4df.js +0 -1
- package/dist/components/p-355df495.entry.js +0 -1
- package/dist/components/p-366c5c03.entry.js +0 -1
- package/dist/components/p-38113b9c.entry.js +0 -1
- package/dist/components/p-3a1e54bd.entry.js +0 -1
- package/dist/components/p-3ad7a15b.entry.js +0 -1
- package/dist/components/p-3b838def.entry.js +0 -1
- package/dist/components/p-454bdd5a.js +0 -1
- package/dist/components/p-4587d0ef.js +0 -1
- package/dist/components/p-46d0716d.js +0 -1
- package/dist/components/p-48825534.entry.js +0 -1
- package/dist/components/p-4cebd89e.entry.js +0 -1
- package/dist/components/p-4eb2cf7f.js +0 -1
- package/dist/components/p-51d0e443.entry.js +0 -1
- package/dist/components/p-52c28fa2.js +0 -1
- package/dist/components/p-53f6527b.entry.js +0 -1
- package/dist/components/p-553ca350.js +0 -1
- package/dist/components/p-58967f53.js +0 -1
- package/dist/components/p-5d046674.js +0 -1
- package/dist/components/p-6197c589.entry.js +0 -1
- package/dist/components/p-65948a6e.entry.js +0 -1
- package/dist/components/p-694fc085.js +0 -1
- package/dist/components/p-7198c024.js +0 -1
- package/dist/components/p-7737d5c7.entry.js +0 -1
- package/dist/components/p-78e85217.entry.js +0 -1
- package/dist/components/p-7a62ae0d.entry.js +0 -1
- package/dist/components/p-7aa97ad6.entry.js +0 -1
- package/dist/components/p-7f820989.entry.js +0 -1
- package/dist/components/p-80ced58a.entry.js +0 -1
- package/dist/components/p-83dde536.entry.js +0 -1
- package/dist/components/p-83ff4a95.js +0 -1
- package/dist/components/p-86bb73dc.js +0 -1
- package/dist/components/p-87481169.entry.js +0 -1
- package/dist/components/p-87df6442.entry.js +0 -1
- package/dist/components/p-8983de37.js +0 -1
- package/dist/components/p-8bd954b5.entry.js +0 -1
- package/dist/components/p-8c520685.entry.js +0 -1
- package/dist/components/p-941dc156.entry.js +0 -1
- package/dist/components/p-9afd31cb.entry.js +0 -1
- package/dist/components/p-9c5a453b.js +0 -1
- package/dist/components/p-9cd1cc1e.entry.js +0 -1
- package/dist/components/p-9d57b51f.entry.js +0 -1
- package/dist/components/p-a61dbad5.entry.js +0 -1
- package/dist/components/p-a7323642.entry.js +0 -1
- package/dist/components/p-a83c336c.entry.js +0 -1
- package/dist/components/p-ab4acc26.entry.js +0 -1
- package/dist/components/p-ac501eb6.entry.js +0 -1
- package/dist/components/p-ad036475.entry.js +0 -1
- package/dist/components/p-ad295d47.entry.js +0 -1
- package/dist/components/p-ad6e7daf.entry.js +0 -1
- package/dist/components/p-ae471b33.entry.js +0 -1
- package/dist/components/p-aefcb641.js +0 -1
- package/dist/components/p-b64f8ffc.entry.js +0 -1
- package/dist/components/p-b73410de.js +0 -1
- package/dist/components/p-b822abb7.js +0 -1
- package/dist/components/p-ba720bf3.js +0 -1
- package/dist/components/p-bb800eec.entry.js +0 -1
- package/dist/components/p-bfb00131.entry.js +0 -1
- package/dist/components/p-c07e3269.entry.js +0 -1
- package/dist/components/p-c1e4ef92.js +0 -1
- package/dist/components/p-c286e9d3.entry.js +0 -1
- package/dist/components/p-c38c527e.entry.js +0 -1
- package/dist/components/p-c404226a.entry.js +0 -1
- package/dist/components/p-c776b6f8.js +0 -1
- package/dist/components/p-c8e7c854.js +0 -1
- package/dist/components/p-c9d60f21.entry.js +0 -1
- package/dist/components/p-cdf19579.js +0 -1
- package/dist/components/p-d29676a0.entry.js +0 -1
- package/dist/components/p-d962849c.js +0 -1
- package/dist/components/p-da96c7cd.entry.js +0 -1
- package/dist/components/p-df5fc158.entry.js +0 -1
- package/dist/components/p-e2d5a487.js +0 -1
- package/dist/components/p-e311fe9e.entry.js +0 -1
- package/dist/components/p-e4f0f24a.entry.js +0 -1
- package/dist/components/p-ece618b3.js +0 -1
- package/dist/components/p-eda55db0.entry.js +0 -1
- package/dist/components/p-ee93afac.entry.js +0 -1
- package/dist/components/p-f0993844.entry.js +0 -1
- package/dist/components/p-f1c8f841.entry.js +0 -1
- package/dist/components/p-f227bac5.entry.js +0 -1
- package/dist/components/p-f24bfc6a.entry.js +0 -1
- package/dist/components/p-f2abe4d8.js +0 -1
- package/dist/components/p-f3754a20.entry.js +0 -1
- package/dist/components/p-f4c954ec.entry.js +0 -1
- package/dist/components/p-f6baca73.entry.js +0 -9
- package/dist/components/p-f7b88ef5.entry.js +0 -1
- package/dist/components/p-fda3df86.entry.js +0 -1
- package/dist/components/paper.js +0 -15
- package/dist/components/plus.js +0 -12
- package/dist/components/portal.js +0 -18
- package/dist/components/private.js +0 -25
- package/dist/components/public.js +0 -16
- package/dist/components/search.js +0 -12
- package/dist/components/star.js +0 -5
- package/dist/components/start.js +0 -3
- package/dist/components/success.js +0 -18
- package/dist/components/thumbs-down.js +0 -5
- package/dist/components/thumbs-up.js +0 -6
- package/dist/components/tutotial.js +0 -27
- package/dist/components/unknown.js +0 -22
- package/dist/components/up-and-down.js +0 -12
- package/dist/components/user.js +0 -16
- package/dist/components/view.js +0 -3
- package/dist/esm/arrow-diagonal-black-8f0494c3.js +0 -3
- package/dist/esm/arrow-right-9322ba8a.js +0 -5
- package/dist/esm/bin-37cad2f0.js +0 -3
- package/dist/esm/bookmark-c200037c.js +0 -16
- package/dist/esm/chevron-down-6144c823.js +0 -12
- package/dist/esm/chevron-left-ca6c66e1.js +0 -11
- package/dist/esm/chevron-right-b88ed2d4.js +0 -5
- package/dist/esm/chevron-up-c66bd477.js +0 -12
- package/dist/esm/clone-dab56639.js +0 -3
- package/dist/esm/close-87fc0d63.js +0 -5
- package/dist/esm/copy-03b72cb6.js +0 -5
- package/dist/esm/download-47746956.js +0 -18
- package/dist/esm/draft-dd5dada2.js +0 -3
- package/dist/esm/edit-3893a517.js +0 -3
- package/dist/esm/eds-accordion_37.entry.js +0 -6868
- package/dist/esm/eds-card-desc_2.entry.js +0 -72
- package/dist/esm/eds-card-generic.entry.js +0 -87
- package/dist/esm/eds-card-project.entry.js +0 -191
- package/dist/esm/eds-card-section.entry.js +0 -35
- package/dist/esm/eds-card-tags.entry.js +0 -18
- package/dist/esm/eds-card-tool.entry.js +0 -75
- package/dist/esm/eds-footer.entry.js +0 -63
- package/dist/esm/eds-fullscreen-menu.entry.js +0 -87
- package/dist/esm/eds-icon-arrow-diagonal.entry.js +0 -14
- package/dist/esm/eds-icon-arrow-right.entry.js +0 -14
- package/dist/esm/eds-icon-bin.entry.js +0 -14
- package/dist/esm/eds-icon-bookmark.entry.js +0 -14
- package/dist/esm/eds-icon-chevron-down.entry.js +0 -14
- package/dist/esm/eds-icon-chevron-left.entry.js +0 -14
- package/dist/esm/eds-icon-chevron-right.entry.js +0 -14
- package/dist/esm/eds-icon-chevron-up.entry.js +0 -14
- package/dist/esm/eds-icon-clone.entry.js +0 -14
- package/dist/esm/eds-icon-close.entry.js +0 -14
- package/dist/esm/eds-icon-copy.entry.js +0 -14
- package/dist/esm/eds-icon-download.entry.js +0 -14
- package/dist/esm/eds-icon-draft.entry.js +0 -14
- package/dist/esm/eds-icon-edit.entry.js +0 -14
- package/dist/esm/eds-icon-external.entry.js +0 -14
- package/dist/esm/eds-icon-loader.entry.js +0 -14
- package/dist/esm/eds-icon-menu.entry.js +0 -14
- package/dist/esm/eds-icon-minus.entry.js +0 -14
- package/dist/esm/eds-icon-more.entry.js +0 -14
- package/dist/esm/eds-icon-paper.entry.js +0 -14
- package/dist/esm/eds-icon-plus.entry.js +0 -14
- package/dist/esm/eds-icon-portal.entry.js +0 -14
- package/dist/esm/eds-icon-private.entry.js +0 -14
- package/dist/esm/eds-icon-public.entry.js +0 -14
- package/dist/esm/eds-icon-search.entry.js +0 -14
- package/dist/esm/eds-icon-star.entry.js +0 -14
- package/dist/esm/eds-icon-start.entry.js +0 -14
- package/dist/esm/eds-icon-success.entry.js +0 -14
- package/dist/esm/eds-icon-thumbs-down.entry.js +0 -14
- package/dist/esm/eds-icon-thumbs-up.entry.js +0 -14
- package/dist/esm/eds-icon-tutorial.entry.js +0 -14
- package/dist/esm/eds-icon-unknown.entry.js +0 -14
- package/dist/esm/eds-icon-updown.entry.js +0 -14
- package/dist/esm/eds-icon-user.entry.js +0 -14
- package/dist/esm/eds-icon-view.entry.js +0 -14
- package/dist/esm/eds-progress-bar.entry.js +0 -52
- package/dist/esm/eds-social-networks.entry.js +0 -60
- package/dist/esm/eds-trl.entry.js +0 -47
- package/dist/esm/eu-9ddde93a.js +0 -30
- package/dist/esm/index-39c58238.js +0 -46
- package/dist/esm/loader-c9628637.js +0 -30
- package/dist/esm/logo-color-7f1fd803.js +0 -115
- package/dist/esm/logo-color-margins-ff8ce71b.js +0 -118
- package/dist/esm/logo-white-no-bg-f382f86f.js +0 -1029
- package/dist/esm/menu-340ea948.js +0 -11
- package/dist/esm/minus-b30a7c71.js +0 -11
- package/dist/esm/more-4449d549.js +0 -13
- package/dist/esm/paper-8e74ea31.js +0 -15
- package/dist/esm/plus-89c07be2.js +0 -12
- package/dist/esm/portal-d6c8ce56.js +0 -18
- package/dist/esm/private-1c25ff8e.js +0 -25
- package/dist/esm/public-d4d8c585.js +0 -16
- package/dist/esm/search-fbcd79c2.js +0 -12
- package/dist/esm/star-0da9b5e9.js +0 -5
- package/dist/esm/start-65126a4f.js +0 -3
- package/dist/esm/success-443809da.js +0 -18
- package/dist/esm/thumbs-down-a18fd049.js +0 -5
- package/dist/esm/thumbs-up-c19a71bc.js +0 -6
- package/dist/esm/tutotial-150ee1fd.js +0 -27
- package/dist/esm/unknown-ed01a24c.js +0 -22
- package/dist/esm/up-and-down-8b69ca97.js +0 -12
- package/dist/esm/user-71ebdc15.js +0 -16
- package/dist/esm/view-e900f2d4.js +0 -3
- package/dist/types/Users/nigeor/Documents/Projects/EBRAINS/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/lib/svgs.d.ts +0 -65
- package/dist/types/components/eds-cards/eds-card-composer/eds-card-tags/eds-card-tags.d.ts +0 -15
- package/dist/types/components/eds-cards/eds-card-project/eds-card-project.d.ts +0 -54
- package/dist/types/components/eds-cards/eds-card-section/eds-card-section.d.ts +0 -70
- package/dist/types/components/eds-cards/eds-card-section/eds-card-section.stories.d.ts +0 -68
- package/dist/types/components/eds-cards/eds-card-tool/eds-card-tool.d.ts +0 -79
- package/dist/types/components/eds-fullscreen-menu/eds-fullscreen-menu.stories.d.ts +0 -29
- package/dist/types/components/eds-icons/chevron/eds-icon-chevron-down/eds-icon-chevron-down.d.ts +0 -10
- package/dist/types/components/eds-icons/chevron/eds-icon-chevron-left/eds-icon-chevron-left.d.ts +0 -10
- package/dist/types/components/eds-icons/chevron/eds-icon-chevron-right/eds-icon-chevron-right.d.ts +0 -10
- package/dist/types/components/eds-icons/chevron/eds-icon-chevron-up/eds-icon-chevron-up.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-arrow-diagonal/eds-icon-arrow-diagonal.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-arrow-right/eds-icon-arrow-right.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-bin/eds-icon-bin.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-bookmark/eds-icon-bookmark.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-clone/eds-icon-clone.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-close/eds-icon-close.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-copy/eds-icon-copy.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-download/eds-icon-download.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-draft/eds-icon-draft.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-edit/eds-icon-edit.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-external/eds-icon-external.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-loader/eds-icon-loader.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-menu/eds-icon-menu.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-minus/eds-icon-minus.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-more/eds-icon-more.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-paper/eds-icon-paper.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-plus/eds-icon-plus.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-portal/eds-icon-portal.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-private/eds-icon-private.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-public/eds-icon-public.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-search/eds-icon-search.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-star/eds-icon-star.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-start/eds-icon-start.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-success/eds-icon-success.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-thumbs-down/eds-icon-thumbs-down.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-thumbs-up/eds-icon-thumbs-up.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-tutorial/eds-icon-tutorial.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-unknown/eds-icon-unknown.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-updown/eds-icon-updown.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-user/eds-icon-user.d.ts +0 -10
- package/dist/types/components/eds-icons/eds-icon-view/eds-icon-view.d.ts +0 -10
- package/dist/types/components/eds-trl/eds-trl.d.ts +0 -12
- /package/dist/types/Users/{nigeor/Documents/Projects/EBRAINS → nikolaosgeorgomanolis/Documents/EBRAINS/Projects}/ebrains-ui-ecosystem/packages/components/.stencil/packages/components/stencil.config.d.ts +0 -0
- /package/dist/types/Users/{nigeor/Documents/Projects/EBRAINS → nikolaosgeorgomanolis/Documents/EBRAINS/Projects}/ebrains-ui-ecosystem/packages/components/.stencil/packages/svgs/src/index.d.ts +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const t='<?xml version="1.0" encoding="utf-8"?>\n\x3c!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\n\t viewBox="0 0 1834.73 775.39" style="enable-background:new 0 0 1834.73 775.39;" xml:space="preserve">\n<style type="text/css">\n\t.st0{fill:#141414;}\n\t.st1{display:none;}\n\t.st2{display:inline;fill:#CCCCCC;}\n</style>\n<g id="Logo">\n\t<g>\n\t\t<g>\n\t\t\t<path class="st0" d="M820.81,445.19l-62.9,0.13c-11.15-0.08-15.09-5.71-15.11-15.54l-0.04-20.05\n\t\t\t\tc-0.02-9.88,3.92-15.53,15.2-15.61l56.29-0.11c1.45,0,2.62-1.18,2.62-2.63l-0.03-16.4c0-1.45-1.18-2.62-2.63-2.62l-56.72,0.11\n\t\t\t\tc-10.94-0.17-14.82-5.79-14.84-15.53l-0.04-19.81c-0.02-9.92,3.96-15.59,15.36-15.61l61.61-0.12c1.45,0,2.62-1.18,2.62-2.63\n\t\t\t\tl-0.03-16.48c0-1.45-1.18-2.62-2.63-2.62l-99.6,0.2c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99c0,1.45,1.18,2.62,2.63,2.62\n\t\t\t\tl100.58-0.2c1.45,0,2.62-1.18,2.62-2.63l-0.03-16.48C823.44,446.36,822.26,445.19,820.81,445.19z"/>\n\t\t\t<path class="st0" d="M958.26,385.59c-0.73-0.45-1.47-0.87-2.21-1.27c0,0,0-0.01,0-0.01c-4.4-2.75-3.73-9.71-0.02-11.95\n\t\t\t\tc4.27-2.87,7.67-6.68,10.23-11.45c2.55-4.77,3.82-10.64,3.8-17.6c-0.02-8.27-1.97-15.72-5.84-22.32\n\t\t\t\tc-3.88-6.61-9.71-11.85-17.51-15.72c-7.79-3.88-17.62-5.8-29.49-5.78l-58.62,0.12c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99\n\t\t\t\tc0,1.45,1.18,2.62,2.63,2.62l61.48-0.12c12.96-0.03,23.6-2.02,31.92-5.98c8.32-3.96,14.47-9.34,18.46-16.12\n\t\t\t\tc3.99-6.79,5.97-14.45,5.96-23c-0.02-8.65-1.77-16-5.27-22.04C967.98,393.53,963.57,388.88,958.26,385.59z M881.28,336.02\n\t\t\t\tc0.14-9.44,4.08-14.86,14.92-15.02l19.51-0.04c10.02-0.02,17.45,2.31,22.31,6.98c4.85,4.67,7.29,10.47,7.3,17.38\n\t\t\t\tc0.01,5.39-1.33,10.06-4.01,14.01c-2.69,3.95-6.3,7.02-10.84,9.21c-4.54,2.19-9.64,3.29-15.3,3.3l-18.72,0.04\n\t\t\t\tc-10.95-0.07-14.94-5.49-15.12-14.97L881.28,336.02z M943.87,438c-5.22,4.69-13.87,7.05-25.95,7.07l-21.36,0.04\n\t\t\t\tc-10.93-0.08-14.92-5.5-15.09-14.97l-0.05-23.58c0.14-9.4,4.05-14.82,14.81-15.02l22.48-0.04c6.75-0.01,12.59,1.28,17.52,3.88\n\t\t\t\tc4.93,2.6,8.73,6.11,11.41,10.51c2.68,4.4,4.02,9.25,4.03,14.53C951.69,427.46,949.09,433.31,943.87,438z"/>\n\t\t\t<path class="st0" d="M1097.5,406.14c-1.68-3.06-0.87-8.11,3.42-10.88c0,0-0.02,0-0.03,0c7.32-4.2,12.91-9.78,16.75-16.77\n\t\t\t\tc4.26-7.77,6.38-16.77,6.36-27c-0.02-10.29-2.16-19.36-6.42-27.22c-4.26-7.86-10.68-14.01-19.27-18.46\n\t\t\t\tc-8.58-4.45-19.35-6.66-32.31-6.63l-56.99,0.11c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99c0,1.45,1.18,2.62,2.63,2.62l19.99-0.04\n\t\t\t\tc1.45,0,2.62-1.18,2.62-2.63l-0.09-45.22c0.02-9.79,3.98-15.4,15.21-15.47l13.75-0.03c4.67,0.08,7.8,2.01,10.11,5.86l30.18,55.96\n\t\t\t\tc0.46,0.85,1.35,1.38,2.31,1.38l22.75-0.05c1.99,0,3.25-2.14,2.29-3.89L1097.5,406.14z M1083.75,377.87\n\t\t\t\tc-5.14,2.35-11.79,3.54-19.96,3.55l-16.74,0.03c-11.26-0.02-15.24-5.61-15.3-15.41l-0.06-29.57\n\t\t\t\tc-0.02-9.92,3.96-15.59,15.36-15.61l16.3-0.03c8.33-0.02,15.07,1.21,20.22,3.68c5.15,2.47,8.94,6.01,11.37,10.63\n\t\t\t\tc2.43,4.62,3.65,10.09,3.67,16.41c0.01,6.26-1.18,11.63-3.56,16.09C1092.65,372.11,1088.89,375.52,1083.75,377.87z"/>\n\t\t\t<path class="st0" d="M1231.98,300.59c-0.38-1.04-1.36-1.73-2.47-1.73l-25.47,0.05c-1.11,0-2.09,0.7-2.46,1.74l-57.97,162.11\n\t\t\t\tc-0.61,1.71,0.66,3.51,2.47,3.5l21.19-0.04c1.12,0,2.11-0.71,2.47-1.77l10.72-31.16c1.44-4.2,5.68-11.36,14.74-11.38l43.68-0.09\n\t\t\t\tc8.81-0.02,13.08,6.74,14.65,10.97l10.94,31.47c0.37,1.06,1.36,1.76,2.48,1.76l21.19-0.04c1.82,0,3.08-1.81,2.46-3.51\n\t\t\t\tL1231.98,300.59z M1230.02,400.61l-26.02,0.05c-9.97,0.02-9.48-8.28-8.24-11.88l14.59-42.43c1.64-5.95,11.14-5.68,13.11-0.03\n\t\t\t\tl14.9,42.85C1239.48,392.96,1239.59,400.59,1230.02,400.61z"/>\n\t\t\t<path class="st0" d="M1338.23,298.64l-19.99,0.04c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99c0,1.45,1.18,2.62,2.63,2.62\n\t\t\t\tl19.99-0.04c1.45,0,2.62-1.18,2.62-2.63l-0.32-161.99C1340.86,299.81,1339.68,298.64,1338.23,298.64z"/>\n\t\t\t<path class="st0" d="M1509.96,298.3l-19.74,0.04c-1.45,0-2.62,1.18-2.62,2.63l0.2,99.87c-0.02,8.27-9.16,9.07-13.32,3.35\n\t\t\t\tl-72.74-104.54c-0.49-0.71-1.3-1.13-2.16-1.12l-19.36,0.04c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99c0,1.45,1.18,2.62,2.63,2.62\n\t\t\t\tl19.99-0.04c1.45,0,2.62-1.18,2.62-2.63l-0.2-99.66c-0.02-8.33,9.19-9.13,13.35-3.36l72.63,104.35c0.49,0.71,1.3,1.13,2.16,1.12\n\t\t\t\tl19.2-0.04c1.45,0,2.62-1.18,2.62-2.63l-0.32-161.99C1512.58,299.47,1511.41,298.3,1509.96,298.3z"/>\n\t\t\t<path class="st0" d="M1662.91,399.66c-2.98-5.38-6.87-9.89-11.66-13.53c-4.8-3.64-10-6.57-15.61-8.79\n\t\t\t\tc-5.61-2.22-11.09-3.98-16.43-5.28l-16.34-4.21c-3.27-0.81-6.67-1.85-10.21-3.12c-3.54-1.27-6.85-2.87-9.93-4.8\n\t\t\t\tc-3.08-1.93-5.56-4.33-7.45-7.21c-1.88-2.88-2.83-6.31-2.84-10.28c-0.01-4.74,1.36-8.97,4.1-12.71\n\t\t\t\tc2.74-3.73,6.62-6.68,11.62-8.84s10.94-3.25,17.79-3.26c9.58-0.02,17.53,2.1,23.86,6.36c5.73,3.86,9.23,9.15,10.5,15.87\n\t\t\t\tc0.23,1.23,1.32,2.12,2.57,2.11l19.31-0.04c1.53,0,2.75-1.32,2.62-2.85c-0.67-7.83-3.24-14.84-7.73-21.03\n\t\t\t\tc-5.02-6.93-11.88-12.37-20.57-16.33c-8.69-3.96-18.7-5.92-30.02-5.9c-11.21,0.02-21.28,2.04-30.2,6.06\n\t\t\t\tc-8.92,4.02-15.99,9.63-21.2,16.82c-5.21,7.2-7.81,15.61-7.79,25.25c0.02,11.65,3.95,21.01,11.78,28.07\n\t\t\t\tc7.83,7.06,18.44,12.4,31.84,16.02l19.77,5.35c5.99,1.57,11.37,3.38,16.14,5.44c4.77,2.06,8.55,4.66,11.37,7.82\n\t\t\t\tc2.81,3.15,4.22,7.21,4.23,12.16c0.01,5.44-1.59,10.2-4.79,14.26c-3.21,4.06-7.6,7.23-13.17,9.5\n\t\t\t\tc-5.58,2.27-11.93,3.41-19.06,3.43c-6.48,0.01-12.43-0.94-17.85-2.86c-5.42-1.92-9.86-4.88-13.33-8.88\n\t\t\t\tc-3.03-3.49-4.92-7.76-5.69-12.81c-0.19-1.28-1.29-2.24-2.59-2.24l-20.15,0.04c-1.56,0-2.77,1.36-2.61,2.91\n\t\t\t\tc0.92,8.85,3.71,16.57,8.4,23.17c5.19,7.31,12.36,12.95,21.51,16.9c9.15,3.96,19.99,5.92,32.51,5.9\n\t\t\t\tc13.07-0.03,24.21-2.17,33.43-6.44c9.22-4.27,16.25-10.08,21.11-17.44c4.86-7.36,7.28-15.77,7.26-25.25\n\t\t\t\tC1667.38,411.5,1665.88,405.05,1662.91,399.66z"/>\n\t\t</g>\n\t\t<path class="st0" d="M258.97,240.6c40.72-26.78,76.97-32.65,110.28-25.5c0,0,0-0.01,0-0.01c13.87,0.52,9.38-8.52,3.01-12.53\n\t\t\tc-8.39-5.03-16.87-9.55-25.45-13.41c-6.23-2.8-12.38-5.2-18.46-7.2l-35.8,9.67c-10.67,2.88-20.39,8.52-28.19,16.35l-57.7,57.93\n\t\t\tc-7.8,7.83-13.4,17.57-16.24,28.25l-2.19,8.24C210.54,279.64,233.7,257.23,258.97,240.6z M510.17,383.6\n\t\t\tc-0.03-0.02-0.07-0.05-0.07-0.05c8.88,4.41,17.23-0.19,6.23-8.66c-71.12-54.2-145.36-100.09-229.78-70.23\n\t\t\tc-43.92,15.53-81.98,45.49-118.54,75.62c-1.23,8.48-0.75,17.15,1.5,25.47l7.18,26.57c0.06-0.05,0.13-0.1,0.19-0.15\n\t\t\tc44.35-34.43,90.21-70.04,146.64-83.67C386.39,333.31,449.69,352.97,510.17,383.6z M580.46,352.26\n\t\t\tc8.57,5.39,16.84,10.07,24.87,14.07l-19.71-72.97c-2.88-10.67-8.52-20.39-16.35-28.19l-57.93-57.7\n\t\t\tc-7.83-7.8-17.57-13.4-28.25-16.24l-79.01-21c-10.68-2.84-21.92-2.82-32.59,0.06l-18.42,4.97\n\t\t\tc45.55,24.86,80.87,47.96,134.92,101.19C541.03,328.71,549.71,332.92,580.46,352.26z M337.53,528.62\n\t\t\tc-36.44-0.62-67.62,6.59-96.28,18.2l23.84,23.75c7.83,7.8,17.57,13.4,28.25,16.24l79.02,21c10.68,2.84,21.92,2.82,32.59-0.06\n\t\t\tl78.93-21.32c10.67-2.88,20.39-8.52,28.19-16.35l1.53-1.54C455.38,546.27,396.44,529.62,337.53,528.62L337.53,528.62z\n\t\t\t M608.94,384.65c-56.3-28.37-93.16-63.84-102.3-73.01c-42.98-43.16-142.72-141.27-244.56-66.32\n\t\t\tc-26.44,19.46-52.53,43.23-76.76,68.16l-11.29,42.48c32.89-26.46,67.54-51.35,107.51-65.49c104.7-37.03,191.5,31.07,275.44,96.94\n\t\t\tc15.5,12.16,30.57,23.98,45.41,34.85l4.59-17.26c1.43-5.38,2.13-10.9,2.11-16.41C609.07,387.28,609.02,385.96,608.94,384.65z\n\t\t\t M324.83,353.99c-55.25,13.35-100.62,48.58-144.5,82.65c-0.68,0.53-1.37,1.06-2.06,1.6l12.55,46.45\n\t\t\tc1.09,4.05,2.59,7.95,4.44,11.67c5.75-4.14,11.45-8.29,17.1-12.42c47.64-34.8,96.9-70.79,162.8-78.53\n\t\t\tc71.49-8.39,147.02,15.95,219.1,47.42l3.18-11.97C512.6,387.59,417.68,331.55,324.83,353.99z M376.92,420.34\n\t\t\tc-39.12,4.59-71.68,19.54-102.49,38.79c-10.97,7.1-6.77,14.41,3.77,11.29c0.01,0,0.02-0.01,0.03-0.01\n\t\t\tc21.13-6.84,44.44-10.92,71.35-10.83c75.82,0.28,150.74,21.6,224.12,48.18c5.75-6.97,9.97-15.1,12.31-23.87l4.35-16.36\n\t\t\tC519.5,436.45,445.58,412.28,376.92,420.34z M206.99,512.68c0.06,0.06,0.12,0.13,0.18,0.19l22.48,22.39\n\t\t\tc31.77-13.69,66.56-22.38,108.14-21.68c63.27,1.08,125.88,19.33,187.42,43.31l44.42-44.59c-72.23-26.04-145.88-46.79-220.07-47.06\n\t\t\tC288.93,465.01,248.17,485.67,206.99,512.68z"/>\n\t</g>\n</g>\n<g id="Margins" class="st1">\n\t<path class="st2" d="M438.49,145.52h-62.9c-11.15-0.11-15.08-5.74-15.08-15.57v-20.05c0-9.88,3.96-15.52,15.23-15.58h56.29\n\t\tc1.45,0,2.62-1.17,2.62-2.62V75.3c0-1.45-1.17-2.62-2.62-2.62h-56.72c-10.94-0.2-14.81-5.81-14.81-15.56V37.3\n\t\tc0-9.92,3.99-15.58,15.39-15.58h61.61c1.45,0,2.62-1.17,2.62-2.62V2.62c0-1.45-1.17-2.62-2.62-2.62h-99.6\n\t\tc-1.45,0-2.62,1.17-2.62,2.62v161.99c0,1.45,1.17,2.62,2.62,2.62h100.58c1.45,0,2.62-1.17,2.62-2.62v-16.48\n\t\tC441.11,146.69,439.94,145.52,438.49,145.52z"/>\n\t<path class="st2" d="M145.51,339.22l0.13,62.9c-0.08,11.15-5.71,15.09-15.54,15.11l-20.05,0.04c-9.88,0.02-15.53-3.92-15.61-15.2\n\t\tl-0.11-56.29c0-1.45-1.18-2.62-2.63-2.62l-16.4,0.03c-1.45,0-2.62,1.18-2.62,2.63l0.11,56.72c-0.17,10.94-5.79,14.82-15.53,14.84\n\t\tl-19.81,0.04c-9.92,0.02-15.59-3.96-15.61-15.36l-0.12-61.61c0-1.45-1.18-2.62-2.63-2.62l-16.48,0.03c-1.45,0-2.62,1.18-2.62,2.63\n\t\tl0.2,99.6c0,1.45,1.18,2.62,2.63,2.62l161.99-0.32c1.45,0,2.62-1.18,2.62-2.63l-0.2-100.58c0-1.45-1.18-2.62-2.63-2.62l-16.48,0.03\n\t\tC146.68,336.59,145.51,337.77,145.51,339.22z"/>\n\t<path class="st2" d="M1812.91,339.22l0.13,62.9c-0.08,11.15-5.71,15.09-15.54,15.11l-20.05,0.04c-9.88,0.02-15.53-3.92-15.61-15.2\n\t\tl-0.11-56.29c0-1.45-1.18-2.62-2.63-2.62l-16.4,0.03c-1.45,0-2.62,1.18-2.62,2.63l0.11,56.72c-0.17,10.94-5.79,14.82-15.53,14.84\n\t\tl-19.81,0.04c-9.92,0.02-15.59-3.96-15.61-15.36l-0.12-61.61c0-1.45-1.18-2.62-2.63-2.62l-16.48,0.03c-1.45,0-2.62,1.18-2.62,2.63\n\t\tl0.2,99.6c0,1.45,1.18,2.62,2.63,2.62l161.99-0.32c1.45,0,2.62-1.18,2.62-2.63l-0.2-100.58c0-1.45-1.18-2.62-2.63-2.62l-16.48,0.03\n\t\tC1814.08,336.59,1812.91,337.77,1812.91,339.22z"/>\n\t<path class="st2" d="M438.49,754.55h-62.9c-11.15-0.11-15.08-5.74-15.08-15.57v-20.05c0-9.88,3.96-15.52,15.23-15.58h56.29\n\t\tc1.45,0,2.62-1.17,2.62-2.62v-16.4c0-1.45-1.17-2.62-2.62-2.62h-56.72c-10.94-0.2-14.81-5.81-14.81-15.56v-19.81\n\t\tc0-9.92,3.99-15.58,15.39-15.58h61.61c1.45,0,2.62-1.17,2.62-2.62v-16.48c0-1.45-1.17-2.62-2.62-2.62h-99.6\n\t\tc-1.45,0-2.62,1.17-2.62,2.62v161.99c0,1.45,1.17,2.62,2.62,2.62h100.58c1.45,0,2.62-1.17,2.62-2.62v-16.48\n\t\tC441.11,755.73,439.94,754.55,438.49,754.55z"/>\n</g>\n</svg>\n',c='<?xml version="1.0" encoding="utf-8"?>\n\x3c!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\n\t viewBox="0 0 1834.73 775.39" style="enable-background:new 0 0 1834.73 775.39;" xml:space="preserve">\n<style type="text/css">\n\t.st0{fill:#FFFFFF;}\n\t.st1{fill:url(#SVGID_1_);}\n\t.st2{display:none;}\n\t.st3{display:inline;fill:#CCCCCC;}\n</style>\n<g id="Background">\n\t<rect transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 1834.8317 775.3863)" width="1834.83" height="775.39"/>\n</g>\n<g id="Logo">\n\t<g>\n\t\t<path class="st0" d="M820.81,445.19l-62.9,0.13c-11.15-0.08-15.09-5.71-15.11-15.54l-0.04-20.05c-0.02-9.88,3.92-15.53,15.2-15.61\n\t\t\tl56.29-0.11c1.45,0,2.62-1.18,2.62-2.63l-0.03-16.4c0-1.45-1.18-2.62-2.63-2.62l-56.72,0.11c-10.94-0.17-14.82-5.79-14.84-15.53\n\t\t\tl-0.04-19.81c-0.02-9.92,3.96-15.59,15.36-15.61l61.61-0.12c1.45,0,2.62-1.18,2.62-2.63l-0.03-16.48c0-1.45-1.18-2.62-2.63-2.62\n\t\t\tl-99.6,0.2c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99c0,1.45,1.18,2.62,2.63,2.62l100.58-0.2c1.45,0,2.62-1.18,2.62-2.63\n\t\t\tl-0.03-16.48C823.44,446.36,822.26,445.19,820.81,445.19z"/>\n\t\t<path class="st0" d="M958.26,385.59c-0.73-0.45-1.47-0.87-2.21-1.27c0,0,0-0.01,0-0.01c-4.4-2.75-3.73-9.71-0.02-11.95\n\t\t\tc4.27-2.87,7.67-6.68,10.23-11.45c2.55-4.77,3.82-10.64,3.8-17.6c-0.02-8.27-1.97-15.72-5.84-22.32\n\t\t\tc-3.88-6.61-9.71-11.85-17.51-15.72c-7.79-3.88-17.62-5.8-29.49-5.78l-58.62,0.12c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99\n\t\t\tc0,1.45,1.18,2.62,2.63,2.62l61.48-0.12c12.96-0.03,23.6-2.02,31.92-5.98c8.32-3.96,14.47-9.34,18.46-16.12\n\t\t\tc3.99-6.79,5.97-14.45,5.96-23c-0.02-8.65-1.77-16-5.27-22.04C967.98,393.53,963.57,388.88,958.26,385.59z M881.28,336.02\n\t\t\tc0.14-9.44,4.08-14.86,14.92-15.02l19.51-0.04c10.02-0.02,17.45,2.31,22.31,6.98c4.85,4.67,7.29,10.47,7.3,17.38\n\t\t\tc0.01,5.39-1.33,10.06-4.01,14.01c-2.69,3.95-6.3,7.02-10.84,9.21c-4.54,2.19-9.64,3.29-15.3,3.3l-18.72,0.04\n\t\t\tc-10.95-0.07-14.94-5.49-15.12-14.97L881.28,336.02z M943.87,438c-5.22,4.69-13.87,7.05-25.95,7.07l-21.36,0.04\n\t\t\tc-10.93-0.08-14.92-5.5-15.09-14.97l-0.05-23.58c0.14-9.4,4.05-14.82,14.81-15.02l22.48-0.04c6.75-0.01,12.59,1.28,17.52,3.88\n\t\t\tc4.93,2.6,8.73,6.11,11.41,10.51c2.68,4.4,4.02,9.25,4.03,14.53C951.69,427.46,949.09,433.31,943.87,438z"/>\n\t\t<path class="st0" d="M1097.5,406.14c-1.68-3.06-0.87-8.11,3.42-10.88c0,0-0.02,0-0.03,0c7.32-4.2,12.91-9.78,16.75-16.77\n\t\t\tc4.26-7.77,6.38-16.77,6.36-27c-0.02-10.29-2.16-19.36-6.42-27.22c-4.26-7.86-10.68-14.01-19.27-18.46\n\t\t\tc-8.58-4.45-19.35-6.66-32.31-6.63l-56.99,0.11c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99c0,1.45,1.18,2.62,2.63,2.62l19.99-0.04\n\t\t\tc1.45,0,2.62-1.18,2.62-2.63l-0.09-45.22c0.02-9.79,3.98-15.4,15.21-15.47l13.75-0.03c4.67,0.08,7.8,2.01,10.11,5.86l30.18,55.96\n\t\t\tc0.46,0.85,1.35,1.38,2.31,1.38l22.75-0.05c1.99,0,3.25-2.14,2.29-3.89L1097.5,406.14z M1083.75,377.87\n\t\t\tc-5.14,2.35-11.79,3.54-19.96,3.55l-16.74,0.03c-11.26-0.02-15.24-5.61-15.3-15.41l-0.06-29.57c-0.02-9.92,3.96-15.59,15.36-15.61\n\t\t\tl16.3-0.03c8.33-0.02,15.07,1.21,20.22,3.68c5.15,2.47,8.94,6.01,11.37,10.63c2.43,4.62,3.65,10.09,3.67,16.41\n\t\t\tc0.01,6.26-1.18,11.63-3.56,16.09C1092.65,372.11,1088.89,375.52,1083.75,377.87z"/>\n\t\t<path class="st0" d="M1231.98,300.59c-0.38-1.04-1.36-1.73-2.47-1.73l-25.47,0.05c-1.11,0-2.09,0.7-2.46,1.74l-57.97,162.11\n\t\t\tc-0.61,1.71,0.66,3.51,2.47,3.5l21.19-0.04c1.12,0,2.11-0.71,2.47-1.77l10.72-31.16c1.44-4.2,5.68-11.36,14.74-11.38l43.68-0.09\n\t\t\tc8.81-0.02,13.08,6.74,14.65,10.97l10.94,31.47c0.37,1.06,1.36,1.76,2.48,1.76l21.19-0.04c1.82,0,3.08-1.81,2.46-3.51\n\t\t\tL1231.98,300.59z M1230.02,400.61l-26.02,0.05c-9.97,0.02-9.48-8.28-8.24-11.88l14.59-42.43c1.64-5.95,11.14-5.68,13.11-0.03\n\t\t\tl14.9,42.85C1239.48,392.96,1239.59,400.59,1230.02,400.61z"/>\n\t\t<path class="st0" d="M1338.23,298.64l-19.99,0.04c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99c0,1.45,1.18,2.62,2.63,2.62l19.99-0.04\n\t\t\tc1.45,0,2.62-1.18,2.62-2.63l-0.32-161.99C1340.86,299.81,1339.68,298.64,1338.23,298.64z"/>\n\t\t<path class="st0" d="M1509.96,298.3l-19.74,0.04c-1.45,0-2.62,1.18-2.62,2.63l0.2,99.87c-0.02,8.27-9.16,9.07-13.32,3.35\n\t\t\tl-72.74-104.54c-0.49-0.71-1.3-1.13-2.16-1.12l-19.36,0.04c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99c0,1.45,1.18,2.62,2.63,2.62\n\t\t\tl19.99-0.04c1.45,0,2.62-1.18,2.62-2.63l-0.2-99.66c-0.02-8.33,9.19-9.13,13.35-3.36l72.63,104.35c0.49,0.71,1.3,1.13,2.16,1.12\n\t\t\tl19.2-0.04c1.45,0,2.62-1.18,2.62-2.63l-0.32-161.99C1512.58,299.47,1511.41,298.3,1509.96,298.3z"/>\n\t\t<path class="st0" d="M1662.91,399.66c-2.98-5.38-6.87-9.89-11.66-13.53c-4.8-3.64-10-6.57-15.61-8.79\n\t\t\tc-5.61-2.22-11.09-3.98-16.43-5.28l-16.34-4.21c-3.27-0.81-6.67-1.85-10.21-3.12c-3.54-1.27-6.85-2.87-9.93-4.8\n\t\t\tc-3.08-1.93-5.56-4.33-7.45-7.21c-1.88-2.88-2.83-6.31-2.84-10.28c-0.01-4.74,1.36-8.97,4.1-12.71c2.74-3.73,6.62-6.68,11.62-8.84\n\t\t\ts10.94-3.25,17.79-3.26c9.58-0.02,17.53,2.1,23.86,6.36c5.73,3.86,9.23,9.15,10.5,15.87c0.23,1.23,1.32,2.12,2.57,2.11l19.31-0.04\n\t\t\tc1.53,0,2.75-1.32,2.62-2.85c-0.67-7.83-3.24-14.84-7.73-21.03c-5.02-6.93-11.88-12.37-20.57-16.33\n\t\t\tc-8.69-3.96-18.7-5.92-30.02-5.9c-11.21,0.02-21.28,2.04-30.2,6.06c-8.92,4.02-15.99,9.63-21.2,16.82\n\t\t\tc-5.21,7.2-7.81,15.61-7.79,25.25c0.02,11.65,3.95,21.01,11.78,28.07c7.83,7.06,18.44,12.4,31.84,16.02l19.77,5.35\n\t\t\tc5.99,1.57,11.37,3.38,16.14,5.44c4.77,2.06,8.55,4.66,11.37,7.82c2.81,3.15,4.22,7.21,4.23,12.16c0.01,5.44-1.59,10.2-4.79,14.26\n\t\t\tc-3.21,4.06-7.6,7.23-13.17,9.5c-5.58,2.27-11.93,3.41-19.06,3.43c-6.48,0.01-12.43-0.94-17.85-2.86\n\t\t\tc-5.42-1.92-9.86-4.88-13.33-8.88c-3.03-3.49-4.92-7.76-5.69-12.81c-0.19-1.28-1.29-2.24-2.59-2.24l-20.15,0.04\n\t\t\tc-1.56,0-2.77,1.36-2.61,2.91c0.92,8.85,3.71,16.57,8.4,23.17c5.19,7.31,12.36,12.95,21.51,16.9c9.15,3.96,19.99,5.92,32.51,5.9\n\t\t\tc13.07-0.03,24.21-2.17,33.43-6.44c9.22-4.27,16.25-10.08,21.11-17.44c4.86-7.36,7.28-15.77,7.26-25.25\n\t\t\tC1667.38,411.5,1665.88,405.05,1662.91,399.66z"/>\n\t</g>\n\t\n\t\t<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="235.8113" y1="548.219" x2="540.5992" y2="243.4311" gradientTransform="matrix(1 -1.991997e-03 1.991997e-03 1 -0.7765 -6.0276)">\n\t\t<stop offset="0" style="stop-color:#00A595"/>\n\t\t<stop offset="0.4813" style="stop-color:#00C959"/>\n\t\t<stop offset="1" style="stop-color:#9CE142"/>\n\t</linearGradient>\n\t<path class="st1" d="M258.97,240.6c40.72-26.78,76.97-32.65,110.28-25.5c0,0,0-0.01,0-0.01c13.87,0.52,9.38-8.52,3.01-12.53\n\t\tc-8.39-5.03-16.87-9.55-25.45-13.41c-6.23-2.8-12.38-5.2-18.46-7.2l-35.8,9.67c-10.67,2.88-20.39,8.52-28.19,16.35l-57.7,57.93\n\t\tc-7.8,7.83-13.4,17.57-16.24,28.25l-2.19,8.24C210.54,279.64,233.7,257.23,258.97,240.6z M510.17,383.6\n\t\tc-0.03-0.02-0.07-0.05-0.07-0.05c8.88,4.41,17.23-0.19,6.23-8.66c-71.12-54.2-145.36-100.09-229.78-70.23\n\t\tc-43.92,15.53-81.98,45.49-118.54,75.62c-1.23,8.48-0.75,17.15,1.5,25.47l7.18,26.57c0.06-0.05,0.13-0.1,0.19-0.15\n\t\tc44.35-34.43,90.21-70.04,146.64-83.67C386.39,333.31,449.69,352.97,510.17,383.6z M580.46,352.26\n\t\tc8.57,5.39,16.84,10.07,24.87,14.07l-19.71-72.97c-2.88-10.67-8.52-20.39-16.35-28.19l-57.93-57.7\n\t\tc-7.83-7.8-17.57-13.4-28.25-16.24l-79.01-21c-10.68-2.84-21.92-2.82-32.59,0.06l-18.42,4.97\n\t\tc45.55,24.86,80.87,47.96,134.92,101.19C541.03,328.71,549.71,332.92,580.46,352.26z M337.53,528.62\n\t\tc-36.44-0.62-67.62,6.59-96.28,18.2l23.84,23.75c7.83,7.8,17.57,13.4,28.25,16.24l79.02,21c10.68,2.84,21.92,2.82,32.59-0.06\n\t\tl78.93-21.32c10.67-2.88,20.39-8.52,28.19-16.35l1.53-1.54C455.38,546.27,396.44,529.62,337.53,528.62L337.53,528.62z\n\t\t M608.94,384.65c-56.3-28.37-93.16-63.84-102.3-73.01c-42.98-43.16-142.72-141.27-244.56-66.32\n\t\tc-26.44,19.46-52.53,43.23-76.76,68.16l-11.29,42.48c32.89-26.46,67.54-51.35,107.51-65.49c104.7-37.03,191.5,31.07,275.44,96.94\n\t\tc15.5,12.16,30.57,23.98,45.41,34.85l4.59-17.26c1.43-5.38,2.13-10.9,2.11-16.41C609.07,387.28,609.02,385.96,608.94,384.65z\n\t\t M324.83,353.99c-55.25,13.35-100.62,48.58-144.5,82.65c-0.68,0.53-1.37,1.06-2.06,1.6l12.55,46.45c1.09,4.05,2.59,7.95,4.44,11.67\n\t\tc5.75-4.14,11.45-8.29,17.1-12.42c47.64-34.8,96.9-70.79,162.8-78.53c71.49-8.39,147.02,15.95,219.1,47.42l3.18-11.97\n\t\tC512.6,387.59,417.68,331.55,324.83,353.99z M376.92,420.34c-39.12,4.59-71.68,19.54-102.49,38.79\n\t\tc-10.97,7.1-6.77,14.41,3.77,11.29c0.01,0,0.02-0.01,0.03-0.01c21.13-6.84,44.44-10.92,71.35-10.83\n\t\tc75.82,0.28,150.74,21.6,224.12,48.18c5.75-6.97,9.97-15.1,12.31-23.87l4.35-16.36C519.5,436.45,445.58,412.28,376.92,420.34z\n\t\t M206.99,512.68c0.06,0.06,0.12,0.13,0.18,0.19l22.48,22.39c31.77-13.69,66.56-22.38,108.14-21.68\n\t\tc63.27,1.08,125.88,19.33,187.42,43.31l44.42-44.59c-72.23-26.04-145.88-46.79-220.07-47.06\n\t\tC288.93,465.01,248.17,485.67,206.99,512.68z"/>\n</g>\n<g id="Margins" class="st2">\n\t<path class="st3" d="M438.49,145.52h-62.9c-11.15-0.11-15.08-5.74-15.08-15.57v-20.05c0-9.88,3.96-15.52,15.23-15.58h56.29\n\t\tc1.45,0,2.62-1.17,2.62-2.62V75.3c0-1.45-1.17-2.62-2.62-2.62h-56.72c-10.94-0.2-14.81-5.81-14.81-15.56V37.3\n\t\tc0-9.92,3.99-15.58,15.39-15.58h61.61c1.45,0,2.62-1.17,2.62-2.62V2.62c0-1.45-1.17-2.62-2.62-2.62h-99.6\n\t\tc-1.45,0-2.62,1.17-2.62,2.62v161.99c0,1.45,1.17,2.62,2.62,2.62h100.58c1.45,0,2.62-1.17,2.62-2.62v-16.48\n\t\tC441.11,146.69,439.94,145.52,438.49,145.52z"/>\n\t<path class="st3" d="M145.51,339.22l0.13,62.9c-0.08,11.15-5.71,15.09-15.54,15.11l-20.05,0.04c-9.88,0.02-15.53-3.92-15.61-15.2\n\t\tl-0.11-56.29c0-1.45-1.18-2.62-2.63-2.62l-16.4,0.03c-1.45,0-2.62,1.18-2.62,2.63l0.11,56.72c-0.17,10.94-5.79,14.82-15.53,14.84\n\t\tl-19.81,0.04c-9.92,0.02-15.59-3.96-15.61-15.36l-0.12-61.61c0-1.45-1.18-2.62-2.63-2.62l-16.48,0.03c-1.45,0-2.62,1.18-2.62,2.63\n\t\tl0.2,99.6c0,1.45,1.18,2.62,2.63,2.62l161.99-0.32c1.45,0,2.62-1.18,2.62-2.63l-0.2-100.58c0-1.45-1.18-2.62-2.63-2.62l-16.48,0.03\n\t\tC146.68,336.59,145.51,337.77,145.51,339.22z"/>\n\t<path class="st3" d="M1812.91,339.22l0.13,62.9c-0.08,11.15-5.71,15.09-15.54,15.11l-20.05,0.04c-9.88,0.02-15.53-3.92-15.61-15.2\n\t\tl-0.11-56.29c0-1.45-1.18-2.62-2.63-2.62l-16.4,0.03c-1.45,0-2.62,1.18-2.62,2.63l0.11,56.72c-0.17,10.94-5.79,14.82-15.53,14.84\n\t\tl-19.81,0.04c-9.92,0.02-15.59-3.96-15.61-15.36l-0.12-61.61c0-1.45-1.18-2.62-2.63-2.62l-16.48,0.03c-1.45,0-2.62,1.18-2.62,2.63\n\t\tl0.2,99.6c0,1.45,1.18,2.62,2.63,2.62l161.99-0.32c1.45,0,2.62-1.18,2.62-2.63l-0.2-100.58c0-1.45-1.18-2.62-2.63-2.62l-16.48,0.03\n\t\tC1814.08,336.59,1812.91,337.77,1812.91,339.22z"/>\n\t<path class="st3" d="M438.49,754.55h-62.9c-11.15-0.11-15.08-5.74-15.08-15.57v-20.05c0-9.88,3.96-15.52,15.23-15.58h56.29\n\t\tc1.45,0,2.62-1.17,2.62-2.62v-16.4c0-1.45-1.17-2.62-2.62-2.62h-56.72c-10.94-0.2-14.81-5.81-14.81-15.56v-19.81\n\t\tc0-9.92,3.99-15.58,15.39-15.58h61.61c1.45,0,2.62-1.17,2.62-2.62v-16.48c0-1.45-1.17-2.62-2.62-2.62h-99.6\n\t\tc-1.45,0-2.62,1.17-2.62,2.62v161.99c0,1.45,1.17,2.62,2.62,2.62h100.58c1.45,0,2.62-1.17,2.62-2.62v-16.48\n\t\tC441.11,755.73,439.94,754.55,438.49,754.55z"/>\n</g>\n</svg>\n',n='<?xml version="1.0" encoding="utf-8"?>\n\x3c!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\n\t viewBox="0 0 1834.73 775.39" style="enable-background:new 0 0 1834.73 775.39;" xml:space="preserve">\n<style type="text/css">\n\t.st0{fill:#FFFFFF;}\n\t.st1{display:none;}\n\t.st2{display:inline;fill:#CCCCCC;}\n</style>\n<g id="Background">\n\t<rect transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 1834.8317 775.3863)" width="1834.83" height="775.39"/>\n</g>\n<g id="Logo">\n\t<g>\n\t\t<g>\n\t\t\t<path class="st0" d="M820.81,445.19l-62.9,0.13c-11.15-0.08-15.09-5.71-15.11-15.54l-0.04-20.05\n\t\t\t\tc-0.02-9.88,3.92-15.53,15.2-15.61l56.29-0.11c1.45,0,2.62-1.18,2.62-2.63l-0.03-16.4c0-1.45-1.18-2.62-2.63-2.62l-56.72,0.11\n\t\t\t\tc-10.94-0.17-14.82-5.79-14.84-15.53l-0.04-19.81c-0.02-9.92,3.96-15.59,15.36-15.61l61.61-0.12c1.45,0,2.62-1.18,2.62-2.63\n\t\t\t\tl-0.03-16.48c0-1.45-1.18-2.62-2.63-2.62l-99.6,0.2c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99c0,1.45,1.18,2.62,2.63,2.62\n\t\t\t\tl100.58-0.2c1.45,0,2.62-1.18,2.62-2.63l-0.03-16.48C823.44,446.36,822.26,445.19,820.81,445.19z"/>\n\t\t\t<path class="st0" d="M958.26,385.59c-0.73-0.45-1.47-0.87-2.21-1.27c0,0,0-0.01,0-0.01c-4.4-2.75-3.73-9.71-0.02-11.95\n\t\t\t\tc4.27-2.87,7.67-6.68,10.23-11.45c2.55-4.77,3.82-10.64,3.8-17.6c-0.02-8.27-1.97-15.72-5.84-22.32\n\t\t\t\tc-3.88-6.61-9.71-11.85-17.51-15.72c-7.79-3.88-17.62-5.8-29.49-5.78l-58.62,0.12c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99\n\t\t\t\tc0,1.45,1.18,2.62,2.63,2.62l61.48-0.12c12.96-0.03,23.6-2.02,31.92-5.98c8.32-3.96,14.47-9.34,18.46-16.12\n\t\t\t\tc3.99-6.79,5.97-14.45,5.96-23c-0.02-8.65-1.77-16-5.27-22.04C967.98,393.53,963.57,388.88,958.26,385.59z M881.28,336.02\n\t\t\t\tc0.14-9.44,4.08-14.86,14.92-15.02l19.51-0.04c10.02-0.02,17.45,2.31,22.31,6.98c4.85,4.67,7.29,10.47,7.3,17.38\n\t\t\t\tc0.01,5.39-1.33,10.06-4.01,14.01c-2.69,3.95-6.3,7.02-10.84,9.21c-4.54,2.19-9.64,3.29-15.3,3.3l-18.72,0.04\n\t\t\t\tc-10.95-0.07-14.94-5.49-15.12-14.97L881.28,336.02z M943.87,438c-5.22,4.69-13.87,7.05-25.95,7.07l-21.36,0.04\n\t\t\t\tc-10.93-0.08-14.92-5.5-15.09-14.97l-0.05-23.58c0.14-9.4,4.05-14.82,14.81-15.02l22.48-0.04c6.75-0.01,12.59,1.28,17.52,3.88\n\t\t\t\tc4.93,2.6,8.73,6.11,11.41,10.51c2.68,4.4,4.02,9.25,4.03,14.53C951.69,427.46,949.09,433.31,943.87,438z"/>\n\t\t\t<path class="st0" d="M1097.5,406.14c-1.68-3.06-0.87-8.11,3.42-10.88c0,0-0.02,0-0.03,0c7.32-4.2,12.91-9.78,16.75-16.77\n\t\t\t\tc4.26-7.77,6.38-16.77,6.36-27c-0.02-10.29-2.16-19.36-6.42-27.22c-4.26-7.86-10.68-14.01-19.27-18.46\n\t\t\t\tc-8.58-4.45-19.35-6.66-32.31-6.63l-56.99,0.11c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99c0,1.45,1.18,2.62,2.63,2.62l19.99-0.04\n\t\t\t\tc1.45,0,2.62-1.18,2.62-2.63l-0.09-45.22c0.02-9.79,3.98-15.4,15.21-15.47l13.75-0.03c4.67,0.08,7.8,2.01,10.11,5.86l30.18,55.96\n\t\t\t\tc0.46,0.85,1.35,1.38,2.31,1.38l22.75-0.05c1.99,0,3.25-2.14,2.29-3.89L1097.5,406.14z M1083.75,377.87\n\t\t\t\tc-5.14,2.35-11.79,3.54-19.96,3.55l-16.74,0.03c-11.26-0.02-15.24-5.61-15.3-15.41l-0.06-29.57\n\t\t\t\tc-0.02-9.92,3.96-15.59,15.36-15.61l16.3-0.03c8.33-0.02,15.07,1.21,20.22,3.68c5.15,2.47,8.94,6.01,11.37,10.63\n\t\t\t\tc2.43,4.62,3.65,10.09,3.67,16.41c0.01,6.26-1.18,11.63-3.56,16.09C1092.65,372.11,1088.89,375.52,1083.75,377.87z"/>\n\t\t\t<path class="st0" d="M1231.98,300.59c-0.38-1.04-1.36-1.73-2.47-1.73l-25.47,0.05c-1.11,0-2.09,0.7-2.46,1.74l-57.97,162.11\n\t\t\t\tc-0.61,1.71,0.66,3.51,2.47,3.5l21.19-0.04c1.12,0,2.11-0.71,2.47-1.77l10.72-31.16c1.44-4.2,5.68-11.36,14.74-11.38l43.68-0.09\n\t\t\t\tc8.81-0.02,13.08,6.74,14.65,10.97l10.94,31.47c0.37,1.06,1.36,1.76,2.48,1.76l21.19-0.04c1.82,0,3.08-1.81,2.46-3.51\n\t\t\t\tL1231.98,300.59z M1230.02,400.61l-26.02,0.05c-9.97,0.02-9.48-8.28-8.24-11.88l14.59-42.43c1.64-5.95,11.14-5.68,13.11-0.03\n\t\t\t\tl14.9,42.85C1239.48,392.96,1239.59,400.59,1230.02,400.61z"/>\n\t\t\t<path class="st0" d="M1338.23,298.64l-19.99,0.04c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99c0,1.45,1.18,2.62,2.63,2.62\n\t\t\t\tl19.99-0.04c1.45,0,2.62-1.18,2.62-2.63l-0.32-161.99C1340.86,299.81,1339.68,298.64,1338.23,298.64z"/>\n\t\t\t<path class="st0" d="M1509.96,298.3l-19.74,0.04c-1.45,0-2.62,1.18-2.62,2.63l0.2,99.87c-0.02,8.27-9.16,9.07-13.32,3.35\n\t\t\t\tl-72.74-104.54c-0.49-0.71-1.3-1.13-2.16-1.12l-19.36,0.04c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99c0,1.45,1.18,2.62,2.63,2.62\n\t\t\t\tl19.99-0.04c1.45,0,2.62-1.18,2.62-2.63l-0.2-99.66c-0.02-8.33,9.19-9.13,13.35-3.36l72.63,104.35c0.49,0.71,1.3,1.13,2.16,1.12\n\t\t\t\tl19.2-0.04c1.45,0,2.62-1.18,2.62-2.63l-0.32-161.99C1512.58,299.47,1511.41,298.3,1509.96,298.3z"/>\n\t\t\t<path class="st0" d="M1662.91,399.66c-2.98-5.38-6.87-9.89-11.66-13.53c-4.8-3.64-10-6.57-15.61-8.79\n\t\t\t\tc-5.61-2.22-11.09-3.98-16.43-5.28l-16.34-4.21c-3.27-0.81-6.67-1.85-10.21-3.12c-3.54-1.27-6.85-2.87-9.93-4.8\n\t\t\t\tc-3.08-1.93-5.56-4.33-7.45-7.21c-1.88-2.88-2.83-6.31-2.84-10.28c-0.01-4.74,1.36-8.97,4.1-12.71\n\t\t\t\tc2.74-3.73,6.62-6.68,11.62-8.84s10.94-3.25,17.79-3.26c9.58-0.02,17.53,2.1,23.86,6.36c5.73,3.86,9.23,9.15,10.5,15.87\n\t\t\t\tc0.23,1.23,1.32,2.12,2.57,2.11l19.31-0.04c1.53,0,2.75-1.32,2.62-2.85c-0.67-7.83-3.24-14.84-7.73-21.03\n\t\t\t\tc-5.02-6.93-11.88-12.37-20.57-16.33c-8.69-3.96-18.7-5.92-30.02-5.9c-11.21,0.02-21.28,2.04-30.2,6.06\n\t\t\t\tc-8.92,4.02-15.99,9.63-21.2,16.82c-5.21,7.2-7.81,15.61-7.79,25.25c0.02,11.65,3.95,21.01,11.78,28.07\n\t\t\t\tc7.83,7.06,18.44,12.4,31.84,16.02l19.77,5.35c5.99,1.57,11.37,3.38,16.14,5.44c4.77,2.06,8.55,4.66,11.37,7.82\n\t\t\t\tc2.81,3.15,4.22,7.21,4.23,12.16c0.01,5.44-1.59,10.2-4.79,14.26c-3.21,4.06-7.6,7.23-13.17,9.5\n\t\t\t\tc-5.58,2.27-11.93,3.41-19.06,3.43c-6.48,0.01-12.43-0.94-17.85-2.86c-5.42-1.92-9.86-4.88-13.33-8.88\n\t\t\t\tc-3.03-3.49-4.92-7.76-5.69-12.81c-0.19-1.28-1.29-2.24-2.59-2.24l-20.15,0.04c-1.56,0-2.77,1.36-2.61,2.91\n\t\t\t\tc0.92,8.85,3.71,16.57,8.4,23.17c5.19,7.31,12.36,12.95,21.51,16.9c9.15,3.96,19.99,5.92,32.51,5.9\n\t\t\t\tc13.07-0.03,24.21-2.17,33.43-6.44c9.22-4.27,16.25-10.08,21.11-17.44c4.86-7.36,7.28-15.77,7.26-25.25\n\t\t\t\tC1667.38,411.5,1665.88,405.05,1662.91,399.66z"/>\n\t\t</g>\n\t\t<path class="st0" d="M258.97,240.6c40.72-26.78,76.97-32.65,110.28-25.5c0,0,0-0.01,0-0.01c13.87,0.52,9.38-8.52,3.01-12.53\n\t\t\tc-8.39-5.03-16.87-9.55-25.45-13.41c-6.23-2.8-12.38-5.2-18.46-7.2l-35.8,9.67c-10.67,2.88-20.39,8.52-28.19,16.35l-57.7,57.93\n\t\t\tc-7.8,7.83-13.4,17.57-16.24,28.25l-2.19,8.24C210.54,279.64,233.7,257.23,258.97,240.6z M510.17,383.6\n\t\t\tc-0.03-0.02-0.07-0.05-0.07-0.05c8.88,4.41,17.23-0.19,6.23-8.66c-71.12-54.2-145.36-100.09-229.78-70.23\n\t\t\tc-43.92,15.53-81.98,45.49-118.54,75.62c-1.23,8.48-0.75,17.15,1.5,25.47l7.18,26.57c0.06-0.05,0.13-0.1,0.19-0.15\n\t\t\tc44.35-34.43,90.21-70.04,146.64-83.67C386.39,333.31,449.69,352.97,510.17,383.6z M580.46,352.26\n\t\t\tc8.57,5.39,16.84,10.07,24.87,14.07l-19.71-72.97c-2.88-10.67-8.52-20.39-16.35-28.19l-57.93-57.7\n\t\t\tc-7.83-7.8-17.57-13.4-28.25-16.24l-79.01-21c-10.68-2.84-21.92-2.82-32.59,0.06l-18.42,4.97\n\t\t\tc45.55,24.86,80.87,47.96,134.92,101.19C541.03,328.71,549.71,332.92,580.46,352.26z M337.53,528.62\n\t\t\tc-36.44-0.62-67.62,6.59-96.28,18.2l23.84,23.75c7.83,7.8,17.57,13.4,28.25,16.24l79.02,21c10.68,2.84,21.92,2.82,32.59-0.06\n\t\t\tl78.93-21.32c10.67-2.88,20.39-8.52,28.19-16.35l1.53-1.54C455.38,546.27,396.44,529.62,337.53,528.62L337.53,528.62z\n\t\t\t M608.94,384.65c-56.3-28.37-93.16-63.84-102.3-73.01c-42.98-43.16-142.72-141.27-244.56-66.32\n\t\t\tc-26.44,19.46-52.53,43.23-76.76,68.16l-11.29,42.48c32.89-26.46,67.54-51.35,107.51-65.49c104.7-37.03,191.5,31.07,275.44,96.94\n\t\t\tc15.5,12.16,30.57,23.98,45.41,34.85l4.59-17.26c1.43-5.38,2.13-10.9,2.11-16.41C609.07,387.28,609.02,385.96,608.94,384.65z\n\t\t\t M324.83,353.99c-55.25,13.35-100.62,48.58-144.5,82.65c-0.68,0.53-1.37,1.06-2.06,1.6l12.55,46.45\n\t\t\tc1.09,4.05,2.59,7.95,4.44,11.67c5.75-4.14,11.45-8.29,17.1-12.42c47.64-34.8,96.9-70.79,162.8-78.53\n\t\t\tc71.49-8.39,147.02,15.95,219.1,47.42l3.18-11.97C512.6,387.59,417.68,331.55,324.83,353.99z M376.92,420.34\n\t\t\tc-39.12,4.59-71.68,19.54-102.49,38.79c-10.97,7.1-6.77,14.41,3.77,11.29c0.01,0,0.02-0.01,0.03-0.01\n\t\t\tc21.13-6.84,44.44-10.92,71.35-10.83c75.82,0.28,150.74,21.6,224.12,48.18c5.75-6.97,9.97-15.1,12.31-23.87l4.35-16.36\n\t\t\tC519.5,436.45,445.58,412.28,376.92,420.34z M206.99,512.68c0.06,0.06,0.12,0.13,0.18,0.19l22.48,22.39\n\t\t\tc31.77-13.69,66.56-22.38,108.14-21.68c63.27,1.08,125.88,19.33,187.42,43.31l44.42-44.59c-72.23-26.04-145.88-46.79-220.07-47.06\n\t\t\tC288.93,465.01,248.17,485.67,206.99,512.68z"/>\n\t</g>\n</g>\n<g id="Margins" class="st1">\n\t<path class="st2" d="M438.49,145.52h-62.9c-11.15-0.11-15.08-5.74-15.08-15.57v-20.05c0-9.88,3.96-15.52,15.23-15.58h56.29\n\t\tc1.45,0,2.62-1.17,2.62-2.62V75.3c0-1.45-1.17-2.62-2.62-2.62h-56.72c-10.94-0.2-14.81-5.81-14.81-15.56V37.3\n\t\tc0-9.92,3.99-15.58,15.39-15.58h61.61c1.45,0,2.62-1.17,2.62-2.62V2.62c0-1.45-1.17-2.62-2.62-2.62h-99.6\n\t\tc-1.45,0-2.62,1.17-2.62,2.62v161.99c0,1.45,1.17,2.62,2.62,2.62h100.58c1.45,0,2.62-1.17,2.62-2.62v-16.48\n\t\tC441.11,146.69,439.94,145.52,438.49,145.52z"/>\n\t<path class="st2" d="M145.51,339.22l0.13,62.9c-0.08,11.15-5.71,15.09-15.54,15.11l-20.05,0.04c-9.88,0.02-15.53-3.92-15.61-15.2\n\t\tl-0.11-56.29c0-1.45-1.18-2.62-2.63-2.62l-16.4,0.03c-1.45,0-2.62,1.18-2.62,2.63l0.11,56.72c-0.17,10.94-5.79,14.82-15.53,14.84\n\t\tl-19.81,0.04c-9.92,0.02-15.59-3.96-15.61-15.36l-0.12-61.61c0-1.45-1.18-2.62-2.63-2.62l-16.48,0.03c-1.45,0-2.62,1.18-2.62,2.63\n\t\tl0.2,99.6c0,1.45,1.18,2.62,2.63,2.62l161.99-0.32c1.45,0,2.62-1.18,2.62-2.63l-0.2-100.58c0-1.45-1.18-2.62-2.63-2.62l-16.48,0.03\n\t\tC146.68,336.59,145.51,337.77,145.51,339.22z"/>\n\t<path class="st2" d="M1812.91,339.22l0.13,62.9c-0.08,11.15-5.71,15.09-15.54,15.11l-20.05,0.04c-9.88,0.02-15.53-3.92-15.61-15.2\n\t\tl-0.11-56.29c0-1.45-1.18-2.62-2.63-2.62l-16.4,0.03c-1.45,0-2.62,1.18-2.62,2.63l0.11,56.72c-0.17,10.94-5.79,14.82-15.53,14.84\n\t\tl-19.81,0.04c-9.92,0.02-15.59-3.96-15.61-15.36l-0.12-61.61c0-1.45-1.18-2.62-2.63-2.62l-16.48,0.03c-1.45,0-2.62,1.18-2.62,2.63\n\t\tl0.2,99.6c0,1.45,1.18,2.62,2.63,2.62l161.99-0.32c1.45,0,2.62-1.18,2.62-2.63l-0.2-100.58c0-1.45-1.18-2.62-2.63-2.62l-16.48,0.03\n\t\tC1814.08,336.59,1812.91,337.77,1812.91,339.22z"/>\n\t<path class="st2" d="M438.49,754.55h-62.9c-11.15-0.11-15.08-5.74-15.08-15.57v-20.05c0-9.88,3.96-15.52,15.23-15.58h56.29\n\t\tc1.45,0,2.62-1.17,2.62-2.62v-16.4c0-1.45-1.17-2.62-2.62-2.62h-56.72c-10.94-0.2-14.81-5.81-14.81-15.56v-19.81\n\t\tc0-9.92,3.99-15.58,15.39-15.58h61.61c1.45,0,2.62-1.17,2.62-2.62v-16.48c0-1.45-1.17-2.62-2.62-2.62h-99.6\n\t\tc-1.45,0-2.62,1.17-2.62,2.62v161.99c0,1.45,1.17,2.62,2.62,2.62h100.58c1.45,0,2.62-1.17,2.62-2.62v-16.48\n\t\tC441.11,755.73,439.94,754.55,438.49,754.55z"/>\n</g>\n</svg>\n',l='<?xml version="1.0" encoding="utf-8"?>\n\x3c!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\n\t viewBox="0 0 1834.73 775.39" style="enable-background:new 0 0 1834.73 775.39;" xml:space="preserve">\n<style type="text/css">\n\t.st0{fill:#FFFFFF;}\n\t.st1{display:none;}\n\t.st2{display:inline;fill:#CCCCCC;}\n</style>\n<g id="Logo">\n\t<g>\n\t\t<g>\n\t\t\t<path class="st0" d="M820.81,445.19l-62.9,0.13c-11.15-0.08-15.09-5.71-15.11-15.54l-0.04-20.05\n\t\t\t\tc-0.02-9.88,3.92-15.53,15.2-15.61l56.29-0.11c1.45,0,2.62-1.18,2.62-2.63l-0.03-16.4c0-1.45-1.18-2.62-2.63-2.62l-56.72,0.11\n\t\t\t\tc-10.94-0.17-14.82-5.79-14.84-15.53l-0.04-19.81c-0.02-9.92,3.96-15.59,15.36-15.61l61.61-0.12c1.45,0,2.62-1.18,2.62-2.63\n\t\t\t\tl-0.03-16.48c0-1.45-1.18-2.62-2.63-2.62l-99.6,0.2c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99c0,1.45,1.18,2.62,2.63,2.62\n\t\t\t\tl100.58-0.2c1.45,0,2.62-1.18,2.62-2.63l-0.03-16.48C823.44,446.36,822.26,445.19,820.81,445.19z"/>\n\t\t\t<path class="st0" d="M958.26,385.59c-0.73-0.45-1.47-0.87-2.21-1.27c0,0,0-0.01,0-0.01c-4.4-2.75-3.73-9.71-0.02-11.95\n\t\t\t\tc4.27-2.87,7.67-6.68,10.23-11.45c2.55-4.77,3.82-10.64,3.8-17.6c-0.02-8.27-1.97-15.72-5.84-22.32\n\t\t\t\tc-3.88-6.61-9.71-11.85-17.51-15.72c-7.79-3.88-17.62-5.8-29.49-5.78l-58.62,0.12c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99\n\t\t\t\tc0,1.45,1.18,2.62,2.63,2.62l61.48-0.12c12.96-0.03,23.6-2.02,31.92-5.98c8.32-3.96,14.47-9.34,18.46-16.12\n\t\t\t\tc3.99-6.79,5.97-14.45,5.96-23c-0.02-8.65-1.77-16-5.27-22.04C967.98,393.53,963.57,388.88,958.26,385.59z M881.28,336.02\n\t\t\t\tc0.14-9.44,4.08-14.86,14.92-15.02l19.51-0.04c10.02-0.02,17.45,2.31,22.31,6.98c4.85,4.67,7.29,10.47,7.3,17.38\n\t\t\t\tc0.01,5.39-1.33,10.06-4.01,14.01c-2.69,3.95-6.3,7.02-10.84,9.21c-4.54,2.19-9.64,3.29-15.3,3.3l-18.72,0.04\n\t\t\t\tc-10.95-0.07-14.94-5.49-15.12-14.97L881.28,336.02z M943.87,438c-5.22,4.69-13.87,7.05-25.95,7.07l-21.36,0.04\n\t\t\t\tc-10.93-0.08-14.92-5.5-15.09-14.97l-0.05-23.58c0.14-9.4,4.05-14.82,14.81-15.02l22.48-0.04c6.75-0.01,12.59,1.28,17.52,3.88\n\t\t\t\tc4.93,2.6,8.73,6.11,11.41,10.51c2.68,4.4,4.02,9.25,4.03,14.53C951.69,427.46,949.09,433.31,943.87,438z"/>\n\t\t\t<path class="st0" d="M1097.5,406.14c-1.68-3.06-0.87-8.11,3.42-10.88c0,0-0.02,0-0.03,0c7.32-4.2,12.91-9.78,16.75-16.77\n\t\t\t\tc4.26-7.77,6.38-16.77,6.36-27c-0.02-10.29-2.16-19.36-6.42-27.22c-4.26-7.86-10.68-14.01-19.27-18.46\n\t\t\t\tc-8.58-4.45-19.35-6.66-32.31-6.63l-56.99,0.11c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99c0,1.45,1.18,2.62,2.63,2.62l19.99-0.04\n\t\t\t\tc1.45,0,2.62-1.18,2.62-2.63l-0.09-45.22c0.02-9.79,3.98-15.4,15.21-15.47l13.75-0.03c4.67,0.08,7.8,2.01,10.11,5.86l30.18,55.96\n\t\t\t\tc0.46,0.85,1.35,1.38,2.31,1.38l22.75-0.05c1.99,0,3.25-2.14,2.29-3.89L1097.5,406.14z M1083.75,377.87\n\t\t\t\tc-5.14,2.35-11.79,3.54-19.96,3.55l-16.74,0.03c-11.26-0.02-15.24-5.61-15.3-15.41l-0.06-29.57\n\t\t\t\tc-0.02-9.92,3.96-15.59,15.36-15.61l16.3-0.03c8.33-0.02,15.07,1.21,20.22,3.68c5.15,2.47,8.94,6.01,11.37,10.63\n\t\t\t\tc2.43,4.62,3.65,10.09,3.67,16.41c0.01,6.26-1.18,11.63-3.56,16.09C1092.65,372.11,1088.89,375.52,1083.75,377.87z"/>\n\t\t\t<path class="st0" d="M1231.98,300.59c-0.38-1.04-1.36-1.73-2.47-1.73l-25.47,0.05c-1.11,0-2.09,0.7-2.46,1.74l-57.97,162.11\n\t\t\t\tc-0.61,1.71,0.66,3.51,2.47,3.5l21.19-0.04c1.12,0,2.11-0.71,2.47-1.77l10.72-31.16c1.44-4.2,5.68-11.36,14.74-11.38l43.68-0.09\n\t\t\t\tc8.81-0.02,13.08,6.74,14.65,10.97l10.94,31.47c0.37,1.06,1.36,1.76,2.48,1.76l21.19-0.04c1.82,0,3.08-1.81,2.46-3.51\n\t\t\t\tL1231.98,300.59z M1230.02,400.61l-26.02,0.05c-9.97,0.02-9.48-8.28-8.24-11.88l14.59-42.43c1.64-5.95,11.14-5.68,13.11-0.03\n\t\t\t\tl14.9,42.85C1239.48,392.96,1239.59,400.59,1230.02,400.61z"/>\n\t\t\t<path class="st0" d="M1338.23,298.64l-19.99,0.04c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99c0,1.45,1.18,2.62,2.63,2.62\n\t\t\t\tl19.99-0.04c1.45,0,2.62-1.18,2.62-2.63l-0.32-161.99C1340.86,299.81,1339.68,298.64,1338.23,298.64z"/>\n\t\t\t<path class="st0" d="M1509.96,298.3l-19.74,0.04c-1.45,0-2.62,1.18-2.62,2.63l0.2,99.87c-0.02,8.27-9.16,9.07-13.32,3.35\n\t\t\t\tl-72.74-104.54c-0.49-0.71-1.3-1.13-2.16-1.12l-19.36,0.04c-1.45,0-2.62,1.18-2.62,2.63l0.32,161.99c0,1.45,1.18,2.62,2.63,2.62\n\t\t\t\tl19.99-0.04c1.45,0,2.62-1.18,2.62-2.63l-0.2-99.66c-0.02-8.33,9.19-9.13,13.35-3.36l72.63,104.35c0.49,0.71,1.3,1.13,2.16,1.12\n\t\t\t\tl19.2-0.04c1.45,0,2.62-1.18,2.62-2.63l-0.32-161.99C1512.58,299.47,1511.41,298.3,1509.96,298.3z"/>\n\t\t\t<path class="st0" d="M1662.91,399.66c-2.98-5.38-6.87-9.89-11.66-13.53c-4.8-3.64-10-6.57-15.61-8.79\n\t\t\t\tc-5.61-2.22-11.09-3.98-16.43-5.28l-16.34-4.21c-3.27-0.81-6.67-1.85-10.21-3.12c-3.54-1.27-6.85-2.87-9.93-4.8\n\t\t\t\tc-3.08-1.93-5.56-4.33-7.45-7.21c-1.88-2.88-2.83-6.31-2.84-10.28c-0.01-4.74,1.36-8.97,4.1-12.71\n\t\t\t\tc2.74-3.73,6.62-6.68,11.62-8.84s10.94-3.25,17.79-3.26c9.58-0.02,17.53,2.1,23.86,6.36c5.73,3.86,9.23,9.15,10.5,15.87\n\t\t\t\tc0.23,1.23,1.32,2.12,2.57,2.11l19.31-0.04c1.53,0,2.75-1.32,2.62-2.85c-0.67-7.83-3.24-14.84-7.73-21.03\n\t\t\t\tc-5.02-6.93-11.88-12.37-20.57-16.33c-8.69-3.96-18.7-5.92-30.02-5.9c-11.21,0.02-21.28,2.04-30.2,6.06\n\t\t\t\tc-8.92,4.02-15.99,9.63-21.2,16.82c-5.21,7.2-7.81,15.61-7.79,25.25c0.02,11.65,3.95,21.01,11.78,28.07\n\t\t\t\tc7.83,7.06,18.44,12.4,31.84,16.02l19.77,5.35c5.99,1.57,11.37,3.38,16.14,5.44c4.77,2.06,8.55,4.66,11.37,7.82\n\t\t\t\tc2.81,3.15,4.22,7.21,4.23,12.16c0.01,5.44-1.59,10.2-4.79,14.26c-3.21,4.06-7.6,7.23-13.17,9.5\n\t\t\t\tc-5.58,2.27-11.93,3.41-19.06,3.43c-6.48,0.01-12.43-0.94-17.85-2.86c-5.42-1.92-9.86-4.88-13.33-8.88\n\t\t\t\tc-3.03-3.49-4.92-7.76-5.69-12.81c-0.19-1.28-1.29-2.24-2.59-2.24l-20.15,0.04c-1.56,0-2.77,1.36-2.61,2.91\n\t\t\t\tc0.92,8.85,3.71,16.57,8.4,23.17c5.19,7.31,12.36,12.95,21.51,16.9c9.15,3.96,19.99,5.92,32.51,5.9\n\t\t\t\tc13.07-0.03,24.21-2.17,33.43-6.44c9.22-4.27,16.25-10.08,21.11-17.44c4.86-7.36,7.28-15.77,7.26-25.25\n\t\t\t\tC1667.38,411.5,1665.88,405.05,1662.91,399.66z"/>\n\t\t</g>\n\t\t<path class="st0" d="M258.97,240.6c40.72-26.78,76.97-32.65,110.28-25.5c0,0,0-0.01,0-0.01c13.87,0.52,9.38-8.52,3.01-12.53\n\t\t\tc-8.39-5.03-16.87-9.55-25.45-13.41c-6.23-2.8-12.38-5.2-18.46-7.2l-35.8,9.67c-10.67,2.88-20.39,8.52-28.19,16.35l-57.7,57.93\n\t\t\tc-7.8,7.83-13.4,17.57-16.24,28.25l-2.19,8.24C210.54,279.64,233.7,257.23,258.97,240.6z M510.17,383.6\n\t\t\tc-0.03-0.02-0.07-0.05-0.07-0.05c8.88,4.41,17.23-0.19,6.23-8.66c-71.12-54.2-145.36-100.09-229.78-70.23\n\t\t\tc-43.92,15.53-81.98,45.49-118.54,75.62c-1.23,8.48-0.75,17.15,1.5,25.47l7.18,26.57c0.06-0.05,0.13-0.1,0.19-0.15\n\t\t\tc44.35-34.43,90.21-70.04,146.64-83.67C386.39,333.31,449.69,352.97,510.17,383.6z M580.46,352.26\n\t\t\tc8.57,5.39,16.84,10.07,24.87,14.07l-19.71-72.97c-2.88-10.67-8.52-20.39-16.35-28.19l-57.93-57.7\n\t\t\tc-7.83-7.8-17.57-13.4-28.25-16.24l-79.01-21c-10.68-2.84-21.92-2.82-32.59,0.06l-18.42,4.97\n\t\t\tc45.55,24.86,80.87,47.96,134.92,101.19C541.03,328.71,549.71,332.92,580.46,352.26z M337.53,528.62\n\t\t\tc-36.44-0.62-67.62,6.59-96.28,18.2l23.84,23.75c7.83,7.8,17.57,13.4,28.25,16.24l79.02,21c10.68,2.84,21.92,2.82,32.59-0.06\n\t\t\tl78.93-21.32c10.67-2.88,20.39-8.52,28.19-16.35l1.53-1.54C455.38,546.27,396.44,529.62,337.53,528.62L337.53,528.62z\n\t\t\t M608.94,384.65c-56.3-28.37-93.16-63.84-102.3-73.01c-42.98-43.16-142.72-141.27-244.56-66.32\n\t\t\tc-26.44,19.46-52.53,43.23-76.76,68.16l-11.29,42.48c32.89-26.46,67.54-51.35,107.51-65.49c104.7-37.03,191.5,31.07,275.44,96.94\n\t\t\tc15.5,12.16,30.57,23.98,45.41,34.85l4.59-17.26c1.43-5.38,2.13-10.9,2.11-16.41C609.07,387.28,609.02,385.96,608.94,384.65z\n\t\t\t M324.83,353.99c-55.25,13.35-100.62,48.58-144.5,82.65c-0.68,0.53-1.37,1.06-2.06,1.6l12.55,46.45\n\t\t\tc1.09,4.05,2.59,7.95,4.44,11.67c5.75-4.14,11.45-8.29,17.1-12.42c47.64-34.8,96.9-70.79,162.8-78.53\n\t\t\tc71.49-8.39,147.02,15.95,219.1,47.42l3.18-11.97C512.6,387.59,417.68,331.55,324.83,353.99z M376.92,420.34\n\t\t\tc-39.12,4.59-71.68,19.54-102.49,38.79c-10.97,7.1-6.77,14.41,3.77,11.29c0.01,0,0.02-0.01,0.03-0.01\n\t\t\tc21.13-6.84,44.44-10.92,71.35-10.83c75.82,0.28,150.74,21.6,224.12,48.18c5.75-6.97,9.97-15.1,12.31-23.87l4.35-16.36\n\t\t\tC519.5,436.45,445.58,412.28,376.92,420.34z M206.99,512.68c0.06,0.06,0.12,0.13,0.18,0.19l22.48,22.39\n\t\t\tc31.77-13.69,66.56-22.38,108.14-21.68c63.27,1.08,125.88,19.33,187.42,43.31l44.42-44.59c-72.23-26.04-145.88-46.79-220.07-47.06\n\t\t\tC288.93,465.01,248.17,485.67,206.99,512.68z"/>\n\t</g>\n</g>\n<g id="Margins" class="st1">\n\t<path class="st2" d="M438.49,145.52h-62.9c-11.15-0.11-15.08-5.74-15.08-15.57v-20.05c0-9.88,3.96-15.52,15.23-15.58h56.29\n\t\tc1.45,0,2.62-1.17,2.62-2.62V75.3c0-1.45-1.17-2.62-2.62-2.62h-56.72c-10.94-0.2-14.81-5.81-14.81-15.56V37.3\n\t\tc0-9.92,3.99-15.58,15.39-15.58h61.61c1.45,0,2.62-1.17,2.62-2.62V2.62c0-1.45-1.17-2.62-2.62-2.62h-99.6\n\t\tc-1.45,0-2.62,1.17-2.62,2.62v161.99c0,1.45,1.17,2.62,2.62,2.62h100.58c1.45,0,2.62-1.17,2.62-2.62v-16.48\n\t\tC441.11,146.69,439.94,145.52,438.49,145.52z"/>\n\t<path class="st2" d="M145.51,339.22l0.13,62.9c-0.08,11.15-5.71,15.09-15.54,15.11l-20.05,0.04c-9.88,0.02-15.53-3.92-15.61-15.2\n\t\tl-0.11-56.29c0-1.45-1.18-2.62-2.63-2.62l-16.4,0.03c-1.45,0-2.62,1.18-2.62,2.63l0.11,56.72c-0.17,10.94-5.79,14.82-15.53,14.84\n\t\tl-19.81,0.04c-9.92,0.02-15.59-3.96-15.61-15.36l-0.12-61.61c0-1.45-1.18-2.62-2.63-2.62l-16.48,0.03c-1.45,0-2.62,1.18-2.62,2.63\n\t\tl0.2,99.6c0,1.45,1.18,2.62,2.63,2.62l161.99-0.32c1.45,0,2.62-1.18,2.62-2.63l-0.2-100.58c0-1.45-1.18-2.62-2.63-2.62l-16.48,0.03\n\t\tC146.68,336.59,145.51,337.77,145.51,339.22z"/>\n\t<path class="st2" d="M1812.91,339.22l0.13,62.9c-0.08,11.15-5.71,15.09-15.54,15.11l-20.05,0.04c-9.88,0.02-15.53-3.92-15.61-15.2\n\t\tl-0.11-56.29c0-1.45-1.18-2.62-2.63-2.62l-16.4,0.03c-1.45,0-2.62,1.18-2.62,2.63l0.11,56.72c-0.17,10.94-5.79,14.82-15.53,14.84\n\t\tl-19.81,0.04c-9.92,0.02-15.59-3.96-15.61-15.36l-0.12-61.61c0-1.45-1.18-2.62-2.63-2.62l-16.48,0.03c-1.45,0-2.62,1.18-2.62,2.63\n\t\tl0.2,99.6c0,1.45,1.18,2.62,2.63,2.62l161.99-0.32c1.45,0,2.62-1.18,2.62-2.63l-0.2-100.58c0-1.45-1.18-2.62-2.63-2.62l-16.48,0.03\n\t\tC1814.08,336.59,1812.91,337.77,1812.91,339.22z"/>\n\t<path class="st2" d="M438.49,754.55h-62.9c-11.15-0.11-15.08-5.74-15.08-15.57v-20.05c0-9.88,3.96-15.52,15.23-15.58h56.29\n\t\tc1.45,0,2.62-1.17,2.62-2.62v-16.4c0-1.45-1.17-2.62-2.62-2.62h-56.72c-10.94-0.2-14.81-5.81-14.81-15.56v-19.81\n\t\tc0-9.92,3.99-15.58,15.39-15.58h61.61c1.45,0,2.62-1.17,2.62-2.62v-16.48c0-1.45-1.17-2.62-2.62-2.62h-99.6\n\t\tc-1.45,0-2.62,1.17-2.62,2.62v161.99c0,1.45,1.17,2.62,2.62,2.62h100.58c1.45,0,2.62-1.17,2.62-2.62v-16.48\n\t\tC441.11,755.73,439.94,754.55,438.49,754.55z"/>\n</g>\n</svg>\n',s='<?xml version="1.0" encoding="utf-8"?>\n\x3c!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\n\t viewBox="0 0 1014.1 1278.26" style="enable-background:new 0 0 1014.1 1278.26;" xml:space="preserve">\n<style type="text/css">\n\t.st0{fill:#383838;}\n\t.st1{fill:url(#SVGID_1_);}\n\t.st2{display:none;}\n\t.st3{display:inline;fill:#CCCCCC;}\n</style>\n<g id="Logo">\n\t<g>\n\t\t<g>\n\t\t\t<g>\n\t\t\t\t<path class="st0" d="M213.54,1126.86h-49.66c-8.81-0.08-11.9-4.53-11.9-12.29v-15.83c0-7.8,3.12-12.26,12.03-12.3h44.45\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-12.95c0-1.14-0.93-2.07-2.07-2.07h-44.78c-8.64-0.16-11.69-4.59-11.69-12.29v-15.64\n\t\t\t\t\tc0-7.83,3.15-12.3,12.15-12.3h48.64c1.14,0,2.07-0.93,2.07-2.07v-13.01c0-1.14-0.93-2.07-2.07-2.07h-78.65\n\t\t\t\t\tc-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h79.42c1.14,0,2.07-0.93,2.07-2.07v-13.01\n\t\t\t\t\tC215.61,1127.79,214.69,1126.86,213.54,1126.86z"/>\n\t\t\t\t<path class="st0" d="M322.17,1080.02c-0.58-0.36-1.16-0.69-1.74-1c0,0,0-0.01,0-0.01c-3.47-2.18-2.93-7.68,0-9.44\n\t\t\t\t\tc3.37-2.26,6.07-5.27,8.09-9.03c2.02-3.76,3.03-8.39,3.03-13.89c0-6.53-1.53-12.41-4.58-17.64c-3.05-5.22-7.65-9.37-13.8-12.44\n\t\t\t\t\tc-6.15-3.07-13.91-4.61-23.28-4.61h-46.29c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h48.54\n\t\t\t\t\tc10.23,0,18.63-1.56,25.21-4.68c6.58-3.12,11.44-7.35,14.6-12.7c3.16-5.35,4.74-11.4,4.74-18.15c0-6.83-1.38-12.64-4.13-17.41\n\t\t\t\t\tC329.83,1086.31,326.36,1082.62,322.17,1080.02z M261.46,1040.76c0.12-7.45,3.24-11.73,11.81-11.84h15.4\n\t\t\t\t\tc7.91,0,13.77,1.85,17.6,5.55c3.82,3.7,5.74,8.28,5.74,13.73c0,4.26-1.06,7.94-3.19,11.06c-2.13,3.12-4.99,5.53-8.58,7.25\n\t\t\t\t\tc-3.59,1.72-7.62,2.58-12.09,2.58h-14.78c-8.65-0.08-11.79-4.36-11.91-11.84V1040.76z M310.72,1121.38\n\t\t\t\t\tc-4.13,3.7-10.96,5.55-20.5,5.55h-16.86c-8.63-0.08-11.77-4.37-11.89-11.84v-18.62c0.12-7.42,3.22-11.7,11.72-11.84h17.75\n\t\t\t\t\tc5.33,0,9.94,1.03,13.83,3.09c3.89,2.06,6.89,4.84,8.99,8.32c2.11,3.48,3.16,7.31,3.16,11.48\n\t\t\t\t\tC316.91,1113.07,314.85,1117.69,310.72,1121.38z"/>\n\t\t\t\t<path class="st0" d="M432.08,1096.47c-1.32-2.42-0.68-6.41,2.72-8.58c0,0-0.01,0-0.02,0c5.79-3.3,10.21-7.7,13.25-13.21\n\t\t\t\t\tc3.38-6.13,5.06-13.23,5.06-21.31c0-8.12-1.68-15.29-5.03-21.5c-3.35-6.21-8.41-11.08-15.18-14.6\n\t\t\t\t\tc-6.77-3.52-15.27-5.29-25.5-5.29h-45c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h15.78\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-35.71c0.03-7.73,3.16-12.15,12.03-12.19h10.86c3.69,0.07,6.16,1.6,7.97,4.65l23.74,44.23\n\t\t\t\t\tc0.36,0.67,1.06,1.09,1.82,1.09h17.96c1.57,0,2.57-1.69,1.82-3.07L432.08,1096.47z M421.26,1074.12\n\t\t\t\t\tc-4.06,1.85-9.32,2.77-15.76,2.77h-13.22c-8.89-0.03-12.03-4.45-12.06-12.19v-23.35c0-7.83,3.15-12.3,12.15-12.3h12.87\n\t\t\t\t\tc6.58,0,11.9,0.98,15.96,2.93c4.06,1.96,7.05,4.76,8.96,8.41c1.91,3.65,2.87,7.97,2.87,12.96c0,4.94-0.95,9.18-2.84,12.7\n\t\t\t\t\tC428.3,1069.59,425.33,1072.27,421.26,1074.12z"/>\n\t\t\t\t<path class="st0" d="M538.43,1013.33c-0.3-0.82-1.07-1.37-1.95-1.37h-20.11c-0.87,0-1.65,0.55-1.95,1.37l-46.03,127.91\n\t\t\t\t\tc-0.49,1.35,0.51,2.77,1.95,2.77h16.73c0.88,0,1.67-0.56,1.96-1.39l8.51-24.59c1.15-3.32,4.51-8.96,11.66-8.96h34.49\n\t\t\t\t\tc6.96,0,10.32,5.34,11.55,8.69l8.59,24.87c0.29,0.83,1.07,1.39,1.96,1.39h16.73c1.43,0,2.43-1.42,1.95-2.77L538.43,1013.33z\n\t\t\t\t\t M536.72,1092.3h-20.54c-7.87,0-7.47-6.56-6.49-9.39l11.59-33.48c1.31-4.7,8.81-4.47,10.35,0l11.69,33.85\n\t\t\t\t\tC544.21,1086.28,544.28,1092.3,536.72,1092.3z"/>\n\t\t\t\t<path class="st0" d="M622.33,1011.96h-15.78c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h15.78\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-127.91C624.4,1012.89,623.47,1011.96,622.33,1011.96z"/>\n\t\t\t\t<path class="st0" d="M757.93,1011.96h-15.59c-1.14,0-2.07,0.93-2.07,2.07v78.86c-0.03,6.53-7.25,7.15-10.52,2.62l-57.27-82.66\n\t\t\t\t\tc-0.39-0.56-1.02-0.89-1.7-0.89h-15.29c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h15.78\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-78.69c0-6.58,7.27-7.2,10.55-2.63l57.18,82.51c0.39,0.56,1.02,0.89,1.7,0.89h15.16\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-127.91C760,1012.89,759.07,1011.96,757.93,1011.96z"/>\n\t\t\t\t<path class="st0" d="M878.54,1092.24c-2.34-4.26-5.41-7.82-9.19-10.7c-3.78-2.88-7.89-5.2-12.31-6.96\n\t\t\t\t\tc-4.43-1.76-8.75-3.16-12.96-4.19l-12.9-3.35c-2.58-0.65-5.26-1.47-8.06-2.48c-2.79-1.01-5.41-2.28-7.83-3.8\n\t\t\t\t\tc-2.43-1.53-4.39-3.43-5.87-5.71c-1.48-2.28-2.22-4.99-2.22-8.12c0-3.74,1.09-7.08,3.26-10.03c2.17-2.94,5.23-5.27,9.19-6.96\n\t\t\t\t\tc3.95-1.7,8.64-2.55,14.06-2.55c7.57,0,13.84,1.69,18.83,5.06c4.52,3.06,7.28,7.24,8.26,12.54c0.18,0.97,1.04,1.67,2.02,1.67\n\t\t\t\t\th15.25c1.21,0,2.17-1.04,2.07-2.25c-0.52-6.18-2.54-11.72-6.07-16.61c-3.95-5.48-9.36-9.79-16.21-12.93\n\t\t\t\t\tc-6.86-3.14-14.75-4.71-23.7-4.71c-8.86,0-16.81,1.58-23.86,4.74c-7.05,3.16-12.64,7.58-16.76,13.25\n\t\t\t\t\tc-4.13,5.67-6.19,12.32-6.19,19.92c0,9.2,3.08,16.59,9.25,22.18c6.17,5.59,14.54,9.82,25.11,12.7l15.6,4.26\n\t\t\t\t\tc4.73,1.25,8.97,2.69,12.73,4.32c3.76,1.63,6.75,3.7,8.96,6.19c2.21,2.49,3.32,5.7,3.32,9.61c0,4.3-1.27,8.05-3.8,11.25\n\t\t\t\t\tc-2.54,3.2-6.01,5.7-10.41,7.48c-4.41,1.78-9.42,2.68-15.06,2.68c-5.11,0-9.81-0.76-14.09-2.29c-4.28-1.53-7.78-3.87-10.51-7.03\n\t\t\t\t\tc-2.39-2.76-3.88-6.14-4.47-10.13c-0.15-1.01-1.02-1.77-2.04-1.77h-15.91c-1.23,0-2.19,1.07-2.07,2.29\n\t\t\t\t\tc0.71,6.99,2.91,13.09,6.59,18.31c4.08,5.78,9.74,10.24,16.96,13.38c7.22,3.14,15.77,4.71,25.66,4.71\n\t\t\t\t\tc10.32,0,19.12-1.68,26.4-5.03c7.28-3.35,12.85-7.93,16.7-13.73c3.85-5.8,5.77-12.44,5.77-19.92\n\t\t\t\t\tC882.05,1101.59,880.88,1096.5,878.54,1092.24z"/>\n\t\t\t</g>\n\t\t</g>\n\t\t<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="249.5635" y1="764.6226" x2="766.0477" y2="248.1384">\n\t\t\t<stop offset="0" style="stop-color:#00A595"/>\n\t\t\t<stop offset="0.4813" style="stop-color:#00C959"/>\n\t\t\t<stop offset="1" style="stop-color:#9CE142"/>\n\t\t</linearGradient>\n\t\t<path class="st1" d="M289.29,254.43c69.1-45.25,130.55-55.07,186.97-42.83c0.01,0,0-0.01,0-0.01c23.51,0.92,15.92-14.4,5.15-21.23\n\t\t\tc-14.2-8.56-28.56-16.25-43.08-22.81c-10.55-4.76-20.96-8.85-31.26-12.27l-60.69,16.26c-18.09,4.85-34.58,14.37-47.82,27.61\n\t\t\tl-97.97,97.97c-13.24,13.24-22.76,29.74-27.61,47.82l-3.74,13.95C207.09,320.42,246.4,282.52,289.29,254.43z M714.48,497.59\n\t\t\tc-0.05-0.03-0.11-0.08-0.12-0.09c15.03,7.49,29.2-0.27,10.59-14.65c-120.33-92.09-245.99-170.09-389.15-119.78\n\t\t\tc-74.47,26.17-139.07,76.8-201.13,127.75c-2.12,14.37-1.33,29.06,2.45,43.17l12.07,45.06c0.11-0.08,0.22-0.17,0.33-0.25\n\t\t\tc75.27-58.2,153.1-118.38,248.77-141.3C504.89,411.96,612.09,445.49,714.48,497.59z M833.7,444.73\n\t\t\tc14.5,9.16,28.51,17.12,42.1,23.93l-33.15-123.72c-4.85-18.09-14.37-34.58-27.61-47.82l-97.97-97.97\n\t\t\tc-13.24-13.24-29.73-22.76-47.82-27.61l-133.82-35.86c-18.09-4.85-37.13-4.85-55.22,0l-31.22,8.37\n\t\t\tc77.1,42.29,136.88,81.54,228.29,171.94C766.96,404.69,781.65,411.85,833.7,444.73z M421.44,742.77\n\t\t\tc-61.75-1.17-114.61,10.93-163.21,30.51l40.33,40.33c13.24,13.24,29.74,22.76,47.82,27.61l133.83,35.86\n\t\t\tc18.09,4.85,37.13,4.85,55.22,0l133.82-35.86c18.09-4.85,34.58-14.37,47.82-27.61l2.6-2.6\n\t\t\tC621.09,773.07,521.26,744.65,421.44,742.77L421.44,742.77z M881.84,499.71c-95.32-48.27-157.65-108.49-173.11-124.07\n\t\t\tc-72.69-73.28-241.37-239.88-414.2-113.2c-44.87,32.88-89.16,73.07-130.31,115.24l-19.28,71.95\n\t\t\tc55.82-44.72,114.62-86.79,182.4-110.61c177.55-62.39,324.4,53.3,466.42,165.19c26.23,20.66,51.72,40.74,76.83,59.22l7.83-29.23\n\t\t\tc2.44-9.11,3.65-18.46,3.63-27.81C882.06,504.16,881.98,501.94,881.84,499.71z M400.5,446.8\n\t\t\tc-93.67,22.44-170.67,81.98-245.15,139.56c-1.16,0.9-2.33,1.8-3.49,2.7l21.1,78.76c1.84,6.86,4.36,13.49,7.49,19.8\n\t\t\tc9.76-6.99,19.43-14.02,29.03-21c80.84-58.82,164.44-119.64,276.14-132.53c121.16-13.97,249.09,27.52,371.12,81.09l5.43-20.27\n\t\t\tC718.58,504.37,557.93,409.09,400.5,446.8z M488.55,559.41c-66.31,7.65-121.53,32.87-173.81,65.39\n\t\t\tc-18.62,11.99-11.52,24.4,6.34,19.15c0.02-0.01,0.03-0.01,0.05-0.01c35.83-11.53,75.35-18.36,120.95-18.11\n\t\t\tc128.48,0.73,255.36,37.11,379.63,82.4c9.77-11.79,16.95-25.55,20.94-40.41l7.43-27.71C730.12,587.19,604.93,545.99,488.55,559.41\n\t\t\tz M200.28,715.32c0.1,0.11,0.2,0.22,0.3,0.32l38.02,38.02c53.89-23.09,112.87-37.71,183.32-36.38\n\t\t\tc107.21,2.04,213.25,33.18,317.45,74.02l75.42-75.42c-122.31-44.37-247.04-79.78-372.76-80.49\n\t\t\tC339.3,634.82,270.16,669.68,200.28,715.32z"/>\n\t</g>\n</g>\n<g id="Margins" class="st2">\n\t<path class="st3" d="M546.76,1261.11H497.1c-8.81-0.08-11.9-4.53-11.9-12.29v-15.83c0-7.8,3.12-12.26,12.03-12.3h44.45\n\t\tc1.14,0,2.07-0.93,2.07-2.07v-12.95c0-1.14-0.93-2.07-2.07-2.07h-44.78c-8.64-0.16-11.69-4.59-11.69-12.29v-15.64\n\t\tc0-7.83,3.15-12.3,12.15-12.3h48.64c1.14,0,2.07-0.93,2.07-2.07v-13.01c0-1.14-0.93-2.07-2.07-2.07h-78.65\n\t\tc-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h79.42c1.14,0,2.07-0.93,2.07-2.07v-13.01\n\t\tC548.83,1262.04,547.91,1261.11,546.76,1261.11z"/>\n\t<path class="st3" d="M114.9,599.42v49.66c-0.08,8.81-4.53,11.9-12.29,11.9H86.77c-7.8,0-12.26-3.12-12.3-12.03v-44.45\n\t\tc0-1.14-0.93-2.07-2.07-2.07H59.46c-1.14,0-2.07,0.93-2.07,2.07v44.78c-0.16,8.64-4.59,11.69-12.29,11.69H29.45\n\t\tc-7.83,0-12.3-3.15-12.3-12.15v-48.64c0-1.14-0.93-2.07-2.07-2.07H2.07c-1.14,0-2.07,0.93-2.07,2.07v78.65\n\t\tc0,1.14,0.93,2.07,2.07,2.07h127.91c1.14,0,2.07-0.93,2.07-2.07v-79.42c0-1.14-0.93-2.07-2.07-2.07h-13.01\n\t\tC115.83,597.35,114.9,598.28,114.9,599.42z"/>\n\t<path class="st3" d="M996.95,599.42v49.66c-0.08,8.81-4.53,11.9-12.29,11.9h-15.83c-7.8,0-12.26-3.12-12.3-12.03v-44.45\n\t\tc0-1.14-0.93-2.07-2.07-2.07h-12.95c-1.14,0-2.07,0.93-2.07,2.07v44.78c-0.16,8.64-4.59,11.69-12.29,11.69h-15.64\n\t\tc-7.83,0-12.3-3.15-12.3-12.15v-48.64c0-1.14-0.93-2.07-2.07-2.07h-13.01c-1.14,0-2.07,0.93-2.07,2.07v78.65\n\t\tc0,1.14,0.93,2.07,2.07,2.07h127.91c1.14,0,2.07-0.93,2.07-2.07v-79.42c0-1.14-0.93-2.07-2.07-2.07h-13.01\n\t\tC997.88,597.35,996.95,598.28,996.95,599.42z"/>\n\t<path class="st3" d="M546.76,114.9H497.1c-8.81-0.08-11.9-4.53-11.9-12.29V86.77c0-7.8,3.12-12.26,12.03-12.3h44.45\n\t\tc1.14,0,2.07-0.93,2.07-2.07V59.46c0-1.14-0.93-2.07-2.07-2.07h-44.78c-8.64-0.16-11.69-4.59-11.69-12.29V29.45\n\t\tc0-7.83,3.15-12.3,12.15-12.3h48.64c1.14,0,2.07-0.93,2.07-2.07V2.07c0-1.14-0.93-2.07-2.07-2.07h-78.65\n\t\tc-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h79.42c1.14,0,2.07-0.93,2.07-2.07v-13.01\n\t\tC548.83,115.83,547.91,114.9,546.76,114.9z"/>\n</g>\n</svg>\n',h='<?xml version="1.0" encoding="utf-8"?>\n\x3c!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\n\t viewBox="0 0 1014.1 1278.26" style="enable-background:new 0 0 1014.1 1278.26;" xml:space="preserve">\n<style type="text/css">\n\t.st0{fill:#141414;}\n\t.st1{display:none;}\n\t.st2{display:inline;fill:#CCCCCC;}\n</style>\n<g id="Logo">\n\t<g>\n\t\t<g>\n\t\t\t<g>\n\t\t\t\t<path class="st0" d="M213.54,1126.86h-49.66c-8.81-0.08-11.9-4.53-11.9-12.29v-15.83c0-7.8,3.12-12.26,12.03-12.3h44.45\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-12.95c0-1.14-0.93-2.07-2.07-2.07h-44.78c-8.64-0.16-11.69-4.59-11.69-12.29v-15.64\n\t\t\t\t\tc0-7.83,3.15-12.3,12.15-12.3h48.64c1.14,0,2.07-0.93,2.07-2.07v-13.01c0-1.14-0.93-2.07-2.07-2.07h-78.65\n\t\t\t\t\tc-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h79.42c1.14,0,2.07-0.93,2.07-2.07v-13.01\n\t\t\t\t\tC215.61,1127.79,214.69,1126.86,213.54,1126.86z"/>\n\t\t\t\t<path class="st0" d="M322.17,1080.02c-0.58-0.36-1.16-0.69-1.74-1c0,0,0-0.01,0-0.01c-3.47-2.18-2.93-7.68,0-9.44\n\t\t\t\t\tc3.37-2.26,6.07-5.27,8.09-9.03c2.02-3.76,3.03-8.39,3.03-13.89c0-6.53-1.53-12.41-4.58-17.64c-3.05-5.22-7.65-9.37-13.8-12.44\n\t\t\t\t\tc-6.15-3.07-13.91-4.61-23.28-4.61h-46.29c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h48.54\n\t\t\t\t\tc10.23,0,18.63-1.56,25.21-4.68c6.58-3.12,11.44-7.35,14.6-12.7c3.16-5.35,4.74-11.4,4.74-18.15c0-6.83-1.38-12.64-4.13-17.41\n\t\t\t\t\tC329.83,1086.31,326.36,1082.62,322.17,1080.02z M261.46,1040.76c0.12-7.45,3.24-11.73,11.81-11.84h15.4\n\t\t\t\t\tc7.91,0,13.77,1.85,17.6,5.55c3.82,3.7,5.74,8.28,5.74,13.73c0,4.26-1.06,7.94-3.19,11.06c-2.13,3.12-4.99,5.53-8.58,7.25\n\t\t\t\t\tc-3.59,1.72-7.62,2.58-12.09,2.58h-14.78c-8.65-0.08-11.79-4.36-11.91-11.84V1040.76z M310.72,1121.38\n\t\t\t\t\tc-4.13,3.7-10.96,5.55-20.5,5.55h-16.86c-8.63-0.08-11.77-4.37-11.89-11.84v-18.62c0.12-7.42,3.22-11.7,11.72-11.84h17.75\n\t\t\t\t\tc5.33,0,9.94,1.03,13.83,3.09c3.89,2.06,6.89,4.84,8.99,8.32c2.11,3.48,3.16,7.31,3.16,11.48\n\t\t\t\t\tC316.91,1113.07,314.85,1117.69,310.72,1121.38z"/>\n\t\t\t\t<path class="st0" d="M432.08,1096.47c-1.32-2.42-0.68-6.41,2.72-8.58c0,0-0.01,0-0.02,0c5.79-3.3,10.21-7.7,13.25-13.21\n\t\t\t\t\tc3.38-6.13,5.06-13.23,5.06-21.31c0-8.12-1.68-15.29-5.03-21.5c-3.35-6.21-8.41-11.08-15.18-14.6\n\t\t\t\t\tc-6.77-3.52-15.27-5.29-25.5-5.29h-45c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h15.78\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-35.71c0.03-7.73,3.16-12.15,12.03-12.19h10.86c3.69,0.07,6.16,1.6,7.97,4.65l23.74,44.23\n\t\t\t\t\tc0.36,0.67,1.06,1.09,1.82,1.09h17.96c1.57,0,2.57-1.69,1.82-3.07L432.08,1096.47z M421.26,1074.12\n\t\t\t\t\tc-4.06,1.85-9.32,2.77-15.76,2.77h-13.22c-8.89-0.03-12.03-4.45-12.06-12.19v-23.35c0-7.83,3.15-12.3,12.15-12.3h12.87\n\t\t\t\t\tc6.58,0,11.9,0.98,15.96,2.93c4.06,1.96,7.05,4.76,8.96,8.41c1.91,3.65,2.87,7.97,2.87,12.96c0,4.94-0.95,9.18-2.84,12.7\n\t\t\t\t\tC428.3,1069.59,425.33,1072.27,421.26,1074.12z"/>\n\t\t\t\t<path class="st0" d="M538.43,1013.33c-0.3-0.82-1.07-1.37-1.95-1.37h-20.11c-0.87,0-1.65,0.55-1.95,1.37l-46.03,127.91\n\t\t\t\t\tc-0.49,1.35,0.51,2.77,1.95,2.77h16.73c0.88,0,1.67-0.56,1.96-1.39l8.51-24.59c1.15-3.32,4.51-8.96,11.66-8.96h34.49\n\t\t\t\t\tc6.96,0,10.32,5.34,11.55,8.69l8.59,24.87c0.29,0.83,1.07,1.39,1.96,1.39h16.73c1.43,0,2.43-1.42,1.95-2.77L538.43,1013.33z\n\t\t\t\t\t M536.72,1092.3h-20.54c-7.87,0-7.47-6.56-6.49-9.39l11.59-33.48c1.31-4.7,8.81-4.47,10.35,0l11.69,33.85\n\t\t\t\t\tC544.21,1086.28,544.28,1092.3,536.72,1092.3z"/>\n\t\t\t\t<path class="st0" d="M622.33,1011.96h-15.78c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h15.78\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-127.91C624.4,1012.89,623.47,1011.96,622.33,1011.96z"/>\n\t\t\t\t<path class="st0" d="M757.93,1011.96h-15.59c-1.14,0-2.07,0.93-2.07,2.07v78.86c-0.03,6.53-7.25,7.15-10.52,2.62l-57.27-82.66\n\t\t\t\t\tc-0.39-0.56-1.02-0.89-1.7-0.89h-15.29c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h15.78\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-78.69c0-6.58,7.27-7.2,10.55-2.63l57.18,82.51c0.39,0.56,1.02,0.89,1.7,0.89h15.16\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-127.91C760,1012.89,759.07,1011.96,757.93,1011.96z"/>\n\t\t\t\t<path class="st0" d="M878.54,1092.24c-2.34-4.26-5.41-7.82-9.19-10.7c-3.78-2.88-7.89-5.2-12.31-6.96\n\t\t\t\t\tc-4.43-1.76-8.75-3.16-12.96-4.19l-12.9-3.35c-2.58-0.65-5.26-1.47-8.06-2.48c-2.79-1.01-5.41-2.28-7.83-3.8\n\t\t\t\t\tc-2.43-1.53-4.39-3.43-5.87-5.71c-1.48-2.28-2.22-4.99-2.22-8.12c0-3.74,1.09-7.08,3.26-10.03c2.17-2.94,5.23-5.27,9.19-6.96\n\t\t\t\t\tc3.95-1.7,8.64-2.55,14.06-2.55c7.57,0,13.84,1.69,18.83,5.06c4.52,3.06,7.28,7.24,8.26,12.54c0.18,0.97,1.04,1.67,2.02,1.67\n\t\t\t\t\th15.25c1.21,0,2.17-1.04,2.07-2.25c-0.52-6.18-2.54-11.72-6.07-16.61c-3.95-5.48-9.36-9.79-16.21-12.93\n\t\t\t\t\tc-6.86-3.14-14.75-4.71-23.7-4.71c-8.86,0-16.81,1.58-23.86,4.74c-7.05,3.16-12.64,7.58-16.76,13.25\n\t\t\t\t\tc-4.13,5.67-6.19,12.32-6.19,19.92c0,9.2,3.08,16.59,9.25,22.18c6.17,5.59,14.54,9.82,25.11,12.7l15.6,4.26\n\t\t\t\t\tc4.73,1.25,8.97,2.69,12.73,4.32c3.76,1.63,6.75,3.7,8.96,6.19c2.21,2.49,3.32,5.7,3.32,9.61c0,4.3-1.27,8.05-3.8,11.25\n\t\t\t\t\tc-2.54,3.2-6.01,5.7-10.41,7.48c-4.41,1.78-9.42,2.68-15.06,2.68c-5.11,0-9.81-0.76-14.09-2.29c-4.28-1.53-7.78-3.87-10.51-7.03\n\t\t\t\t\tc-2.39-2.76-3.88-6.14-4.47-10.13c-0.15-1.01-1.02-1.77-2.04-1.77h-15.91c-1.23,0-2.19,1.07-2.07,2.29\n\t\t\t\t\tc0.71,6.99,2.91,13.09,6.59,18.31c4.08,5.78,9.74,10.24,16.96,13.38c7.22,3.14,15.77,4.71,25.66,4.71\n\t\t\t\t\tc10.32,0,19.12-1.68,26.4-5.03c7.28-3.35,12.85-7.93,16.7-13.73c3.85-5.8,5.77-12.44,5.77-19.92\n\t\t\t\t\tC882.05,1101.59,880.88,1096.5,878.54,1092.24z"/>\n\t\t\t</g>\n\t\t</g>\n\t\t<path class="st0" d="M289.29,254.43c69.1-45.25,130.55-55.07,186.97-42.83c0.01,0,0-0.01,0-0.01c23.51,0.92,15.92-14.4,5.15-21.23\n\t\t\tc-14.2-8.56-28.56-16.25-43.08-22.81c-10.55-4.76-20.96-8.85-31.26-12.27l-60.69,16.26c-18.09,4.85-34.58,14.37-47.82,27.61\n\t\t\tl-97.97,97.97c-13.24,13.24-22.76,29.74-27.61,47.82l-3.74,13.95C207.09,320.42,246.4,282.52,289.29,254.43z M714.48,497.59\n\t\t\tc-0.05-0.03-0.11-0.08-0.12-0.09c15.03,7.49,29.2-0.27,10.59-14.65c-120.33-92.09-245.99-170.09-389.15-119.78\n\t\t\tc-74.47,26.17-139.07,76.8-201.13,127.75c-2.12,14.37-1.33,29.06,2.45,43.17l12.07,45.06c0.11-0.08,0.22-0.17,0.33-0.25\n\t\t\tc75.27-58.2,153.1-118.38,248.77-141.3C504.89,411.96,612.09,445.49,714.48,497.59z M833.7,444.73\n\t\t\tc14.5,9.16,28.51,17.12,42.1,23.93l-33.15-123.72c-4.85-18.09-14.37-34.58-27.61-47.82l-97.97-97.97\n\t\t\tc-13.24-13.24-29.73-22.76-47.82-27.61l-133.82-35.86c-18.09-4.85-37.13-4.85-55.22,0l-31.22,8.37\n\t\t\tc77.1,42.29,136.88,81.54,228.29,171.94C766.96,404.69,781.65,411.85,833.7,444.73z M421.44,742.77\n\t\t\tc-61.75-1.17-114.61,10.93-163.21,30.51l40.33,40.33c13.24,13.24,29.74,22.76,47.82,27.61l133.83,35.86\n\t\t\tc18.09,4.85,37.13,4.85,55.22,0l133.82-35.86c18.09-4.85,34.58-14.37,47.82-27.61l2.6-2.6\n\t\t\tC621.09,773.07,521.26,744.65,421.44,742.77L421.44,742.77z M881.84,499.71c-95.32-48.27-157.65-108.49-173.11-124.07\n\t\t\tc-72.69-73.28-241.37-239.88-414.2-113.2c-44.87,32.88-89.16,73.07-130.31,115.24l-19.28,71.95\n\t\t\tc55.82-44.72,114.62-86.79,182.4-110.61c177.55-62.39,324.4,53.3,466.42,165.19c26.23,20.66,51.72,40.74,76.83,59.22l7.83-29.23\n\t\t\tc2.44-9.11,3.65-18.46,3.63-27.81C882.06,504.16,881.98,501.94,881.84,499.71z M400.5,446.8\n\t\t\tc-93.67,22.44-170.67,81.98-245.15,139.56c-1.16,0.9-2.33,1.8-3.49,2.7l21.1,78.76c1.84,6.86,4.36,13.49,7.49,19.8\n\t\t\tc9.76-6.99,19.43-14.02,29.03-21c80.84-58.82,164.44-119.64,276.14-132.53c121.16-13.97,249.09,27.52,371.12,81.09l5.43-20.27\n\t\t\tC718.58,504.37,557.93,409.09,400.5,446.8z M488.55,559.41c-66.31,7.65-121.53,32.87-173.81,65.39\n\t\t\tc-18.62,11.99-11.52,24.4,6.34,19.15c0.02-0.01,0.03-0.01,0.05-0.01c35.83-11.53,75.35-18.36,120.95-18.11\n\t\t\tc128.48,0.73,255.36,37.11,379.63,82.4c9.77-11.79,16.95-25.55,20.94-40.41l7.43-27.71C730.12,587.19,604.93,545.99,488.55,559.41\n\t\t\tz M200.28,715.32c0.1,0.11,0.2,0.22,0.3,0.32l38.02,38.02c53.89-23.09,112.87-37.71,183.32-36.38\n\t\t\tc107.21,2.04,213.25,33.18,317.45,74.02l75.42-75.42c-122.31-44.37-247.04-79.78-372.76-80.49\n\t\t\tC339.3,634.82,270.16,669.68,200.28,715.32z"/>\n\t</g>\n</g>\n<g id="Margins" class="st1">\n\t<path class="st2" d="M546.76,1261.11H497.1c-8.81-0.08-11.9-4.53-11.9-12.29v-15.83c0-7.8,3.12-12.26,12.03-12.3h44.45\n\t\tc1.14,0,2.07-0.93,2.07-2.07v-12.95c0-1.14-0.93-2.07-2.07-2.07h-44.78c-8.64-0.16-11.69-4.59-11.69-12.29v-15.64\n\t\tc0-7.83,3.15-12.3,12.15-12.3h48.64c1.14,0,2.07-0.93,2.07-2.07v-13.01c0-1.14-0.93-2.07-2.07-2.07h-78.65\n\t\tc-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h79.42c1.14,0,2.07-0.93,2.07-2.07v-13.01\n\t\tC548.83,1262.04,547.91,1261.11,546.76,1261.11z"/>\n\t<path class="st2" d="M114.9,599.42v49.66c-0.08,8.81-4.53,11.9-12.29,11.9H86.77c-7.8,0-12.26-3.12-12.3-12.03v-44.45\n\t\tc0-1.14-0.93-2.07-2.07-2.07H59.46c-1.14,0-2.07,0.93-2.07,2.07v44.78c-0.16,8.64-4.59,11.69-12.29,11.69H29.45\n\t\tc-7.83,0-12.3-3.15-12.3-12.15v-48.64c0-1.14-0.93-2.07-2.07-2.07H2.07c-1.14,0-2.07,0.93-2.07,2.07v78.65\n\t\tc0,1.14,0.93,2.07,2.07,2.07h127.91c1.14,0,2.07-0.93,2.07-2.07v-79.42c0-1.14-0.93-2.07-2.07-2.07h-13.01\n\t\tC115.83,597.35,114.9,598.28,114.9,599.42z"/>\n\t<path class="st2" d="M996.95,599.42v49.66c-0.08,8.81-4.53,11.9-12.29,11.9h-15.83c-7.8,0-12.26-3.12-12.3-12.03v-44.45\n\t\tc0-1.14-0.93-2.07-2.07-2.07h-12.95c-1.14,0-2.07,0.93-2.07,2.07v44.78c-0.16,8.64-4.59,11.69-12.29,11.69h-15.64\n\t\tc-7.83,0-12.3-3.15-12.3-12.15v-48.64c0-1.14-0.93-2.07-2.07-2.07h-13.01c-1.14,0-2.07,0.93-2.07,2.07v78.65\n\t\tc0,1.14,0.93,2.07,2.07,2.07h127.91c1.14,0,2.07-0.93,2.07-2.07v-79.42c0-1.14-0.93-2.07-2.07-2.07h-13.01\n\t\tC997.88,597.35,996.95,598.28,996.95,599.42z"/>\n\t<path class="st2" d="M546.76,114.9H497.1c-8.81-0.08-11.9-4.53-11.9-12.29V86.77c0-7.8,3.12-12.26,12.03-12.3h44.45\n\t\tc1.14,0,2.07-0.93,2.07-2.07V59.46c0-1.14-0.93-2.07-2.07-2.07h-44.78c-8.64-0.16-11.69-4.59-11.69-12.29V29.45\n\t\tc0-7.83,3.15-12.3,12.15-12.3h48.64c1.14,0,2.07-0.93,2.07-2.07V2.07c0-1.14-0.93-2.07-2.07-2.07h-78.65\n\t\tc-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h79.42c1.14,0,2.07-0.93,2.07-2.07v-13.01\n\t\tC548.83,115.83,547.91,114.9,546.76,114.9z"/>\n</g>\n</svg>\n',a='<?xml version="1.0" encoding="utf-8"?>\n\x3c!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\n\t viewBox="0 0 1014.1 1278.26" style="enable-background:new 0 0 1014.1 1278.26;" xml:space="preserve">\n<style type="text/css">\n\t.st0{fill:#FFFFFF;}\n\t.st1{fill:url(#SVGID_1_);}\n\t.st2{display:none;}\n\t.st3{display:inline;fill:#CCCCCC;}\n</style>\n<g id="Background">\n\t<rect y="0" transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 1014.1025 1278.2593)" width="1014.1" height="1278.26"/>\n</g>\n<g id="Logo">\n\t<g>\n\t\t<g>\n\t\t\t<g>\n\t\t\t\t<path class="st0" d="M213.54,1126.86h-49.66c-8.81-0.08-11.9-4.53-11.9-12.29v-15.83c0-7.8,3.12-12.26,12.03-12.3h44.45\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-12.95c0-1.14-0.93-2.07-2.07-2.07h-44.78c-8.64-0.16-11.69-4.59-11.69-12.29v-15.64\n\t\t\t\t\tc0-7.83,3.15-12.3,12.15-12.3h48.64c1.14,0,2.07-0.93,2.07-2.07v-13.01c0-1.14-0.93-2.07-2.07-2.07h-78.65\n\t\t\t\t\tc-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h79.42c1.14,0,2.07-0.93,2.07-2.07v-13.01\n\t\t\t\t\tC215.61,1127.79,214.69,1126.86,213.54,1126.86z"/>\n\t\t\t\t<path class="st0" d="M322.17,1080.02c-0.58-0.36-1.16-0.69-1.74-1c0,0,0-0.01,0-0.01c-3.47-2.18-2.93-7.68,0-9.44\n\t\t\t\t\tc3.37-2.26,6.07-5.27,8.09-9.03c2.02-3.76,3.03-8.39,3.03-13.89c0-6.53-1.53-12.41-4.58-17.64c-3.05-5.22-7.65-9.37-13.8-12.44\n\t\t\t\t\tc-6.15-3.07-13.91-4.61-23.28-4.61h-46.29c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h48.54\n\t\t\t\t\tc10.23,0,18.63-1.56,25.21-4.68c6.58-3.12,11.44-7.35,14.6-12.7c3.16-5.35,4.74-11.4,4.74-18.15c0-6.83-1.38-12.64-4.13-17.41\n\t\t\t\t\tC329.83,1086.31,326.36,1082.62,322.17,1080.02z M261.46,1040.76c0.12-7.45,3.24-11.73,11.81-11.84h15.4\n\t\t\t\t\tc7.91,0,13.77,1.85,17.6,5.55c3.82,3.7,5.74,8.28,5.74,13.73c0,4.26-1.06,7.94-3.19,11.06c-2.13,3.12-4.99,5.53-8.58,7.25\n\t\t\t\t\tc-3.59,1.72-7.62,2.58-12.09,2.58h-14.78c-8.65-0.08-11.79-4.36-11.91-11.84V1040.76z M310.72,1121.38\n\t\t\t\t\tc-4.13,3.7-10.96,5.55-20.5,5.55h-16.86c-8.63-0.08-11.77-4.37-11.89-11.84v-18.62c0.12-7.42,3.22-11.7,11.72-11.84h17.75\n\t\t\t\t\tc5.33,0,9.94,1.03,13.83,3.09c3.89,2.06,6.89,4.84,8.99,8.32c2.11,3.48,3.16,7.31,3.16,11.48\n\t\t\t\t\tC316.91,1113.07,314.85,1117.69,310.72,1121.38z"/>\n\t\t\t\t<path class="st0" d="M432.08,1096.47c-1.32-2.42-0.68-6.41,2.72-8.58c0,0-0.01,0-0.02,0c5.79-3.3,10.21-7.7,13.25-13.21\n\t\t\t\t\tc3.38-6.13,5.06-13.23,5.06-21.31c0-8.12-1.68-15.29-5.03-21.5c-3.35-6.21-8.41-11.08-15.18-14.6\n\t\t\t\t\tc-6.77-3.52-15.27-5.29-25.5-5.29h-45c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h15.78\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-35.71c0.03-7.73,3.16-12.15,12.03-12.19h10.86c3.69,0.07,6.16,1.6,7.97,4.65l23.74,44.23\n\t\t\t\t\tc0.36,0.67,1.06,1.09,1.82,1.09h17.96c1.57,0,2.57-1.69,1.82-3.07L432.08,1096.47z M421.26,1074.12\n\t\t\t\t\tc-4.06,1.85-9.32,2.77-15.76,2.77h-13.22c-8.89-0.03-12.03-4.45-12.06-12.19v-23.35c0-7.83,3.15-12.3,12.15-12.3h12.87\n\t\t\t\t\tc6.58,0,11.9,0.98,15.96,2.93c4.06,1.96,7.05,4.76,8.96,8.41c1.91,3.65,2.87,7.97,2.87,12.96c0,4.94-0.95,9.18-2.84,12.7\n\t\t\t\t\tC428.3,1069.59,425.33,1072.27,421.26,1074.12z"/>\n\t\t\t\t<path class="st0" d="M538.43,1013.33c-0.3-0.82-1.07-1.37-1.95-1.37h-20.11c-0.87,0-1.65,0.55-1.95,1.37l-46.03,127.91\n\t\t\t\t\tc-0.49,1.35,0.51,2.77,1.95,2.77h16.73c0.88,0,1.67-0.56,1.96-1.39l8.51-24.59c1.15-3.32,4.51-8.96,11.66-8.96h34.49\n\t\t\t\t\tc6.96,0,10.32,5.34,11.55,8.69l8.59,24.87c0.29,0.83,1.07,1.39,1.96,1.39h16.73c1.43,0,2.43-1.42,1.95-2.77L538.43,1013.33z\n\t\t\t\t\t M536.72,1092.3h-20.54c-7.87,0-7.47-6.56-6.49-9.39l11.59-33.48c1.31-4.7,8.81-4.47,10.35,0l11.69,33.85\n\t\t\t\t\tC544.21,1086.28,544.28,1092.3,536.72,1092.3z"/>\n\t\t\t\t<path class="st0" d="M622.33,1011.96h-15.78c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h15.78\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-127.91C624.4,1012.89,623.47,1011.96,622.33,1011.96z"/>\n\t\t\t\t<path class="st0" d="M757.93,1011.96h-15.59c-1.14,0-2.07,0.93-2.07,2.07v78.86c-0.03,6.53-7.25,7.15-10.52,2.62l-57.27-82.66\n\t\t\t\t\tc-0.39-0.56-1.02-0.89-1.7-0.89h-15.29c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h15.78\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-78.69c0-6.58,7.27-7.2,10.55-2.63l57.18,82.51c0.39,0.56,1.02,0.89,1.7,0.89h15.16\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-127.91C760,1012.89,759.07,1011.96,757.93,1011.96z"/>\n\t\t\t\t<path class="st0" d="M878.54,1092.24c-2.34-4.26-5.41-7.82-9.19-10.7c-3.78-2.88-7.89-5.2-12.31-6.96\n\t\t\t\t\tc-4.43-1.76-8.75-3.16-12.96-4.19l-12.9-3.35c-2.58-0.65-5.26-1.47-8.06-2.48c-2.79-1.01-5.41-2.28-7.83-3.8\n\t\t\t\t\tc-2.43-1.53-4.39-3.43-5.87-5.71c-1.48-2.28-2.22-4.99-2.22-8.12c0-3.74,1.09-7.08,3.26-10.03c2.17-2.94,5.23-5.27,9.19-6.96\n\t\t\t\t\tc3.95-1.7,8.64-2.55,14.06-2.55c7.57,0,13.84,1.69,18.83,5.06c4.52,3.06,7.28,7.24,8.26,12.54c0.18,0.97,1.04,1.67,2.02,1.67\n\t\t\t\t\th15.25c1.21,0,2.17-1.04,2.07-2.25c-0.52-6.18-2.54-11.72-6.07-16.61c-3.95-5.48-9.36-9.79-16.21-12.93\n\t\t\t\t\tc-6.86-3.14-14.75-4.71-23.7-4.71c-8.86,0-16.81,1.58-23.86,4.74c-7.05,3.16-12.64,7.58-16.76,13.25\n\t\t\t\t\tc-4.13,5.67-6.19,12.32-6.19,19.92c0,9.2,3.08,16.59,9.25,22.18c6.17,5.59,14.54,9.82,25.11,12.7l15.6,4.26\n\t\t\t\t\tc4.73,1.25,8.97,2.69,12.73,4.32c3.76,1.63,6.75,3.7,8.96,6.19c2.21,2.49,3.32,5.7,3.32,9.61c0,4.3-1.27,8.05-3.8,11.25\n\t\t\t\t\tc-2.54,3.2-6.01,5.7-10.41,7.48c-4.41,1.78-9.42,2.68-15.06,2.68c-5.11,0-9.81-0.76-14.09-2.29c-4.28-1.53-7.78-3.87-10.51-7.03\n\t\t\t\t\tc-2.39-2.76-3.88-6.14-4.47-10.13c-0.15-1.01-1.02-1.77-2.04-1.77h-15.91c-1.23,0-2.19,1.07-2.07,2.29\n\t\t\t\t\tc0.71,6.99,2.91,13.09,6.59,18.31c4.08,5.78,9.74,10.24,16.96,13.38c7.22,3.14,15.77,4.71,25.66,4.71\n\t\t\t\t\tc10.32,0,19.12-1.68,26.4-5.03c7.28-3.35,12.85-7.93,16.7-13.73c3.85-5.8,5.77-12.44,5.77-19.92\n\t\t\t\t\tC882.05,1101.59,880.88,1096.5,878.54,1092.24z"/>\n\t\t\t</g>\n\t\t</g>\n\t\t<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="249.5635" y1="764.6226" x2="766.0477" y2="248.1384">\n\t\t\t<stop offset="0" style="stop-color:#00A595"/>\n\t\t\t<stop offset="0.4813" style="stop-color:#00C959"/>\n\t\t\t<stop offset="1" style="stop-color:#9CE142"/>\n\t\t</linearGradient>\n\t\t<path class="st1" d="M289.29,254.43c69.1-45.25,130.55-55.07,186.97-42.83c0.01,0,0-0.01,0-0.01c23.51,0.92,15.92-14.4,5.15-21.23\n\t\t\tc-14.2-8.56-28.56-16.25-43.08-22.81c-10.55-4.76-20.96-8.85-31.26-12.27l-60.69,16.26c-18.09,4.85-34.58,14.37-47.82,27.61\n\t\t\tl-97.97,97.97c-13.24,13.24-22.76,29.74-27.61,47.82l-3.74,13.95C207.09,320.42,246.4,282.52,289.29,254.43z M714.48,497.59\n\t\t\tc-0.05-0.03-0.11-0.08-0.12-0.09c15.03,7.49,29.2-0.27,10.59-14.65c-120.33-92.09-245.99-170.09-389.15-119.78\n\t\t\tc-74.47,26.17-139.07,76.8-201.13,127.75c-2.12,14.37-1.33,29.06,2.45,43.17l12.07,45.06c0.11-0.08,0.22-0.17,0.33-0.25\n\t\t\tc75.27-58.2,153.1-118.38,248.77-141.3C504.89,411.96,612.09,445.49,714.48,497.59z M833.7,444.73\n\t\t\tc14.5,9.16,28.51,17.12,42.1,23.93l-33.15-123.72c-4.85-18.09-14.37-34.58-27.61-47.82l-97.97-97.97\n\t\t\tc-13.24-13.24-29.73-22.76-47.82-27.61l-133.82-35.86c-18.09-4.85-37.13-4.85-55.22,0l-31.22,8.37\n\t\t\tc77.1,42.29,136.88,81.54,228.29,171.94C766.96,404.69,781.65,411.85,833.7,444.73z M421.44,742.77\n\t\t\tc-61.75-1.17-114.61,10.93-163.21,30.51l40.33,40.33c13.24,13.24,29.74,22.76,47.82,27.61l133.83,35.86\n\t\t\tc18.09,4.85,37.13,4.85,55.22,0l133.82-35.86c18.09-4.85,34.58-14.37,47.82-27.61l2.6-2.6\n\t\t\tC621.09,773.07,521.26,744.65,421.44,742.77L421.44,742.77z M881.84,499.71c-95.32-48.27-157.65-108.49-173.11-124.07\n\t\t\tc-72.69-73.28-241.37-239.88-414.2-113.2c-44.87,32.88-89.16,73.07-130.31,115.24l-19.28,71.95\n\t\t\tc55.82-44.72,114.62-86.79,182.4-110.61c177.55-62.39,324.4,53.3,466.42,165.19c26.23,20.66,51.72,40.74,76.83,59.22l7.83-29.23\n\t\t\tc2.44-9.11,3.65-18.46,3.63-27.81C882.06,504.16,881.98,501.94,881.84,499.71z M400.5,446.8\n\t\t\tc-93.67,22.44-170.67,81.98-245.15,139.56c-1.16,0.9-2.33,1.8-3.49,2.7l21.1,78.76c1.84,6.86,4.36,13.49,7.49,19.8\n\t\t\tc9.76-6.99,19.43-14.02,29.03-21c80.84-58.82,164.44-119.64,276.14-132.53c121.16-13.97,249.09,27.52,371.12,81.09l5.43-20.27\n\t\t\tC718.58,504.37,557.93,409.09,400.5,446.8z M488.55,559.41c-66.31,7.65-121.53,32.87-173.81,65.39\n\t\t\tc-18.62,11.99-11.52,24.4,6.34,19.15c0.02-0.01,0.03-0.01,0.05-0.01c35.83-11.53,75.35-18.36,120.95-18.11\n\t\t\tc128.48,0.73,255.36,37.11,379.63,82.4c9.77-11.79,16.95-25.55,20.94-40.41l7.43-27.71C730.12,587.19,604.93,545.99,488.55,559.41\n\t\t\tz M200.28,715.32c0.1,0.11,0.2,0.22,0.3,0.32l38.02,38.02c53.89-23.09,112.87-37.71,183.32-36.38\n\t\t\tc107.21,2.04,213.25,33.18,317.45,74.02l75.42-75.42c-122.31-44.37-247.04-79.78-372.76-80.49\n\t\t\tC339.3,634.82,270.16,669.68,200.28,715.32z"/>\n\t</g>\n</g>\n<g id="Margins" class="st2">\n\t<path class="st3" d="M546.76,1261.11H497.1c-8.81-0.08-11.9-4.53-11.9-12.29v-15.83c0-7.8,3.12-12.26,12.03-12.3h44.45\n\t\tc1.14,0,2.07-0.93,2.07-2.07v-12.95c0-1.14-0.93-2.07-2.07-2.07h-44.78c-8.64-0.16-11.69-4.59-11.69-12.29v-15.64\n\t\tc0-7.83,3.15-12.3,12.15-12.3h48.64c1.14,0,2.07-0.93,2.07-2.07v-13.01c0-1.14-0.93-2.07-2.07-2.07h-78.65\n\t\tc-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h79.42c1.14,0,2.07-0.93,2.07-2.07v-13.01\n\t\tC548.83,1262.04,547.91,1261.11,546.76,1261.11z"/>\n\t<path class="st3" d="M114.9,599.42v49.66c-0.08,8.81-4.53,11.9-12.29,11.9H86.77c-7.8,0-12.26-3.12-12.3-12.03v-44.45\n\t\tc0-1.14-0.93-2.07-2.07-2.07H59.46c-1.14,0-2.07,0.93-2.07,2.07v44.78c-0.16,8.64-4.59,11.69-12.29,11.69H29.45\n\t\tc-7.83,0-12.3-3.15-12.3-12.15v-48.64c0-1.14-0.93-2.07-2.07-2.07H2.07c-1.14,0-2.07,0.93-2.07,2.07v78.65\n\t\tc0,1.14,0.93,2.07,2.07,2.07h127.91c1.14,0,2.07-0.93,2.07-2.07v-79.42c0-1.14-0.93-2.07-2.07-2.07h-13.01\n\t\tC115.83,597.35,114.9,598.28,114.9,599.42z"/>\n\t<path class="st3" d="M996.95,599.42v49.66c-0.08,8.81-4.53,11.9-12.29,11.9h-15.83c-7.8,0-12.26-3.12-12.3-12.03v-44.45\n\t\tc0-1.14-0.93-2.07-2.07-2.07h-12.95c-1.14,0-2.07,0.93-2.07,2.07v44.78c-0.16,8.64-4.59,11.69-12.29,11.69h-15.64\n\t\tc-7.83,0-12.3-3.15-12.3-12.15v-48.64c0-1.14-0.93-2.07-2.07-2.07h-13.01c-1.14,0-2.07,0.93-2.07,2.07v78.65\n\t\tc0,1.14,0.93,2.07,2.07,2.07h127.91c1.14,0,2.07-0.93,2.07-2.07v-79.42c0-1.14-0.93-2.07-2.07-2.07h-13.01\n\t\tC997.88,597.35,996.95,598.28,996.95,599.42z"/>\n\t<path class="st3" d="M546.76,114.9H497.1c-8.81-0.08-11.9-4.53-11.9-12.29V86.77c0-7.8,3.12-12.26,12.03-12.3h44.45\n\t\tc1.14,0,2.07-0.93,2.07-2.07V59.46c0-1.14-0.93-2.07-2.07-2.07h-44.78c-8.64-0.16-11.69-4.59-11.69-12.29V29.45\n\t\tc0-7.83,3.15-12.3,12.15-12.3h48.64c1.14,0,2.07-0.93,2.07-2.07V2.07c0-1.14-0.93-2.07-2.07-2.07h-78.65\n\t\tc-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h79.42c1.14,0,2.07-0.93,2.07-2.07v-13.01\n\t\tC548.83,115.83,547.91,114.9,546.76,114.9z"/>\n</g>\n</svg>\n',v='<?xml version="1.0" encoding="utf-8"?>\n\x3c!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\n\t viewBox="0 0 1014.1 1278.26" style="enable-background:new 0 0 1014.1 1278.26;" xml:space="preserve">\n<style type="text/css">\n\t.st0{fill:#FFFFFF;}\n\t.st1{display:none;}\n\t.st2{display:inline;fill:#CCCCCC;}\n</style>\n<g id="Background">\n\t<rect y="0" transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 1014.1025 1278.2593)" width="1014.1" height="1278.26"/>\n</g>\n<g id="Logo">\n\t<g>\n\t\t<g>\n\t\t\t<g>\n\t\t\t\t<path class="st0" d="M213.54,1126.86h-49.66c-8.81-0.08-11.9-4.53-11.9-12.29v-15.83c0-7.8,3.12-12.26,12.03-12.3h44.45\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-12.95c0-1.14-0.93-2.07-2.07-2.07h-44.78c-8.64-0.16-11.69-4.59-11.69-12.29v-15.64\n\t\t\t\t\tc0-7.83,3.15-12.3,12.15-12.3h48.64c1.14,0,2.07-0.93,2.07-2.07v-13.01c0-1.14-0.93-2.07-2.07-2.07h-78.65\n\t\t\t\t\tc-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h79.42c1.14,0,2.07-0.93,2.07-2.07v-13.01\n\t\t\t\t\tC215.61,1127.79,214.69,1126.86,213.54,1126.86z"/>\n\t\t\t\t<path class="st0" d="M322.17,1080.02c-0.58-0.36-1.16-0.69-1.74-1c0,0,0-0.01,0-0.01c-3.47-2.18-2.93-7.68,0-9.44\n\t\t\t\t\tc3.37-2.26,6.07-5.27,8.09-9.03c2.02-3.76,3.03-8.39,3.03-13.89c0-6.53-1.53-12.41-4.58-17.64c-3.05-5.22-7.65-9.37-13.8-12.44\n\t\t\t\t\tc-6.15-3.07-13.91-4.61-23.28-4.61h-46.29c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h48.54\n\t\t\t\t\tc10.23,0,18.63-1.56,25.21-4.68c6.58-3.12,11.44-7.35,14.6-12.7c3.16-5.35,4.74-11.4,4.74-18.15c0-6.83-1.38-12.64-4.13-17.41\n\t\t\t\t\tC329.83,1086.31,326.36,1082.62,322.17,1080.02z M261.46,1040.76c0.12-7.45,3.24-11.73,11.81-11.84h15.4\n\t\t\t\t\tc7.91,0,13.77,1.85,17.6,5.55c3.82,3.7,5.74,8.28,5.74,13.73c0,4.26-1.06,7.94-3.19,11.06c-2.13,3.12-4.99,5.53-8.58,7.25\n\t\t\t\t\tc-3.59,1.72-7.62,2.58-12.09,2.58h-14.78c-8.65-0.08-11.79-4.36-11.91-11.84V1040.76z M310.72,1121.38\n\t\t\t\t\tc-4.13,3.7-10.96,5.55-20.5,5.55h-16.86c-8.63-0.08-11.77-4.37-11.89-11.84v-18.62c0.12-7.42,3.22-11.7,11.72-11.84h17.75\n\t\t\t\t\tc5.33,0,9.94,1.03,13.83,3.09c3.89,2.06,6.89,4.84,8.99,8.32c2.11,3.48,3.16,7.31,3.16,11.48\n\t\t\t\t\tC316.91,1113.07,314.85,1117.69,310.72,1121.38z"/>\n\t\t\t\t<path class="st0" d="M432.08,1096.47c-1.32-2.42-0.68-6.41,2.72-8.58c0,0-0.01,0-0.02,0c5.79-3.3,10.21-7.7,13.25-13.21\n\t\t\t\t\tc3.38-6.13,5.06-13.23,5.06-21.31c0-8.12-1.68-15.29-5.03-21.5c-3.35-6.21-8.41-11.08-15.18-14.6\n\t\t\t\t\tc-6.77-3.52-15.27-5.29-25.5-5.29h-45c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h15.78\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-35.71c0.03-7.73,3.16-12.15,12.03-12.19h10.86c3.69,0.07,6.16,1.6,7.97,4.65l23.74,44.23\n\t\t\t\t\tc0.36,0.67,1.06,1.09,1.82,1.09h17.96c1.57,0,2.57-1.69,1.82-3.07L432.08,1096.47z M421.26,1074.12\n\t\t\t\t\tc-4.06,1.85-9.32,2.77-15.76,2.77h-13.22c-8.89-0.03-12.03-4.45-12.06-12.19v-23.35c0-7.83,3.15-12.3,12.15-12.3h12.87\n\t\t\t\t\tc6.58,0,11.9,0.98,15.96,2.93c4.06,1.96,7.05,4.76,8.96,8.41c1.91,3.65,2.87,7.97,2.87,12.96c0,4.94-0.95,9.18-2.84,12.7\n\t\t\t\t\tC428.3,1069.59,425.33,1072.27,421.26,1074.12z"/>\n\t\t\t\t<path class="st0" d="M538.43,1013.33c-0.3-0.82-1.07-1.37-1.95-1.37h-20.11c-0.87,0-1.65,0.55-1.95,1.37l-46.03,127.91\n\t\t\t\t\tc-0.49,1.35,0.51,2.77,1.95,2.77h16.73c0.88,0,1.67-0.56,1.96-1.39l8.51-24.59c1.15-3.32,4.51-8.96,11.66-8.96h34.49\n\t\t\t\t\tc6.96,0,10.32,5.34,11.55,8.69l8.59,24.87c0.29,0.83,1.07,1.39,1.96,1.39h16.73c1.43,0,2.43-1.42,1.95-2.77L538.43,1013.33z\n\t\t\t\t\t M536.72,1092.3h-20.54c-7.87,0-7.47-6.56-6.49-9.39l11.59-33.48c1.31-4.7,8.81-4.47,10.35,0l11.69,33.85\n\t\t\t\t\tC544.21,1086.28,544.28,1092.3,536.72,1092.3z"/>\n\t\t\t\t<path class="st0" d="M622.33,1011.96h-15.78c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h15.78\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-127.91C624.4,1012.89,623.47,1011.96,622.33,1011.96z"/>\n\t\t\t\t<path class="st0" d="M757.93,1011.96h-15.59c-1.14,0-2.07,0.93-2.07,2.07v78.86c-0.03,6.53-7.25,7.15-10.52,2.62l-57.27-82.66\n\t\t\t\t\tc-0.39-0.56-1.02-0.89-1.7-0.89h-15.29c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h15.78\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-78.69c0-6.58,7.27-7.2,10.55-2.63l57.18,82.51c0.39,0.56,1.02,0.89,1.7,0.89h15.16\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-127.91C760,1012.89,759.07,1011.96,757.93,1011.96z"/>\n\t\t\t\t<path class="st0" d="M878.54,1092.24c-2.34-4.26-5.41-7.82-9.19-10.7c-3.78-2.88-7.89-5.2-12.31-6.96\n\t\t\t\t\tc-4.43-1.76-8.75-3.16-12.96-4.19l-12.9-3.35c-2.58-0.65-5.26-1.47-8.06-2.48c-2.79-1.01-5.41-2.28-7.83-3.8\n\t\t\t\t\tc-2.43-1.53-4.39-3.43-5.87-5.71c-1.48-2.28-2.22-4.99-2.22-8.12c0-3.74,1.09-7.08,3.26-10.03c2.17-2.94,5.23-5.27,9.19-6.96\n\t\t\t\t\tc3.95-1.7,8.64-2.55,14.06-2.55c7.57,0,13.84,1.69,18.83,5.06c4.52,3.06,7.28,7.24,8.26,12.54c0.18,0.97,1.04,1.67,2.02,1.67\n\t\t\t\t\th15.25c1.21,0,2.17-1.04,2.07-2.25c-0.52-6.18-2.54-11.72-6.07-16.61c-3.95-5.48-9.36-9.79-16.21-12.93\n\t\t\t\t\tc-6.86-3.14-14.75-4.71-23.7-4.71c-8.86,0-16.81,1.58-23.86,4.74c-7.05,3.16-12.64,7.58-16.76,13.25\n\t\t\t\t\tc-4.13,5.67-6.19,12.32-6.19,19.92c0,9.2,3.08,16.59,9.25,22.18c6.17,5.59,14.54,9.82,25.11,12.7l15.6,4.26\n\t\t\t\t\tc4.73,1.25,8.97,2.69,12.73,4.32c3.76,1.63,6.75,3.7,8.96,6.19c2.21,2.49,3.32,5.7,3.32,9.61c0,4.3-1.27,8.05-3.8,11.25\n\t\t\t\t\tc-2.54,3.2-6.01,5.7-10.41,7.48c-4.41,1.78-9.42,2.68-15.06,2.68c-5.11,0-9.81-0.76-14.09-2.29c-4.28-1.53-7.78-3.87-10.51-7.03\n\t\t\t\t\tc-2.39-2.76-3.88-6.14-4.47-10.13c-0.15-1.01-1.02-1.77-2.04-1.77h-15.91c-1.23,0-2.19,1.07-2.07,2.29\n\t\t\t\t\tc0.71,6.99,2.91,13.09,6.59,18.31c4.08,5.78,9.74,10.24,16.96,13.38c7.22,3.14,15.77,4.71,25.66,4.71\n\t\t\t\t\tc10.32,0,19.12-1.68,26.4-5.03c7.28-3.35,12.85-7.93,16.7-13.73c3.85-5.8,5.77-12.44,5.77-19.92\n\t\t\t\t\tC882.05,1101.59,880.88,1096.5,878.54,1092.24z"/>\n\t\t\t</g>\n\t\t</g>\n\t\t<path class="st0" d="M289.29,254.43c69.1-45.25,130.55-55.07,186.97-42.83c0.01,0,0-0.01,0-0.01c23.51,0.92,15.92-14.4,5.15-21.23\n\t\t\tc-14.2-8.56-28.56-16.25-43.08-22.81c-10.55-4.76-20.96-8.85-31.26-12.27l-60.69,16.26c-18.09,4.85-34.58,14.37-47.82,27.61\n\t\t\tl-97.97,97.97c-13.24,13.24-22.76,29.74-27.61,47.82l-3.74,13.95C207.09,320.42,246.4,282.52,289.29,254.43z M714.48,497.59\n\t\t\tc-0.05-0.03-0.11-0.08-0.12-0.09c15.03,7.49,29.2-0.27,10.59-14.65c-120.33-92.09-245.99-170.09-389.15-119.78\n\t\t\tc-74.47,26.17-139.07,76.8-201.13,127.75c-2.12,14.37-1.33,29.06,2.45,43.17l12.07,45.06c0.11-0.08,0.22-0.17,0.33-0.25\n\t\t\tc75.27-58.2,153.1-118.38,248.77-141.3C504.89,411.96,612.09,445.49,714.48,497.59z M833.7,444.73\n\t\t\tc14.5,9.16,28.51,17.12,42.1,23.93l-33.15-123.72c-4.85-18.09-14.37-34.58-27.61-47.82l-97.97-97.97\n\t\t\tc-13.24-13.24-29.73-22.76-47.82-27.61l-133.82-35.86c-18.09-4.85-37.13-4.85-55.22,0l-31.22,8.37\n\t\t\tc77.1,42.29,136.88,81.54,228.29,171.94C766.96,404.69,781.65,411.85,833.7,444.73z M421.44,742.77\n\t\t\tc-61.75-1.17-114.61,10.93-163.21,30.51l40.33,40.33c13.24,13.24,29.74,22.76,47.82,27.61l133.83,35.86\n\t\t\tc18.09,4.85,37.13,4.85,55.22,0l133.82-35.86c18.09-4.85,34.58-14.37,47.82-27.61l2.6-2.6\n\t\t\tC621.09,773.07,521.26,744.65,421.44,742.77L421.44,742.77z M881.84,499.71c-95.32-48.27-157.65-108.49-173.11-124.07\n\t\t\tc-72.69-73.28-241.37-239.88-414.2-113.2c-44.87,32.88-89.16,73.07-130.31,115.24l-19.28,71.95\n\t\t\tc55.82-44.72,114.62-86.79,182.4-110.61c177.55-62.39,324.4,53.3,466.42,165.19c26.23,20.66,51.72,40.74,76.83,59.22l7.83-29.23\n\t\t\tc2.44-9.11,3.65-18.46,3.63-27.81C882.06,504.16,881.98,501.94,881.84,499.71z M400.5,446.8\n\t\t\tc-93.67,22.44-170.67,81.98-245.15,139.56c-1.16,0.9-2.33,1.8-3.49,2.7l21.1,78.76c1.84,6.86,4.36,13.49,7.49,19.8\n\t\t\tc9.76-6.99,19.43-14.02,29.03-21c80.84-58.82,164.44-119.64,276.14-132.53c121.16-13.97,249.09,27.52,371.12,81.09l5.43-20.27\n\t\t\tC718.58,504.37,557.93,409.09,400.5,446.8z M488.55,559.41c-66.31,7.65-121.53,32.87-173.81,65.39\n\t\t\tc-18.62,11.99-11.52,24.4,6.34,19.15c0.02-0.01,0.03-0.01,0.05-0.01c35.83-11.53,75.35-18.36,120.95-18.11\n\t\t\tc128.48,0.73,255.36,37.11,379.63,82.4c9.77-11.79,16.95-25.55,20.94-40.41l7.43-27.71C730.12,587.19,604.93,545.99,488.55,559.41\n\t\t\tz M200.28,715.32c0.1,0.11,0.2,0.22,0.3,0.32l38.02,38.02c53.89-23.09,112.87-37.71,183.32-36.38\n\t\t\tc107.21,2.04,213.25,33.18,317.45,74.02l75.42-75.42c-122.31-44.37-247.04-79.78-372.76-80.49\n\t\t\tC339.3,634.82,270.16,669.68,200.28,715.32z"/>\n\t</g>\n</g>\n<g id="Margins" class="st1">\n\t<path class="st2" d="M546.76,1261.11H497.1c-8.81-0.08-11.9-4.53-11.9-12.29v-15.83c0-7.8,3.12-12.26,12.03-12.3h44.45\n\t\tc1.14,0,2.07-0.93,2.07-2.07v-12.95c0-1.14-0.93-2.07-2.07-2.07h-44.78c-8.64-0.16-11.69-4.59-11.69-12.29v-15.64\n\t\tc0-7.83,3.15-12.3,12.15-12.3h48.64c1.14,0,2.07-0.93,2.07-2.07v-13.01c0-1.14-0.93-2.07-2.07-2.07h-78.65\n\t\tc-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h79.42c1.14,0,2.07-0.93,2.07-2.07v-13.01\n\t\tC548.83,1262.04,547.91,1261.11,546.76,1261.11z"/>\n\t<path class="st2" d="M114.9,599.42v49.66c-0.08,8.81-4.53,11.9-12.29,11.9H86.77c-7.8,0-12.26-3.12-12.3-12.03v-44.45\n\t\tc0-1.14-0.93-2.07-2.07-2.07H59.46c-1.14,0-2.07,0.93-2.07,2.07v44.78c-0.16,8.64-4.59,11.69-12.29,11.69H29.45\n\t\tc-7.83,0-12.3-3.15-12.3-12.15v-48.64c0-1.14-0.93-2.07-2.07-2.07H2.07c-1.14,0-2.07,0.93-2.07,2.07v78.65\n\t\tc0,1.14,0.93,2.07,2.07,2.07h127.91c1.14,0,2.07-0.93,2.07-2.07v-79.42c0-1.14-0.93-2.07-2.07-2.07h-13.01\n\t\tC115.83,597.35,114.9,598.28,114.9,599.42z"/>\n\t<path class="st2" d="M996.95,599.42v49.66c-0.08,8.81-4.53,11.9-12.29,11.9h-15.83c-7.8,0-12.26-3.12-12.3-12.03v-44.45\n\t\tc0-1.14-0.93-2.07-2.07-2.07h-12.95c-1.14,0-2.07,0.93-2.07,2.07v44.78c-0.16,8.64-4.59,11.69-12.29,11.69h-15.64\n\t\tc-7.83,0-12.3-3.15-12.3-12.15v-48.64c0-1.14-0.93-2.07-2.07-2.07h-13.01c-1.14,0-2.07,0.93-2.07,2.07v78.65\n\t\tc0,1.14,0.93,2.07,2.07,2.07h127.91c1.14,0,2.07-0.93,2.07-2.07v-79.42c0-1.14-0.93-2.07-2.07-2.07h-13.01\n\t\tC997.88,597.35,996.95,598.28,996.95,599.42z"/>\n\t<path class="st2" d="M546.76,114.9H497.1c-8.81-0.08-11.9-4.53-11.9-12.29V86.77c0-7.8,3.12-12.26,12.03-12.3h44.45\n\t\tc1.14,0,2.07-0.93,2.07-2.07V59.46c0-1.14-0.93-2.07-2.07-2.07h-44.78c-8.64-0.16-11.69-4.59-11.69-12.29V29.45\n\t\tc0-7.83,3.15-12.3,12.15-12.3h48.64c1.14,0,2.07-0.93,2.07-2.07V2.07c0-1.14-0.93-2.07-2.07-2.07h-78.65\n\t\tc-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h79.42c1.14,0,2.07-0.93,2.07-2.07v-13.01\n\t\tC548.83,115.83,547.91,114.9,546.76,114.9z"/>\n</g>\n</svg>\n',e='<?xml version="1.0" encoding="utf-8"?>\n\x3c!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\n\t viewBox="0 0 1014.1 1278.26" style="enable-background:new 0 0 1014.1 1278.26;" xml:space="preserve">\n<style type="text/css">\n\t.st0{fill:#FFFFFF;}\n\t.st1{display:none;}\n\t.st2{display:inline;fill:#CCCCCC;}\n</style>\n<g id="Logo">\n\t<g>\n\t\t<g>\n\t\t\t<g>\n\t\t\t\t<path class="st0" d="M213.54,1126.86h-49.66c-8.81-0.08-11.9-4.53-11.9-12.29v-15.83c0-7.8,3.12-12.26,12.03-12.3h44.45\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-12.95c0-1.14-0.93-2.07-2.07-2.07h-44.78c-8.64-0.16-11.69-4.59-11.69-12.29v-15.64\n\t\t\t\t\tc0-7.83,3.15-12.3,12.15-12.3h48.64c1.14,0,2.07-0.93,2.07-2.07v-13.01c0-1.14-0.93-2.07-2.07-2.07h-78.65\n\t\t\t\t\tc-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h79.42c1.14,0,2.07-0.93,2.07-2.07v-13.01\n\t\t\t\t\tC215.61,1127.79,214.69,1126.86,213.54,1126.86z"/>\n\t\t\t\t<path class="st0" d="M322.17,1080.02c-0.58-0.36-1.16-0.69-1.74-1c0,0,0-0.01,0-0.01c-3.47-2.18-2.93-7.68,0-9.44\n\t\t\t\t\tc3.37-2.26,6.07-5.27,8.09-9.03c2.02-3.76,3.03-8.39,3.03-13.89c0-6.53-1.53-12.41-4.58-17.64c-3.05-5.22-7.65-9.37-13.8-12.44\n\t\t\t\t\tc-6.15-3.07-13.91-4.61-23.28-4.61h-46.29c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h48.54\n\t\t\t\t\tc10.23,0,18.63-1.56,25.21-4.68c6.58-3.12,11.44-7.35,14.6-12.7c3.16-5.35,4.74-11.4,4.74-18.15c0-6.83-1.38-12.64-4.13-17.41\n\t\t\t\t\tC329.83,1086.31,326.36,1082.62,322.17,1080.02z M261.46,1040.76c0.12-7.45,3.24-11.73,11.81-11.84h15.4\n\t\t\t\t\tc7.91,0,13.77,1.85,17.6,5.55c3.82,3.7,5.74,8.28,5.74,13.73c0,4.26-1.06,7.94-3.19,11.06c-2.13,3.12-4.99,5.53-8.58,7.25\n\t\t\t\t\tc-3.59,1.72-7.62,2.58-12.09,2.58h-14.78c-8.65-0.08-11.79-4.36-11.91-11.84V1040.76z M310.72,1121.38\n\t\t\t\t\tc-4.13,3.7-10.96,5.55-20.5,5.55h-16.86c-8.63-0.08-11.77-4.37-11.89-11.84v-18.62c0.12-7.42,3.22-11.7,11.72-11.84h17.75\n\t\t\t\t\tc5.33,0,9.94,1.03,13.83,3.09c3.89,2.06,6.89,4.84,8.99,8.32c2.11,3.48,3.16,7.31,3.16,11.48\n\t\t\t\t\tC316.91,1113.07,314.85,1117.69,310.72,1121.38z"/>\n\t\t\t\t<path class="st0" d="M432.08,1096.47c-1.32-2.42-0.68-6.41,2.72-8.58c0,0-0.01,0-0.02,0c5.79-3.3,10.21-7.7,13.25-13.21\n\t\t\t\t\tc3.38-6.13,5.06-13.23,5.06-21.31c0-8.12-1.68-15.29-5.03-21.5c-3.35-6.21-8.41-11.08-15.18-14.6\n\t\t\t\t\tc-6.77-3.52-15.27-5.29-25.5-5.29h-45c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h15.78\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-35.71c0.03-7.73,3.16-12.15,12.03-12.19h10.86c3.69,0.07,6.16,1.6,7.97,4.65l23.74,44.23\n\t\t\t\t\tc0.36,0.67,1.06,1.09,1.82,1.09h17.96c1.57,0,2.57-1.69,1.82-3.07L432.08,1096.47z M421.26,1074.12\n\t\t\t\t\tc-4.06,1.85-9.32,2.77-15.76,2.77h-13.22c-8.89-0.03-12.03-4.45-12.06-12.19v-23.35c0-7.83,3.15-12.3,12.15-12.3h12.87\n\t\t\t\t\tc6.58,0,11.9,0.98,15.96,2.93c4.06,1.96,7.05,4.76,8.96,8.41c1.91,3.65,2.87,7.97,2.87,12.96c0,4.94-0.95,9.18-2.84,12.7\n\t\t\t\t\tC428.3,1069.59,425.33,1072.27,421.26,1074.12z"/>\n\t\t\t\t<path class="st0" d="M538.43,1013.33c-0.3-0.82-1.07-1.37-1.95-1.37h-20.11c-0.87,0-1.65,0.55-1.95,1.37l-46.03,127.91\n\t\t\t\t\tc-0.49,1.35,0.51,2.77,1.95,2.77h16.73c0.88,0,1.67-0.56,1.96-1.39l8.51-24.59c1.15-3.32,4.51-8.96,11.66-8.96h34.49\n\t\t\t\t\tc6.96,0,10.32,5.34,11.55,8.69l8.59,24.87c0.29,0.83,1.07,1.39,1.96,1.39h16.73c1.43,0,2.43-1.42,1.95-2.77L538.43,1013.33z\n\t\t\t\t\t M536.72,1092.3h-20.54c-7.87,0-7.47-6.56-6.49-9.39l11.59-33.48c1.31-4.7,8.81-4.47,10.35,0l11.69,33.85\n\t\t\t\t\tC544.21,1086.28,544.28,1092.3,536.72,1092.3z"/>\n\t\t\t\t<path class="st0" d="M622.33,1011.96h-15.78c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h15.78\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-127.91C624.4,1012.89,623.47,1011.96,622.33,1011.96z"/>\n\t\t\t\t<path class="st0" d="M757.93,1011.96h-15.59c-1.14,0-2.07,0.93-2.07,2.07v78.86c-0.03,6.53-7.25,7.15-10.52,2.62l-57.27-82.66\n\t\t\t\t\tc-0.39-0.56-1.02-0.89-1.7-0.89h-15.29c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h15.78\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-78.69c0-6.58,7.27-7.2,10.55-2.63l57.18,82.51c0.39,0.56,1.02,0.89,1.7,0.89h15.16\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-127.91C760,1012.89,759.07,1011.96,757.93,1011.96z"/>\n\t\t\t\t<path class="st0" d="M878.54,1092.24c-2.34-4.26-5.41-7.82-9.19-10.7c-3.78-2.88-7.89-5.2-12.31-6.96\n\t\t\t\t\tc-4.43-1.76-8.75-3.16-12.96-4.19l-12.9-3.35c-2.58-0.65-5.26-1.47-8.06-2.48c-2.79-1.01-5.41-2.28-7.83-3.8\n\t\t\t\t\tc-2.43-1.53-4.39-3.43-5.87-5.71c-1.48-2.28-2.22-4.99-2.22-8.12c0-3.74,1.09-7.08,3.26-10.03c2.17-2.94,5.23-5.27,9.19-6.96\n\t\t\t\t\tc3.95-1.7,8.64-2.55,14.06-2.55c7.57,0,13.84,1.69,18.83,5.06c4.52,3.06,7.28,7.24,8.26,12.54c0.18,0.97,1.04,1.67,2.02,1.67\n\t\t\t\t\th15.25c1.21,0,2.17-1.04,2.07-2.25c-0.52-6.18-2.54-11.72-6.07-16.61c-3.95-5.48-9.36-9.79-16.21-12.93\n\t\t\t\t\tc-6.86-3.14-14.75-4.71-23.7-4.71c-8.86,0-16.81,1.58-23.86,4.74c-7.05,3.16-12.64,7.58-16.76,13.25\n\t\t\t\t\tc-4.13,5.67-6.19,12.32-6.19,19.92c0,9.2,3.08,16.59,9.25,22.18c6.17,5.59,14.54,9.82,25.11,12.7l15.6,4.26\n\t\t\t\t\tc4.73,1.25,8.97,2.69,12.73,4.32c3.76,1.63,6.75,3.7,8.96,6.19c2.21,2.49,3.32,5.7,3.32,9.61c0,4.3-1.27,8.05-3.8,11.25\n\t\t\t\t\tc-2.54,3.2-6.01,5.7-10.41,7.48c-4.41,1.78-9.42,2.68-15.06,2.68c-5.11,0-9.81-0.76-14.09-2.29c-4.28-1.53-7.78-3.87-10.51-7.03\n\t\t\t\t\tc-2.39-2.76-3.88-6.14-4.47-10.13c-0.15-1.01-1.02-1.77-2.04-1.77h-15.91c-1.23,0-2.19,1.07-2.07,2.29\n\t\t\t\t\tc0.71,6.99,2.91,13.09,6.59,18.31c4.08,5.78,9.74,10.24,16.96,13.38c7.22,3.14,15.77,4.71,25.66,4.71\n\t\t\t\t\tc10.32,0,19.12-1.68,26.4-5.03c7.28-3.35,12.85-7.93,16.7-13.73c3.85-5.8,5.77-12.44,5.77-19.92\n\t\t\t\t\tC882.05,1101.59,880.88,1096.5,878.54,1092.24z"/>\n\t\t\t</g>\n\t\t</g>\n\t\t<path class="st0" d="M289.29,254.43c69.1-45.25,130.55-55.07,186.97-42.83c0.01,0,0-0.01,0-0.01c23.51,0.92,15.92-14.4,5.15-21.23\n\t\t\tc-14.2-8.56-28.56-16.25-43.08-22.81c-10.55-4.76-20.96-8.85-31.26-12.27l-60.69,16.26c-18.09,4.85-34.58,14.37-47.82,27.61\n\t\t\tl-97.97,97.97c-13.24,13.24-22.76,29.74-27.61,47.82l-3.74,13.95C207.09,320.42,246.4,282.52,289.29,254.43z M714.48,497.59\n\t\t\tc-0.05-0.03-0.11-0.08-0.12-0.09c15.03,7.49,29.2-0.27,10.59-14.65c-120.33-92.09-245.99-170.09-389.15-119.78\n\t\t\tc-74.47,26.17-139.07,76.8-201.13,127.75c-2.12,14.37-1.33,29.06,2.45,43.17l12.07,45.06c0.11-0.08,0.22-0.17,0.33-0.25\n\t\t\tc75.27-58.2,153.1-118.38,248.77-141.3C504.89,411.96,612.09,445.49,714.48,497.59z M833.7,444.73\n\t\t\tc14.5,9.16,28.51,17.12,42.1,23.93l-33.15-123.72c-4.85-18.09-14.37-34.58-27.61-47.82l-97.97-97.97\n\t\t\tc-13.24-13.24-29.73-22.76-47.82-27.61l-133.82-35.86c-18.09-4.85-37.13-4.85-55.22,0l-31.22,8.37\n\t\t\tc77.1,42.29,136.88,81.54,228.29,171.94C766.96,404.69,781.65,411.85,833.7,444.73z M421.44,742.77\n\t\t\tc-61.75-1.17-114.61,10.93-163.21,30.51l40.33,40.33c13.24,13.24,29.74,22.76,47.82,27.61l133.83,35.86\n\t\t\tc18.09,4.85,37.13,4.85,55.22,0l133.82-35.86c18.09-4.85,34.58-14.37,47.82-27.61l2.6-2.6\n\t\t\tC621.09,773.07,521.26,744.65,421.44,742.77L421.44,742.77z M881.84,499.71c-95.32-48.27-157.65-108.49-173.11-124.07\n\t\t\tc-72.69-73.28-241.37-239.88-414.2-113.2c-44.87,32.88-89.16,73.07-130.31,115.24l-19.28,71.95\n\t\t\tc55.82-44.72,114.62-86.79,182.4-110.61c177.55-62.39,324.4,53.3,466.42,165.19c26.23,20.66,51.72,40.74,76.83,59.22l7.83-29.23\n\t\t\tc2.44-9.11,3.65-18.46,3.63-27.81C882.06,504.16,881.98,501.94,881.84,499.71z M400.5,446.8\n\t\t\tc-93.67,22.44-170.67,81.98-245.15,139.56c-1.16,0.9-2.33,1.8-3.49,2.7l21.1,78.76c1.84,6.86,4.36,13.49,7.49,19.8\n\t\t\tc9.76-6.99,19.43-14.02,29.03-21c80.84-58.82,164.44-119.64,276.14-132.53c121.16-13.97,249.09,27.52,371.12,81.09l5.43-20.27\n\t\t\tC718.58,504.37,557.93,409.09,400.5,446.8z M488.55,559.41c-66.31,7.65-121.53,32.87-173.81,65.39\n\t\t\tc-18.62,11.99-11.52,24.4,6.34,19.15c0.02-0.01,0.03-0.01,0.05-0.01c35.83-11.53,75.35-18.36,120.95-18.11\n\t\t\tc128.48,0.73,255.36,37.11,379.63,82.4c9.77-11.79,16.95-25.55,20.94-40.41l7.43-27.71C730.12,587.19,604.93,545.99,488.55,559.41\n\t\t\tz M200.28,715.32c0.1,0.11,0.2,0.22,0.3,0.32l38.02,38.02c53.89-23.09,112.87-37.71,183.32-36.38\n\t\t\tc107.21,2.04,213.25,33.18,317.45,74.02l75.42-75.42c-122.31-44.37-247.04-79.78-372.76-80.49\n\t\t\tC339.3,634.82,270.16,669.68,200.28,715.32z"/>\n\t</g>\n</g>\n<g id="Margins" class="st1">\n\t<path class="st2" d="M546.76,1261.11H497.1c-8.81-0.08-11.9-4.53-11.9-12.29v-15.83c0-7.8,3.12-12.26,12.03-12.3h44.45\n\t\tc1.14,0,2.07-0.93,2.07-2.07v-12.95c0-1.14-0.93-2.07-2.07-2.07h-44.78c-8.64-0.16-11.69-4.59-11.69-12.29v-15.64\n\t\tc0-7.83,3.15-12.3,12.15-12.3h48.64c1.14,0,2.07-0.93,2.07-2.07v-13.01c0-1.14-0.93-2.07-2.07-2.07h-78.65\n\t\tc-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h79.42c1.14,0,2.07-0.93,2.07-2.07v-13.01\n\t\tC548.83,1262.04,547.91,1261.11,546.76,1261.11z"/>\n\t<path class="st2" d="M114.9,599.42v49.66c-0.08,8.81-4.53,11.9-12.29,11.9H86.77c-7.8,0-12.26-3.12-12.3-12.03v-44.45\n\t\tc0-1.14-0.93-2.07-2.07-2.07H59.46c-1.14,0-2.07,0.93-2.07,2.07v44.78c-0.16,8.64-4.59,11.69-12.29,11.69H29.45\n\t\tc-7.83,0-12.3-3.15-12.3-12.15v-48.64c0-1.14-0.93-2.07-2.07-2.07H2.07c-1.14,0-2.07,0.93-2.07,2.07v78.65\n\t\tc0,1.14,0.93,2.07,2.07,2.07h127.91c1.14,0,2.07-0.93,2.07-2.07v-79.42c0-1.14-0.93-2.07-2.07-2.07h-13.01\n\t\tC115.83,597.35,114.9,598.28,114.9,599.42z"/>\n\t<path class="st2" d="M996.95,599.42v49.66c-0.08,8.81-4.53,11.9-12.29,11.9h-15.83c-7.8,0-12.26-3.12-12.3-12.03v-44.45\n\t\tc0-1.14-0.93-2.07-2.07-2.07h-12.95c-1.14,0-2.07,0.93-2.07,2.07v44.78c-0.16,8.64-4.59,11.69-12.29,11.69h-15.64\n\t\tc-7.83,0-12.3-3.15-12.3-12.15v-48.64c0-1.14-0.93-2.07-2.07-2.07h-13.01c-1.14,0-2.07,0.93-2.07,2.07v78.65\n\t\tc0,1.14,0.93,2.07,2.07,2.07h127.91c1.14,0,2.07-0.93,2.07-2.07v-79.42c0-1.14-0.93-2.07-2.07-2.07h-13.01\n\t\tC997.88,597.35,996.95,598.28,996.95,599.42z"/>\n\t<path class="st2" d="M546.76,114.9H497.1c-8.81-0.08-11.9-4.53-11.9-12.29V86.77c0-7.8,3.12-12.26,12.03-12.3h44.45\n\t\tc1.14,0,2.07-0.93,2.07-2.07V59.46c0-1.14-0.93-2.07-2.07-2.07h-44.78c-8.64-0.16-11.69-4.59-11.69-12.29V29.45\n\t\tc0-7.83,3.15-12.3,12.15-12.3h48.64c1.14,0,2.07-0.93,2.07-2.07V2.07c0-1.14-0.93-2.07-2.07-2.07h-78.65\n\t\tc-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h79.42c1.14,0,2.07-0.93,2.07-2.07v-13.01\n\t\tC548.83,115.83,547.91,114.9,546.76,114.9z"/>\n</g>\n</svg>\n';export{c as a,n as b,l as c,h as d,a as e,v as f,e as g,t as h,s as v}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const n=' <svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path d="M16 10H4" stroke="currentColor" stroke-width="2" />\n </svg>';export{n as m}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as r}from"./p-271c61ff.js";import{d as a}from"./p-454bdd5a.js";const t=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"9a0acb29472fee4627c23cd528a601d80fb065d9",class:this.class,innerHTML:a})}};export{t as eds_icon_draft}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as r}from"./p-271c61ff.js";import{c as e}from"./p-1ded61bd.js";const c=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"61506941edc3f2da20a848d8f435241027ee131a",class:this.class,innerHTML:e})}};export{c as eds_icon_chevron_up}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const t='<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" viewBox="0 0 20 20">\n <path stroke="currentColor" stroke-width="2" d="M16 4 4 16m12 0L4 4" />\n </svg>';export{t as c}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as r}from"./p-271c61ff.js";import{u as e}from"./p-46d0716d.js";const t=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"e515aa4524e19bdb254712054ebd6283f22c57c8",class:this.class,innerHTML:e})}};export{t as eds_icon_user}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as i,h as t,g as e}from"./p-271c61ff.js";import{s as r}from"./p-d15065c3.js";const o=class{constructor(t){i(this,t),this.cardTitle=void 0,this.url=void 0,this.description=void 0,this.image=void 0,this.avatar=void 0,this.shortAbbreviation=void 0,this.headingLevel="h5",this.tags="",this.tiny=!1,this.bg=!0,this.withHover=!0,this.external=!1,this.hierarchy=!0}get parsedTags(){if("object"==typeof this.tags)return this.tags;if("string"==typeof this.tags)try{return JSON.parse(this.tags)}catch(i){return console.error("Error parsing links prop:",i),[]}return[]}componentWillLoad(){}parseTags(){return this.tags.split(",")}articleClasses(){return[this.tiny?"min-h-120":"min-h-156",this.bg?"bg-inverse":"bg-default",this.withHover?"effect-shadow hover:shadow-hover cursor-pointer":"","border-softer effect-focus-within relative flex grow flex-col rounded-lg border-2 p-16"].join(" ")}handleClick(){var i;r({category:"ui-component",tag:this.el.tagName.toLowerCase(),name:(null===(i=this.cardTitle)||void 0===i?void 0:i.toLowerCase())||"",action:"click"})}render(){return t("article",{key:"bde34da77105309a05bf36cc1cf24888e62dc826",class:`${this.el.tagName.toLowerCase()} ${this.articleClasses()}`,onClick:()=>this.handleClick()},t("eds-card-title",{key:"521f11ef8f9f13cdc35b27e45e20d0bec81cc3f8","heading-level":this.headingLevel,titleClass:this.image?"f-ui-01":void 0,"card-title":this.cardTitle,url:this.url,"external-link":this.external,hierarchy:this.hierarchy}),this.description&&t("eds-card-desc",{key:"615ccb630818a49e278f1308aa95caec3a02e3fe",class:"mt-8","truncate-lines":"3",description:this.description}),this.image?t("eds-img",{src:this.image,alt:"Sample Image",width:200,height:150}):this.avatar||this.shortAbbreviation?t("eds-avatar",{class:"order-first mb-12",picture:this.avatar,initials:this.shortAbbreviation}):null,t("div",{key:"40cfa7d940136d4bce5de0c2b37fca91187110f8",class:"flex flex-wrap gap-y-4"},this.parsedTags.map(((i,e)=>t("eds-tag",{key:e,intent:i.style,label:i.label})))))}get el(){return e(this)}};o.style=".h-auto{height:auto}.h-full{height:100%}.\\!min-h-20{min-height:1.25rem !important}.min-h-120{min-height:120px}.min-h-156{min-height:156px}.bg-default{background-color:var(--grey-200)}.bg-inverse{background-color:var(--white)}.effect-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}.hover\\:shadow-hover:hover{--tw-shadow:0px 0px 16px rgba(0, 0, 0, 0.2);--tw-shadow-colored:0px 0px 16px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.cursor-pointer{cursor:pointer}.border-soft{border-color:rgba(0, 0, 0, .15 )}.border-softer{border:2px solid rgba(0, 0, 0, .1 )}.effect-focus-within{outline-width:3px;outline-offset:2px;outline-color:var(--green-500)}.effect-focus-within:focus-within{outline-style:solid}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grow{flex-grow:1}.flex-col{flex-direction:column}.rounded-lg{border-radius:16px}.border-2{border-width:2px}.p-12{padding:0.75rem}.p-16{padding:1rem}.mt-6{margin-top:0.375rem}.mt-8{margin-top:0.5rem}.gap-y-4{row-gap:0.25rem}.order-first{order:-9999}.mb-10{margin-bottom:0.625rem}.mb-12{margin-bottom:0.75rem}";export{o as eds_card_tool}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as r}from"./p-271c61ff.js";import{p as e}from"./p-c1e4ef92.js";const t=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"8c4137eb4257ed474f2f6b9f4330504c0b3dd5b3",class:this.class,innerHTML:e})}};export{t as eds_icon_portal}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as r}from"./p-271c61ff.js";import{e}from"./p-27c4a06e.js";const t=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"603d3cb68e01aadbcb05d232773490b93593a4e7",class:this.class,innerHTML:e})}};export{t as eds_icon_edit}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const t='<?xml version="1.0" encoding="utf-8"?>\n\x3c!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\n\t viewBox="0 0 1014.1 1278.26" style="enable-background:new 0 0 1014.1 1278.26;" xml:space="preserve">\n<style type="text/css">\n\t.st0{fill:#383838;}\n\t.st1{fill:url(#SVGID_1_);}\n\t.st3{display:inline;fill:#CCCCCC;}\n</style>\n<g id="Logo">\n\t<g>\n\t\t<g>\n\t\t\t<g>\n\t\t\t\t<path class="st0" d="M213.54,1126.86h-49.66c-8.81-0.08-11.9-4.53-11.9-12.29v-15.83c0-7.8,3.12-12.26,12.03-12.3h44.45\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-12.95c0-1.14-0.93-2.07-2.07-2.07h-44.78c-8.64-0.16-11.69-4.59-11.69-12.29v-15.64\n\t\t\t\t\tc0-7.83,3.15-12.3,12.15-12.3h48.64c1.14,0,2.07-0.93,2.07-2.07v-13.01c0-1.14-0.93-2.07-2.07-2.07h-78.65\n\t\t\t\t\tc-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h79.42c1.14,0,2.07-0.93,2.07-2.07v-13.01\n\t\t\t\t\tC215.61,1127.79,214.69,1126.86,213.54,1126.86z"/>\n\t\t\t\t<path class="st0" d="M322.17,1080.02c-0.58-0.36-1.16-0.69-1.74-1c0,0,0-0.01,0-0.01c-3.47-2.18-2.93-7.68,0-9.44\n\t\t\t\t\tc3.37-2.26,6.07-5.27,8.09-9.03c2.02-3.76,3.03-8.39,3.03-13.89c0-6.53-1.53-12.41-4.58-17.64c-3.05-5.22-7.65-9.37-13.8-12.44\n\t\t\t\t\tc-6.15-3.07-13.91-4.61-23.28-4.61h-46.29c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h48.54\n\t\t\t\t\tc10.23,0,18.63-1.56,25.21-4.68c6.58-3.12,11.44-7.35,14.6-12.7c3.16-5.35,4.74-11.4,4.74-18.15c0-6.83-1.38-12.64-4.13-17.41\n\t\t\t\t\tC329.83,1086.31,326.36,1082.62,322.17,1080.02z M261.46,1040.76c0.12-7.45,3.24-11.73,11.81-11.84h15.4\n\t\t\t\t\tc7.91,0,13.77,1.85,17.6,5.55c3.82,3.7,5.74,8.28,5.74,13.73c0,4.26-1.06,7.94-3.19,11.06c-2.13,3.12-4.99,5.53-8.58,7.25\n\t\t\t\t\tc-3.59,1.72-7.62,2.58-12.09,2.58h-14.78c-8.65-0.08-11.79-4.36-11.91-11.84V1040.76z M310.72,1121.38\n\t\t\t\t\tc-4.13,3.7-10.96,5.55-20.5,5.55h-16.86c-8.63-0.08-11.77-4.37-11.89-11.84v-18.62c0.12-7.42,3.22-11.7,11.72-11.84h17.75\n\t\t\t\t\tc5.33,0,9.94,1.03,13.83,3.09c3.89,2.06,6.89,4.84,8.99,8.32c2.11,3.48,3.16,7.31,3.16,11.48\n\t\t\t\t\tC316.91,1113.07,314.85,1117.69,310.72,1121.38z"/>\n\t\t\t\t<path class="st0" d="M432.08,1096.47c-1.32-2.42-0.68-6.41,2.72-8.58c0,0-0.01,0-0.02,0c5.79-3.3,10.21-7.7,13.25-13.21\n\t\t\t\t\tc3.38-6.13,5.06-13.23,5.06-21.31c0-8.12-1.68-15.29-5.03-21.5c-3.35-6.21-8.41-11.08-15.18-14.6\n\t\t\t\t\tc-6.77-3.52-15.27-5.29-25.5-5.29h-45c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h15.78\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-35.71c0.03-7.73,3.16-12.15,12.03-12.19h10.86c3.69,0.07,6.16,1.6,7.97,4.65l23.74,44.23\n\t\t\t\t\tc0.36,0.67,1.06,1.09,1.82,1.09h17.96c1.57,0,2.57-1.69,1.82-3.07L432.08,1096.47z M421.26,1074.12\n\t\t\t\t\tc-4.06,1.85-9.32,2.77-15.76,2.77h-13.22c-8.89-0.03-12.03-4.45-12.06-12.19v-23.35c0-7.83,3.15-12.3,12.15-12.3h12.87\n\t\t\t\t\tc6.58,0,11.9,0.98,15.96,2.93c4.06,1.96,7.05,4.76,8.96,8.41c1.91,3.65,2.87,7.97,2.87,12.96c0,4.94-0.95,9.18-2.84,12.7\n\t\t\t\t\tC428.3,1069.59,425.33,1072.27,421.26,1074.12z"/>\n\t\t\t\t<path class="st0" d="M538.43,1013.33c-0.3-0.82-1.07-1.37-1.95-1.37h-20.11c-0.87,0-1.65,0.55-1.95,1.37l-46.03,127.91\n\t\t\t\t\tc-0.49,1.35,0.51,2.77,1.95,2.77h16.73c0.88,0,1.67-0.56,1.96-1.39l8.51-24.59c1.15-3.32,4.51-8.96,11.66-8.96h34.49\n\t\t\t\t\tc6.96,0,10.32,5.34,11.55,8.69l8.59,24.87c0.29,0.83,1.07,1.39,1.96,1.39h16.73c1.43,0,2.43-1.42,1.95-2.77L538.43,1013.33z\n\t\t\t\t\t M536.72,1092.3h-20.54c-7.87,0-7.47-6.56-6.49-9.39l11.59-33.48c1.31-4.7,8.81-4.47,10.35,0l11.69,33.85\n\t\t\t\t\tC544.21,1086.28,544.28,1092.3,536.72,1092.3z"/>\n\t\t\t\t<path class="st0" d="M622.33,1011.96h-15.78c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h15.78\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-127.91C624.4,1012.89,623.47,1011.96,622.33,1011.96z"/>\n\t\t\t\t<path class="st0" d="M757.93,1011.96h-15.59c-1.14,0-2.07,0.93-2.07,2.07v78.86c-0.03,6.53-7.25,7.15-10.52,2.62l-57.27-82.66\n\t\t\t\t\tc-0.39-0.56-1.02-0.89-1.7-0.89h-15.29c-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h15.78\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-78.69c0-6.58,7.27-7.2,10.55-2.63l57.18,82.51c0.39,0.56,1.02,0.89,1.7,0.89h15.16\n\t\t\t\t\tc1.14,0,2.07-0.93,2.07-2.07v-127.91C760,1012.89,759.07,1011.96,757.93,1011.96z"/>\n\t\t\t\t<path class="st0" d="M878.54,1092.24c-2.34-4.26-5.41-7.82-9.19-10.7c-3.78-2.88-7.89-5.2-12.31-6.96\n\t\t\t\t\tc-4.43-1.76-8.75-3.16-12.96-4.19l-12.9-3.35c-2.58-0.65-5.26-1.47-8.06-2.48c-2.79-1.01-5.41-2.28-7.83-3.8\n\t\t\t\t\tc-2.43-1.53-4.39-3.43-5.87-5.71c-1.48-2.28-2.22-4.99-2.22-8.12c0-3.74,1.09-7.08,3.26-10.03c2.17-2.94,5.23-5.27,9.19-6.96\n\t\t\t\t\tc3.95-1.7,8.64-2.55,14.06-2.55c7.57,0,13.84,1.69,18.83,5.06c4.52,3.06,7.28,7.24,8.26,12.54c0.18,0.97,1.04,1.67,2.02,1.67\n\t\t\t\t\th15.25c1.21,0,2.17-1.04,2.07-2.25c-0.52-6.18-2.54-11.72-6.07-16.61c-3.95-5.48-9.36-9.79-16.21-12.93\n\t\t\t\t\tc-6.86-3.14-14.75-4.71-23.7-4.71c-8.86,0-16.81,1.58-23.86,4.74c-7.05,3.16-12.64,7.58-16.76,13.25\n\t\t\t\t\tc-4.13,5.67-6.19,12.32-6.19,19.92c0,9.2,3.08,16.59,9.25,22.18c6.17,5.59,14.54,9.82,25.11,12.7l15.6,4.26\n\t\t\t\t\tc4.73,1.25,8.97,2.69,12.73,4.32c3.76,1.63,6.75,3.7,8.96,6.19c2.21,2.49,3.32,5.7,3.32,9.61c0,4.3-1.27,8.05-3.8,11.25\n\t\t\t\t\tc-2.54,3.2-6.01,5.7-10.41,7.48c-4.41,1.78-9.42,2.68-15.06,2.68c-5.11,0-9.81-0.76-14.09-2.29c-4.28-1.53-7.78-3.87-10.51-7.03\n\t\t\t\t\tc-2.39-2.76-3.88-6.14-4.47-10.13c-0.15-1.01-1.02-1.77-2.04-1.77h-15.91c-1.23,0-2.19,1.07-2.07,2.29\n\t\t\t\t\tc0.71,6.99,2.91,13.09,6.59,18.31c4.08,5.78,9.74,10.24,16.96,13.38c7.22,3.14,15.77,4.71,25.66,4.71\n\t\t\t\t\tc10.32,0,19.12-1.68,26.4-5.03c7.28-3.35,12.85-7.93,16.7-13.73c3.85-5.8,5.77-12.44,5.77-19.92\n\t\t\t\t\tC882.05,1101.59,880.88,1096.5,878.54,1092.24z"/>\n\t\t\t</g>\n\t\t</g>\n\t\t<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="249.5635" y1="764.6226" x2="766.0477" y2="248.1384">\n\t\t\t<stop offset="0" style="stop-color:#00A595"/>\n\t\t\t<stop offset="0.4813" style="stop-color:#00C959"/>\n\t\t\t<stop offset="1" style="stop-color:#9CE142"/>\n\t\t</linearGradient>\n\t\t<path class="st1" d="M289.29,254.43c69.1-45.25,130.55-55.07,186.97-42.83c0.01,0,0-0.01,0-0.01c23.51,0.92,15.92-14.4,5.15-21.23\n\t\t\tc-14.2-8.56-28.56-16.25-43.08-22.81c-10.55-4.76-20.96-8.85-31.26-12.27l-60.69,16.26c-18.09,4.85-34.58,14.37-47.82,27.61\n\t\t\tl-97.97,97.97c-13.24,13.24-22.76,29.74-27.61,47.82l-3.74,13.95C207.09,320.42,246.4,282.52,289.29,254.43z M714.48,497.59\n\t\t\tc-0.05-0.03-0.11-0.08-0.12-0.09c15.03,7.49,29.2-0.27,10.59-14.65c-120.33-92.09-245.99-170.09-389.15-119.78\n\t\t\tc-74.47,26.17-139.07,76.8-201.13,127.75c-2.12,14.37-1.33,29.06,2.45,43.17l12.07,45.06c0.11-0.08,0.22-0.17,0.33-0.25\n\t\t\tc75.27-58.2,153.1-118.38,248.77-141.3C504.89,411.96,612.09,445.49,714.48,497.59z M833.7,444.73\n\t\t\tc14.5,9.16,28.51,17.12,42.1,23.93l-33.15-123.72c-4.85-18.09-14.37-34.58-27.61-47.82l-97.97-97.97\n\t\t\tc-13.24-13.24-29.73-22.76-47.82-27.61l-133.82-35.86c-18.09-4.85-37.13-4.85-55.22,0l-31.22,8.37\n\t\t\tc77.1,42.29,136.88,81.54,228.29,171.94C766.96,404.69,781.65,411.85,833.7,444.73z M421.44,742.77\n\t\t\tc-61.75-1.17-114.61,10.93-163.21,30.51l40.33,40.33c13.24,13.24,29.74,22.76,47.82,27.61l133.83,35.86\n\t\t\tc18.09,4.85,37.13,4.85,55.22,0l133.82-35.86c18.09-4.85,34.58-14.37,47.82-27.61l2.6-2.6\n\t\t\tC621.09,773.07,521.26,744.65,421.44,742.77L421.44,742.77z M881.84,499.71c-95.32-48.27-157.65-108.49-173.11-124.07\n\t\t\tc-72.69-73.28-241.37-239.88-414.2-113.2c-44.87,32.88-89.16,73.07-130.31,115.24l-19.28,71.95\n\t\t\tc55.82-44.72,114.62-86.79,182.4-110.61c177.55-62.39,324.4,53.3,466.42,165.19c26.23,20.66,51.72,40.74,76.83,59.22l7.83-29.23\n\t\t\tc2.44-9.11,3.65-18.46,3.63-27.81C882.06,504.16,881.98,501.94,881.84,499.71z M400.5,446.8\n\t\t\tc-93.67,22.44-170.67,81.98-245.15,139.56c-1.16,0.9-2.33,1.8-3.49,2.7l21.1,78.76c1.84,6.86,4.36,13.49,7.49,19.8\n\t\t\tc9.76-6.99,19.43-14.02,29.03-21c80.84-58.82,164.44-119.64,276.14-132.53c121.16-13.97,249.09,27.52,371.12,81.09l5.43-20.27\n\t\t\tC718.58,504.37,557.93,409.09,400.5,446.8z M488.55,559.41c-66.31,7.65-121.53,32.87-173.81,65.39\n\t\t\tc-18.62,11.99-11.52,24.4,6.34,19.15c0.02-0.01,0.03-0.01,0.05-0.01c35.83-11.53,75.35-18.36,120.95-18.11\n\t\t\tc128.48,0.73,255.36,37.11,379.63,82.4c9.77-11.79,16.95-25.55,20.94-40.41l7.43-27.71C730.12,587.19,604.93,545.99,488.55,559.41\n\t\t\tz M200.28,715.32c0.1,0.11,0.2,0.22,0.3,0.32l38.02,38.02c53.89-23.09,112.87-37.71,183.32-36.38\n\t\t\tc107.21,2.04,213.25,33.18,317.45,74.02l75.42-75.42c-122.31-44.37-247.04-79.78-372.76-80.49\n\t\t\tC339.3,634.82,270.16,669.68,200.28,715.32z"/>\n\t</g>\n</g>\n<g id="Margins" class="st2">\n\t<path class="st3" d="M546.76,1261.11H497.1c-8.81-0.08-11.9-4.53-11.9-12.29v-15.83c0-7.8,3.12-12.26,12.03-12.3h44.45\n\t\tc1.14,0,2.07-0.93,2.07-2.07v-12.95c0-1.14-0.93-2.07-2.07-2.07h-44.78c-8.64-0.16-11.69-4.59-11.69-12.29v-15.64\n\t\tc0-7.83,3.15-12.3,12.15-12.3h48.64c1.14,0,2.07-0.93,2.07-2.07v-13.01c0-1.14-0.93-2.07-2.07-2.07h-78.65\n\t\tc-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h79.42c1.14,0,2.07-0.93,2.07-2.07v-13.01\n\t\tC548.83,1262.04,547.91,1261.11,546.76,1261.11z"/>\n\t<path class="st3" d="M114.9,599.42v49.66c-0.08,8.81-4.53,11.9-12.29,11.9H86.77c-7.8,0-12.26-3.12-12.3-12.03v-44.45\n\t\tc0-1.14-0.93-2.07-2.07-2.07H59.46c-1.14,0-2.07,0.93-2.07,2.07v44.78c-0.16,8.64-4.59,11.69-12.29,11.69H29.45\n\t\tc-7.83,0-12.3-3.15-12.3-12.15v-48.64c0-1.14-0.93-2.07-2.07-2.07H2.07c-1.14,0-2.07,0.93-2.07,2.07v78.65\n\t\tc0,1.14,0.93,2.07,2.07,2.07h127.91c1.14,0,2.07-0.93,2.07-2.07v-79.42c0-1.14-0.93-2.07-2.07-2.07h-13.01\n\t\tC115.83,597.35,114.9,598.28,114.9,599.42z"/>\n\t<path class="st3" d="M996.95,599.42v49.66c-0.08,8.81-4.53,11.9-12.29,11.9h-15.83c-7.8,0-12.26-3.12-12.3-12.03v-44.45\n\t\tc0-1.14-0.93-2.07-2.07-2.07h-12.95c-1.14,0-2.07,0.93-2.07,2.07v44.78c-0.16,8.64-4.59,11.69-12.29,11.69h-15.64\n\t\tc-7.83,0-12.3-3.15-12.3-12.15v-48.64c0-1.14-0.93-2.07-2.07-2.07h-13.01c-1.14,0-2.07,0.93-2.07,2.07v78.65\n\t\tc0,1.14,0.93,2.07,2.07,2.07h127.91c1.14,0,2.07-0.93,2.07-2.07v-79.42c0-1.14-0.93-2.07-2.07-2.07h-13.01\n\t\tC997.88,597.35,996.95,598.28,996.95,599.42z"/>\n\t<path class="st3" d="M546.76,114.9H497.1c-8.81-0.08-11.9-4.53-11.9-12.29V86.77c0-7.8,3.12-12.26,12.03-12.3h44.45\n\t\tc1.14,0,2.07-0.93,2.07-2.07V59.46c0-1.14-0.93-2.07-2.07-2.07h-44.78c-8.64-0.16-11.69-4.59-11.69-12.29V29.45\n\t\tc0-7.83,3.15-12.3,12.15-12.3h48.64c1.14,0,2.07-0.93,2.07-2.07V2.07c0-1.14-0.93-2.07-2.07-2.07h-78.65\n\t\tc-1.14,0-2.07,0.93-2.07,2.07v127.91c0,1.14,0.93,2.07,2.07,2.07h79.42c1.14,0,2.07-0.93,2.07-2.07v-13.01\n\t\tC548.83,115.83,547.91,114.9,546.76,114.9z"/>\n</g>\n</svg>\n';export{t as v}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as r}from"./p-271c61ff.js";import{v as a}from"./p-f2abe4d8.js";const c=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"18dbaa801845137982847a9cfc4a9ca1ff729b0d",class:this.class,innerHTML:a})}};export{c as eds_icon_view}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as e,h as o,g as t}from"./p-271c61ff.js";import{s}from"./p-d15065c3.js";import{c as i}from"./p-112122d6.js";const r=i([],{variants:{color:["green","yellow","among-blue","purple"].reduce(((e,o)=>Object.assign(Object.assign({},e),{[o]:""})),{}),direction:{top:"",bottom:""},pseudo:{true:"before:effect-opacity effect-bg-behind",false:""},hover:{true:"before:opacity-0 hover:before:opacity-100",false:""}},compoundVariants:[{color:"green",direction:"top",pseudo:!0,class:"before:bg-gradient-01-top"},{color:"green",pseudo:!0,direction:"bottom",class:"before:bg-gradient-01-bottom"},{color:"green",direction:"top",pseudo:!1,class:"bg-gradient-01-top"},{color:"green",pseudo:!1,direction:"bottom",class:"bg-gradient-01-bottom"},{color:"yellow",direction:"top",pseudo:!0,class:"before:bg-gradient-02-top"},{color:"yellow",direction:"bottom",pseudo:!0,class:"before:bg-gradient-02-bottom"},{color:"yellow",direction:"top",pseudo:!1,class:"bg-gradient-02-top"},{color:"yellow",direction:"bottom",pseudo:!1,class:"bg-gradient-02-bottom"},{color:"purple",direction:"top",pseudo:!0,class:"before:bg-gradient-03-top"},{color:"purple",direction:"bottom",pseudo:!0,class:"before:bg-gradient-03-bottom"},{color:"purple",direction:"top",pseudo:!1,class:"bg-gradient-03-top"},{color:"purple",direction:"bottom",pseudo:!1,class:"bg-gradient-03-bottom"},{color:"among-blue",direction:"top",pseudo:!0,class:"before:bg-gradient-04-top"},{color:"among-blue",direction:"bottom",pseudo:!0,class:"before:bg-gradient-04-bottom"},{color:"among-blue",direction:"top",pseudo:!1,class:"bg-gradient-04-top"},{color:"among-blue",direction:"bottom",pseudo:!1,class:"bg-gradient-04-bottom"}],defaultVariants:{direction:"top",pseudo:!0}}),d=class{constructor(o){e(this,o),this.image=void 0,this.editorialTitle=void 0,this.headingLevel="h3",this.categoryTitle=void 0,this.color=void 0,this.bgOnHover=!1,this.vertical=!1,this.titleProject=void 0,this.url=void 0,this.parsedImage=null}componentWillLoad(){if(this.image)try{this.parsedImage=JSON.parse(this.image)}catch(e){}}handleClick(e){var o;e.preventDefault(),s({category:"ui-component",tag:this.el.tagName.toLowerCase(),name:(null===(o=this.titleProject)||void 0===o?void 0:o.toLowerCase())||"",action:"click"})}render(){var e;const t=["min-h-156 border-inside after:border-softest @container overflow-hidden border-0 after:rounded-lg",this.color?r({color:this.color,hover:this.bgOnHover,class:"before:border-2 before:rounded-lg before:border-softest"}):"bg-default",this.bgOnHover&&this.color?"effect-background bg-default focus-within:bg-transparent hover:bg-transparent":"effect-background hover:bg-default",this.vertical?"flex-col gap-y-16":"flex-col gap-x-16 gap-y-12 lg:flex-row"].join(" "),s=this.vertical?"":"max-w-120 @md:max-w-192 order-first w-full lg:order-last";return o("article",{key:"5f72c2dc52a8ef7edb004c6cf9a2035097c5aa28",class:t,onClick:e=>this.handleClick(e)},o("div",{key:"145809ee5e4800d852bb6d9b84a023160098f3c4",class:"flex grow flex-col "+(this.vertical?"min-h-156":"")},o("div",{key:"3d77551f7518cf63f16daffc7d59a2dd23b66148",class:"lg:max-w-[720px]"},o("eds-card-title",{key:"715a73ee7a013d13ef5e9f3f180eedf043998d76","heading-level":this.headingLevel,titleClass:this.image?"f-ui-01":void 0,"card-title":this.titleProject,url:this.url}),this.editorialTitle&&o("span",{key:"418fc9fe39b480f4d1c9e99f2ef4361a6ad3827f",class:"block "+(this.vertical?"f-ui-02":"mt-4 f-heading-06")},this.editorialTitle)),this.categoryTitle&&o("div",{key:"58764ae4d610e2d1205cf09b7274a14a8bfb5694",class:"mt-auto flex items-center gap-x-12 pt-12"},(null===(e=this.categoryTitle)||void 0===e?void 0:e.length)&&o("eds-tag",{key:"c552bbc88aca3e3b114aef1fbd3e3bdf3e334624",label:this.categoryTitle}))),this.parsedImage&&o("div",{key:"3e85ad957b7d782cc228a508ce8e76ccb7490a9c",class:s},o("div",{key:"77e161fd2deb2c6ec3e30ad0ef34f934ba9197d1",class:"aspect-1x1 w-full"},o("eds-img",Object.assign({key:"e9f0f4982bddba64ee979490024af471f4e9d8f8",sizes:this.vertical?this.parsedImage.sizes||"":"192px"},this.parsedImage)))))}get el(){return t(this)}};export{d as eds_card_project}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as i,h as t,g as e}from"./p-271c61ff.js";import{p as r}from"./p-69c5074b.js";import{s as o}from"./p-d15065c3.js";const s=class{constructor(t){i(this,t),this.parentContext=null,this.cardTitle=void 0,this.url=void 0,this.description=void 0,this.image=void 0,this.avatar=void 0,this.shortAbbreviation=void 0,this.headingLevel="h3",this.tags=[],this.tiny=!1,this.bg=!0,this.withHover=!0,this.hierarchy=!0,this.parsedImage=null}componentWillLoad(){if(this.image)try{"object"==typeof this.image?this.parsedImage=this.image:"string"==typeof this.image&&(this.parsedImage=JSON.parse(this.image))}catch(i){console.error("Error parsing image prop:",i),this.parsedImage={}}}handleParentContext(i){i.target===this.el&&(this.parentContext=i.detail,i.stopPropagation())}get parsedTags(){return r(this.tags)}articleClasses(){return[this.description?this.tiny?"min-h-120":"min-h-156":"h-auto",this.bg?"bg-inverse":"bg-default",this.withHover?"effect-shadow hover:shadow-hover cursor-pointer":"","border-softer effect-focus-within relative flex grow flex-col rounded-lg border-2 p-16"].join(" ")}handleClick(){var i;o({category:"ui-component",parentContext:this.parentContext,tag:this.el.tagName.toLowerCase(),name:(null===(i=this.cardTitle)||void 0===i?void 0:i.toLowerCase())||"",action:"click"})}render(){return t("article",{key:"76e77261a0c6e0c506fe7600d31a492808293d27",class:this.articleClasses(),onClick:()=>this.handleClick()},t("eds-card-title",{key:"ca26508b05a31310df7fc0c3fa5769f7947e80fc","heading-level":this.headingLevel,titleClass:this.image?"f-ui-01":void 0,"card-title":this.cardTitle,url:this.url,hierarchy:this.hierarchy}),t("div",{key:"00ba325e6a0093cb2be35854f2bcb579ad4eb35b",class:"mt-8 mb-8"},this.description&&t("eds-card-desc",{key:"2d775f772092b7873dd1eabc7c3e8606dded0c47","truncate-lines":"3",description:this.description})),this.parsedImage?t("eds-img",Object.assign({class:"mt-8 block mx-auto"},this.parsedImage)):this.avatar||this.shortAbbreviation?t("eds-avatar",{class:"order-first mb-12",picture:this.avatar,initials:this.shortAbbreviation}):null,t("div",{key:"e51237f8196212715d1d97ae1e6bfc2625573cb3",class:"flex flex-wrap gap-y-4 gap-x-1"},this.parsedTags.map(((i,e)=>t("eds-tag",{key:e,intent:i.style,label:i.label,size:i.size}))))," ")}get el(){return e(this)}};s.style=".h-auto{height:auto}.h-full{height:100%}.\\!min-h-20{min-height:1.25rem !important}.min-h-120{min-height:120px}.min-h-156{min-height:156px}.bg-default{background-color:var(--grey-200)}.bg-inverse{background-color:var(--white)}.effect-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}.hover\\:shadow-hover:hover{--tw-shadow:0px 0px 16px rgba(0, 0, 0, 0.2);--tw-shadow-colored:0px 0px 16px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.cursor-pointer{cursor:pointer}.border-soft{border-color:rgba(0, 0, 0, .15)}.border-softer{border:2px solid rgba(0, 0, 0, .1)}.effect-focus-within{outline-width:3px;outline-offset:2px;outline-color:var(--green-500)}.effect-focus-within:focus-within{outline-style:solid}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inline{display:inline}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.inline-flex{display:inline-flex}.grow{flex-grow:1}.flex-col{flex-direction:column}.rounded-lg{border-radius:16px}.border-2{border-width:2px}.p-12{padding:0.75rem}.p-16{padding:1rem}.mt-6{margin-top:0.375rem}.mt-8{margin-top:0.5rem}.gap-x-1{-moz-column-gap:0.0625rem;column-gap:0.0625rem}.gap-y-4{row-gap:0.25rem}.order-first{order:-9999}.mb-8{margin-bottom:0.5rem}.mb-10{margin-bottom:0.625rem}.mb-12{margin-bottom:0.75rem}.mx-auto{margin-left:auto;margin-right:auto}.block{display:block}";export{s as eds_card_generic}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as c}from"./p-271c61ff.js";import{p as r}from"./p-024c7937.js";const t=class{constructor(c){s(this,c),this.class=""}render(){return c("span",{key:"992b0db1543110d0561199c44407129fcd1c0c2f",class:this.class,innerHTML:r})}};export{t as eds_icon_public}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as r}from"./p-271c61ff.js";import{s as a}from"./p-58967f53.js";const t=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"d17186a319ab9a5755330b641aa4620cb811c7ae",class:this.class,innerHTML:a})}};export{t as eds_icon_start}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as t,h as e}from"./p-271c61ff.js";const a=class{constructor(e){t(this,e),this.applications=void 0}getParsedApplications(){let t=[];if("string"==typeof this.applications)try{t=JSON.parse(this.applications||"[]")}catch(e){console.error("Invalid applications trl JSON",e),t=[]}else Array.isArray(this.applications)&&(t=this.applications);return t}calculateProgress(t){return Math.ceil(t/9*100)}render(){const t=this.getParsedApplications().map((t=>({Application:t.name,"Current TRL Stage":`TRL ${t.currentTrl}`,Progress:e("div",{class:"w-[200px]"},e("eds-progress-bar",{value:this.calculateProgress(t.currentTrl)}))})));return e("div",{key:"082770e1b722223f6adb457db7f98950df4aa8df",class:"container mx-auto px-4 py-8"},e("eds-table",{key:"b79b7cb53e045cb9b3a640ded6a4d841579112b8","table-data":JSON.stringify(t),config:JSON.stringify({Application:{format:"code"},"Current TRL Stage":{format:"text"}}),"rows-per-page":"2","pagination-enabled":"true","search-enabled":"true","column-size":"default"}))}};export{a as eds_trl}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as e,c as t,h as i,g as r}from"./p-271c61ff.js";const n=class{constructor(i){e(this,i),this.cookies=t(this,"cookies",7),this.backToTop=()=>{window.scrollTo({top:0,behavior:"smooth"})},this.social=!1,this.enableScrollTop=!1,this.fundedBy="EBRAINS is funded by the Horizon Europe Framework Programme.",this.rightsReserved=`${(new Date).getFullYear()} EBRAINS. All rights reserved.`,this.cookiesPreferences="Cookies preferences",this.enableCookiesSettings=!1,this.backToTopAriaLabel="Back to Top",this.showMatomoNotice=!1}componentDidLoad(){var e;this.backBtn=null===(e=this.el.shadowRoot)||void 0===e?void 0:e.querySelector("#toTop")}handleScroll(){if(!this.backBtn)return;const e=window.scrollY>100&&document.body.scrollHeight>window.innerHeight;this.backBtn.style.opacity=e?"1":"0",this.backBtn.style.pointerEvents=e?"auto":"none";const t=this.backBtn.querySelector("eds-button");t&&(t.removeAttribute("aria-hidden"),t.setAttribute("tabindex",e?"0":"-1"))}toggleCookiesConsent(){this.cookies.emit("toggle")}render(){const e=(new Date).getFullYear(),t=this.rightsReserved||`${e} EBRAINS. All rights reserved.`;return i("footer",{key:"bf9d98eea0bd151bf87818b770e85fe0cfa1044f"},this.social?i("div",{class:"border-softest border-t-2 pt-20 md:pt-28"},i("div",{class:"container pb-20"},i("div",{class:"grid-layout"},i("div",{class:"grid-col-span-12 lg:grid-col-span-5"},i("eds-social-networks",{class:"mt-28"}))))):null,i("div",{key:"c0058cd32e2904e4e08ec46b99a0cbbabb5df588",class:`border-softest ${this.social?"border-t-2":""} pb-28 pt-20 md:pt-28`},i("div",{key:"4f2993ccded30ca66da34eca632b62abf02e06d5",class:"container flex items-center gap-20 lg:flex-nowrap"},i("div",{key:"81efd584b5de410522d338bb6ab4b53096a36868",class:"flex items-center gap-x-12"},i("a",{key:"5a641163b3cb1549ee886e9029b65a012b31cd85",target:"_blank",rel:"noopener noreferrer",class:"effect-focus focus-visible:rounded-xs flex w-[54px] ml-0",href:"https://research-and-innovation.ec.europa.eu/funding/funding-opportunities/funding-programmes-and-open-calls/horizon-europe_en","aria-label":"Learn about Horizon Europe funding"},i("eds-img",{key:"6428f6d0b70f802a7eaa81fcce7641f754c0071a",width:63,height:50,src:"https://www.ebrains.eu/flags/4x3/eu.svg",alt:"European Union Flag"}))),i("div",{key:"c3612f7c694abd66831a6c04f2d9f98bc9f8a2dd"},i("div",{key:"7d16c929479ee8db9d981d6178f17fd832184e29",class:"f-ui-02 text-light"},i("p",{key:"86c6e3eec115a886a37618963e973004f130950e"},this.fundedBy),i("div",{key:"13e4e3925ea8f76865684cba29c91653bba0c45d",class:"mt-4 flex flex-wrap gap-12 lg:flex-nowrap inline-block"},i("span",{key:"21c77485fffbe352edb8501dab07fd6628de62ba",class:"effect-focus !no-underline decoration-2 underline-offset-4 hover:!underline mr-4"},"© ",t),this.enableCookiesSettings?i("eds-link",{label:this.cookiesPreferences,intent:"underline",size:"small",onClick:()=>{this.toggleCookiesConsent()}}):null))),i("div",{key:"1c8417017493de5e446bfdeec248948d920c1a95",class:"ml-auto pl-12"},this.enableScrollTop?i("div",{id:"toTop",class:"transition-all transition duration-75 opacity-0"},i("eds-button",{id:"backToTop","aria-label":this.backToTopAriaLabel,intent:"ghostInverse",icon:"chevron-up",onClick:this.backToTop,tabindex:"-1"})):null))))}get el(){return r(this)}};n.style="p{margin:0}.cursor-pointer{cursor:pointer}.ml-4{margin-left:0.25rem}.container{width:calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));margin-right:auto;margin-left:auto}.container>*{--container-outer-gutter:0;--breakout-container-outer-gutter:0}.bg-darker{background-color:var(--grey-400)}.border-softest{border-color:rgba(0, 0, 0, .05)}.border-t-2{border-top-width:2px}.pt-20{padding-top:1.25rem}.pb-28{padding-bottom:1.75rem}.grid-layout{display:grid;grid-template-columns:repeat(var(--container-grid-columns, var(--grid-columns)), 1fr);grid-gap:var(--inner-gutter)}.grid-col-span-12{--container-grid-columns:12;grid-column:span 12 / span 12}.mt-28{margin-top:1.75rem}.gap-y-12{row-gap:0.75rem}.gap-x-12{-moz-column-gap:0.75rem;column-gap:0.75rem}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-20{gap:1.25rem}.effect-focus{outline-width:3px;outline-offset:2px;outline-color:var(--green-500)}.focus-visible\\:rounded-xs:focus-visible{border-radius:4px}.flex{display:flex}.w-\\[54px\\]{width:54px}.ml-0{margin-left:0rem}.order-last{order:9999}.w-full{width:100%}.f-ui-04{font-family:var(--f-ui-04-fontFamily);font-weight:var(--f-ui-04-fontWeight);font-size:var(--f-ui-04-fontSize);line-height:var(--f-ui-04-lineHeight);letter-spacing:var(--f-ui-04-letterSpacing)}.text-light{color:var(--grey-700)}.mt-4{margin-top:0.25rem}.mr-4{margin-right:0.25rem}.gap-12{gap:0.75rem}.inline-block{display:inline-block}.\\!no-underline{text-decoration-line:none !important}.decoration-2{text-decoration-thickness:2px}.underline-offset-4{text-underline-offset:4px}.hover\\:\\!underline:hover{text-decoration-line:underline !important}.ml-auto{margin-left:auto}.pl-12{padding-left:0.75rem}.opacity-0{opacity:0}@media (min-width: 750px){.md\\:pt-28{padding-top:1.75rem}}@media (min-width: 900px){.lg\\:grid-col-span-5{--container-grid-columns:5;grid-column:span 5 / span 5}.lg\\:grid-col-span-6{--container-grid-columns:6;grid-column:span 6 / span 6}.lg\\:grid-col-start-7{grid-column-start:7}.lg\\:mt-0{margin-top:0rem}.lg\\:flex-nowrap{flex-wrap:nowrap}.lg\\:order-none{order:0}.lg\\:w-auto{width:auto}}@media (min-width: 1024px){.xl\\:pb-40{padding-bottom:2.5rem}}";export{n as eds_footer}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as r}from"./p-271c61ff.js";import{c}from"./p-8983de37.js";const e=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"50792b8ec547fba6fd0416e80cdaf706079f42b2",class:this.class,innerHTML:c})}};export{e as eds_icon_close}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as r}from"./p-271c61ff.js";import{y as e}from"./p-ecbb679f.js";const t=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"a2dd7d5f2d615999cd5e7970a96117ed90bdcda3",class:this.class,innerHTML:e})}};export{t as eds_icon_youtube}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as e,h as c}from"./p-271c61ff.js";const a=class{constructor(c){e(this,c)}render(){return c("div",{key:"45442561f72445e84c257ebc9d30f2147303427a",class:"w-full"},c("ul",{key:"cca0cba4260ddebb2b0f1e39a9cc96d067d3fa73",class:"not-prose gap-y-8 md:gap-y-12 lg:gap-y-16"},c("li",{key:"8c38c0e0802683d9ba2cb38dff013aa02650bbe0",class:"grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16"},c("div",{key:"406aac1f24a9a812b7405b5e323e3cb73574fb79",class:"container p-8 item-center border-2 border-soft"},c("div",{key:"ec7f90ce92020a91b57e28545ede5d782d4a7dcc",class:"spacing-sample m-16 bg-strong"},c("span",{key:"e84d0c8ccc0c6be14ca41bceece9cc63a8137dfb",class:"f-body-01 text-inverse"},"Margin: 1rem / m-16")))),c("li",{key:"dce507afa0eac9ddd430d8b2034b943e844a9b32",class:"grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16"},c("div",{key:"cc986ee89d249ac351c6ed81650668a8ba8ab139",class:"container p-8 item-center border-2 border-soft"},c("div",{key:"1778c2032e322a0cde34987e5ecaaeec38933892",class:"spacing-sample ml-64 bg-strong"},c("span",{key:"8ee98a9847db2baf69adf1e5919ecefa86a1dea8",class:"f-body-01 text-inverse"},"Margin Left: 4rem / ml-64")))),c("li",{key:"589485906ebebf8fdc348e995e6aae0dcd4124fd",class:"grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16"},c("div",{key:"b94fe2cd4f93f7e52fc82423d728f5ffd3cb7dd1",class:"container p-8 item-center border-2 border-soft"},c("div",{key:"5c6ed8a3c4573eb4f7644e18a4e6c10cab958e2a",class:"spacing-sample mt-32 bg-strong"},c("span",{key:"bec15bc9092c36295bf012f82fd34e8eee5954cf",class:"f-body-01 text-inverse"},"Margin Top: 2rem / mt-32")))),c("li",{key:"e9568891252c4597431f117f0f8c9136d30c3658",class:"grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16"},c("div",{key:"1fac252cd3bfd2cb1f9aa3b419e04f570f57f4e8",class:"container p-8 item-center border-2 border-soft"},c("div",{key:"d59e7e5f180ab164837c5b94cf3f61a7084a6385",class:"spacing-sample p-32 bg-strong"},c("span",{key:"73dc397292ae7ff9c532b4c6c9f2a42c35945493",class:"f-body-01 text-inverse"},"Padding: 2rem / p-32")))),c("li",{key:"af9c0e9fb5fd5c314d34f2cf6b2bdc9a63133c0d",class:"grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16"},c("div",{key:"498a46c66ec671f41681f458615d69a741784761",class:"container p-8 item-center border-2 border-soft"},c("div",{key:"6e511b973ff53d748e99728fb1b186796437bbca",class:"spacing-sample pt-32 bg-strong"},c("span",{key:"cae79c38937cae94930fa8750fb308ab4329de45",class:"f-body-01 text-inverse"},"Padding Top: 2rem / pt-32")))),c("li",{key:"67e0ec47dfcbaf8c51969973137c4ba87ee6337d",class:"grid-col-span-12 md:grid-col-span-4 flex flex-col items-center mt-16"},c("div",{key:"aa8003ce3db28c8697d57728c02797324dffbf1f",class:"container p-8 item-center border-2 border-soft"},c("div",{key:"aeaa333a1e0fbfaf5d2fcc49c4e8180e94b91b03",class:"spacing-sample pl-32 bg-strong"},c("span",{key:"708a18ad1ebeb0a24fcea4d06aa42c024bb2258a",class:"f-body-01 text-inverse"},"Padding Left: 2rem / pl-32"))))))}};export{a as token_spacing}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as e,h as t,g as r}from"./p-271c61ff.js";const i=class{constructor(t){e(this,t),this.frameLabel=void 0,this.frameSrc=void 0,this.urlLabel="Open",this.errorMessage="Could not load the requested content. Please check the URL or try again later.",this.url=void 0,this.intent="strong",this.size="auto",this.iframeError=!1}componentWillLoad(){this.checkIframeAvailability()}componentDidLoad(){this.el.querySelectorAll("eds-link").forEach((e=>{this.emitContext(e)}))}emitContext(e){const t=new CustomEvent("parentContext",{detail:{componentName:this.el.tagName.toLowerCase(),identifier:this.frameLabel}});e.dispatchEvent(t)}articleClasses(){return["bg-inverse min-h-156 rounded border-softer effect-focus-within relative flex grow flex-col border-2","w-full h-auto"].join(" ")}getFrameHeight(){switch(this.size){case"sm":return"100px";case"md":return"200px";case"lg":return"400px";case"xl":return"700px";default:return"auto"}}async checkIframeAvailability(){try{if(!(await fetch(this.frameSrc,{method:"GET"})).ok)throw new Error("Failed to load")}catch(e){this.iframeError=!0}}render(){return t("div",{key:"5bcdb5bdd66a7530a82662ff9b6ef06d3a1eb1d3",class:this.articleClasses()},t("div",{key:"4c9e224f1a6421398cfef1fd89d113513727b6dd",class:"effect-height flex items-center justify-between py-8 px-12"},t("span",{key:"7704b4f1d1a3e8a728f0ad751891ecbfd118411a",class:"f-ui-02"},this.frameLabel),!this.iframeError&&this.url&&this.urlLabel?t("eds-link",{label:this.urlLabel,url:this.url,intent:this.intent,class:"ml-auto",external:!0,disabled:!1,icon:"arrow-diagonal"}):null),t("div",{key:"d4372713fc8984d14808171857d6efd40790dec2",class:"border-softer"},this.iframeError?t("div",{class:"container ml-8 mr-8 mt-16"},this.errorMessage):t("iframe",{src:this.frameSrc,width:"100%",height:this.getFrameHeight(),title:this.frameLabel,frameBorder:"0",allowFullScreen:!0})))}get el(){return r(this)}};i.style=".bg-inverse{background-color:var(--white)}.min-h-156{min-height:156px}.rounded{border-radius:0.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:16px}.rounded-md{border-radius:12px}.border-soft{border-color:rgba(0, 0, 0, .15)}.border-softer{border-color:rgba(0, 0, 0, .1)}.border-softest{border-color:rgba(0, 0, 0, .05)}.effect-focus-within{outline-width:3px;outline-offset:2px;outline-color:var(--green-500)}.effect-focus-within:focus-within{outline-style:solid}.relative{position:relative}.flex{display:flex}.grow{flex-grow:1}.flex-col{flex-direction:column}.border-2{border-width:2px}.w-full{width:100%}.h-full{height:100%}.h-auto{height:auto}.effect-height{transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1);transition-property:height}.items-center{align-items:center}.justify-between{justify-content:space-between}.py-8{padding-top:0.5rem;padding-bottom:0.5rem}.px-12{padding-left:0.75rem;padding-right:0.75rem}.f-ui-02{font-family:var(--f-ui-02-fontFamily);font-weight:var(--f-ui-02-fontWeight);font-size:var(--f-ui-02-fontSize);line-height:var(--f-ui-02-lineHeight);letter-spacing:var(--f-ui-02-letterSpacing)}.ml-auto{margin-left:auto}.border-t-2{border-top-width:2px}.border{border:1px solid rgba(0, 0, 0, .1)}.border-2{border:1px solid rgba(0, 0, 0, .1)}.container{width:calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));margin-right:auto;margin-left:auto}.container>*{--container-outer-gutter:0;--breakout-container-outer-gutter:0}.ml-8{margin-left:0.5rem}.mr-8{margin-right:0.5rem}.mt-16{margin-top:1rem}";export{i as eds_frame}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const n='<svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path d="M2 5H18M2 10H18M2 15H18" stroke="currentColor" stroke-width="2" />\n </svg>';export{n as m}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as r}from"./p-271c61ff.js";import{g as e}from"./p-50e27321.js";const t=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"ef1ed1fd0fc7bcc7b0904589699656943af3f77e",class:this.class,innerHTML:e})}};export{t as eds_icon_gitlab}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const n=' <svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n d="M11 17H4V3H16V12M11 17L16 12M11 17V12H16"\n stroke="currentColor"\n stroke-width="1.5"\n />\n </svg>';export{n as p}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const n='<svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n fill-rule="evenodd"\n clip-rule="evenodd"\n d="M10 2C5.57714 2 2 5.57714 2 10C2 14.4229 5.57714 18 10 18C14.4229 18 18 14.4229 18 10C18 5.57714 14.4229 2 10 2Z"\n stroke="currentColor"\n stroke-width="2"\n />\n <path d="M6 10.5L8.5 13L14 7.5" stroke="currentColor" stroke-width="2" />\n </svg>';export{n as s}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const c='<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-hand-thumbs-down-fill" viewBox="0 0 16 16">\n <path d="M6.956 14.534c.065.936.952 1.659 1.908 1.42l.261-.065a1.38 1.38 0 0 0 1.012-.965c.22-.816.533-2.512.062-4.51q.205.03.443.051c.713.065 1.669.071 2.516-.211.518-.173.994-.68 1.2-1.272a1.9 1.9 0 0 0-.234-1.734c.058-.118.103-.242.138-.362.077-.27.113-.568.113-.856 0-.29-.036-.586-.113-.857a2 2 0 0 0-.16-.403c.169-.387.107-.82-.003-1.149a3.2 3.2 0 0 0-.488-.9c.054-.153.076-.313.076-.465a1.86 1.86 0 0 0-.253-.912C13.1.757 12.437.28 11.5.28H8c-.605 0-1.07.08-1.466.217a4.8 4.8 0 0 0-.97.485l-.048.029c-.504.308-.999.61-2.068.723C2.682 1.815 2 2.434 2 3.279v4c0 .851.685 1.433 1.357 1.616.849.232 1.574.787 2.132 1.41.56.626.914 1.28 1.039 1.638.199.575.356 1.54.428 2.591"/>\n</svg>';export{c as t}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as r}from"./p-271c61ff.js";import{u as c}from"./p-553ca350.js";const e=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"f08301d06b129ce9cbd91cceedb64d9db2be6e83",class:this.class,innerHTML:c})}};export{e as eds_icon_updown}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as r}from"./p-271c61ff.js";import{l as a}from"./p-2117611b.js";const e=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"59a8089a2505c0e1e8087f7bd078533a1059cd3a",class:this.class,innerHTML:a})}};export{e as eds_icon_loader}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as r}from"./p-271c61ff.js";import{b as o}from"./p-05754401.js";const a=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"66bd28a12ce759d916099635f81aff9b8a66c774",class:this.class,innerHTML:o})}};export{a as eds_icon_bookmark}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const n=' <svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path\n d="M8 14.0806L8 11L3 11L3 9L8 9L8 5.91938L13.1008 10L8 14.0806Z"\n fill="currentColor"\n />\n <path\n d="M15 15L12 15L12 17L15 17C16.1046 17 17 16.1046 17 15L17 5C17 3.89543 16.1046 3 15 3L12 3L12 5L15 5L15 15Z"\n fill="currentColor"\n />\n </svg>';export{n as p}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as r}from"./p-271c61ff.js";import{c}from"./p-5d046674.js";const t=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"60ca9c3f312d711df76743901b5373ee573b99d7",class:this.class,innerHTML:c})}};export{t as eds_icon_chevron_right}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as c}from"./p-271c61ff.js";import{f as r}from"./p-4687b64c.js";const o=class{constructor(c){s(this,c),this.class=""}render(){return c("span",{key:"97ff8677a8252ec4cce47f9f857185945aca7cc8",class:this.class,innerHTML:r})}};export{o as eds_icon_facebook}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as r}from"./p-271c61ff.js";import{m as a}from"./p-5ab1d64a.js";const e=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"5be4622aebcbe17b4b40c31fd4b9dc92a102b85e",class:this.class,innerHTML:a})}};export{e as eds_icon_mastodon}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const c='<svg xmlns="http://www.w3.org/2000/svg" width="20"\nheight="20" fill="currentColor" class="bi bi-hand-thumbs-up-fill" viewBox="0 0 16 16">\n <path d="M6.956 1.745C7.021.81 7.908.087 8.864.325l.261.066c.463.116.874.456 1.012.965.22.816.533 2.511.062 4.51a10 10 0 0 1 .443-.051c.713-.065 1.669-.072 2.516.21.518.173.994.681 1.2 1.273.184.532.16 1.162-.234 1.733q.086.18.138.363c.077.27.113.567.113.856s-.036.586-.113.856c-.039.135-.09.273-.16.404.169.387.107.819-.003 1.148a3.2 3.2 0 0 1-.488.901c.054.152.076.312.076.465 0 .305-.089.625-.253.912C13.1 15.522 12.437 16 11.5 16H8c-.605 0-1.07-.081-1.466-.218a4.8 4.8 0 0 1-.97-.484l-.048-.03c-.504-.307-.999-.609-2.068-.722C2.682 14.464 2 13.846 2 13V9c0-.85.685-1.432 1.357-1.615.849-.232 1.574-.787 2.132-1.41.56-.627.914-1.28 1.039-1.639.199-.575.356-1.539.428-2.59z"/>\n</svg>';export{c as t}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const t='<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 20">\n <path fill="currentColor" d="M2 8.5h9V3l7 7-7 7v-5.5H2v-3Z" />\n</svg>';export{t as a}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as r}from"./p-271c61ff.js";import{t as c}from"./p-c776b6f8.js";const e=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"867c4f63cd5ceeeabc94ae444fe978df39066618",class:this.class,innerHTML:c})}};export{e as eds_icon_thumbs_up}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const t=' <svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path d="M16 10H4" stroke="currentColor" stroke-width="2" />\n <path d="M10 16L10 4" stroke="currentColor" stroke-width="2" />\n </svg>';export{t as p}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as c}from"./p-271c61ff.js";import{d as r}from"./p-0da7d1c9.js";const e=class{constructor(c){s(this,c),this.class=""}render(){return c("span",{key:"17b9c232930d8efec279f777ced4a7e95cc559bd",class:this.class,innerHTML:r})}};export{e as eds_icon_download}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const C='<svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <circle\n cx="10.0001"\n cy="10.0001"\n r="9.00007"\n fill="white"\n stroke="currentColor"\n stroke-width="2"\n />\n <path\n d="M8.78976 12.086V11.9135C8.79306 11.3215 8.8442 10.8495 8.94319 10.4977C9.04547 10.1458 9.19395 9.86167 9.38863 9.64515C9.5833 9.42864 9.81757 9.23242 10.0914 9.0565C10.296 8.92118 10.4791 8.78078 10.6408 8.63531C10.8025 8.48984 10.9312 8.32915 11.0268 8.15323C11.1225 7.97392 11.1704 7.77433 11.1704 7.55443C11.1704 7.321 11.1159 7.11632 11.0071 6.9404C10.8982 6.76448 10.7513 6.62916 10.5666 6.53444C10.3851 6.43971 10.1838 6.39235 9.96275 6.39235C9.74828 6.39235 9.54536 6.4414 9.35398 6.53951C9.16261 6.63424 9.00588 6.77632 8.8838 6.96578C8.76171 7.15184 8.69572 7.38358 8.68582 7.66099H6.6665C6.683 6.98438 6.84138 6.42618 7.14164 5.98638C7.4419 5.5432 7.83949 5.21336 8.33442 4.99684C8.82935 4.77694 9.37543 4.66699 9.97265 4.66699C10.6293 4.66699 11.21 4.77863 11.7148 5.00191C12.2196 5.22181 12.6156 5.54151 12.9026 5.96101C13.1897 6.38051 13.3332 6.88627 13.3332 7.47831C13.3332 7.87412 13.2689 8.22596 13.1402 8.53382C13.0148 8.83829 12.8383 9.10894 12.6106 9.34575C12.383 9.57918 12.114 9.79062 11.8039 9.98007C11.5432 10.1391 11.3288 10.3048 11.1605 10.4774C10.9955 10.6499 10.8718 10.8495 10.7893 11.0762C10.7101 11.3028 10.6688 11.5819 10.6655 11.9135V12.086H8.78976ZM9.76972 15.3338C9.43977 15.3338 9.15766 15.2153 8.92339 14.9785C8.69242 14.7383 8.57859 14.4508 8.58189 14.1159C8.57859 13.7843 8.69242 13.5001 8.92339 13.2633C9.15766 13.0265 9.43977 12.9081 9.76972 12.9081C10.0832 12.9081 10.3587 13.0265 10.5963 13.2633C10.8338 13.5001 10.9543 13.7843 10.9576 14.1159C10.9543 14.3391 10.8965 14.5438 10.7843 14.7299C10.6754 14.9126 10.5319 15.0597 10.3537 15.1714C10.1756 15.2796 9.98089 15.3338 9.76972 15.3338Z"\n fill="currentColor"\n />\n </svg>';export{C as u}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as e,h as t,H as r}from"./p-271c61ff.js";const i=class{constructor(t){e(this,t),this.size=200,this.slices=[],this.thickness=1,this.display="value",this.legend=!0,this.colorScheme="semantic"}parseSlices(){if("string"==typeof this.slices)try{return JSON.parse(this.slices)}catch(e){console.warn("eds-pie: invalid slices JSON")}return Array.isArray(this.slices)?this.slices:[]}polarToCartesian(e,t,r,i){const a=(i-90)*(Math.PI/180);return{x:e+r*Math.cos(a),y:t+r*Math.sin(a)}}describeArc(e,t,r,i,a){const l=this.polarToCartesian(e,t,r,a),o=this.polarToCartesian(e,t,r,i);return[`M ${l.x} ${l.y}`,`A ${r} ${r} 0 ${a-i<=180?"0":"1"} 0 ${o.x} ${o.y}`,`L ${e} ${t}`,"Z"].join(" ")}render(){const e=this.parseSlices();e.length>i.MAX_SLICES&&console.warn(`eds-pie: too many slices (${e.length}), results may overlap.`);const a=e.reduce(((e,t)=>e+t.value),0)||1,l=[...i.PALETTES[this.colorScheme]],o=[...e].sort(((e,t)=>t.value-e.value));let n=0;const s=o.map((e=>{const t=n,r=n+e.value/a*360;n=r;const i=e.color||l.shift()||"var(--color-chart-neutral-1)";return Object.assign(Object.assign({},e),{start:t,end:r,color:i})})),c=this.size,h=c/2,g=Math.min(Math.max(this.thickness,.5),1),f=h*(1-g),d=h,v=(h+f)/2,u=s.map((e=>`${e.label}: ${"percent"===this.display?`${Math.round(e.value/a*100)}%`:e.value}`)).join(", ");return t(r,null,t("div",{class:"wrapper"},t("svg",{width:c,height:c,role:"img","aria-label":`Pie chart: ${u}`,class:"pie-chart"},t("title",null,"Pie chart"),t("g",null,s.map((e=>t("path",{key:e.id,d:this.describeArc(h,h,d,e.start,e.end),fill:e.color}))),f>0&&t("circle",{cx:h,cy:h,r:f,fill:"var(--white)"}),s.map((e=>{const r=e.start+(e.end-e.start)/2,{x:i,y:l}=this.polarToCartesian(h,h,v,r),o="percent"===this.display?`${Math.round(e.value/a*100)}%`:String(e.value);return t("text",{key:e.id,x:i,y:l,class:"f-ui-02","text-anchor":"middle","alignment-baseline":"middle"},o)})))),this.legend&&t("ul",{class:"legend",role:"list"},s.map((e=>t("li",{key:e.id,role:"listitem",tabindex:"0",class:"legend-item"},t("span",{class:"legend-swatch",style:{backgroundColor:e.color}}),t("span",{class:"legend-label"},e.label)))))))}};i.MAX_SLICES=9,i.PALETTES={semantic:["var(--color-chart-accent)","var(--color-chart-strong)","var(--color-chart-accent-dark)","var(--color-chart-lighter)","var(--color-chart-accent-light)","var(--color-chart-lightest)","var(--color-chart-accent-lighter)","var(--color-chart-darker)","var(--color-chart-accent-lightest)"],mono:["var(--grey-700)","var(--grey-500)","var(--grey-300)","var(--grey-100)","var(--grey-800)","var(--grey-600)","var(--grey-400)","var(--grey-200)","var(--grey-900)"]},i.style=".relative{position:relative}.absolute{position:absolute}.inline-block{display:inline-block}.rounded-full{border-radius:9999px}.overflow-hidden{overflow:hidden}.bg-inverse{background-color:var(--white)}.bg-current{background-color:currentColor}.bg-dark{background-color:var(--grey-300)}.bg-darker{background-color:var(--grey-400)}.bg-default{background-color:var(--grey-200)}.bg-strong{background-color:var(--grey-700)}.bg-strongest{background-color:var(--black)}.inset-0{inset:0rem}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.f-body-01{font-family:var(--f-body-01-fontFamily);font-weight:var(--f-body-01-fontWeight);font-size:var(--f-body-01-fontSize);line-height:var(--f-body-01-lineHeight);letter-spacing:var(--f-body-01-letterSpacing)}.f-ui-01{font-family:var(--f-ui-01-fontFamily);font-weight:var(--f-ui-01-fontWeight);font-size:var(--f-ui-01-fontSize);line-height:var(--f-ui-01-lineHeight);letter-spacing:var(--f-ui-01-letterSpacing)}.f-ui-02{font-family:var(--f-ui-02-fontFamily);font-weight:var(--f-ui-02-fontWeight);font-size:var(--f-ui-02-fontSize);line-height:var(--f-ui-02-lineHeight);letter-spacing:var(--f-ui-02-letterSpacing)}.text-default{color:var(--black)}.w-8{width:0.5rem}.h-8{height:0.5rem}.mr-4{margin-right:0.25rem}:host{display:block}.wrapper{display:flex;align-items:center;justify-content:center;height:100%}.pie-chart{overflow:visible}.slice-label{font-size:var(--font-size-chart-label);font-weight:var(--font-weight-chart-label);fill:var(--color-text);pointer-events:none}.legend{list-style:none;margin:0;padding:0 0 0 1rem}.legend-item{display:flex;align-items:center;margin-bottom:0.5rem;outline:none}.legend-item:focus{outline:2px dashed var(--color-primary)}.legend-swatch{width:1rem;height:1rem;border-radius:50%;margin-right:0.5rem}.legend-label{font-size:var(--font-size-base);color:var(--color-text)}";export{i as eds_pie}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as c}from"./p-271c61ff.js";import{c as r}from"./p-4587d0ef.js";const o=class{constructor(c){s(this,c),this.class=""}render(){return c("span",{key:"7efcb724d1d4c35985dc5f858c23c43aaaad1319",class:this.class,innerHTML:r})}};export{o as eds_icon_chevron_down}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const l='<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-star-fill" viewBox="0 0 16 16">\n <path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>\n</svg>';export{l as s}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as e,h as a}from"./p-271c61ff.js";const o=class{constructor(a){e(this,a),this.isAuthenticated=!1}componentWillLoad(){const e=new Promise((e=>{document.addEventListener("initKeycloak",(a=>{e(a.detail)}),{once:!0})})),a=new Promise((e=>{document.addEventListener("authStatusChanged",(a=>{var o;this.isAuthenticated=null===(o=a.detail)||void 0===o?void 0:o.authenticated,e(a.detail)}),{once:!0})}));this.combinedInitPromise=Promise.all([e,a])}render(){return a("div",{key:"aa412cafecaceba211d0938d42779d33a20b418f"},a("eds-splash-screen",{key:"78de23a74a0263c09e400cb16d20e014a50913ba",inverse:!0,initPromise:this.combinedInitPromise}),a("eds-login",{key:"6a690104e273cbefa9ec4e66c5479c2db0666f39","keycloak-url":"http://localhost:8080","keycloak-realm":"nigeor-realm","keycloak-client-id":"stencil-app"}),a("main",{key:"e011a7d8a0a78a932f61a218d85aac8f25e8021b"},a("h1",null,this.isAuthenticated?"Welcome, authenticated user!":"Please log in.")))}};export{o as eds_app_root}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as r}from"./p-271c61ff.js";import{c}from"./p-0be28996.js";const e=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"f0f8d3264c9ea781865ffd2bc2e5ebd4b44435a3",class:this.class,innerHTML:c})}};export{e as eds_icon_copy}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const n=' <svg\n width="20"\n height="20"\n viewBox="0 0 20 20"\n fill="none"\n xmlns="http://www.w3.org/2000/svg"\n >\n <path d="M7 10L13 4L13 16L7 10Z" fill="currentColor" />\n </svg>';export{n as c}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as e,h as i}from"./p-271c61ff.js";const n=class{constructor(i){e(this,i)}render(){return i("div",{key:"0f0c8f6752da65c793c2f7ad20a9e9a038c15f16",class:"container"},i("ul",{key:"fb9647dcdb07fc5eec1a84c7458094add83233ba",class:"not-prose grid-layout grid-cols-6 gap-y-8 md:gap-y-12 lg:gap-y-16"},i("li",{key:"06069a4da6863f7bd714191610ce44730531c25d",class:"grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"},i("p",{key:"a2c24b224acb98ea80b4d43695a0cae87de8f311",class:"f-body-01 text-center my-4"},"#1 Coloured"),i("div",{key:"a672294c291984c387fb5ddfbbf89a5209cf88d3",class:"coloured"},i("eds-logo",{key:"f6540444fabfeb1313103ecc860c9543335bf693",type:"no-bg",href:"#"}))),i("li",{key:"769c0e2d304e117ae5925a0d2d981f85cb31281f",class:"grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"},i("p",{key:"1c4b6cb455ef32c5b94bead22b7116aec3b9233c",class:"f-body-01 text-center my-4"},"#2 Black & White"),i("div",{key:"8e3c36097fa1dd5d0fa8cdafe00daaaa035f5463",class:"bg-default"},i("eds-logo",{key:"cdd92bd788afa9e127ad6163ce132f2e6d620c95",type:"black",href:"#"}))),i("li",{key:"e8012388b0209873684706e16306144174212b6c",class:"grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"},i("p",{key:"49b42b62f6f769c81526add05822df44941bba5c",class:"f-body-01 text-center my-4"},"#3 Dark"),i("div",{key:"4ba6fc32175d6b6dd3f38e551eb80f4e5d1144d0"},i("eds-logo",{key:"3ebe5f6551a960873a82af20a4d415b175b7f8de",type:"color-white",href:"#"})))))}};n.style='ol,ul,menu{list-style:none;margin:0;padding:0}.coloured{background:linear-gradient(to left,\n #9CE142 0%,\n #00C959 50%,\n #00A595 100%)}.f-body-01{font-family:var(--f-body-01-fontFamily);font-weight:var(--f-body-01-fontWeight);font-size:var(--f-body-01-fontSize);line-height:var(--f-body-01-lineHeight);letter-spacing:var(--f-body-01-letterSpacing)}.text-center{text-align:center}.container{width:calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));margin-right:auto;margin-left:auto}.container>*{--container-outer-gutter:0;--breakout-container-outer-gutter:0}.grid-layout{--grid-columns:6;display:grid;grid-template-columns:repeat(var(--container-grid-columns, var(--grid-columns)), 1fr);grid-gap:var(--inner-gutter)}.grid-cols-6[class*="grid-line-x"][class*="grid-line-x"]>*:nth-child(n)::before{border-bottom-width:1px}.grid-cols-6[class*="grid-line-xfull"]>*:nth-child(n)::before{inset-inline-start:calc(var(--inner-gutter) / -2);inset-inline-end:calc(var(--inner-gutter) / -2)}.grid-cols-6[class*="grid-line-x"]>*:nth-child(6n+1)::before{inset-inline-start:0}.grid-cols-6[class*="grid-line-x"]>*:nth-child(6n+6)::before{inset-inline-end:0}.grid-cols-6[class*="grid-line-x"]>*:nth-child(6n+1):nth-last-child(-n+6)::before{border-bottom-width:0}.grid-cols-6[class*="grid-line-x"]>*:nth-child(6n+1):nth-last-child(-n+6)~*::before{border-bottom-width:0}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(n)::after{border-inline-end-width:1px}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(6n+6)::after{border-inline-end-width:0}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(-n+6)::after{top:0}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(6n+1):nth-last-child(-n+6)::after{bottom:0}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(6n+1):nth-last-child(-n+6)~li::after{bottom:0}.grid-col-span-6{--container-grid-columns:6;grid-column:span 6 / span 6}.gap-y-8{row-gap:0.5rem}.flex{display:flex}.flex-col{flex-direction:column}.mx-auto{margin-left:auto;margin-right:auto}.f-ui-02{font-family:var(--f-ui-02-fontFamily);font-weight:var(--f-ui-02-fontWeight);font-size:var(--f-ui-02-fontSize);line-height:var(--f-ui-02-lineHeight);letter-spacing:var(--f-ui-02-letterSpacing)}@media (min-width: 750px){.md\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}.md\\:gap-y-12{row-gap:0.75rem}}@media (min-width: 900px){.lg\\:gap-y-16{row-gap:1rem}.lg\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}@media (min-width: 1024px){.xl\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}@media (min-width: 1280px){.xxl\\:grid-col-span-2{--container-grid-columns:2;grid-column:span 2 / span 2}.xxl\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}';const a=class{constructor(i){e(this,i),this.orientation="vertical",this.type=void 0}render(){return i("div",{key:"7d88d267037ee805159ea73f27b15d2e7ec0e1b6",class:"container"},i("ul",{key:"848defdb55c164b9fb3cee0b1425acbcbfeda209",class:"not-prose grid-layout grid-cols-6 gap-y-8 md:gap-y-12 lg:gap-y-16"},i("li",{key:"9e5d7a1218da406b571ef4a8026aabfd2618846d",class:"grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"},i("p",{key:"ed5bc7c77061eee46c95e719aa938d1374d413c6",class:"f-body-01 text-center my-4"},"#1 Coloured"),i("div",{key:"b508a4c0fb271a880e16a375cff36ecfe70d55a7",class:"mx-auto coloured w-[300px]"},i("eds-logo",{key:"e92421e0d04d84ae40d36bdd1d7d20b0582da600",orientation:"vertical",type:"no-bg",href:"#"}))),i("li",{key:"1a6c57792d0b9a7fd89036d963556def55a9a3cf",class:"grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"},i("p",{key:"56b18c6f6932f92995b5e936dc271f07fdcb2896",class:"f-body-01 text-center my-4"},"#2 Black & White"),i("div",{key:"8d77de5838230e17a30d6327c71a3e93cf52c8db",class:"mx-auto bg-default w-[300px]"},i("eds-logo",{key:"f818a1028b59b30aa2d7ddd35146e81d332f653a",orientation:"vertical",type:"black",href:"#"}))),i("li",{key:"0ce7ef6e6f3e95d43a8133c12a0b2b57bfb9b67a",class:"grid-col-span-6 xxl:grid-col-span-2 xl:grid-col-span-3 lg:grid-col-span-3 md:grid-col-span-3 flex flex-col"},i("p",{key:"8a0e61ff35121c1c3e60320d4023e44e639cee72",class:"f-body-01 text-center my-4"},"#3 Dark"),i("div",{key:"412f19f119a71743bae3a824874e1a1dcafcd258",class:"mx-auto w-[300px]"},i("eds-logo",{key:"a62f01cb47568231e90facf00ab74481e818a40b",orientation:"vertical",type:"color-white",href:"#"})))))}};a.style='.coloured{background:linear-gradient(to left,\n #9CE142 0%,\n #00C959 50%,\n #00A595 100%)}ol,ul,menu{list-style:none;margin:0;padding:0}.f-body-01{font-family:var(--f-body-01-fontFamily);font-weight:var(--f-body-01-fontWeight);font-size:var(--f-body-01-fontSize);line-height:var(--f-body-01-lineHeight);letter-spacing:var(--f-body-01-letterSpacing)}.text-center{text-align:center}.w-\\[200px\\]{width:200px}.w-\\[300px\\]{width:300px}.container{width:calc(var(--container-width, 100%) - (2 * var(--breakout-container-outer-gutter, var(--container-outer-gutter, var(--outer-gutter, 0)))));margin-right:auto;margin-left:auto}.container>*{--container-outer-gutter:0;--breakout-container-outer-gutter:0}.grid-layout{--grid-columns:6;display:grid;grid-template-columns:repeat(var(--container-grid-columns, var(--grid-columns)), 1fr);grid-gap:var(--inner-gutter)}.grid-cols-6[class*="grid-line-x"][class*="grid-line-x"]>*:nth-child(n)::before{border-bottom-width:1px}.grid-cols-6[class*="grid-line-xfull"]>*:nth-child(n)::before{inset-inline-start:calc(var(--inner-gutter) / -2);inset-inline-end:calc(var(--inner-gutter) / -2)}.grid-cols-6[class*="grid-line-x"]>*:nth-child(6n+1)::before{inset-inline-start:0}.grid-cols-6[class*="grid-line-x"]>*:nth-child(6n+6)::before{inset-inline-end:0}.grid-cols-6[class*="grid-line-x"]>*:nth-child(6n+1):nth-last-child(-n+6)::before{border-bottom-width:0}.grid-cols-6[class*="grid-line-x"]>*:nth-child(6n+1):nth-last-child(-n+6)~*::before{border-bottom-width:0}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(n)::after{border-inline-end-width:1px}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(6n+6)::after{border-inline-end-width:0}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(-n+6)::after{top:0}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(6n+1):nth-last-child(-n+6)::after{bottom:0}.grid-cols-6[class*="grid-line-y"][class*="grid-line-y"]>*:nth-child(6n+1):nth-last-child(-n+6)~li::after{bottom:0}.grid-col-span-6{--container-grid-columns:6;grid-column:span 6 / span 6}.gap-y-8{row-gap:0.5rem}.flex{display:flex}.flex-col{flex-direction:column}.mx-auto{margin-left:auto;margin-right:auto}.f-ui-02{font-family:var(--f-ui-02-fontFamily);font-weight:var(--f-ui-02-fontWeight);font-size:var(--f-ui-02-fontSize);line-height:var(--f-ui-02-lineHeight);letter-spacing:var(--f-ui-02-letterSpacing)}@media (min-width: 750px){.md\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}.md\\:gap-y-12{row-gap:0.75rem}}@media (min-width: 900px){.lg\\:gap-y-16{row-gap:1rem}.lg\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}@media (min-width: 1024px){.xl\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}@media (min-width: 1280px){.xxl\\:grid-col-span-2{--container-grid-columns:2;grid-column:span 2 / span 2}.xxl\\:grid-col-span-3{--container-grid-columns:3;grid-column:span 3 / span 3}}';export{n as logo_variations_horizontal,a as logo_variations_vertical}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as r}from"./p-271c61ff.js";import{m as e}from"./p-aefcb641.js";const f=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"d0edf1b3b59b2455e4f0af36bb637cf3fdea2202",class:this.class,innerHTML:e})}};export{f as eds_icon_menu}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as t,h as e,g as a}from"./p-271c61ff.js";import{s as r}from"./p-d15065c3.js";const i=class{constructor(e){t(this,e),this.heading="",this.truncate=1,this.position="middle",this.inverseHeader=!1,this.isOpen=!1}getTruncateClass(){return this.truncate?`line-clamp-${this.truncate}`:""}getModalPositionClasses(){switch(this.position){case"top":return["top-0","left-0","w-full","md:left-1/2","md:w-auto","md:-translate-x-1/2","md:top-20"].join(" ");case"bottom":return["bottom-0","left-0","w-full","md:left-1/2","md:w-auto","md:-translate-x-1/2","md:bottom-20"].join(" ");default:return["top-0","left-0","w-full","pt-4","md:left-1/2","md:top-1/2","md:w-auto","md:-translate-x-1/2","md:-translate-y-1/2"].join(" ")}}async open(){var t;this.isOpen=!0,r({category:"ui-component",parentContext:null,tag:this.el.tagName.toLowerCase(),name:(null===(t=this.heading)||void 0===t?void 0:t.toLowerCase())||"",action:"opened"})}async close(){var t;this.isOpen=!1,r({category:"ui-component",parentContext:null,tag:this.el.tagName.toLowerCase(),name:(null===(t=this.heading)||void 0===t?void 0:t.toLowerCase())||"",action:"closed"})}async toggle(){this.isOpen=!this.isOpen}handleGlobalOpen(){this.open()}handleGlobalClose(){this.close()}handleKeyDown(t){this.isOpen&&"Escape"===t.key&&this.close()}render(){const t=`modal-title-${this.el.tagName.toLowerCase()}`;return e("div",{key:"25f038fe934339968388e7b5281a8f0b8509f789",id:"eds-modal",class:(this.isOpen?"block":"hidden")+" fixed inset-0 z-9999991 flex",role:"dialog","aria-modal":"true","aria-labelledby":t},this.isOpen&&e("div",{key:"57f180a65ef43fc8f8c5a232c4b80a880fdfc8e9",class:"fixed inset-0 bg-dark bg-opacity-90",onClick:()=>this.close()}),e("div",{key:"f8e4005425c463fbfd38c4174f3bc315a648d05f",class:`container absolute bg-inverse z-10 ${this.getModalPositionClasses()} grow justify-center`},e("div",{key:"dd9c641489dfea9ec2784de91ca3e819a8c2413c",class:"flex justify-between items-center border-b-2 border-softer px-20 py-20 "+(this.inverseHeader?"bg-strongest text-inverse":"bg-dark text-default")},e("span",{key:"2e596080da1d79bcc91d542f592ab2b22c96b9d6",id:t,class:`f-heading-04 ${this.getTruncateClass()}`},this.heading),e("eds-button",{key:"260a6ccb15c3aed11585b7d81c1c1d4912e3cd3f",intent:"tertiary",icon:"close","aria-label":"Close modal",onClick:()=>this.close(),"extra-class":"ml-8 text-default"})),e("div",{key:"96f67530d2c0504507e3fb9becf537f5517081d1",class:"pt-8 px-20 py-20"},e("slot",{key:"3ffc38832d4a4e8d61c5182f7ceda4ea7876fa31"}))))}get el(){return a(this)}};i.style=".block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.hidden{display:none}.fixed{position:fixed}.inset-0{inset:0rem}.z-10{z-index:10}.z-50{z-index:50}.z-50{z-index:50}.z-9999991{z-index:9999991}.w-full{width:100%}.min-w-full{min-width:100%}.max-w-full{max-width:100%}.absolute{position:absolute}.px-20{padding-left:1.25rem;padding-right:1.25rem}.py-20{padding-top:1.25rem;padding-bottom:1.25rem}.bg-inverse{background-color:var(--white)}.bg-dark{background-color:var(--grey-300)}.rounded-lg{border-radius:16px}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.p-6{padding:0.375rem}.p-8{padding:0.5rem}.left-1\\/2{left:50%}.left-20{left:1.25rem}.right-20{right:1.25rem}.top-1\\/2{top:50%}.top-0{top:0rem}.left-0{left:0rem}.top-20{top:1.25rem}.bottom-0{bottom:0rem}.bottom-20{bottom:1.25rem}.grow{flex-grow:1}.-translate-x-1\\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.border-b-2{border-bottom-width:2px}.border-softer{border-color:rgba(0, 0, 0, .1)}.pb-8{padding-bottom:0.5rem}.f-heading-03{font-family:var(--f-heading-03-fontFamily);font-weight:var(--f-heading-03-fontWeight);font-size:var(--f-heading-03-fontSize);line-height:var(--f-heading-03-lineHeight);letter-spacing:var(--f-heading-03-letterSpacing)}.f-heading-04{font-family:var(--f-heading-04-fontFamily);font-weight:var(--f-heading-04-fontWeight);font-size:var(--f-heading-04-fontSize);line-height:var(--f-heading-04-lineHeight);letter-spacing:var(--f-heading-04-letterSpacing)}.f-heading-05{font-family:var(--f-heading-05-fontFamily);font-weight:var(--f-heading-05-fontWeight);font-size:var(--f-heading-05-fontSize);line-height:var(--f-heading-05-lineHeight);letter-spacing:var(--f-heading-05-letterSpacing)}.text-light{color:var(--grey-700)}.text-lighter{color:var(--grey-600)}.text-lightest{color:var(--grey-500)}.text-default{color:var(--black)}.text-inverse{color:var(--white)}.bg-dark{background-color:var(--grey-300)}.bg-strong{background-color:var(--grey-700)}.bg-strongest{background-color:var(--black)}.ml-8{margin-left:0.5rem}.pt-8{padding-top:0.5rem}.bg-opacity-90{opacity:0.9}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}@media (min-width: 750px){.md\\:bottom-20{bottom:1.25rem}.md\\:w-auto{width:auto}.md\\:min-w-\\[500px\\]{width:500px}.md\\:top-20{top:1.25rem}.md\\:top-1\\/2{top:50%}.md\\:left-1\\/2{left:50%}.md\\:flex{display:flex}.md\\:hidden{display:none}.md\\:-translate-x-1\\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\\:-translate-y-1\\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\\:gap-y-12{row-gap:0.75rem}}";export{i as eds_modal}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as s,h as r}from"./p-271c61ff.js";import{t}from"./p-7198c024.js";const a=class{constructor(r){s(this,r),this.class=""}render(){return r("span",{key:"06c66194f30295a5bd250edcba88aa4473c8ab1b",class:this.class,innerHTML:t})}};export{a as eds_icon_tutorial}
|