@kickstartds/ds-agency-premium 1.6.71 → 1.6.72--canary.43.2474.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/{BlogAsideProps-d9decb7c.d.ts → BlogAsideProps-c760fd2a.d.ts} +5 -5
- package/dist/{BlogAuthorProps-88a11566.d.ts → BlogAuthorProps-fb0241df.d.ts} +7 -2
- package/dist/BlogOverviewProps-9f207f1c.d.ts +2 -2
- package/dist/BlogPostProps-6b3cff22.d.ts +3 -3
- package/dist/BusinessCardProps-e10e7b62.d.ts +101 -0
- package/dist/{ButtonProps-03ff6d21.d.ts → ButtonProps-4e2b2ecf.d.ts} +6 -4
- package/dist/ContactProps-7cac90e5.d.ts +70 -0
- package/dist/ContentNavProps-0e282a9f.d.ts +36 -0
- package/dist/{CtaProps-93230a76.d.ts → CtaProps-789f8508.d.ts} +16 -11
- package/dist/DownloadsProps-a49a977e.d.ts +34 -0
- package/dist/EventAppointmentProps-443cd1ce.d.ts +38 -0
- package/dist/EventDetailProps-42a7eebe.d.ts +387 -0
- package/dist/EventFilterProps-b190eb86.d.ts +73 -0
- package/dist/EventLatestTeaserProps-fc9d3281.d.ts +58 -0
- package/dist/EventListTeaserProps-5cc94436.d.ts +89 -0
- package/dist/EventLocationProps-871bc198.d.ts +41 -0
- package/dist/{FaqProps-ad618cd5.d.ts → FaqProps-78384db5.d.ts} +7 -12
- package/dist/{FeaturesProps-e58616a5.d.ts → FeaturesProps-a9041d97.d.ts} +9 -4
- package/dist/{FooterProps-171a3067.d.ts → FooterProps-a0a104ca.d.ts} +2 -2
- package/dist/{HeaderProps-e22382f1.d.ts → HeaderProps-72763967.d.ts} +2 -2
- package/dist/HeadlineProps-e1305784.d.ts +53 -0
- package/dist/{HeroProps-f704d270.d.ts → HeroProps-fec6b267.d.ts} +15 -5
- package/dist/ImageStoryProps-e853e1e7.d.ts +1 -1
- package/dist/{LogosProps-f9474fe2.d.ts → LogosProps-d4677d2c.d.ts} +1 -23
- package/dist/MosaicProps-d52c7151.d.ts +4 -4
- package/dist/PageProps-aa29c554.d.ts +1 -1
- package/dist/SearchBarProps-26263244.d.ts +29 -0
- package/dist/SearchFilterProps-2fa6419b.d.ts +29 -0
- package/dist/SearchFormProps-3d2c3462.d.ts +30 -0
- package/dist/SearchResultMatchProps-777cd47c.d.ts +23 -0
- package/dist/SearchResultProps-f6f07017.d.ts +44 -0
- package/dist/{SectionProps-1cfcf6e8.d.ts → SectionProps-6a826e52.d.ts} +27 -13
- package/dist/{SliderProps-93230a76.d.ts → SliderProps-789f8508.d.ts} +6 -6
- package/dist/SplitEvenProps-789f8508.d.ts +72 -0
- package/dist/SplitWeightedProps-789f8508.d.ts +102 -0
- package/dist/{TeaserCardProps-b9c28e78.d.ts → TeaserCardProps-d069476f.d.ts} +9 -4
- package/dist/{VideoCurtainProps-6c625a69.d.ts → VideoCurtainProps-a2c0cc7f.d.ts} +5 -5
- package/dist/components/blog-aside/blog-aside.css +4 -4
- package/dist/components/blog-aside/blog-aside.schema.dereffed.json +16 -14
- package/dist/components/blog-aside/blog-aside.schema.json +4 -4
- package/dist/components/blog-aside/index.d.ts +1 -1
- package/dist/components/blog-aside/index.js +9 -4
- package/dist/components/blog-author/blog-author.schema.dereffed.json +12 -7
- package/dist/components/blog-author/index.d.ts +1 -1
- package/dist/components/blog-author/index.js +10 -1
- package/dist/components/blog-head/blog-head.schema.dereffed.json +0 -6
- package/dist/components/blog-head/index.js +6 -1
- package/dist/components/blog-overview/blog-overview.schema.dereffed.json +16751 -1269
- package/dist/components/blog-overview/blog-overview.schema.json +2 -2
- package/dist/components/blog-overview/index.js +1 -0
- package/dist/components/blog-post/blog-post.schema.dereffed.json +16911 -1415
- package/dist/components/blog-post/blog-post.schema.json +2 -2
- package/dist/components/blog-post/index.js +5 -2
- package/dist/components/blog-tag/blog-tag.schema.dereffed.json +0 -3
- package/dist/components/blog-teaser/blog-teaser.css +2 -2
- package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +0 -6
- package/dist/components/blog-teaser/index.js +15 -8
- package/dist/components/breadcrumb/breadcrumb.css +32 -0
- package/dist/components/breadcrumb/breadcrumb.schema.dereffed.json +31 -0
- package/dist/components/breadcrumb/breadcrumb.schema.json +27 -0
- package/dist/components/breadcrumb/index.d.ts +28 -0
- package/dist/components/breadcrumb/index.js +22 -0
- package/dist/components/business-card/business-card.css +188 -0
- package/dist/components/business-card/business-card.schema.dereffed.json +141 -0
- package/dist/components/business-card/business-card.schema.json +126 -0
- package/dist/components/business-card/index.d.ts +7 -0
- package/dist/components/business-card/index.js +31 -0
- package/dist/components/button/button.css +8 -3
- package/dist/components/button/button.schema.dereffed.json +10 -4
- package/dist/components/button/button.schema.json +8 -3
- package/dist/components/button/index.d.ts +1 -1
- package/dist/components/button/index.js +19 -9
- package/dist/components/button-group/button-group.schema.dereffed.json +12 -9
- package/dist/components/button-group/index.d.ts +4 -4
- package/dist/components/button-group/index.js +11 -2
- package/dist/components/contact/contact.css +11 -17
- package/dist/components/contact/contact.schema.dereffed.json +13 -8
- package/dist/components/contact/contact.schema.json +11 -5
- package/dist/components/contact/index.d.ts +1 -65
- package/dist/components/contact/index.js +11 -2
- package/dist/components/content-nav/content-nav.css +124 -0
- package/dist/components/content-nav/content-nav.schema.dereffed.json +58 -0
- package/dist/components/content-nav/content-nav.schema.json +52 -0
- package/dist/components/content-nav/index.d.ts +7 -0
- package/dist/components/content-nav/index.js +21 -0
- package/dist/components/cookie-consent/C15t.client.d.ts +5 -0
- package/dist/components/cookie-consent/C15t.client.js +123 -0
- package/dist/components/cookie-consent/CookieConsent.client.d.ts +29 -0
- package/dist/components/cookie-consent/CookieConsent.client.js +84 -0
- package/dist/components/cookie-consent/cookie-consent.css +259 -0
- package/dist/components/cookie-consent/cookie-consent.schema.dereffed.json +256 -0
- package/dist/components/cookie-consent/cookie-consent.schema.json +224 -0
- package/dist/components/cookie-consent/index.d.ts +143 -0
- package/dist/components/cookie-consent/index.js +26 -0
- package/dist/components/cta/cta.css +48 -71
- package/dist/components/cta/cta.schema.dereffed.json +21 -13
- package/dist/components/cta/cta.schema.json +17 -10
- package/dist/components/cta/index.d.ts +1 -1
- package/dist/components/cta/index.js +44 -27
- package/dist/components/divider/divider.schema.dereffed.json +0 -3
- package/dist/components/divider/index.js +6 -1
- package/dist/components/downloads/downloads.css +158 -0
- package/dist/components/downloads/downloads.schema.dereffed.json +52 -0
- package/dist/components/downloads/downloads.schema.json +44 -0
- package/dist/components/downloads/index.d.ts +8 -0
- package/dist/components/downloads/index.js +23 -0
- package/dist/components/event-appointment/event-appointment.css +63 -0
- package/dist/components/event-appointment/event-appointment.schema.dereffed.json +53 -0
- package/dist/components/event-appointment/event-appointment.schema.json +47 -0
- package/dist/components/event-appointment/index.d.ts +7 -0
- package/dist/components/event-appointment/index.js +21 -0
- package/dist/components/event-detail/event-detail.schema.dereffed.json +278 -0
- package/dist/components/event-detail/event-detail.schema.json +74 -0
- package/dist/components/event-detail/index.d.ts +5 -0
- package/dist/components/event-detail/index.js +37 -0
- package/dist/components/event-filter/event-filter.css +31 -0
- package/dist/components/event-filter/event-filter.schema.dereffed.json +115 -0
- package/dist/components/event-filter/event-filter.schema.json +107 -0
- package/dist/components/event-filter/index.d.ts +7 -0
- package/dist/components/event-filter/index.js +61 -0
- package/dist/components/event-header/event-header.css +6 -0
- package/dist/components/event-header/event-header.schema.dereffed.json +35 -0
- package/dist/components/event-header/event-header.schema.json +34 -0
- package/dist/components/event-header/index.d.ts +35 -0
- package/dist/components/event-header/index.js +25 -0
- package/dist/components/event-latest/event-latest.css +5 -0
- package/dist/components/event-latest/event-latest.schema.dereffed.json +136 -0
- package/dist/components/event-latest/event-latest.schema.json +46 -0
- package/dist/components/event-latest/index.d.ts +30 -0
- package/dist/components/event-latest/index.js +24 -0
- package/dist/components/event-latest-teaser/event-latest-teaser.css +131 -0
- package/dist/components/event-latest-teaser/event-latest-teaser.schema.dereffed.json +94 -0
- package/dist/components/event-latest-teaser/event-latest-teaser.schema.json +73 -0
- package/dist/components/event-latest-teaser/index.d.ts +8 -0
- package/dist/components/event-latest-teaser/index.js +23 -0
- package/dist/components/event-list/event-list.schema.dereffed.json +275 -0
- package/dist/components/event-list/event-list.schema.json +18 -0
- package/dist/components/event-list/index.d.ts +19 -0
- package/dist/components/event-list/index.js +74 -0
- package/dist/components/event-list-teaser/event-list-teaser.css +143 -0
- package/dist/components/event-list-teaser/event-list-teaser.schema.dereffed.json +148 -0
- package/dist/components/event-list-teaser/event-list-teaser.schema.json +116 -0
- package/dist/components/event-list-teaser/index.d.ts +8 -0
- package/dist/components/event-list-teaser/index.js +28 -0
- package/dist/components/event-location/event-location.css +71 -0
- package/dist/components/event-location/event-location.schema.dereffed.json +120 -0
- package/dist/components/event-location/event-location.schema.json +61 -0
- package/dist/components/event-location/index.d.ts +7 -0
- package/dist/components/event-location/index.js +25 -0
- package/dist/components/event-login/event-login.css +31 -0
- package/dist/components/event-login/event-login.schema.dereffed.json +122 -0
- package/dist/components/event-login/event-login.schema.json +98 -0
- package/dist/components/event-login/index.d.ts +78 -0
- package/dist/components/event-login/index.js +31 -0
- package/dist/components/event-registration/event-registration.css +88 -0
- package/dist/components/event-registration/event-registration.schema.dereffed.json +171 -0
- package/dist/components/event-registration/event-registration.schema.json +138 -0
- package/dist/components/event-registration/index.d.ts +106 -0
- package/dist/components/event-registration/index.js +36 -0
- package/dist/components/faq/faq.css +1 -1
- package/dist/components/faq/faq.schema.dereffed.json +2 -5
- package/dist/components/faq/faq.schema.json +2 -1
- package/dist/components/faq/index.d.ts +24 -7
- package/dist/components/faq/index.js +7 -2
- package/dist/components/feature/feature.schema.dereffed.json +13 -6
- package/dist/components/feature/feature.schema.json +11 -3
- package/dist/components/feature/index.d.ts +8 -3
- package/dist/components/feature/index.js +16 -4
- package/dist/components/features/features.css +12 -14
- package/dist/components/features/features.schema.dereffed.json +13 -6
- package/dist/components/features/features.schema.json +5 -2
- package/dist/components/features/index.d.ts +1 -1
- package/dist/components/features/index.js +15 -3
- package/dist/components/footer/footer.css +4 -3
- package/dist/components/footer/footer.schema.dereffed.json +12 -15
- package/dist/components/footer/index.d.ts +1 -1
- package/dist/components/footer/index.js +12 -2
- package/dist/components/gallery/gallery.schema.dereffed.json +2 -4
- package/dist/components/gallery/gallery.schema.json +2 -1
- package/dist/components/gallery/index.js +10 -2
- package/dist/components/header/header.css +52 -9
- package/dist/components/header/header.schema.dereffed.json +12 -15
- package/dist/components/header/index.d.ts +1 -1
- package/dist/components/header/index.js +18 -6
- package/dist/components/headline/headline.css +33 -41
- package/dist/components/headline/headline.schema.dereffed.json +0 -3
- package/dist/components/headline/index.d.ts +1 -53
- package/dist/components/headline/index.js +13 -4
- package/dist/components/hero/hero.css +159 -60
- package/dist/components/hero/hero.schema.dereffed.json +19 -8
- package/dist/components/hero/hero.schema.json +24 -4
- package/dist/components/hero/index.d.ts +1 -1
- package/dist/components/hero/index.js +66 -40
- package/dist/components/html/html.schema.dereffed.json +0 -3
- package/dist/components/html/index.js +8 -1
- package/dist/components/image-story/image-story.css +13 -6
- package/dist/components/image-story/image-story.schema.dereffed.json +10 -7
- package/dist/components/image-story/index.js +14 -1
- package/dist/components/image-text/image-text.css +4 -4
- package/dist/components/image-text/image-text.schema.dereffed.json +0 -3
- package/dist/components/image-text/index.js +7 -1
- package/dist/components/index/index.d.ts +3 -2
- package/dist/components/logo/index.js +6 -1
- package/dist/components/logo/logo.schema.dereffed.json +0 -3
- package/dist/components/logos/index.d.ts +1 -1
- package/dist/components/logos/index.js +13 -2
- package/dist/components/logos/logos.css +10 -8
- package/dist/components/logos/logos.schema.dereffed.json +7 -11
- package/dist/components/logos/logos.schema.json +7 -8
- package/dist/components/mosaic/index.js +9 -2
- package/dist/components/mosaic/mosaic.css +5 -7
- package/dist/components/mosaic/mosaic.schema.dereffed.json +3 -9
- package/dist/components/nav-dropdown/index.d.ts +1 -1
- package/dist/components/nav-dropdown/index.js +2 -2
- package/dist/components/nav-dropdown/nav-dropdown.css +18 -7
- package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +1 -4
- package/dist/components/nav-flyout/index.d.ts +2 -2
- package/dist/components/nav-flyout/index.js +13 -9
- package/dist/components/nav-flyout/nav-flyout.css +29 -15
- package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -18
- package/dist/components/nav-main/index.d.ts +5 -5
- package/dist/components/nav-main/index.js +11 -3
- package/dist/components/nav-main/nav-main.schema.dereffed.json +15 -21
- package/dist/components/nav-main/nav-main.schema.json +14 -14
- package/dist/components/nav-toggle/index.js +1 -1
- package/dist/components/nav-topbar/index.d.ts +2 -2
- package/dist/components/nav-topbar/index.js +9 -3
- package/dist/components/nav-topbar/nav-topbar.css +17 -4
- package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -15
- package/dist/components/page/page.schema.dereffed.json +17034 -1542
- package/dist/components/page/page.schema.json +2 -2
- package/dist/components/page-wrapper/index.js +51 -1
- package/dist/components/pagination/index.d.ts +55 -0
- package/dist/components/pagination/index.js +58 -0
- package/dist/components/pagination/pagination.css +90 -0
- package/dist/components/pagination/pagination.schema.dereffed.json +64 -0
- package/dist/components/pagination/pagination.schema.json +60 -0
- package/dist/components/presets.json +2304 -528
- package/dist/components/providers/index.js +1 -0
- package/dist/components/search/index.d.ts +29 -0
- package/dist/components/search/index.js +53 -0
- package/dist/components/search/search.schema.dereffed.json +301 -0
- package/dist/components/search/search.schema.json +24 -0
- package/dist/components/search-bar/index.d.ts +7 -0
- package/dist/components/search-bar/index.js +20 -0
- package/dist/components/search-bar/search-bar.css +33 -0
- package/dist/components/search-bar/search-bar.schema.dereffed.json +45 -0
- package/dist/components/search-bar/search-bar.schema.json +35 -0
- package/dist/components/search-filter/index.d.ts +7 -0
- package/dist/components/search-filter/index.js +20 -0
- package/dist/components/search-filter/search-filter.css +22 -0
- package/dist/components/search-filter/search-filter.schema.dereffed.json +66 -0
- package/dist/components/search-filter/search-filter.schema.json +46 -0
- package/dist/components/search-form/SearchForm.client.d.ts +25 -0
- package/dist/components/search-form/SearchForm.client.js +228 -0
- package/dist/components/search-form/SearchFormPagefind.client.d.ts +5 -0
- package/dist/components/search-form/SearchFormPagefind.client.js +40 -0
- package/dist/components/search-form/index.d.ts +4 -0
- package/dist/components/search-form/index.js +25 -0
- package/dist/components/search-form/search-form.css +10 -0
- package/dist/components/search-form/search-form.schema.dereffed.json +49 -0
- package/dist/components/search-form/search-form.schema.json +38 -0
- package/dist/components/search-modal/RadioEmit.client.d.ts +5 -0
- package/dist/components/search-modal/RadioEmit.client.js +17 -0
- package/dist/components/search-modal/SearchModal.client.d.ts +5 -0
- package/dist/components/search-modal/SearchModal.client.js +31 -0
- package/dist/components/search-modal/index.d.ts +18 -0
- package/dist/components/search-modal/index.js +39 -0
- package/dist/components/search-modal/search-modal.css +27 -0
- package/dist/components/search-modal/search-modal.schema.dereffed.json +70 -0
- package/dist/components/search-modal/search-modal.schema.json +24 -0
- package/dist/components/search-result/index.d.ts +7 -0
- package/dist/components/search-result/index.js +29 -0
- package/dist/components/search-result/search-result.css +76 -0
- package/dist/components/search-result/search-result.schema.dereffed.json +90 -0
- package/dist/components/search-result/search-result.schema.json +52 -0
- package/dist/components/search-result-match/index.d.ts +7 -0
- package/dist/components/search-result-match/index.js +18 -0
- package/dist/components/search-result-match/search-result-match.css +18 -0
- package/dist/components/search-result-match/search-result-match.schema.dereffed.json +33 -0
- package/dist/components/search-result-match/search-result-match.schema.json +31 -0
- package/dist/components/section/index.d.ts +1 -1
- package/dist/components/section/index.js +39 -17
- package/dist/components/section/section.css +45 -58
- package/dist/components/section/section.schema.dereffed.json +17032 -1534
- package/dist/components/section/section.schema.json +37 -11
- package/dist/components/seo/seo.schema.dereffed.json +4 -7
- package/dist/components/seo/seo.schema.json +4 -3
- package/dist/components/settings/settings.schema.dereffed.json +29 -41
- package/dist/components/settings/settings.schema.json +2 -2
- package/dist/components/slider/index.d.ts +4 -2
- package/dist/components/slider/index.js +19 -3
- package/dist/components/slider/slider.css +14 -9
- package/dist/components/slider/slider.schema.dereffed.json +81 -76
- package/dist/components/slider/slider.schema.json +1 -1
- package/dist/components/split-even/index.d.ts +12 -0
- package/dist/components/split-even/index.js +26 -0
- package/dist/components/split-even/split-even.css +103 -0
- package/dist/components/split-even/split-even.schema.dereffed.json +7322 -0
- package/dist/components/split-even/split-even.schema.json +212 -0
- package/dist/components/split-weighted/index.d.ts +12 -0
- package/dist/components/split-weighted/index.js +42 -0
- package/dist/components/split-weighted/split-weighted.css +133 -0
- package/dist/components/split-weighted/split-weighted.schema.dereffed.json +7382 -0
- package/dist/components/split-weighted/split-weighted.schema.json +254 -0
- package/dist/components/stat/index.js +4 -1
- package/dist/components/stat/stat.schema.dereffed.json +0 -3
- package/dist/components/stats/index.js +6 -1
- package/dist/components/stats/stats.css +2 -0
- package/dist/components/stats/stats.schema.dereffed.json +0 -6
- package/dist/components/teaser-card/index.d.ts +1 -1
- package/dist/components/teaser-card/index.js +21 -10
- package/dist/components/teaser-card/teaser-card.css +107 -54
- package/dist/components/teaser-card/teaser-card.schema.dereffed.json +10 -7
- package/dist/components/teaser-card/teaser-card.schema.json +10 -4
- package/dist/components/testimonial/index.js +7 -1
- package/dist/components/testimonial/testimonial.schema.dereffed.json +0 -3
- package/dist/components/testimonials/index.d.ts +1 -1
- package/dist/components/testimonials/index.js +8 -1
- package/dist/components/testimonials/testimonials.css +7 -1
- package/dist/components/testimonials/testimonials.schema.dereffed.json +0 -3
- package/dist/components/text/index.js +8 -1
- package/dist/components/text/text.css +2 -2
- package/dist/components/text/text.schema.dereffed.json +0 -3
- package/dist/components/tile/tile.schema.dereffed.json +3 -6
- package/dist/components/tile/tile.schema.json +2 -2
- package/dist/components/video-curtain/index.d.ts +1 -1
- package/dist/components/video-curtain/index.js +23 -5
- package/dist/components/video-curtain/video-curtain.css +54 -31
- package/dist/components/video-curtain/video-curtain.schema.dereffed.json +7 -8
- package/dist/components/video-curtain/video-curtain.schema.json +4 -4
- package/dist/global.css +4156 -211
- package/dist/helpers-12f48df8.d.ts +6 -0
- package/dist/helpers-12f48df8.js +40 -0
- package/dist/static/fonts/systemics/Montserrat-Bold.woff2 +0 -0
- package/dist/static/fonts/systemics/Montserrat-Light.woff2 +0 -0
- package/dist/static/fonts/systemics/Montserrat-Medium.woff2 +0 -0
- package/dist/static/fonts/systemics/Montserrat-Regular.woff2 +0 -0
- package/dist/static/fonts/systemics/Montserrat-SemiBold.woff2 +0 -0
- package/dist/static/img/about/angled-image.png +0 -0
- package/dist/static/img/about/cta.png +0 -0
- package/dist/static/img/about/cutout.png +0 -0
- package/dist/static/img/about/disclaimer.png +0 -0
- package/dist/static/img/about/purpose.png +0 -0
- package/dist/static/img/about/spoiler.png +0 -0
- package/dist/static/img/bg-color-swatch.png +0 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-01.svg +72 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-02.svg +112 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-03.svg +197 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-04.svg +76 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-05.svg +82 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-06.svg +219 -0
- package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-07.svg +85 -0
- package/dist/static/img/logos/logoipsum-344.svg +174 -0
- package/dist/static/img/logos/logoipsum-347.svg +52 -0
- package/dist/static/img/logos/logoipsum-352.svg +22 -0
- package/dist/static/img/logos/logoipsum-356.svg +20 -0
- package/dist/static/img/logos/logoipsum-358.svg +29 -0
- package/dist/static/img/logos/logoipsum-369.svg +20 -0
- package/dist/static/img/logos/logoipsum-373.svg +17 -0
- package/dist/static/img/people/author-alex.png +0 -0
- package/dist/static/img/people/author-emily.png +0 -0
- package/dist/static/img/people/author-john.png +0 -0
- package/dist/static/img/people/contact-person.png +0 -0
- package/dist/static/img/screenshots/blog-blog-aside--default.png +0 -0
- package/dist/static/img/screenshots/blog-blog-author--default.png +0 -0
- package/dist/static/img/screenshots/blog-blog-head--default.png +0 -0
- package/dist/static/img/screenshots/blog-blog-teaser--default.png +0 -0
- package/dist/static/img/screenshots/components-button--primary-button.png +0 -0
- package/dist/static/img/screenshots/components-button--primary-disabled-button.png +0 -0
- package/dist/static/img/screenshots/components-button--secondary-button.png +0 -0
- package/dist/static/img/screenshots/components-button--tertiary-button.png +0 -0
- package/dist/static/img/screenshots/components-contact--circular-avatar.png +0 -0
- package/dist/static/img/screenshots/components-contact--full-image-width.png +0 -0
- package/dist/static/img/screenshots/components-contact--vertical-image-with-paragraph.png +0 -0
- package/dist/static/img/screenshots/components-contact--wide-image.png +0 -0
- package/dist/static/img/screenshots/components-cta--align-bottom.png +0 -0
- package/dist/static/img/screenshots/components-cta--angled-image.png +0 -0
- package/dist/static/img/screenshots/components-cta--banner.png +0 -0
- package/dist/static/img/screenshots/components-cta--colored-banner.png +0 -0
- package/dist/static/img/screenshots/components-cta--contact-banner.png +0 -0
- package/dist/static/img/screenshots/components-cta--highlighted.png +0 -0
- package/dist/static/img/screenshots/components-cta--left-aligned.png +0 -0
- package/dist/static/img/screenshots/components-cta--product-advertisement.png +0 -0
- package/dist/static/img/screenshots/components-cta--split-banner.png +0 -0
- package/dist/static/img/screenshots/components-faq--dropdown-list.png +0 -0
- package/dist/static/img/screenshots/components-faq--single-dropdown.png +0 -0
- package/dist/static/img/screenshots/components-features--icon-beside-with-link-in-text.png +0 -0
- package/dist/static/img/screenshots/components-features--icon-centered.png +0 -0
- package/dist/static/img/screenshots/components-features--icon-intext-with-link.png +0 -0
- package/dist/static/img/screenshots/components-features--list-view.png +0 -0
- package/dist/static/img/screenshots/components-features--stack-with-button.png +0 -0
- package/dist/static/img/screenshots/components-gallery--free-aspect-ratio.png +0 -0
- package/dist/static/img/screenshots/components-gallery--large-landscape-tiles.png +0 -0
- package/dist/static/img/screenshots/components-gallery--small-squares-with-lightbox.png +0 -0
- package/dist/static/img/screenshots/components-gallery--stack-landscape.png +0 -0
- package/dist/static/img/screenshots/components-headline--h-1.png +0 -0
- package/dist/static/img/screenshots/components-headline--h-2.png +0 -0
- package/dist/static/img/screenshots/components-headline--h-3.png +0 -0
- package/dist/static/img/screenshots/components-headline--h-4.png +0 -0
- package/dist/static/img/screenshots/components-headline--order-swapped.png +0 -0
- package/dist/static/img/screenshots/components-headline--with-markdown.png +0 -0
- package/dist/static/img/screenshots/components-headline--with-subheadline.png +0 -0
- package/dist/static/img/screenshots/components-hero--text-below-image.png +0 -0
- package/dist/static/img/screenshots/components-hero--text-box-on-full-screen.png +0 -0
- package/dist/static/img/screenshots/components-hero--text-on-image-with-overlay.png +0 -0
- package/dist/static/img/screenshots/components-html--html.png +0 -0
- package/dist/static/img/screenshots/components-html--with-consent.png +0 -0
- package/dist/static/img/screenshots/components-html--with-script.png +0 -0
- package/dist/static/img/screenshots/components-image-story--sticky-image-next-to-scrolling-text.png +0 -0
- package/dist/static/img/screenshots/components-image-text--above-layout.png +0 -0
- package/dist/static/img/screenshots/components-image-text--beside-right-layout.png +0 -0
- package/dist/static/img/screenshots/components-logos--centered-with-button.png +0 -0
- package/dist/static/img/screenshots/components-logos--left-aligned-with-text-link.png +0 -0
- package/dist/static/img/screenshots/components-logos--logo-row.png +0 -0
- package/dist/static/img/screenshots/components-logos--logo-wall.png +0 -0
- package/dist/static/img/screenshots/components-mosaic--colorful-text-with-illustrations.png +0 -0
- package/dist/static/img/screenshots/components-mosaic--colorful-tiles.png +0 -0
- package/dist/static/img/screenshots/components-stats--count-up-with-description.png +0 -0
- package/dist/static/img/screenshots/components-stats--count-up-with-icons.png +0 -0
- package/dist/static/img/screenshots/components-teaser-card--page-navigation.png +0 -0
- package/dist/static/img/screenshots/components-teaser-card--product-tiles.png +0 -0
- package/dist/static/img/screenshots/components-teaser-card--showcase-preview.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--alternating-layout.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--list-layout.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--simple.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--slider-layout.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--with-rating.png +0 -0
- package/dist/static/img/screenshots/components-testimonials--with-title.png +0 -0
- package/dist/static/img/screenshots/components-text--centered.png +0 -0
- package/dist/static/img/screenshots/components-text--highlight.png +0 -0
- package/dist/static/img/screenshots/components-text--multi-column.png +0 -0
- package/dist/static/img/screenshots/components-text--single-column.png +0 -0
- package/dist/static/img/screenshots/components-video-curtain--atmospheric-video-with-overlay.png +0 -0
- package/dist/static/img/screenshots/components-video-curtain--color-neutral-text.png +0 -0
- package/dist/static/img/screenshots/components-video-curtain--color-neutral-video.png +0 -0
- package/dist/static/img/screenshots/corporate-breadcrumb--default.png +0 -0
- package/dist/static/img/screenshots/corporate-business-card--centered.png +0 -0
- package/dist/static/img/screenshots/corporate-business-card--default.png +0 -0
- package/dist/static/img/screenshots/corporate-business-card--without-image.png +0 -0
- package/dist/static/img/screenshots/corporate-content-nav--default.png +0 -0
- package/dist/static/img/screenshots/corporate-cookie-consent--banner.png +0 -0
- package/dist/static/img/screenshots/corporate-cookie-consent--c-15-t.png +0 -0
- package/dist/static/img/screenshots/corporate-cookie-consent--card.png +0 -0
- package/dist/static/img/screenshots/corporate-downloads--complete.png +0 -0
- package/dist/static/img/screenshots/corporate-downloads--description-only.png +0 -0
- package/dist/static/img/screenshots/corporate-downloads--mixed.png +0 -0
- package/dist/static/img/screenshots/corporate-downloads--technical-details-only.png +0 -0
- package/dist/static/img/screenshots/corporate-pagination--default.png +0 -0
- package/dist/static/img/screenshots/corporate-search-bar--default.png +0 -0
- package/dist/static/img/screenshots/corporate-search-filter--default.png +0 -0
- package/dist/static/img/screenshots/corporate-search-form--pagefind.png +0 -0
- package/dist/static/img/screenshots/corporate-search-modal--pagefind.png +0 -0
- package/dist/static/img/screenshots/corporate-search-result--default.png +0 -0
- package/dist/static/img/screenshots/event-event-filter--default.png +0 -0
- package/dist/static/img/screenshots/event-event-header--default.png +0 -0
- package/dist/static/img/screenshots/event-event-latest--default.png +0 -0
- package/dist/static/img/screenshots/event-event-latest-teaser--default.png +0 -0
- package/dist/static/img/screenshots/event-event-list-teaser--default.png +0 -0
- package/dist/static/img/screenshots/event-event-location--default.png +0 -0
- package/dist/static/img/screenshots/event-event-login--default.png +0 -0
- package/dist/static/img/screenshots/event-event-registration--default.png +0 -0
- package/dist/static/img/screenshots/form-checkbox--default.png +0 -0
- package/dist/static/img/screenshots/form-radio--default.png +0 -0
- package/dist/static/img/screenshots/form-select-field--default.png +0 -0
- package/dist/static/img/screenshots/form-text-area--default.png +0 -0
- package/dist/static/img/screenshots/form-text-field--default.png +0 -0
- package/dist/static/img/screenshots/layout-divider--accent.png +0 -0
- package/dist/static/img/screenshots/layout-divider--default.png +0 -0
- package/dist/static/img/screenshots/layout-footer--footer.png +0 -0
- package/dist/static/img/screenshots/layout-header--header.png +0 -0
- package/dist/static/img/screenshots/layout-section--accent-background.png +0 -0
- package/dist/static/img/screenshots/layout-section--background-image.png +0 -0
- package/dist/static/img/screenshots/layout-section--bold-background.png +0 -0
- package/dist/static/img/screenshots/layout-section--dynamic-layout.png +0 -0
- package/dist/static/img/screenshots/layout-section--framed.png +0 -0
- package/dist/static/img/screenshots/layout-section--inverted.png +0 -0
- package/dist/static/img/screenshots/layout-section--list-layout.png +0 -0
- package/dist/static/img/screenshots/layout-section--slider.png +0 -0
- package/dist/static/img/screenshots/layout-section--tile-layout.png +0 -0
- package/dist/static/img/screenshots/layout-section--with-buttons.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-arrows.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-autoplay.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-nav.png +0 -0
- package/dist/static/img/screenshots/layout-slider--with-teased-neighbours.png +0 -0
- package/dist/static/img/screenshots/layout-split-even--faq-with-form.png +0 -0
- package/dist/static/img/screenshots/layout-split-even--text-with-logos.png +0 -0
- package/dist/static/img/screenshots/layout-split-weighted--text-with-contact.png +0 -0
- package/dist/static/img/screenshots/layout-split-weighted--text-with-teaser.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-about--about.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-blog-overview--blog-overview.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-blog-post--blog-post.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-event-detail--event-detail.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-event-list--event-list.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-job-detail--job-detail.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-jobs--jobs.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-landingpage--landingpage.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-overview--overview.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-search--search.png +0 -0
- package/dist/static/img/screenshots/page-archetypes-showcase--showcase.png +0 -0
- package/dist/static/logo-dark.svg +13 -0
- package/dist/static/logo-dsa-inverted.svg +26 -0
- package/dist/static/logo-dsa.svg +26 -0
- package/dist/static/logo-inverted.svg +12 -25
- package/dist/static/logo.svg +12 -25
- package/dist/tokens/IconSprite.js +50 -0
- package/dist/tokens/icon-sprite.html +18 -0
- package/dist/tokens/themes.css +20 -20
- package/dist/tokens/tokens.css +448 -752
- package/dist/tokens/tokens.js +673 -774
- package/package.json +18 -6
- package/dist/components/page-wrapper/tokens.css +0 -2783
- package/dist/components/split/index.d.ts +0 -14
- package/dist/components/split/index.js +0 -17
- package/dist/components/split/split.css +0 -53
- package/dist/components/split/split.schema.dereffed.json +0 -29
- package/dist/components/split/split.schema.json +0 -19
- package/dist/static/img/logos/logoipsum-212.svg +0 -12
- package/dist/static/img/logos/logoipsum-217.svg +0 -4
- package/dist/static/img/logos/logoipsum-239.svg +0 -16
- package/dist/static/img/logos/logoipsum-244.svg +0 -19
- package/dist/static/img/logos/logoipsum-250.svg +0 -21
- package/dist/static/img/logos/logoipsum-286.svg +0 -20
- package/dist/static/img/screenshots/layout-section--cards.png +0 -0
- package/dist/static/img/screenshots/layout-section--colorful-gradient.png +0 -0
- package/dist/static/img/screenshots/layout-section--flex-layout.png +0 -0
- package/dist/static/img/screenshots/layout-section--spotlight.png +0 -0
- package/dist/static/img/screenshots/layout-section--stagelights.png +0 -0
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
<svg width="1270" height="760" viewBox="0 0 1270 760" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_831_659)">
|
|
3
|
+
<rect width="1270" height="760" fill="url(#paint0_linear_831_659)"/>
|
|
4
|
+
<path d="M101.279 878.319L547.542 432.056L441.78 326.294H68.6609L-236.825 657.408L-19.9604 878.319L101.279 878.319Z" fill="black" fill-opacity="0.2"/>
|
|
5
|
+
<path d="M1284.11 44.6431H975.723V117.348L1081.34 222.415H1326V86.3153L1284.11 44.6431Z" fill="#00C9FF" fill-opacity="0.2"/>
|
|
6
|
+
<path opacity="0.2" d="M884.411 285.623L849.086 247.168L849.086 117.493L947.013 14.1993H1048.52L1063.27 28.0611L1063.27 100.953L884.411 285.623Z" fill="#06708A"/>
|
|
7
|
+
<path opacity="0.2" d="M644.5 1292C934.173 1292 1169 1059.64 1169 773C1169 486.364 934.173 254 644.5 254C354.827 254 120 486.364 120 773C120 1059.64 354.827 1292 644.5 1292Z" fill="url(#paint1_radial_831_659)"/>
|
|
8
|
+
<path d="M382.266 268.448C383.2 267.431 384.778 267.366 385.791 268.304L402.299 283.586C403.312 284.524 403.377 286.109 402.443 287.127C401.509 288.144 399.931 288.209 398.918 287.271L384.244 273.687L370.72 288.426C369.786 289.443 368.208 289.508 367.195 288.57C366.182 287.632 366.118 286.047 367.051 285.03L382.266 268.448ZM384.507 341.65L381.608 270.248L386.593 270.044L389.492 341.446L384.507 341.65Z" fill="#B4CCD2"/>
|
|
9
|
+
<path d="M385.978 339.996L604.927 396.905" stroke="#B4CCD2" stroke-width="5"/>
|
|
10
|
+
<path d="M550.946 268.447C551.88 267.429 553.458 267.365 554.471 268.303L570.98 283.585C571.993 284.523 572.057 286.108 571.123 287.125C570.19 288.143 568.612 288.207 567.598 287.269L552.924 273.685L539.4 288.424C538.467 289.442 536.888 289.506 535.875 288.569C534.862 287.631 534.798 286.046 535.732 285.028L550.946 268.447ZM553.187 341.648L550.288 270.247L555.273 270.043L558.172 341.444L553.187 341.648Z" fill="#B4CCD2"/>
|
|
11
|
+
<path d="M554.657 339.996L610.06 372.125" stroke="#B4CCD2" stroke-width="5"/>
|
|
12
|
+
<path d="M906.13 268.447C905.197 267.429 903.619 267.365 902.606 268.303L886.097 283.585C885.084 284.523 885.02 286.108 885.954 287.125C886.887 288.143 888.465 288.207 889.478 287.269L904.152 273.685L917.677 288.424C918.61 289.442 920.188 289.506 921.202 288.569C922.215 287.631 922.279 286.046 921.345 285.028L906.13 268.447ZM903.89 341.648L906.789 270.247L901.804 270.043L898.905 341.444L903.89 341.648Z" fill="#B4CCD2"/>
|
|
13
|
+
<path d="M902.418 339.996L683.469 396.905" stroke="#B4CCD2" stroke-width="5"/>
|
|
14
|
+
<path d="M737.448 268.445C736.515 267.428 734.937 267.363 733.924 268.301L717.415 283.583C716.402 284.521 716.338 286.106 717.271 287.124C718.205 288.141 719.783 288.206 720.796 287.268L735.47 273.684L748.995 288.423C749.928 289.44 751.506 289.505 752.519 288.567C753.532 287.629 753.597 286.044 752.663 285.027L737.448 268.445ZM735.208 341.647L738.106 270.246L733.122 270.041L730.223 341.443L735.208 341.647Z" fill="#B4CCD2"/>
|
|
15
|
+
<path d="M733.738 339.994L678.335 372.123" stroke="#B4CCD2" stroke-width="5"/>
|
|
16
|
+
<g filter="url(#filter0_d_831_659)">
|
|
17
|
+
<path d="M576.423 367.132C576.423 360.966 581.421 355.967 587.588 355.967H699.24C705.406 355.967 710.405 360.966 710.405 367.132V478.784C710.405 484.951 705.406 489.949 699.24 489.949H587.588C581.421 489.949 576.423 484.951 576.423 478.784V367.132Z" fill="url(#paint2_linear_831_659)"/>
|
|
18
|
+
<path d="M618.389 372.715L628.76 383.113V423.376L654.3 397.836H681.515L681.516 403.07H676.282L647.81 431.541H622.765L628.76 437.536V473.411H614.167L605.731 464.952V377.948H601.544V372.715H618.389Z" fill="#ECFF00"/>
|
|
19
|
+
<path d="M637.603 437.663L669.815 469.875L666.652 473.038L670.205 476.59L673.389 473.449L688.043 458.794L659.429 430.181L651.946 437.663H637.603Z" fill="#ECFF00"/>
|
|
20
|
+
</g>
|
|
21
|
+
<path d="M297 222.569L306.572 214L459.582 214L459.582 257.781L452.955 265.342L297 265.342L297 222.569Z" fill="white"/>
|
|
22
|
+
<path d="M459.082 214.5L459.082 257.593L452.729 264.842L297.5 264.842L297.5 222.792L306.763 214.5L459.082 214.5Z" stroke="#06566A" stroke-opacity="0.3"/>
|
|
23
|
+
<path d="M468.14 222.569L477.712 214L630.722 214L630.722 257.781L624.095 265.342L468.14 265.342L468.14 222.569Z" fill="white"/>
|
|
24
|
+
<path d="M630.222 214.5L630.222 257.593L623.868 264.842L468.64 264.842L468.64 222.793L477.903 214.5L630.222 214.5Z" stroke="#06566A" stroke-opacity="0.3"/>
|
|
25
|
+
<path d="M639.277 222.569L648.849 214L801.859 214L801.859 257.781L795.232 265.342L639.277 265.342L639.277 222.569Z" fill="white"/>
|
|
26
|
+
<path d="M801.359 214.5L801.359 257.593L795.005 264.842L639.777 264.842L639.777 222.793L649.04 214.5L801.359 214.5Z" stroke="#06566A" stroke-opacity="0.3"/>
|
|
27
|
+
<path d="M810.418 222.569L819.99 214L973 214L973 257.781L966.373 265.342L810.418 265.342L810.418 222.569Z" fill="white"/>
|
|
28
|
+
<path d="M972.5 214.5L972.5 257.593L966.146 264.842L810.918 264.842L810.918 222.793L820.181 214.5L972.5 214.5Z" stroke="#06566A" stroke-opacity="0.3"/>
|
|
29
|
+
<path d="M675.307 239.543H670.265V241.961H675.186C675.477 241.961 675.743 241.841 675.961 241.647C676.155 241.453 676.277 241.163 676.277 240.8C676.284 240.489 676.19 240.184 676.01 239.93C675.816 239.688 675.598 239.543 675.307 239.543ZM675.477 236.616C675.695 236.471 675.792 236.157 675.792 235.746C675.792 235.383 675.695 235.117 675.525 234.947C675.355 234.802 675.137 234.706 674.895 234.706H670.265V236.882H674.798C675.04 236.882 675.283 236.761 675.477 236.616Z" fill="#09B3AF"/>
|
|
30
|
+
<path d="M682.873 227.691H663.844C663.238 227.691 662.753 228.175 662.753 228.756V247.766C662.753 248.346 663.238 248.709 663.82 248.709H666.631V252.507L670.122 248.734H682.873C683.455 248.734 683.819 248.371 683.819 247.766V228.78C683.819 228.199 683.455 227.716 682.849 227.716L682.873 227.691ZM679.673 243.098C679.431 243.533 679.067 243.896 678.631 244.162C678.17 244.452 677.661 244.719 677.079 244.839C676.498 244.985 675.868 245.106 675.213 245.106H666.631V231.561H676.377C676.861 231.561 677.274 231.658 677.661 231.876C678.025 232.069 678.365 232.335 678.631 232.65C679.174 233.31 679.466 234.141 679.455 234.996C679.455 235.624 679.285 236.229 678.97 236.81C678.643 237.394 678.132 237.853 677.516 238.116C678.292 238.333 678.898 238.72 679.358 239.277C679.795 239.857 680.013 240.607 680.013 241.55C680.013 242.155 679.891 242.663 679.649 243.098H679.673Z" fill="#09B3AF"/>
|
|
31
|
+
<path d="M696.954 245.008C696.106 245.008 695.281 244.887 694.457 244.621C693.684 244.371 692.973 243.959 692.372 243.412L693.463 241.574C694.069 241.985 694.651 242.299 695.233 242.541C695.753 242.767 696.314 242.882 696.881 242.88C697.269 242.88 697.584 242.807 697.802 242.662C698.021 242.541 698.118 242.324 698.118 242.058C698.118 241.816 697.996 241.574 697.705 241.429C697.25 241.211 696.77 241.048 696.275 240.945L694.578 240.389C694.118 240.195 693.754 240.002 693.463 239.784C693.172 239.591 692.954 239.325 692.833 239.059C692.701 238.753 692.635 238.424 692.639 238.091C692.632 237.621 692.731 237.155 692.928 236.728C693.125 236.301 693.416 235.924 693.778 235.624C694.118 235.334 694.554 235.116 695.039 234.947C695.524 234.778 696.057 234.705 696.615 234.705C697.366 234.705 698.069 234.802 698.724 234.995C699.378 235.213 700.008 235.576 700.614 236.108L699.427 237.922C698.957 237.587 698.453 237.303 697.924 237.075C697.463 236.882 697.051 236.809 696.615 236.809C696.299 236.809 696.009 236.858 695.79 237.003C695.548 237.123 695.451 237.341 695.451 237.631C695.451 237.922 695.572 238.115 695.815 238.26C696.057 238.405 696.542 238.55 697.196 238.72C697.804 238.872 698.403 239.058 698.99 239.276C699.475 239.47 699.863 239.687 700.178 239.905C700.471 240.12 700.705 240.406 700.857 240.736C701.01 241.066 701.076 241.429 701.051 241.792C701.051 242.783 700.687 243.557 699.936 244.138C699.209 244.718 698.239 245.008 696.954 245.008V245.008ZM708.953 244.307C708.487 244.497 708.009 244.659 707.523 244.791C706.99 244.936 706.457 245.032 705.899 245.032C705.511 245.032 705.172 244.984 704.832 244.887C704.503 244.791 704.197 244.627 703.936 244.404C703.693 244.21 703.499 243.92 703.354 243.606C703.208 243.267 703.111 242.856 703.111 242.372V237.172H701.851V234.898H703.136V231.73H706.142V234.874H708.178V237.172H706.142V241.332C706.142 241.646 706.214 241.888 706.384 242.058C706.554 242.179 706.772 242.251 707.014 242.251C707.257 242.251 707.499 242.227 707.717 242.13C707.96 242.058 708.178 241.985 708.347 241.888L708.929 244.307H708.953V244.307ZM714.626 245.008C713.855 245.022 713.088 244.882 712.371 244.597C711.748 244.351 711.184 243.976 710.716 243.497C710.248 243.018 709.887 242.445 709.657 241.816C709.18 240.553 709.18 239.16 709.657 237.898C709.887 237.269 710.248 236.695 710.716 236.216C711.184 235.737 711.748 235.362 712.371 235.116C713.026 234.85 713.778 234.705 714.626 234.705C715.355 234.671 716.083 234.793 716.76 235.064C717.438 235.336 718.049 235.749 718.553 236.277C719.014 236.737 719.353 237.293 719.595 237.898C720.092 239.165 720.092 240.573 719.595 241.84C719.363 242.461 719.004 243.028 718.541 243.502C718.077 243.977 717.52 244.35 716.905 244.597C716.18 244.885 715.405 245.025 714.626 245.008ZM712.444 239.881C712.444 240.655 712.638 241.284 713.05 241.743C713.487 242.227 714.02 242.469 714.65 242.469C714.951 242.475 715.248 242.412 715.521 242.287C715.794 242.161 716.035 241.975 716.226 241.743C716.427 241.498 716.582 241.22 716.687 240.921C716.808 240.606 716.856 240.244 716.856 239.881C716.856 239.083 716.638 238.454 716.226 237.994C715.814 237.511 715.28 237.269 714.65 237.269C714.351 237.268 714.054 237.332 713.782 237.458C713.51 237.583 713.269 237.766 713.074 237.994C712.881 238.236 712.711 238.478 712.589 238.817C712.48 239.16 712.431 239.52 712.444 239.881H712.444ZM727.789 237.486C727.062 237.486 726.383 237.607 725.777 237.849C725.244 238.028 724.79 238.387 724.492 238.865V244.839H721.462V234.898H724.25V236.882C724.59 236.204 725.025 235.672 725.583 235.31C726.116 234.923 726.674 234.729 727.28 234.705H727.595L727.789 234.729V237.486ZM729.122 246.314C729.544 246.461 729.985 246.542 730.431 246.556C730.795 246.556 731.086 246.435 731.304 246.193C731.498 245.952 731.667 245.468 731.838 244.839L728.056 234.898H731.183L733.486 242.227L735.498 234.898H738.334L734.528 246.435C733.931 248.395 731.93 249.572 729.922 249.144C729.68 249.096 729.388 249.023 729.122 248.902V246.314V246.314ZM745.509 245.008C744.758 245.008 744.079 244.863 743.522 244.525C742.956 244.214 742.485 243.754 742.164 243.194V244.839H739.522V231.004H742.576V236.519C742.902 235.95 743.377 235.481 743.949 235.162C744.522 234.842 745.169 234.684 745.825 234.705C746.455 234.705 747.037 234.826 747.57 235.116C748.103 235.358 748.54 235.745 748.952 236.204C749.54 237.018 749.926 237.96 750.077 238.953C750.23 239.946 750.143 240.96 749.825 241.913C749.582 242.541 749.243 243.098 748.83 243.557C748.409 244.018 747.896 244.385 747.324 244.635C746.752 244.885 746.134 245.012 745.509 245.008ZM744.661 242.469C745.645 242.471 746.522 241.849 746.843 240.921C747.198 239.946 747.024 238.857 746.382 238.043C746.195 237.797 745.952 237.599 745.674 237.465C745.396 237.33 745.091 237.263 744.782 237.269C744.321 237.269 743.885 237.438 743.473 237.752C743.085 238.091 742.77 238.502 742.552 239.01V241.09C742.744 241.494 743.046 241.835 743.424 242.074C743.801 242.314 744.238 242.442 744.685 242.444L744.661 242.469ZM751.643 231.004H754.673V241.284C754.673 242.058 754.988 242.42 755.642 242.42C755.988 242.421 756.329 242.338 756.636 242.179L757.048 244.428C756.199 244.799 755.284 244.996 754.357 245.008C753.485 245.008 752.806 244.766 752.345 244.331C751.861 243.847 751.618 243.219 751.618 242.348V231.004H751.643ZM762.769 245.008C761.998 245.022 761.232 244.882 760.515 244.597C759.888 244.353 759.319 243.979 758.847 243.499C758.376 243.02 758.01 242.446 757.776 241.816C757.432 240.882 757.344 239.874 757.523 238.895C757.703 237.916 758.142 237.004 758.794 236.253C759.279 235.769 759.812 235.406 760.49 235.116C761.145 234.85 761.897 234.705 762.745 234.705C763.474 234.671 764.202 234.793 764.879 235.064C765.557 235.336 766.168 235.749 766.672 236.277C767.157 236.737 767.472 237.293 767.714 237.898C768.072 238.829 768.166 239.841 767.987 240.822C767.807 241.803 767.361 242.716 766.696 243.46C766.222 243.96 765.643 244.348 764.999 244.597C764.282 244.882 763.516 245.022 762.745 245.008H762.769ZM760.563 239.881C760.563 240.655 760.757 241.284 761.17 241.743C761.605 242.227 762.139 242.469 762.769 242.469C763.069 242.473 763.367 242.41 763.639 242.284C763.912 242.159 764.153 241.974 764.345 241.743C764.545 241.498 764.702 241.22 764.805 240.921C764.927 240.606 764.975 240.244 764.975 239.881C764.975 239.083 764.757 238.454 764.345 237.994C763.933 237.511 763.4 237.269 762.769 237.269C762.47 237.268 762.174 237.332 761.901 237.458C761.629 237.583 761.388 237.766 761.193 237.994C760.999 238.236 760.83 238.478 760.709 238.817C760.588 239.155 760.563 239.494 760.563 239.881ZM776.296 244.839L773.702 240.824L772.635 241.937V244.839H769.605V231.004H772.635V239.01L776.005 234.899H779.229L775.642 239.18L779.52 244.839H776.296Z" fill="black"/>
|
|
32
|
+
<path d="M516.34 225.807C516.935 225.554 517.48 225.247 518.064 225.064C518.927 224.793 519.809 224.561 520.7 224.406C521.365 224.291 522.057 224.327 522.737 224.29C524.279 224.207 525.805 224.363 527.273 224.816C528.268 225.124 529.222 225.58 530.169 226.023C531.67 226.724 532.972 227.727 534.085 228.939C534.827 229.748 535.488 230.641 536.111 231.548C536.916 232.721 537.44 234.043 537.835 235.402C538.05 236.141 538.191 236.915 538.254 237.682C538.342 238.752 538.383 239.832 538.335 240.903C538.299 241.7 538.137 242.5 537.945 243.278C537.74 244.112 537.496 244.947 537.157 245.734C536.763 246.653 536.295 247.533 535.703 248.365C535.059 249.271 534.376 250.127 533.561 250.869C532.732 251.626 531.892 252.377 530.863 252.876C530.354 253.124 529.889 253.47 529.369 253.69C528.716 253.966 528.031 254.172 527.352 254.383C526.826 254.547 526.296 254.714 525.755 254.806C524.474 255.026 523.185 255.18 521.88 254.983C521.323 254.899 520.741 254.931 520.201 254.794C519.241 254.549 518.289 254.255 517.362 253.904C516.6 253.616 515.831 253.29 515.151 252.849C514.235 252.254 513.382 251.556 512.538 250.858C511.658 250.129 510.926 249.249 510.314 248.29C509.706 247.338 509.08 246.385 508.759 245.278C508.438 244.169 507.965 243.083 507.808 241.953C507.638 240.726 507.716 239.458 507.764 238.211C507.792 237.48 507.938 236.747 508.096 236.03C508.538 234.024 509.412 232.207 510.618 230.551C511.275 229.65 512.007 228.808 512.86 228.087C513.917 227.193 515.03 226.373 516.34 225.807ZM513.397 231.992C512.688 232.745 512.211 233.646 511.791 234.576C510.952 236.432 510.599 238.384 510.726 240.419C510.731 240.513 510.824 240.685 510.86 240.681C511.118 240.65 511.389 240.62 511.617 240.508C511.701 240.468 511.706 240.207 511.7 240.049C511.639 238.487 511.932 236.989 512.466 235.528C512.562 235.267 512.7 235.16 512.99 235.164C514.254 235.179 515.519 235.178 516.783 235.164C517.099 235.161 517.207 235.276 517.195 235.583C517.178 236.003 517.203 236.426 517.189 236.847C517.18 237.1 517.265 237.2 517.526 237.19C517.961 237.175 518.397 237.195 518.832 237.183C519.067 237.177 519.16 237.263 519.154 237.501C519.144 237.95 519.137 238.401 519.158 238.849C519.173 239.155 519.049 239.233 518.764 239.227C518.047 239.211 517.33 239.241 516.615 239.213C516.251 239.2 516.166 239.333 516.174 239.672C516.195 240.557 516.203 241.443 516.166 242.327C516.156 242.557 516.014 242.836 515.842 242.995C515.165 243.623 514.441 244.199 513.758 244.82C513.172 245.351 513.094 245.35 512.777 244.631C512.703 244.465 512.648 244.29 512.566 244.128C512.391 243.783 512.366 243.458 512.56 243.099C512.774 242.704 512.617 242.183 512.258 241.925C511.82 241.612 511.277 241.689 510.911 242.117C510.605 242.475 510.65 243.041 510.988 243.415C511.173 243.619 511.373 243.836 511.472 244.085C512.006 245.432 512.703 246.69 513.632 247.793C514.685 249.042 515.948 250.067 517.409 250.816C519.439 251.857 521.592 252.32 523.884 252.19C525.544 252.095 527.109 251.701 528.605 250.992C529.856 250.398 530.975 249.603 531.953 248.64C532.556 248.047 533.083 247.359 533.556 246.654C534.859 244.711 535.61 242.57 535.653 240.214C535.666 239.53 535.613 238.843 535.558 238.16C535.543 237.979 535.408 237.808 535.329 237.633C535.057 237.759 534.67 237.569 534.488 237.967C534.437 238.078 534.266 238.201 534.147 238.204C533.276 238.224 532.405 238.206 531.534 238.221C531.249 238.225 531.173 238.113 531.179 237.848C531.193 237.272 531.167 236.695 531.189 236.12C531.202 235.785 531.082 235.681 530.753 235.686C529.685 235.703 528.615 235.653 527.551 235.708C526.989 235.738 526.675 235.524 526.416 235.072C526.265 234.81 526.252 234.627 526.481 234.409C526.969 233.944 527.452 233.472 527.907 232.975C528.042 232.828 528.142 232.591 528.148 232.392C528.174 231.55 528.156 230.707 528.16 229.864C528.162 229.478 528.279 229.397 528.616 229.587C529.063 229.84 529.502 230.113 529.924 230.407C531.158 231.265 532.159 232.361 532.937 233.634C533.312 234.248 533.783 234.86 533.727 235.67C533.691 236.187 534.044 236.619 534.481 236.677C534.992 236.746 535.49 236.466 535.628 236.034C535.781 235.554 535.56 235.004 535.055 234.841C534.637 234.706 534.453 234.427 534.304 234.071C534.245 233.93 534.177 233.791 534.099 233.659C533.357 232.398 532.467 231.268 531.361 230.29C530.382 229.425 529.309 228.719 528.12 228.225C526.217 227.436 524.236 227.024 522.15 227.251C520.865 227.391 519.63 227.666 518.423 228.152C516.542 228.911 515.008 230.118 513.66 231.596C513.568 231.697 513.51 231.829 513.397 231.992Z" fill="#D9E1EA"/>
|
|
33
|
+
<path d="M551.757 237.19C551.728 238.713 550.996 239.731 549.699 240.397C549.147 240.68 548.557 240.778 547.968 240.932C547.256 241.119 546.56 241.076 545.868 241.045C545.231 241.016 544.6 240.808 543.969 240.664C543.656 240.592 543.341 240.51 543.045 240.388C542.607 240.207 542.164 240.023 541.765 239.773C541.408 239.548 541.65 239.187 541.746 238.933C541.914 238.49 542.193 238.089 542.393 237.656C542.532 237.354 542.779 237.257 543.038 237.464C543.517 237.846 544.097 237.994 544.651 238.218C545.52 238.571 546.404 238.415 547.283 238.449C548.107 238.48 548.508 238.086 548.771 237.464C548.834 237.314 548.626 236.951 548.445 236.817C548.123 236.58 547.741 236.399 547.358 236.274C546.732 236.069 546.094 235.871 545.446 235.776C544.666 235.661 543.964 235.379 543.301 234.992C542.53 234.541 541.976 233.919 541.889 232.972C541.863 232.691 541.69 232.395 541.744 232.14C541.871 231.538 542.01 230.91 542.3 230.379C542.673 229.696 543.31 229.246 544.038 228.921C545.351 228.336 546.735 228.377 548.11 228.442C548.704 228.47 549.295 228.697 549.875 228.873C550.229 228.98 550.56 229.163 550.901 229.311C551.326 229.496 551.319 229.526 551.133 229.936C550.899 230.453 550.693 230.983 550.501 231.516C550.392 231.818 550.344 231.972 549.966 231.726C549.483 231.414 548.953 231.154 548.342 231.109C547.803 231.069 547.269 230.882 546.734 230.885C546.107 230.888 545.483 231.029 545.036 231.556C544.682 231.974 544.805 232.542 545.286 232.809C545.765 233.076 546.262 233.225 546.805 233.333C547.737 233.52 548.662 233.788 549.553 234.12C550.318 234.405 550.993 234.872 551.413 235.623C551.68 236.099 551.797 236.606 551.757 237.19Z" fill="#21313C"/>
|
|
34
|
+
<path d="M560.864 251.092C560.864 249.681 560.864 248.31 560.864 246.833C560.575 247.277 560.331 247.627 560.111 247.992C559.624 248.799 559.082 249.583 558.689 250.434C558.399 251.062 557.992 251.136 557.403 251.118C557.107 251.109 556.945 250.975 556.837 250.796C556.224 249.774 555.643 248.734 555.039 247.707C554.881 247.438 554.681 247.195 554.473 246.901C554.473 248.642 554.473 250.344 554.473 252.107C553.71 252.107 552.972 252.119 552.235 252.091C552.157 252.088 552.026 251.859 552.023 251.733C552.003 250.947 552.013 250.16 552.013 249.373C552.013 247.154 552.021 244.934 552.005 242.715C552.002 242.346 552.103 242.209 552.479 242.239C552.856 242.269 553.245 242.294 553.614 242.234C554.17 242.144 554.396 242.471 554.629 242.868C555.028 243.55 555.456 244.215 555.862 244.893C556.243 245.53 556.611 246.175 556.985 246.816C557.212 247.204 557.44 247.591 557.704 248.041C558.133 247.303 558.526 246.621 558.924 245.944C559.205 245.466 559.494 244.993 559.78 244.519C560.083 244.018 560.392 243.52 560.69 243.015C560.802 242.825 560.864 242.6 560.998 242.43C561.076 242.33 561.249 242.26 561.383 242.254C561.86 242.233 562.34 242.27 562.815 242.238C563.201 242.213 563.322 242.33 563.318 242.729C563.299 244.991 563.309 247.252 563.309 249.514C563.309 250.258 563.3 251.003 563.314 251.747C563.319 252.023 563.221 252.119 562.947 252.113C562.302 252.099 561.656 252.109 560.936 252.109C560.912 251.778 560.888 251.456 560.864 251.092Z" fill="#68C4E2"/>
|
|
35
|
+
<path d="M569.04 235.254C569.04 236.995 569.031 238.694 569.047 240.394C569.051 240.734 568.943 240.83 568.613 240.82C567.843 240.799 567.072 240.813 566.275 240.813C566.275 240.56 566.275 240.328 566.275 240.028C566.092 240.162 565.952 240.25 565.831 240.359C565.46 240.689 565.005 240.867 564.536 240.883C563.773 240.909 562.991 240.93 562.248 240.79C561.43 240.636 560.766 240.147 560.356 239.375C559.953 238.615 560.013 237.805 560.21 237.037C560.39 236.335 560.925 235.884 561.614 235.573C562.611 235.121 563.646 235.161 564.689 235.165C565.151 235.167 565.612 235.165 566.074 235.165C566.066 234.448 565.497 233.776 564.841 233.739C564.253 233.706 563.646 233.648 563.078 233.758C562.591 233.852 562.127 234.135 561.692 234.399C561.463 234.538 561.331 234.48 561.246 234.317C560.929 233.698 560.639 233.066 560.331 232.423C561.07 231.915 561.836 231.615 562.688 231.429C563.329 231.289 563.968 231.217 564.604 231.22C565.61 231.225 566.595 231.414 567.473 231.964C567.997 232.294 568.378 232.744 568.617 233.315C568.871 233.923 569.023 234.552 569.04 235.254ZM564.953 238.712C565.714 238.627 566.206 237.866 566.034 237.02C565.31 237.02 564.583 237.006 563.856 237.025C563.414 237.037 563.108 237.291 562.932 237.691C562.775 238.047 562.981 238.312 563.201 238.543C563.302 238.648 563.486 238.669 563.622 238.744C564.049 238.98 564.478 238.919 564.953 238.712Z" fill="#21313C"/>
|
|
36
|
+
<path d="M590.389 240.587C589.401 241.041 588.372 240.956 587.38 240.876C585.858 240.751 584.649 240.034 583.776 238.717C583.109 237.711 582.949 236.628 583.046 235.492C583.163 234.128 583.811 233.025 584.936 232.228C585.473 231.847 586.074 231.624 586.711 231.432C587.627 231.156 588.543 231.156 589.437 231.311C590.376 231.474 591.252 231.883 591.889 232.659C592.058 232.866 592.26 233.059 592.379 233.292C592.548 233.627 592.533 233.869 592.072 234.051C591.469 234.287 590.926 234.676 590.451 234.947C589.905 234.531 589.457 234.066 588.911 233.818C588.544 233.651 588.034 233.758 587.596 233.811C587.38 233.836 587.184 234.02 586.976 234.125C586.19 234.523 585.884 235.82 586.03 236.54C586.145 237.111 586.352 237.606 586.807 237.961C587.063 238.16 587.356 238.354 587.663 238.434C588.628 238.685 589.48 238.316 590.057 237.46C590.234 237.198 590.547 237.218 590.956 237.483C591.346 237.736 591.749 237.97 592.157 238.196C592.417 238.339 592.593 238.5 592.414 238.811C592.013 239.507 591.486 240.074 590.739 240.409C590.63 240.458 590.523 240.512 590.389 240.587Z" fill="#21313C"/>
|
|
37
|
+
<path d="M570.044 242.078C570.85 242.24 571.624 242.401 572.282 242.848C572.384 242.917 572.371 243.267 572.305 243.449C572.148 243.885 571.927 244.298 571.686 244.82C571.502 244.743 571.263 244.622 571.011 244.544C570.582 244.41 570.146 244.297 569.71 244.188C569.446 244.122 569.136 243.972 568.917 244.052C568.383 244.246 567.726 244.106 567.311 244.624C567.166 244.806 567.275 245.456 567.515 245.557C568.025 245.772 568.544 245.987 569.08 246.114C570.094 246.353 571.115 246.567 571.978 247.186C572.227 247.364 572.408 247.66 572.572 247.931C572.914 248.497 572.948 249.164 572.806 249.753C572.572 250.722 571.965 251.458 571.002 251.865C570.538 252.061 570.079 252.195 569.57 252.204C569.189 252.211 568.8 252.392 568.432 252.346C567.42 252.222 566.389 252.145 565.451 251.676C565.23 251.566 564.97 251.495 564.802 251.331C564.668 251.2 564.541 250.915 564.596 250.766C564.755 250.339 565.011 249.948 565.219 249.538C565.26 249.457 565.256 249.355 565.286 249.189C565.561 249.309 565.804 249.418 566.05 249.52C566.444 249.683 566.83 249.876 567.237 249.993C567.669 250.118 568.119 250.225 568.565 250.238C569.083 250.254 569.612 250.159 570.074 249.901C570.44 249.696 570.404 248.982 570.006 248.821C569.422 248.586 568.808 248.423 568.206 248.232C567.178 247.907 566.077 247.752 565.29 246.893C564.659 246.204 564.64 245.369 564.783 244.545C564.953 243.565 565.56 242.895 566.492 242.487C567.507 242.043 568.538 241.889 569.627 242.071C569.75 242.091 569.879 242.076 570.044 242.078Z" fill="#68C4E2"/>
|
|
38
|
+
<path d="M542.672 250.657C542.425 250.359 542.162 250.107 541.985 249.804C541.23 248.513 541.235 247.093 541.499 245.701C541.652 244.895 542.117 244.155 542.731 243.564C543.405 242.915 544.183 242.481 545.106 242.221C546.061 241.952 547.006 241.923 547.937 242.099C549.003 242.301 549.98 242.774 550.713 243.628C550.847 243.784 550.883 243.956 550.679 244.131C550.276 244.477 549.911 244.871 549.491 245.195C549.388 245.274 549.103 245.209 548.956 245.12C548.537 244.868 548.181 244.437 547.736 244.32C547.117 244.156 546.471 244.117 545.792 244.391C545.134 244.657 544.64 245.021 544.302 245.605C544.126 245.909 544.004 246.258 543.927 246.603C543.867 246.87 543.901 247.163 543.918 247.442C543.982 248.485 544.42 249.31 545.406 249.739C545.864 249.938 546.378 250.17 546.85 250.138C547.617 250.087 548.378 249.858 548.912 249.198C549.085 248.983 549.286 248.886 549.544 249.167C549.896 249.549 550.297 249.885 550.684 250.234C550.853 250.386 550.875 250.512 550.702 250.685C550.145 251.24 549.564 251.754 548.771 251.94C548.373 252.033 547.972 252.12 547.57 252.191C547.178 252.26 546.767 252.404 546.391 252.344C545.018 252.125 543.645 251.858 542.672 250.657Z" fill="#68C4E2"/>
|
|
39
|
+
<path d="M577.213 239.738C577.405 240.294 577.294 240.437 576.767 240.654C575.757 241.071 574.715 240.987 573.709 240.789C572.736 240.597 572.052 239.976 571.71 238.965C571.517 238.393 571.484 237.84 571.482 237.264C571.48 236.157 571.482 235.05 571.482 233.909C571.03 233.909 570.601 233.909 570.154 233.909C570.154 233.111 570.154 232.346 570.154 231.548C570.586 231.548 571.015 231.548 571.482 231.548C571.482 230.901 571.495 230.287 571.476 229.674C571.466 229.368 571.555 229.249 571.878 229.258C572.608 229.279 573.339 229.274 574.069 229.26C574.341 229.255 574.444 229.343 574.437 229.622C574.422 230.25 574.432 230.879 574.432 231.541C575.079 231.541 575.694 231.556 576.307 231.535C576.624 231.524 576.727 231.632 576.714 231.945C576.693 232.478 576.697 233.013 576.713 233.546C576.722 233.827 576.613 233.912 576.343 233.906C575.726 233.891 575.108 233.901 574.432 233.901C574.432 234.267 574.432 234.625 574.432 234.984C574.432 235.84 574.429 236.697 574.434 237.554C574.437 238.161 574.932 238.664 575.521 238.61C575.777 238.587 576.059 238.486 576.263 238.332C576.567 238.102 576.638 238.192 576.735 238.504C576.862 238.914 577.05 239.304 577.213 239.738Z" fill="#21313C"/>
|
|
40
|
+
<path d="M556.664 238.082C556.972 238.602 557.338 238.707 557.875 238.461C558.067 238.373 558.258 238.278 558.46 238.224C558.538 238.204 558.701 238.267 558.727 238.331C558.944 238.869 559.158 239.411 559.331 239.965C559.415 240.233 559.344 240.51 559.016 240.589C558.53 240.706 558.041 240.854 557.548 240.883C556.955 240.917 556.341 240.915 555.764 240.795C554.965 240.628 554.314 240.182 553.948 239.401C553.603 238.664 553.495 237.893 553.518 237.083C553.547 236.034 553.525 234.984 553.525 233.901C553.065 233.901 552.637 233.901 552.194 233.901C552.194 233.102 552.194 232.338 552.194 231.554C552.628 231.554 553.045 231.554 553.525 231.554C553.525 230.94 553.547 230.342 553.517 229.747C553.499 229.38 553.631 229.254 553.984 229.26C554.686 229.273 555.389 229.275 556.091 229.259C556.382 229.252 556.491 229.343 556.481 229.642C556.463 230.258 556.476 230.875 556.476 231.525C557.23 231.525 557.967 231.525 558.728 231.525C558.728 232.323 558.728 233.087 558.728 233.886C557.997 233.886 557.26 233.886 556.476 233.886C556.476 234.686 556.476 235.453 556.476 236.22C556.476 236.627 556.457 237.035 556.483 237.441C556.497 237.648 556.59 237.849 556.664 238.082Z" fill="#21313C"/>
|
|
41
|
+
<path d="M581.599 233.478C581.599 235.767 581.599 238.014 581.598 240.261C581.598 240.773 581.559 240.812 581.045 240.812C580.343 240.813 579.641 240.807 578.939 240.815C578.629 240.818 578.47 240.74 578.471 240.372C578.485 237.508 578.483 234.643 578.475 231.778C578.474 231.421 578.603 231.274 578.966 231.282C579.667 231.297 580.37 231.3 581.072 231.281C581.481 231.27 581.602 231.477 581.599 231.835C581.596 232.369 581.599 232.902 581.599 233.478Z" fill="#21313C"/>
|
|
42
|
+
<path d="M580.787 227.168C580.889 227.229 580.95 227.296 581.025 227.327C581.72 227.615 581.978 228.523 581.726 229.229C581.551 229.718 581.26 230.009 580.855 230.209C580.132 230.567 578.82 230.435 578.395 229.451C577.922 228.356 578.413 227.557 579.33 227.189C579.742 227.025 580.274 227.159 580.787 227.168Z" fill="#21313C"/>
|
|
43
|
+
<path d="M513.42 231.968C513.513 231.828 513.571 231.696 513.663 231.595C515.011 230.117 516.545 228.91 518.427 228.152C519.633 227.665 520.868 227.39 522.153 227.25C524.239 227.023 526.22 227.435 528.123 228.225C529.312 228.718 530.385 229.424 531.364 230.29C532.47 231.267 533.36 232.397 534.102 233.658C534.18 233.79 534.248 233.929 534.307 234.07C534.456 234.426 534.64 234.705 535.058 234.84C535.563 235.003 535.784 235.553 535.631 236.033C535.494 236.465 534.995 236.745 534.484 236.676C534.047 236.618 533.694 236.186 533.73 235.669C533.786 234.859 533.315 234.247 532.94 233.633C532.162 232.361 531.161 231.264 529.927 230.406C529.505 230.112 529.066 229.84 528.619 229.586C528.282 229.396 528.165 229.477 528.163 229.863C528.159 230.706 528.177 231.549 528.151 232.391C528.145 232.59 528.045 232.827 527.91 232.974C527.455 233.471 526.972 233.943 526.484 234.408C526.255 234.626 526.268 234.809 526.419 235.071C526.678 235.523 526.992 235.737 527.554 235.708C528.619 235.652 529.688 235.702 530.756 235.685C531.085 235.68 531.205 235.784 531.193 236.119C531.17 236.694 531.196 237.271 531.182 237.847C531.176 238.112 531.252 238.225 531.537 238.22C532.408 238.205 533.279 238.223 534.15 238.203C534.269 238.2 534.44 238.077 534.491 237.966C534.673 237.568 535.06 237.758 535.332 237.632C535.411 237.807 535.546 237.978 535.561 238.159C535.616 238.842 535.669 239.529 535.656 240.213C535.613 242.569 534.862 244.711 533.559 246.653C533.086 247.358 532.559 248.046 531.956 248.639C530.978 249.602 529.859 250.397 528.608 250.991C527.112 251.701 525.547 252.094 523.887 252.189C521.596 252.319 519.442 251.856 517.412 250.815C515.951 250.066 514.688 249.041 513.635 247.792C512.706 246.689 512.009 245.431 511.475 244.084C511.376 243.835 511.176 243.618 510.991 243.414C510.653 243.04 510.608 242.475 510.914 242.116C511.28 241.688 511.823 241.611 512.261 241.924C512.62 242.182 512.777 242.703 512.563 243.098C512.369 243.457 512.394 243.782 512.569 244.127C512.651 244.289 512.707 244.464 512.78 244.63C513.097 245.349 513.175 245.35 513.761 244.819C514.444 244.198 515.168 243.622 515.845 242.994C516.017 242.835 516.159 242.556 516.169 242.326C516.206 241.442 516.198 240.556 516.177 239.671C516.169 239.332 516.254 239.199 516.618 239.213C517.333 239.24 518.051 239.21 518.767 239.226C519.052 239.232 519.176 239.154 519.161 238.848C519.14 238.4 519.147 237.949 519.157 237.5C519.163 237.263 519.07 237.176 518.835 237.182C518.4 237.194 517.964 237.174 517.529 237.19C517.268 237.199 517.183 237.099 517.192 236.846C517.206 236.425 517.181 236.002 517.198 235.582C517.21 235.275 517.102 235.16 516.786 235.164C515.522 235.177 514.257 235.178 512.993 235.163C512.703 235.159 512.565 235.266 512.469 235.527C511.935 236.988 511.642 238.487 511.703 240.048C511.709 240.206 511.704 240.467 511.621 240.507C511.393 240.619 511.121 240.649 510.863 240.68C510.827 240.684 510.734 240.512 510.729 240.418C510.602 238.383 510.955 236.432 511.794 234.575C512.214 233.645 512.691 232.744 513.42 231.968ZM525.329 251.027C525.534 250.984 525.741 250.951 525.943 250.896C527.69 250.414 529.285 249.656 530.656 248.435C531.005 248.124 530.946 247.989 530.66 247.74C529.921 247.097 529.184 246.449 528.461 245.788C527.644 245.041 527.888 244.88 526.91 245.913C526.768 246.063 526.529 246.187 526.326 246.201C525.767 246.24 525.203 246.221 524.641 246.212C524.292 246.207 524.157 246.358 524.206 246.705C524.268 247.153 524.205 247.222 523.754 247.223C522.602 247.226 521.45 247.224 520.298 247.224C519.163 247.223 519.17 247.223 519.148 246.098C519.144 245.902 519.106 245.655 518.985 245.524C518.411 244.907 517.812 244.313 517.198 243.736C517.105 243.648 516.825 243.615 516.737 243.687C515.806 244.449 514.895 245.237 513.98 246.02C513.783 246.188 513.791 246.352 513.949 246.564C514.685 247.552 515.546 248.415 516.55 249.118C519.182 250.963 522.099 251.559 525.329 251.027ZM521.875 242.248C522.507 242.248 523.14 242.262 523.771 242.242C524.108 242.232 524.217 242.364 524.206 242.688C524.188 243.221 524.201 243.755 524.201 244.289C524.202 245.118 524.201 245.123 524.992 245.228C525.227 245.26 525.474 245.294 525.703 245.256C525.94 245.216 526.213 245.144 526.382 244.99C526.952 244.47 527.489 243.913 528.023 243.355C528.128 243.245 528.215 243.069 528.22 242.92C528.242 242.303 528.224 241.684 528.232 241.066C528.235 240.819 528.143 240.706 527.886 240.715C527.535 240.726 527.183 240.718 526.832 240.716C526.133 240.712 526.215 240.786 526.213 240.075C526.21 239.078 526.221 238.081 526.204 237.084C526.201 236.886 526.138 236.668 526.039 236.496C525.83 236.133 525.6 235.778 525.335 235.455C525.22 235.314 525.001 235.189 524.824 235.182C524.095 235.151 523.363 235.184 522.633 235.161C522.303 235.151 522.219 235.279 522.238 235.58C522.259 235.916 522.244 236.254 522.243 236.591C522.242 237.17 522.219 237.193 521.66 237.191C521.323 237.19 520.985 237.207 520.649 237.183C520.307 237.159 520.211 237.306 520.218 237.627C520.234 238.343 520.217 239.059 520.226 239.776C520.231 240.097 520.109 240.225 519.776 240.217C519.046 240.198 518.315 240.22 517.585 240.207C517.29 240.201 517.183 240.316 517.193 240.604C517.207 241.011 517.174 241.421 517.209 241.825C517.225 242.015 517.313 242.232 517.44 242.372C517.932 242.911 518.451 243.424 518.964 243.943C518.994 243.974 519.058 243.972 519.155 243.999C519.155 243.543 519.173 243.124 519.15 242.706C519.131 242.364 519.241 242.23 519.6 242.242C520.33 242.265 521.061 242.248 521.875 242.248ZM521.284 232.212C521.439 232.212 521.595 232.227 521.747 232.209C522.139 232.163 522.277 232.33 522.249 232.716C522.222 233.093 522.252 233.474 522.239 233.852C522.23 234.117 522.325 234.221 522.601 234.235C525.093 234.358 525.093 234.362 526.835 232.577C526.874 232.537 526.931 232.504 526.95 232.456C527.046 232.218 527.198 231.979 527.208 231.735C527.241 230.951 527.204 230.164 527.227 229.379C527.238 229.014 527.094 228.834 526.754 228.758C526.265 228.647 525.784 228.484 525.29 228.412C524.559 228.306 523.818 228.189 523.084 228.207C522.28 228.227 521.481 228.409 520.677 228.49C520.334 228.525 520.215 228.676 520.22 229.002C520.23 229.745 520.223 230.489 520.223 231.233C520.224 232.213 520.224 232.213 521.284 232.212ZM533.52 244.701C534.346 243.084 534.706 241.366 534.651 239.555C534.644 239.311 534.562 239.199 534.304 239.201C533.363 239.209 532.422 239.207 531.481 239.201C531.268 239.2 531.172 239.275 531.18 239.496C531.19 239.776 531.167 240.058 531.185 240.338C531.205 240.64 531.073 240.732 530.788 240.721C530.353 240.705 529.917 240.725 529.482 240.714C529.246 240.707 529.156 240.795 529.161 241.032C529.172 241.566 529.129 242.103 529.175 242.632C529.222 243.183 529.068 243.622 528.648 243.965C528.338 244.218 528.372 244.423 528.665 244.675C529.621 245.496 530.564 246.332 531.506 247.169C531.679 247.322 531.814 247.351 531.95 247.14C532.463 246.345 532.977 245.551 533.52 244.701ZM517.896 229.5C517.781 229.55 517.658 229.588 517.55 229.652C516.275 230.413 515.167 231.377 514.202 232.498C513.859 232.896 513.603 233.371 513.318 233.817C513.159 234.066 513.172 234.235 513.538 234.232C514.633 234.225 515.728 234.225 516.823 234.233C517.091 234.235 517.208 234.142 517.2 233.867C517.187 233.446 517.206 233.024 517.193 232.604C517.184 232.312 517.305 232.201 517.593 232.21C518.014 232.224 518.435 232.209 518.856 232.216C519.071 232.219 519.21 232.162 519.209 231.914C519.206 231.044 519.21 230.174 519.206 229.304C519.205 229.033 519.084 228.951 518.828 229.075C518.539 229.214 518.243 229.337 517.896 229.5ZM521.231 234.449C521.23 234.141 521.23 233.832 521.229 233.523C521.228 233.274 521.138 233.141 520.852 233.147C520.098 233.163 519.344 233.158 518.591 233.147C518.329 233.144 518.201 233.228 518.204 233.507C518.212 234.307 518.211 235.107 518.204 235.906C518.201 236.163 518.312 236.253 518.559 236.251C519.317 236.243 520.074 236.244 520.832 236.25C521.12 236.252 521.237 236.117 521.233 235.838C521.226 235.403 521.231 234.968 521.231 234.449ZM527.319 236.698C527.265 236.801 527.164 236.903 527.163 237.007C527.15 237.793 527.156 238.58 527.157 239.366C527.158 239.631 527.293 239.734 527.557 239.73C528.315 239.721 529.074 239.719 529.832 239.731C530.108 239.736 530.204 239.632 530.2 239.361C530.189 238.589 530.187 237.816 530.201 237.044C530.206 236.77 530.116 236.672 529.839 236.677C529.025 236.692 528.21 236.684 527.319 236.698ZM520.223 245.649C520.223 246.286 520.223 246.285 520.872 246.285C521.504 246.284 522.136 246.274 522.767 246.289C523.065 246.297 523.203 246.213 523.196 245.888C523.179 245.116 523.18 244.343 523.194 243.571C523.199 243.272 523.079 243.179 522.794 243.184C522.078 243.196 521.361 243.201 520.645 243.182C520.305 243.172 520.208 243.308 520.217 243.629C520.235 244.275 520.223 244.921 520.223 245.649Z" fill="#6EC5E3"/>
|
|
44
|
+
<path d="M525.291 251.031C522.097 251.558 519.179 250.962 516.548 249.118C515.544 248.414 514.682 247.551 513.947 246.564C513.789 246.352 513.781 246.188 513.978 246.019C514.893 245.237 515.803 244.449 516.735 243.687C516.822 243.615 517.102 243.648 517.196 243.736C517.81 244.313 518.409 244.907 518.983 245.523C519.104 245.654 519.141 245.902 519.145 246.097C519.168 247.223 519.161 247.223 520.296 247.223C521.448 247.224 522.6 247.225 523.751 247.223C524.203 247.222 524.266 247.153 524.204 246.705C524.155 246.358 524.289 246.207 524.639 246.212C525.201 246.221 525.765 246.24 526.324 246.201C526.527 246.186 526.766 246.062 526.908 245.912C527.886 244.88 527.642 245.04 528.459 245.787C529.182 246.449 529.918 247.097 530.658 247.74C530.944 247.988 531.003 248.124 530.654 248.434C529.283 249.655 527.688 250.414 525.94 250.896C525.739 250.951 525.532 250.984 525.291 251.031Z" fill="#D9E1EA"/>
|
|
45
|
+
<path d="M521.829 242.248C521.057 242.248 520.326 242.264 519.596 242.241C519.237 242.23 519.127 242.364 519.146 242.706C519.169 243.123 519.151 243.543 519.151 243.999C519.054 243.972 518.99 243.974 518.96 243.943C518.447 243.424 517.928 242.91 517.437 242.371C517.309 242.232 517.221 242.014 517.205 241.825C517.17 241.42 517.203 241.01 517.189 240.604C517.179 240.316 517.286 240.201 517.581 240.206C518.312 240.22 519.042 240.198 519.772 240.216C520.105 240.225 520.227 240.096 520.222 239.775C520.213 239.059 520.231 238.342 520.214 237.626C520.207 237.305 520.303 237.158 520.646 237.183C520.981 237.207 521.319 237.189 521.656 237.19C522.215 237.192 522.238 237.17 522.239 236.591C522.24 236.254 522.255 235.915 522.234 235.58C522.215 235.278 522.299 235.15 522.63 235.161C523.359 235.183 524.091 235.151 524.82 235.181C524.997 235.189 525.216 235.314 525.331 235.454C525.596 235.777 525.826 236.133 526.035 236.496C526.135 236.668 526.197 236.885 526.201 237.083C526.217 238.08 526.206 239.078 526.209 240.075C526.211 240.786 526.129 240.711 526.828 240.716C527.18 240.718 527.531 240.726 527.882 240.714C528.139 240.706 528.231 240.818 528.228 241.066C528.22 241.684 528.238 242.302 528.216 242.92C528.211 243.068 528.125 243.245 528.019 243.354C527.485 243.913 526.948 244.469 526.378 244.99C526.209 245.144 525.936 245.216 525.699 245.255C525.47 245.294 525.223 245.259 524.988 245.228C524.197 245.123 524.198 245.118 524.197 244.289C524.197 243.755 524.184 243.221 524.202 242.688C524.213 242.363 524.104 242.232 523.768 242.242C523.136 242.261 522.504 242.248 521.829 242.248Z" fill="#D9E1EA"/>
|
|
46
|
+
<path d="M521.24 232.213C520.221 232.214 520.221 232.214 520.22 231.234C520.22 230.49 520.227 229.747 520.217 229.003C520.212 228.677 520.331 228.526 520.673 228.491C521.478 228.41 522.277 228.228 523.081 228.208C523.815 228.19 524.556 228.307 525.287 228.413C525.781 228.485 526.262 228.648 526.751 228.759C527.091 228.835 527.234 229.015 527.224 229.38C527.2 230.165 527.238 230.952 527.205 231.736C527.195 231.98 527.042 232.219 526.947 232.457C526.927 232.505 526.87 232.538 526.831 232.578C525.09 234.363 525.09 234.359 522.598 234.236C522.322 234.222 522.227 234.118 522.236 233.853C522.249 233.475 522.219 233.094 522.246 232.717C522.274 232.331 522.136 232.164 521.744 232.21C521.591 232.228 521.435 232.213 521.24 232.213Z" fill="#D9E1EA"/>
|
|
47
|
+
<path d="M533.504 244.729C532.975 245.551 532.462 246.345 531.949 247.14C531.813 247.351 531.678 247.323 531.505 247.169C530.563 246.332 529.619 245.496 528.664 244.675C528.371 244.423 528.337 244.219 528.647 243.966C529.067 243.622 529.221 243.183 529.174 242.633C529.128 242.103 529.171 241.566 529.16 241.033C529.155 240.796 529.245 240.708 529.481 240.714C529.916 240.726 530.352 240.705 530.786 240.721C531.071 240.732 531.204 240.641 531.184 240.338C531.166 240.059 531.188 239.777 531.179 239.496C531.171 239.276 531.267 239.2 531.48 239.202C532.421 239.208 533.362 239.209 534.303 239.201C534.561 239.199 534.643 239.311 534.65 239.556C534.704 241.367 534.344 243.085 533.504 244.729Z" fill="#D9E1EA"/>
|
|
48
|
+
<path d="M517.917 229.484C518.237 229.338 518.533 229.214 518.821 229.075C519.078 228.952 519.199 229.034 519.2 229.304C519.203 230.174 519.2 231.045 519.203 231.915C519.204 232.162 519.065 232.22 518.85 232.216C518.429 232.21 518.008 232.225 517.587 232.211C517.299 232.201 517.178 232.312 517.187 232.604C517.2 233.025 517.181 233.447 517.193 233.867C517.201 234.143 517.084 234.236 516.816 234.234C515.722 234.225 514.627 234.226 513.532 234.233C513.165 234.235 513.153 234.067 513.312 233.818C513.597 233.371 513.853 232.897 514.196 232.498C515.161 231.378 516.269 230.414 517.544 229.653C517.652 229.589 517.774 229.55 517.917 229.484Z" fill="#D9E1EA"/>
|
|
49
|
+
<path d="M521.227 234.491C521.228 234.968 521.223 235.403 521.229 235.838C521.234 236.116 521.117 236.251 520.829 236.249C520.071 236.243 519.313 236.243 518.556 236.25C518.309 236.253 518.198 236.162 518.2 235.906C518.208 235.106 518.209 234.306 518.201 233.507C518.198 233.227 518.325 233.143 518.587 233.147C519.341 233.157 520.095 233.162 520.848 233.147C521.135 233.141 521.224 233.274 521.225 233.523C521.227 233.831 521.227 234.14 521.227 234.491Z" fill="#D9E1EA"/>
|
|
50
|
+
<path d="M527.352 236.692C528.205 236.684 529.019 236.692 529.834 236.677C530.111 236.673 530.201 236.77 530.196 237.044C530.182 237.816 530.183 238.589 530.194 239.361C530.198 239.632 530.102 239.736 529.827 239.731C529.069 239.719 528.31 239.721 527.551 239.731C527.287 239.734 527.152 239.631 527.152 239.367C527.15 238.58 527.144 237.793 527.157 237.007C527.159 236.903 527.259 236.801 527.352 236.692Z" fill="#D9E1EA"/>
|
|
51
|
+
<path d="M520.222 245.608C520.222 244.921 520.234 244.274 520.216 243.629C520.207 243.308 520.303 243.172 520.644 243.181C521.36 243.2 522.077 243.196 522.793 243.183C523.078 243.178 523.198 243.272 523.193 243.57C523.179 244.343 523.177 245.115 523.195 245.887C523.202 246.213 523.064 246.296 522.766 246.289C522.135 246.273 521.503 246.283 520.871 246.284C520.222 246.285 520.222 246.286 520.222 245.608Z" fill="#D9E1EA"/>
|
|
52
|
+
<path d="M374.414 225.775C374.715 225.775 374.954 225.946 375.083 226.222C375.173 226.416 375.213 226.663 375.214 226.972L375.215 226.995V249.121C375.213 249.531 375.17 249.852 375.076 250.093C374.946 250.428 374.697 250.644 374.358 250.65H374.345L371.792 250.647C371.447 250.647 371.199 250.426 371.071 250.085C370.982 249.845 370.941 249.527 370.939 249.118L370.939 230.621L370.252 230.795L369.977 230.864L369.897 230.884L369.856 230.893L369.837 230.897L369.83 230.898L369.827 230.899L369.824 230.899L369.823 230.898L369.822 230.898L369.822 230.898L369.822 230.897L369.823 230.897L369.827 230.893C369.829 230.891 369.83 230.889 369.827 230.888L369.825 230.888L369.817 230.888C369.528 230.899 369.287 230.744 369.155 230.479C369.061 230.289 369.02 230.047 369.018 229.74L369.018 229.717V228.113C369.018 227.825 369.065 227.584 369.169 227.387C369.289 227.163 369.48 227.009 369.721 226.946L369.735 226.943L369.752 226.939L374.166 225.802C374.229 225.786 374.299 225.778 374.374 225.776L374.395 225.775H374.414ZM381.786 225.124C382.103 225.124 382.354 225.301 382.493 225.593C382.593 225.804 382.637 226.077 382.639 226.419L382.639 226.443V232.945L382.639 232.961H384.538C384.837 232.961 385.082 233.115 385.226 233.377L385.233 233.39L385.239 233.402C385.343 233.606 385.389 233.867 385.391 234.192L385.392 234.215V235.118C385.392 235.449 385.345 235.713 385.237 235.92C385.096 236.189 384.851 236.348 384.552 236.353L384.538 236.353L382.636 236.353V244.88L382.636 244.948L382.637 245.014L382.638 245.08L382.639 245.145L382.639 245.178L382.641 245.257L382.644 245.335L382.647 245.412L382.65 245.487L382.652 245.517L382.655 245.575L382.659 245.633L382.662 245.69L382.667 245.746L382.669 245.774L382.673 245.828L382.676 245.855L382.678 245.882L382.683 245.934C382.685 245.952 382.687 245.969 382.689 245.986L382.692 246.012L382.698 246.062C382.711 246.167 382.726 246.266 382.742 246.358L382.748 246.389L382.752 246.41L382.76 246.451C382.763 246.464 382.766 246.477 382.769 246.49L382.773 246.51L382.782 246.548L382.79 246.585L382.795 246.603L382.804 246.639C382.816 246.684 382.828 246.727 382.841 246.768L382.852 246.802C382.905 246.964 382.966 247.085 383.029 247.163C383.148 247.309 383.252 247.397 383.332 247.432L383.356 247.442C383.45 247.479 383.582 247.501 383.75 247.502L383.769 247.503H384.954C385.237 247.503 385.483 247.615 385.643 247.837C385.777 248.021 385.836 248.255 385.838 248.535L385.838 248.555V249.557C385.838 249.867 385.778 250.123 385.638 250.322C385.475 250.553 385.226 250.674 384.936 250.678L384.921 250.678L383.22 250.681C382.748 250.681 382.337 250.648 381.979 250.58C381.596 250.508 381.206 250.349 380.806 250.105C380.39 249.852 380.048 249.504 379.783 249.066C379.525 248.64 379.323 248.065 379.171 247.34C379.022 246.635 378.947 245.813 378.944 244.876L378.944 244.827V236.353L378.159 236.353C377.863 236.353 377.619 236.203 377.474 235.945L377.467 235.933L377.46 235.92C377.354 235.718 377.308 235.461 377.306 235.141V235.118V234.215C377.306 233.879 377.351 233.611 377.458 233.402C377.598 233.129 377.844 232.966 378.145 232.961L378.159 232.961H378.944L378.944 232.935L379.245 226.423L379.247 226.393C379.268 226.057 379.323 225.792 379.423 225.588C379.561 225.306 379.798 225.129 380.1 225.124H380.114H381.786ZM395.829 232.955C396.11 232.955 396.328 233.121 396.441 233.377C396.517 233.551 396.549 233.769 396.549 234.041C396.549 234.051 396.549 234.061 396.549 234.071L396.548 234.087L396.547 234.119L396.547 234.136L396.545 234.17L396.544 234.187L396.541 234.223C396.539 234.252 396.536 234.282 396.532 234.313L396.53 234.337L396.525 234.378L396.52 234.42L396.514 234.464L396.509 234.497L393.532 250.003L393.525 250.041L393.51 250.122L393.495 250.202L393.473 250.321L393.458 250.399L393.435 250.515L393.419 250.591L393.404 250.666L393.389 250.741L393.373 250.815L393.357 250.888L393.334 250.996L393.318 251.067L393.302 251.138L393.286 251.207L393.27 251.276L393.254 251.344L393.238 251.412L393.222 251.478L393.206 251.544L393.189 251.609L393.173 251.674L393.156 251.737L393.14 251.8L393.123 251.862L393.106 251.923L393.089 251.984L393.073 252.043L393.056 252.102L393.039 252.16L393.021 252.218L393.004 252.274L392.987 252.33L392.97 252.385L392.952 252.44L392.935 252.493L392.917 252.546L392.908 252.572L392.891 252.624L392.882 252.649L392.873 252.674L392.851 252.737L392.828 252.798L392.819 252.822L392.801 252.87L392.783 252.917C392.775 252.938 392.767 252.958 392.759 252.979L392.737 253.031L392.715 253.085C392.676 253.177 392.637 253.266 392.596 253.352L392.579 253.388L392.556 253.436L392.532 253.483C392.273 253.998 391.984 254.372 391.65 254.607C391.235 254.903 390.706 255.054 390.065 255.072L390.037 255.073H389.86C388.856 255.073 388.122 254.797 387.7 254.215L387.687 254.197L387.676 254.181L387.671 254.175C387.55 254.022 387.491 253.811 387.467 253.517L387.466 253.497L387.463 253.46L387.462 253.44L387.461 253.421L387.459 253.382L387.459 253.361L387.458 253.341L387.456 253.289L387.455 253.236L387.455 253.214L387.455 253.17L387.455 253.121L387.455 253.094L387.456 253.041L387.456 253.015L387.457 252.989L387.458 252.938L387.459 252.913L387.459 252.888L387.462 252.839L387.464 252.791L387.467 252.744C387.468 252.728 387.469 252.713 387.47 252.698L387.472 252.675L387.475 252.63L387.48 252.586C387.499 252.392 387.531 252.225 387.576 252.086C387.693 251.724 387.926 251.481 388.277 251.476L388.29 251.475L388.303 251.476L388.315 251.476L388.326 251.477L388.339 251.478L388.355 251.481L388.373 251.483L388.397 251.488L388.42 251.493L388.44 251.497L388.479 251.507L388.531 251.521L388.602 251.541L388.677 251.562L388.777 251.591L389.014 251.661L389.082 251.681L389.142 251.699L389.2 251.716L389.254 251.731L389.306 251.746L389.342 251.755L389.377 251.764L389.42 251.775L389.46 251.785L389.487 251.791L389.513 251.797L389.536 251.802L389.564 251.808L389.582 251.811L389.598 251.814L389.608 251.815L389.616 251.816L389.624 251.817L389.627 251.817L389.633 251.817C389.637 251.817 389.639 251.816 389.644 251.814C389.657 251.809 389.673 251.797 389.694 251.778C389.759 251.717 389.832 251.607 389.904 251.446C389.997 251.241 390.064 250.977 390.105 250.654L390.109 250.626L390.114 250.578L390.12 250.528L390.122 250.503L390.124 250.478L390.129 250.427C390.143 250.26 390.15 250.079 390.151 249.885L390.151 249.843L390.151 249.829L390.15 249.819L390.149 249.801L390.146 249.774L390.143 249.742L390.138 249.705L390.135 249.685L390.129 249.642L390.121 249.594L390.111 249.528L390.098 249.455L390.084 249.376L390.069 249.29L390.048 249.178L390.025 249.057L389.995 248.903L389.957 248.713L389.92 248.533L389.875 248.312L389.827 248.083L386.547 234.445L386.541 234.404L386.536 234.365L386.531 234.328L386.527 234.292L386.522 234.248L386.517 234.207L386.516 234.191L386.513 234.16L386.511 234.129L386.51 234.115L386.508 234.086L386.507 234.059L386.506 234.046L386.506 234.02L386.505 234.007V233.972C386.507 233.73 386.536 233.534 386.602 233.376C386.705 233.129 386.909 232.963 387.178 232.958L387.191 232.958H389.214C389.485 232.958 389.725 233.057 389.911 233.248C390.081 233.424 390.183 233.689 390.249 234.059L390.253 234.08L390.259 234.117L392.039 243.54L393.429 234.183L393.431 234.165C393.482 233.79 393.567 233.511 393.709 233.319L393.717 233.308L393.726 233.297C393.898 233.079 394.138 232.959 394.412 232.955H394.427H395.829ZM366.009 225.803C366.309 225.803 366.549 225.974 366.677 226.25C366.768 226.444 366.807 226.69 366.809 227L366.809 227.023V249.123C366.809 249.545 366.766 249.874 366.671 250.121C366.54 250.456 366.292 250.672 365.954 250.678H365.94H363.384C363.039 250.678 362.79 250.457 362.663 250.116C362.573 249.876 362.532 249.558 362.531 249.149L362.53 230.652L362.037 230.777L361.648 230.874L361.556 230.896L361.515 230.906L361.485 230.912L361.467 230.915L361.452 230.916L361.435 230.918C361.134 230.939 360.882 230.783 360.746 230.51C360.652 230.32 360.612 230.078 360.61 229.771L360.61 229.748V228.144C360.61 227.856 360.656 227.615 360.761 227.418C360.88 227.194 361.072 227.04 361.312 226.977L361.327 226.974L361.343 226.97L365.761 225.83C365.824 225.814 365.893 225.806 365.969 225.804L365.989 225.803H366.009Z" fill="black"/>
|
|
53
|
+
<path d="M944.103 238.862L944.292 238.674C944.292 238.108 944.103 236.412 942.03 236.412C939.957 236.412 939.768 238.108 939.768 238.674L939.957 238.862H944.103ZM942.219 244.516C939.203 244.516 937.695 242.443 937.695 239.616C937.695 236.978 939.015 234.716 942.03 234.716C945.045 234.716 946.365 236.978 946.365 239.616V240.181L946.176 240.37H939.957L939.768 240.558C939.768 240.936 939.957 242.82 942.219 242.82C942.972 242.82 943.726 242.632 944.103 241.689L944.292 241.501H945.799L945.988 241.689C945.799 243.197 944.48 244.516 942.219 244.516ZM936.745 244.139L936.556 244.328H935.048C933.729 244.328 932.41 243.574 932.41 241.878V236.789L932.221 236.6H930.902L930.714 236.412V235.092L930.902 234.904H932.221L932.41 234.716V233.019L932.598 232.831H934.106L934.294 233.019V234.716L934.483 234.904H936.556L936.745 235.092V236.412L936.556 236.6H934.483L934.294 236.789V241.877C934.294 242.443 934.671 242.631 935.048 242.631H936.556L936.745 242.82V244.139ZM929.579 244.139L929.39 244.328H928.071L927.882 244.14L927.694 243.385H927.506C926.883 244.139 925.903 244.516 924.867 244.516C922.775 244.516 921.663 243.385 921.663 241.501C921.663 239.428 923.34 238.485 925.809 238.485C926.375 238.485 927.034 238.58 927.506 238.674L927.694 238.485V238.108C927.694 236.77 927.147 236.412 925.809 236.412C924.471 236.412 923.924 236.789 923.924 237.543L923.736 237.732H922.229L922.04 237.543C922.04 236.224 922.982 234.716 925.809 234.716C928.636 234.716 929.579 236.054 929.579 238.862V244.139ZM927.694 240.936V240.37L927.506 240.181C927.014 240.051 926.506 239.988 925.997 239.993C924.283 239.993 923.548 240.54 923.548 241.501C923.548 242.462 924.113 242.82 925.244 242.82C926.752 242.82 927.694 242.066 927.694 240.936ZM918.283 238.862L918.471 238.674C918.471 238.108 918.283 236.412 916.209 236.412C914.136 236.412 913.948 238.108 913.948 238.674L914.136 238.862H918.283ZM916.398 244.516C913.383 244.516 911.875 242.443 911.875 239.616C911.875 236.978 913.194 234.716 916.209 234.716C919.225 234.716 920.544 236.978 920.544 239.616V240.181L920.356 240.37H914.136L913.948 240.558C913.948 240.936 914.136 242.82 916.398 242.82C917.152 242.82 917.905 242.632 918.283 241.689L918.471 241.501H919.979L920.167 241.689C919.979 243.197 918.66 244.516 916.398 244.516ZM911.497 236.413L911.309 236.601H910.366C908.859 236.601 907.916 237.167 907.916 239.428V244.14L907.728 244.328H906.22L906.032 244.14V235.093L906.22 234.905H907.54L907.728 235.093L907.916 235.848H908.105C908.67 235.282 909.236 234.905 910.555 234.905H911.309L911.497 235.093V236.413ZM897.561 239.616C897.561 241.689 898.504 242.82 900.2 242.82C901.708 242.82 902.273 242.066 902.461 241.312L902.65 241.124H904.157L904.346 241.312C904.157 243.009 902.838 244.516 900.2 244.516C897.373 244.516 895.677 242.632 895.677 239.616C895.677 236.601 897.373 234.716 900.2 234.716C902.838 234.716 904.157 236.224 904.346 237.92L904.157 238.108H902.65L902.461 237.92C902.273 237.166 901.708 236.412 900.2 236.412C898.504 236.412 897.561 237.543 897.561 239.616Z" fill="#5A5E64"/>
|
|
54
|
+
<path d="M840.82 257.172V248.241L841.004 248.056H843.238L843.422 248.241V257.172L843.238 257.358H841.005L840.82 257.172ZM840.82 231.117V222.185L841.004 222H843.238L843.422 222.185V231.117L843.238 231.302H841.005L840.82 231.117ZM833.134 250.893H832.828L831.292 249.357V249.051L834.17 246.17L835.795 246.173L836.012 246.387V248.012L833.134 250.893ZM831.292 230.388V230.079L832.827 228.546H833.134L836.012 231.424V233.046L835.795 233.267H834.17L831.292 230.388ZM821.185 238.374H833.84L834.025 238.56V240.796L833.84 240.981H821.185L821 240.796V238.56L821.185 238.374Z" fill="#32E6E2"/>
|
|
55
|
+
<path d="M846.309 244.333H844.076L843.891 244.147V238.921C843.891 237.99 843.527 237.269 842.404 237.246C841.825 237.231 841.166 237.246 840.461 237.275L840.354 237.382V244.145L840.168 244.33H837.936L837.75 244.145V235.213L837.935 235.028H842.959C843.424 235.028 843.883 235.119 844.312 235.297C844.741 235.474 845.131 235.735 845.459 236.063C845.787 236.391 846.048 236.781 846.225 237.21C846.403 237.639 846.494 238.098 846.494 238.562V244.145L846.309 244.33V244.333ZM857.124 240.422L856.939 240.607H851.166L850.981 240.792C850.981 241.166 851.354 242.282 852.844 242.282C853.402 242.282 853.96 242.097 854.148 241.724L854.333 241.539H856.566L856.751 241.724C856.566 242.84 855.635 244.518 852.84 244.518C849.676 244.518 848.186 242.285 848.186 239.676C848.186 237.067 849.676 234.834 852.655 234.834C855.634 234.834 857.124 237.067 857.124 239.676V240.422ZM854.33 238.559C854.33 238.374 854.145 237.069 852.655 237.069C851.166 237.069 850.981 238.374 850.981 238.559L851.166 238.744H854.145L854.33 238.559ZM862.337 241.539C862.337 241.912 862.521 242.097 862.895 242.097H864.57L864.755 242.282V244.145L864.57 244.33H862.895C861.22 244.33 859.73 243.584 859.73 241.536V237.44L859.545 237.255H858.241L858.056 237.07V235.207L858.241 235.022H859.545L859.73 234.837V233.162L859.916 232.977H862.148L862.334 233.162V234.837L862.519 235.022H864.567L864.752 235.207V237.07L864.567 237.255H862.519L862.334 237.44V241.536L862.337 241.539ZM869.226 244.333H866.993L866.808 244.147V231.484L866.993 231.299H869.226L869.412 231.484V244.145L869.226 244.33V244.333ZM874.253 233.532H872.021L871.835 233.347V231.484L872.021 231.299H874.253L874.439 231.484V233.347L874.253 233.532ZM874.253 244.333H872.021L871.835 244.147V235.21L872.021 235.025H874.253L874.439 235.21V244.147L874.253 244.333ZM883.006 231.484V233.347L882.821 233.532H881.146C880.773 233.532 880.588 233.717 880.588 234.091V234.837L880.773 235.022H882.636L882.821 235.207V237.07L882.636 237.255H880.773L880.588 237.44V244.142L880.403 244.327H878.17L877.985 244.142V237.44L877.8 237.255H876.495L876.31 237.07V235.207L876.495 235.022H877.8L877.985 234.837V234.091C877.985 232.042 879.475 231.296 881.149 231.296H882.824L883.009 231.481L883.006 231.484ZM889.893 244.518C889.147 246.381 888.403 247.497 885.798 247.497H884.866L884.681 247.312V245.449L884.866 245.264H885.798C886.729 245.264 886.914 245.079 887.102 244.521V244.336L884.123 237.072V235.21L884.308 235.025H885.983L886.168 235.21L888.401 241.542H888.586L890.819 235.21L891.004 235.025H892.679L892.864 235.21V237.073L889.885 244.521L889.893 244.518Z" fill="#014847"/>
|
|
56
|
+
<path d="M962.861 238.387L963.046 238.573V240.805L962.861 240.991H950.021L949.836 240.806L950.764 238.573L950.949 238.387H962.861Z" fill="#32E6E2"/>
|
|
57
|
+
<path d="M946.304 252.083L946.242 252.145H945.741C945.302 252.145 944.864 251.895 944.864 251.331V249.64L944.802 249.578H944.363L944.3 249.515V249.077L944.363 249.014H944.802L944.864 248.951V248.388L944.927 248.325H945.427L945.49 248.388V248.951L945.553 249.014H946.242L946.304 249.077V249.515L946.242 249.578H945.553L945.49 249.64V251.331C945.49 251.519 945.615 251.582 945.741 251.582H946.242L946.304 251.644V252.083ZM943.802 248.45L943.739 248.513H943.239L943.176 248.45V247.95L943.239 247.887H943.739L943.802 247.95V248.45ZM943.802 252.082L943.739 252.145H943.239L943.176 252.083V249.077L943.239 249.014H943.739L943.802 249.077V252.082ZM942.613 250.579C942.613 251.519 942.055 252.208 941.235 252.208C940.922 252.208 940.622 252.083 940.421 251.832H940.359L940.296 252.083L940.233 252.145H939.795L939.732 252.083V247.824L939.795 247.762H940.296L940.359 247.824V249.327H940.421C940.609 249.089 940.904 248.951 941.235 248.951C942.055 248.951 942.613 249.578 942.613 250.579ZM941.987 250.579C941.987 249.884 941.673 249.515 941.172 249.515C940.671 249.515 940.359 249.828 940.359 250.579C940.359 251.331 940.671 251.644 941.172 251.644C941.673 251.644 941.987 251.274 941.987 250.579ZM939.17 252.083L939.107 252.145H938.857L938.731 252.083L937.792 250.893H937.729L937.291 251.331L937.228 251.456V252.083L937.166 252.145H936.665L936.603 252.083V247.824L936.665 247.762H937.166L937.228 247.824V250.517H937.291L938.731 249.077L938.857 249.014H939.044L939.107 249.077V249.515L938.231 250.392V250.454L939.17 251.644V252.083ZM933.787 250.579C933.787 251.268 934.1 251.644 934.663 251.644C935.165 251.644 935.352 251.394 935.415 251.143L935.478 251.08H935.979L936.041 251.143C935.979 251.707 935.54 252.208 934.663 252.208C933.724 252.208 933.161 251.582 933.161 250.579C933.161 249.578 933.724 248.951 934.663 248.951C935.54 248.951 935.979 249.452 936.041 250.016L935.979 250.079H935.478L935.415 250.016C935.352 249.766 935.165 249.515 934.663 249.515C934.1 249.515 933.787 249.891 933.787 250.579ZM932.66 252.083L932.597 252.145H932.159L932.096 252.083L932.033 251.832H931.971C931.764 252.083 931.439 252.208 931.094 252.208C930.399 252.208 930.03 251.832 930.03 251.206C930.03 250.517 930.587 250.204 931.408 250.204C931.595 250.204 931.815 250.235 931.971 250.266L932.033 250.204V250.079C932.033 249.634 931.852 249.515 931.408 249.515C930.963 249.515 930.781 249.64 930.781 249.891L930.719 249.954H930.217L930.155 249.891C930.155 249.452 930.468 248.951 931.408 248.951C932.347 248.951 932.66 249.396 932.66 250.329V252.083ZM932.033 251.018V250.83L931.971 250.767C931.807 250.724 931.639 250.703 931.47 250.705C930.9 250.705 930.656 250.886 930.656 251.206C930.656 251.525 930.844 251.644 931.22 251.644C931.721 251.644 932.033 251.394 932.033 251.018ZM929.653 252.083L929.591 252.145H929.09C928.651 252.145 928.213 251.895 928.213 251.331V249.64L928.151 249.578H927.712L927.649 249.515V249.077L927.712 249.014H928.151L928.213 248.951V248.388L928.275 248.325H928.776L928.839 248.388V248.951L928.902 249.014H929.591L929.653 249.077V249.515L929.591 249.578H928.902L928.839 249.64V251.331C928.839 251.519 928.964 251.582 929.09 251.582H929.591L929.653 251.644V252.083ZM927.336 250.955C927.336 251.644 926.835 252.208 925.645 252.208C924.581 252.208 923.892 251.707 923.892 250.767L923.955 250.705H924.456L924.518 250.767C924.518 251.394 924.956 251.644 925.708 251.644C926.272 251.644 926.71 251.456 926.71 250.955C926.71 250.391 926.334 250.266 925.457 250.141C924.581 250.016 924.017 249.64 924.017 248.889C924.017 248.325 924.456 247.699 925.583 247.699C926.522 247.699 927.211 248.075 927.211 249.014L927.148 249.077H926.647L926.585 249.014C926.585 248.513 926.334 248.262 925.52 248.262C924.956 248.262 924.644 248.513 924.644 248.889C924.644 249.39 924.956 249.515 925.833 249.64C926.71 249.766 927.336 250.079 927.336 250.955ZM921.889 249.515L920.887 252.02C920.511 252.959 920.261 253.147 919.509 253.147H919.384L919.321 253.084V252.646L919.384 252.583H919.509C919.822 252.583 920.01 252.521 920.135 252.208V252.145L919.071 249.515V249.077L919.134 249.014H919.509L919.572 249.077L920.449 251.394H920.511L921.388 249.077L921.45 249.014H921.826L921.889 249.077V249.515ZM918.509 252.083L918.446 252.145H917.946L917.883 252.083V247.824L917.946 247.762H918.446L918.509 247.824V252.083ZM917.382 249.515L917.319 249.578H917.006C916.505 249.578 916.192 249.766 916.192 250.517V252.083L916.129 252.145H915.629L915.566 252.083V249.077L915.629 249.014H916.067L916.129 249.077L916.192 249.327H916.255C916.443 249.139 916.63 249.014 917.069 249.014H917.319L917.382 249.077V249.515ZM914.253 250.329L914.316 250.267C914.316 250.079 914.253 249.515 913.565 249.515C912.876 249.515 912.813 250.079 912.813 250.267L912.876 250.329H914.253ZM913.628 252.208C912.625 252.208 912.124 251.519 912.124 250.579C912.124 249.703 912.563 248.951 913.565 248.951C914.567 248.951 915.005 249.703 915.005 250.579V250.767L914.942 250.83H912.876L912.813 250.893C912.813 251.018 912.876 251.644 913.628 251.644C913.878 251.644 914.128 251.582 914.253 251.268L914.316 251.206H914.817L914.88 251.268C914.817 251.769 914.379 252.208 913.628 252.208ZM911.626 252.083L911.563 252.145H911.063L911 252.083V250.204C911 249.828 910.937 249.515 910.436 249.515C909.998 249.515 909.747 249.828 909.747 250.329V252.083L909.685 252.145H909.184L909.121 252.083V250.204C909.121 249.828 909.059 249.515 908.558 249.515C908.245 249.515 907.869 249.703 907.869 250.329V252.083L907.806 252.145H907.305L907.242 252.083V249.077L907.305 249.014H907.744L907.806 249.077L907.869 249.327H907.931C908.057 249.139 908.307 248.951 908.746 248.951C909.246 248.951 909.434 249.202 909.559 249.39H909.622C909.81 249.139 910.123 248.951 910.562 248.951C911.438 248.951 911.626 249.515 911.626 250.204V252.083ZM906.742 249.515L906.679 249.578H906.366C905.865 249.578 905.552 249.766 905.552 250.517V252.083L905.489 252.145H904.988L904.925 252.083V249.077L904.988 249.014H905.427L905.489 249.077L905.552 249.327H905.614C905.802 249.139 905.99 249.014 906.429 249.014H906.679L906.742 249.077V249.515ZM901.356 250.579C901.356 249.578 901.92 248.951 902.859 248.951C903.799 248.951 904.362 249.578 904.362 250.579C904.362 251.582 903.799 252.208 902.859 252.208C901.92 252.208 901.356 251.582 901.356 250.579ZM901.982 250.579C901.982 251.268 902.295 251.644 902.859 251.644C903.423 251.644 903.736 251.268 903.736 250.579C903.736 249.891 903.423 249.515 902.859 249.515C902.295 249.515 901.982 249.891 901.982 250.579ZM901.102 249.515L901.039 249.578H900.413L900.35 249.64V252.083L900.288 252.145H899.786L899.724 252.083V249.64L899.661 249.578H899.223L899.161 249.515V249.077L899.223 249.014H899.661L899.724 248.951V248.701C899.724 248.137 900.162 247.887 900.601 247.887H901.102L901.164 247.95V248.388L901.102 248.45H900.601C900.475 248.45 900.35 248.513 900.35 248.701V248.951L900.413 249.014H901.039L901.102 249.077V249.515Z" fill="#5E6369"/>
|
|
58
|
+
<path d="M509.117 541.94L514.936 550.466H524.669L514.635 535.901L523.866 525.852H514.184L505.705 535.089V514.434H497.578V550.466H505.705V545.645L509.117 541.94Z" fill="white"/>
|
|
59
|
+
<path d="M531.775 521.996C534.383 521.996 536.54 520.017 536.54 517.378C536.54 514.688 534.383 512.709 531.775 512.709C529.116 512.709 527.009 514.688 527.009 517.378C527.009 520.017 529.116 521.996 531.775 521.996ZM535.888 525.853H527.761V550.466H535.888V525.853Z" fill="white"/>
|
|
60
|
+
<path d="M553.617 544.072C550.155 544.072 548.048 541.484 548.048 538.134C548.048 534.785 550.155 532.247 553.617 532.247C556.125 532.247 557.981 533.719 558.383 535.952H566.058C565.506 529.608 560.339 525.295 553.617 525.295C545.941 525.295 540.322 530.674 540.322 538.134C540.322 545.645 545.941 551.025 553.617 551.025C560.339 551.025 565.506 546.711 566.058 540.367H558.383C557.981 542.6 556.125 544.072 553.617 544.072Z" fill="white"/>
|
|
61
|
+
<path d="M581.918 541.94L587.738 550.466H597.47L587.437 535.901L596.667 525.852H586.985L578.507 535.089V514.434H570.38V550.466H578.507V545.645L581.918 541.94Z" fill="white"/>
|
|
62
|
+
<path d="M598.021 541.99C598.523 548.537 603.69 551.227 610.061 551.227C616.382 551.227 621.449 548.588 621.449 542.904C621.449 538.539 618.439 536.306 613.874 535.444L609.309 534.682C607.402 534.327 606.8 533.566 606.8 532.754C606.8 531.79 607.754 530.978 609.861 530.978C612.118 530.978 613.824 531.841 613.974 533.718H621.199C620.847 527.222 614.978 525.192 609.81 525.192C603.339 525.192 598.974 528.237 598.974 533.414C598.974 537.727 601.884 540.113 606.098 540.823L611.015 541.686C612.62 541.94 613.372 542.599 613.372 543.411C613.372 544.477 612.068 545.137 609.911 545.137C607.352 545.137 605.596 544.173 605.245 542.041L598.021 541.99Z" fill="white"/>
|
|
63
|
+
<path d="M644.451 543.056C642.645 543.412 641.291 543.665 640.137 543.665C637.729 543.665 636.324 542.447 636.324 539.961V532.907H644.602V525.852H636.324V517.479H628.197V525.852H623.431V532.907H628.197V540.214C628.197 546.863 632.11 551.227 637.98 551.227C640.388 551.227 642.194 551.024 645.354 550.009L644.451 543.056Z" fill="white"/>
|
|
64
|
+
<path d="M674.406 525.853H666.279V527.173C664.473 526.005 662.266 525.295 659.607 525.295C653.035 525.295 647.517 530.776 647.517 538.134C647.517 545.442 653.035 550.974 659.607 550.974C662.266 550.974 664.473 550.263 666.279 549.096V550.466H674.406V525.853ZM661.212 544.224C657.901 544.224 655.493 541.534 655.493 538.134C655.493 534.734 657.901 531.994 661.212 531.994C663.018 531.994 664.774 532.552 666.279 534.328V541.94C664.774 543.717 663.018 544.224 661.212 544.224Z" fill="white"/>
|
|
65
|
+
<path d="M696.431 525.446C692.819 525.446 690.21 526.613 688.053 528.491V525.852H679.926V550.465H688.053V536.408C689.959 534.479 692.467 533.414 696.431 533.261V525.446Z" fill="white"/>
|
|
66
|
+
<path d="M719.456 543.056C717.65 543.412 716.296 543.665 715.142 543.665C712.734 543.665 711.329 542.447 711.329 539.961V532.907H719.607V525.852H711.329V517.479H703.202V525.852H698.436V532.907H703.202V540.214C703.202 546.863 707.115 551.227 712.985 551.227C715.393 551.227 717.199 551.024 720.359 550.009L719.456 543.056Z" fill="white"/>
|
|
67
|
+
<path d="M724.66 515.957V550.466H738.406C749.092 550.466 756.818 543.361 756.818 533.11C756.818 523.011 749.092 515.957 738.406 515.957H724.66ZM733.139 542.752V523.671H738.406C743.925 523.671 748.189 527.782 748.189 533.11C748.189 538.591 743.925 542.752 738.406 542.752H733.139Z" fill="white"/>
|
|
68
|
+
<path d="M774.565 515.195C766.539 515.195 761.02 519.559 761.02 526.461C761.02 531.942 764.181 535.139 770.903 536.611L776.522 537.879C779.432 538.438 780.134 539.656 780.134 540.823C780.134 542.701 778.478 543.868 775.318 543.868C771.305 543.868 768.696 542.041 768.144 538.996H759.666C760.468 547.522 767.391 551.176 775.067 551.176C783.596 551.176 789.214 546.862 789.214 539.96C789.214 534.023 785.151 531.485 778.93 530.115L774.164 528.998C771.606 528.44 770.251 527.628 770.251 525.75C770.251 523.517 772.208 522.299 775.117 522.299C778.579 522.299 780.184 524.076 780.636 526.664H789.164C788.311 517.377 780.084 515.195 774.565 515.195Z" fill="white"/>
|
|
69
|
+
<path d="M274.37 132H264.561V81.6191H279.873L289.033 121.233L298.125 81.6191H313.267V132H303.457V97.9229C303.457 96.943 303.468 95.5758 303.491 93.8213C303.514 92.0439 303.525 90.6768 303.525 89.7197L293.989 132H283.77L274.302 89.7197C274.302 90.6768 274.313 92.0439 274.336 93.8213C274.359 95.5758 274.37 96.943 274.37 97.9229V132ZM354.146 121.062C353.895 123.273 352.744 125.517 350.693 127.796C347.503 131.419 343.037 133.23 337.295 133.23C332.555 133.23 328.374 131.704 324.751 128.65C321.128 125.597 319.316 120.63 319.316 113.748C319.316 107.299 320.946 102.355 324.204 98.9141C327.485 95.4733 331.735 93.7529 336.953 93.7529C340.052 93.7529 342.843 94.334 345.327 95.4961C347.811 96.6582 349.862 98.4925 351.479 100.999C352.938 103.209 353.883 105.773 354.316 108.689C354.567 110.398 354.67 112.859 354.624 116.072H329.126C329.263 119.809 330.436 122.43 332.646 123.934C333.991 124.868 335.609 125.335 337.5 125.335C339.505 125.335 341.134 124.765 342.388 123.626C343.071 123.011 343.675 122.156 344.199 121.062H354.146ZM344.507 109.646C344.347 107.072 343.561 105.123 342.148 103.802C340.758 102.457 339.027 101.785 336.953 101.785C334.697 101.785 332.943 102.492 331.689 103.904C330.459 105.317 329.684 107.231 329.365 109.646H344.507ZM393.11 121.062C392.86 123.273 391.709 125.517 389.658 127.796C386.468 131.419 382.002 133.23 376.26 133.23C371.52 133.23 367.339 131.704 363.716 128.65C360.093 125.597 358.281 120.63 358.281 113.748C358.281 107.299 359.91 102.355 363.169 98.9141C366.45 95.4733 370.7 93.7529 375.918 93.7529C379.017 93.7529 381.808 94.334 384.292 95.4961C386.776 96.6582 388.826 98.4925 390.444 100.999C391.903 103.209 392.848 105.773 393.281 108.689C393.532 110.398 393.634 112.859 393.589 116.072H368.091C368.228 119.809 369.401 122.43 371.611 123.934C372.956 124.868 374.574 125.335 376.465 125.335C378.47 125.335 380.099 124.765 381.353 123.626C382.036 123.011 382.64 122.156 383.164 121.062H393.11ZM383.472 109.646C383.312 107.072 382.526 105.123 381.113 103.802C379.723 102.457 377.992 101.785 375.918 101.785C373.662 101.785 371.908 102.492 370.654 103.904C369.424 105.317 368.649 107.231 368.33 109.646H383.472ZM417.241 125.062V132.342L412.627 132.513C408.024 132.672 404.88 131.875 403.193 130.12C402.1 129.004 401.553 127.283 401.553 124.959V102.024H396.357V95.0859H401.553V84.6953H411.191V95.0859H417.241V102.024H411.191V121.712C411.191 123.239 411.385 124.196 411.772 124.583C412.16 124.948 413.345 125.13 415.327 125.13C415.623 125.13 415.931 125.13 416.25 125.13C416.592 125.107 416.922 125.084 417.241 125.062ZM474.048 99.4609C477.192 103.403 478.765 108.063 478.765 113.44C478.765 118.909 477.192 123.592 474.048 127.488C470.903 131.362 466.13 133.299 459.727 133.299C453.324 133.299 448.55 131.362 445.405 127.488C442.261 123.592 440.688 118.909 440.688 113.44C440.688 108.063 442.261 103.403 445.405 99.4609C448.55 95.5189 453.324 93.5479 459.727 93.5479C466.13 93.5479 470.903 95.5189 474.048 99.4609ZM459.692 101.785C456.844 101.785 454.645 102.799 453.096 104.827C451.569 106.832 450.806 109.703 450.806 113.44C450.806 117.177 451.569 120.06 453.096 122.088C454.645 124.116 456.844 125.13 459.692 125.13C462.541 125.13 464.728 124.116 466.255 122.088C467.782 120.06 468.545 117.177 468.545 113.44C468.545 109.703 467.782 106.832 466.255 104.827C464.728 102.799 462.541 101.785 459.692 101.785ZM509.663 126.736C509.572 126.85 509.344 127.192 508.979 127.762C508.615 128.331 508.182 128.833 507.681 129.266C506.154 130.633 504.673 131.567 503.237 132.068C501.825 132.57 500.161 132.82 498.247 132.82C492.733 132.82 489.019 130.838 487.104 126.873C486.034 124.686 485.498 121.461 485.498 117.2V94.7441H495.479V117.2C495.479 119.319 495.729 120.914 496.23 121.985C497.119 123.877 498.862 124.822 501.46 124.822C504.787 124.822 507.065 123.478 508.296 120.789C508.934 119.331 509.253 117.405 509.253 115.013V94.7441H519.131V132H509.663V126.736ZM547.295 103.733C543.376 103.733 540.744 105.009 539.399 107.562C538.647 108.997 538.271 111.207 538.271 114.192V132H528.462V94.7441H537.759V101.238C539.263 98.7546 540.573 97.057 541.689 96.1455C543.512 94.6188 545.882 93.8555 548.799 93.8555C548.981 93.8555 549.129 93.8669 549.243 93.8896C549.38 93.8896 549.665 93.901 550.098 93.9238V103.904C549.482 103.836 548.936 103.79 548.457 103.768C547.979 103.745 547.591 103.733 547.295 103.733ZM611.655 128.24C607.896 131.681 603.088 133.401 597.231 133.401C589.985 133.401 584.289 131.077 580.142 126.429C575.994 121.757 573.921 115.354 573.921 107.22C573.921 98.4242 576.279 91.6452 580.996 86.8828C585.098 82.7357 590.316 80.6621 596.65 80.6621C605.127 80.6621 611.325 83.4421 615.244 89.002C617.409 92.1237 618.571 95.2568 618.73 98.4014H608.203C607.52 95.986 606.642 94.1631 605.571 92.9326C603.657 90.7451 600.82 89.6514 597.061 89.6514C593.232 89.6514 590.213 91.2008 588.003 94.2998C585.793 97.376 584.688 101.74 584.688 107.391C584.688 113.042 585.85 117.28 588.174 120.105C590.521 122.908 593.494 124.31 597.095 124.31C600.786 124.31 603.6 123.102 605.537 120.687C606.608 119.388 607.497 117.439 608.203 114.842H618.628C617.716 120.333 615.392 124.799 611.655 128.24ZM636.333 132H626.523V81.6191H641.836L650.996 121.233L660.088 81.6191H675.229V132H665.42V97.9229C665.42 96.943 665.431 95.5758 665.454 93.8213C665.477 92.0439 665.488 90.6768 665.488 89.7197L655.952 132H645.732L636.265 89.7197C636.265 90.6768 636.276 92.0439 636.299 93.8213C636.322 95.5758 636.333 96.943 636.333 97.9229V132ZM703.291 124.72C705.775 124.72 707.791 124.446 709.341 123.899C712.28 122.851 713.75 120.903 713.75 118.055C713.75 116.391 713.021 115.104 711.562 114.192C710.104 113.304 707.814 112.518 704.692 111.834L699.36 110.638C694.119 109.453 690.496 108.165 688.491 106.775C685.096 104.451 683.398 100.817 683.398 95.8721C683.398 91.3604 685.039 87.612 688.32 84.627C691.602 81.6419 696.421 80.1494 702.778 80.1494C708.088 80.1494 712.611 81.5622 716.348 84.3877C720.107 87.1904 722.078 91.2692 722.261 96.624H712.144C711.961 93.5934 710.64 91.4401 708.179 90.1641C706.538 89.321 704.499 88.8994 702.061 88.8994C699.349 88.8994 697.184 89.4463 695.566 90.54C693.949 91.6338 693.14 93.1605 693.14 95.1201C693.14 96.9202 693.937 98.2646 695.532 99.1533C696.558 99.7458 698.745 100.441 702.095 101.238L710.776 103.323C714.582 104.235 717.453 105.454 719.39 106.98C722.397 109.35 723.901 112.78 723.901 117.269C723.901 121.871 722.135 125.7 718.604 128.753C715.094 131.784 710.127 133.299 703.701 133.299C697.139 133.299 691.978 131.806 688.218 128.821C684.458 125.813 682.578 121.689 682.578 116.448H692.627C692.946 118.75 693.573 120.47 694.507 121.609C696.216 123.683 699.144 124.72 703.291 124.72ZM769.463 124.72C771.947 124.72 773.963 124.446 775.513 123.899C778.452 122.851 779.922 120.903 779.922 118.055C779.922 116.391 779.193 115.104 777.734 114.192C776.276 113.304 773.986 112.518 770.864 111.834L765.532 110.638C760.291 109.453 756.668 108.165 754.663 106.775C751.268 104.451 749.57 100.817 749.57 95.8721C749.57 91.3604 751.211 87.612 754.492 84.627C757.773 81.6419 762.593 80.1494 768.95 80.1494C774.259 80.1494 778.783 81.5622 782.52 84.3877C786.279 87.1904 788.25 91.2692 788.433 96.624H778.315C778.133 93.5934 776.812 91.4401 774.351 90.1641C772.71 89.321 770.671 88.8994 768.232 88.8994C765.521 88.8994 763.356 89.4463 761.738 90.54C760.12 91.6338 759.312 93.1605 759.312 95.1201C759.312 96.9202 760.109 98.2646 761.704 99.1533C762.729 99.7458 764.917 100.441 768.267 101.238L776.948 103.323C780.754 104.235 783.625 105.454 785.562 106.98C788.569 109.35 790.073 112.78 790.073 117.269C790.073 121.871 788.307 125.7 784.775 128.753C781.266 131.784 776.299 133.299 769.873 133.299C763.311 133.299 758.149 131.806 754.39 128.821C750.63 125.813 748.75 121.689 748.75 116.448H758.799C759.118 118.75 759.744 120.47 760.679 121.609C762.388 123.683 765.316 124.72 769.463 124.72ZM814.136 125.062V132.342L809.521 132.513C804.919 132.672 801.774 131.875 800.088 130.12C798.994 129.004 798.447 127.283 798.447 124.959V102.024H793.252V95.0859H798.447V84.6953H808.086V95.0859H814.136V102.024H808.086V121.712C808.086 123.239 808.28 124.196 808.667 124.583C809.054 124.948 810.239 125.13 812.222 125.13C812.518 125.13 812.826 125.13 813.145 125.13C813.486 125.107 813.817 125.084 814.136 125.062ZM821.792 98.7773C824.367 95.4961 828.787 93.8555 835.054 93.8555C839.132 93.8555 842.756 94.6644 845.923 96.2822C849.09 97.9001 850.674 100.953 850.674 105.442V122.532C850.674 123.717 850.697 125.153 850.742 126.839C850.811 128.115 851.004 128.981 851.323 129.437C851.642 129.892 852.121 130.268 852.759 130.564V132H842.163C841.867 131.248 841.662 130.542 841.548 129.881C841.434 129.22 841.343 128.468 841.274 127.625C839.93 129.083 838.381 130.325 836.626 131.351C834.53 132.558 832.16 133.162 829.517 133.162C826.144 133.162 823.353 132.205 821.143 130.291C818.955 128.354 817.861 125.62 817.861 122.088C817.861 117.508 819.627 114.192 823.159 112.142C825.096 111.025 827.944 110.228 831.704 109.749L835.02 109.339C836.82 109.111 838.107 108.826 838.882 108.484C840.272 107.892 840.967 106.969 840.967 105.716C840.967 104.189 840.431 103.141 839.36 102.571C838.312 101.979 836.763 101.683 834.712 101.683C832.41 101.683 830.781 102.252 829.824 103.392C829.141 104.235 828.685 105.374 828.457 106.81H819.058C819.263 103.551 820.174 100.874 821.792 98.7773ZM829.038 124.959C829.95 125.711 831.066 126.087 832.388 126.087C834.484 126.087 836.41 125.472 838.164 124.241C839.941 123.011 840.864 120.766 840.933 117.508V113.885C840.317 114.272 839.691 114.591 839.053 114.842C838.438 115.07 837.583 115.286 836.489 115.491L834.302 115.901C832.251 116.266 830.781 116.71 829.893 117.234C828.389 118.123 827.637 119.502 827.637 121.37C827.637 123.034 828.104 124.23 829.038 124.959ZM878.086 103.733C874.167 103.733 871.535 105.009 870.19 107.562C869.438 108.997 869.062 111.207 869.062 114.192V132H859.253V94.7441H868.55V101.238C870.054 98.7546 871.364 97.057 872.48 96.1455C874.303 94.6188 876.673 93.8555 879.59 93.8555C879.772 93.8555 879.92 93.8669 880.034 93.8896C880.171 93.8896 880.456 93.901 880.889 93.9238V103.904C880.273 103.836 879.727 103.79 879.248 103.768C878.77 103.745 878.382 103.733 878.086 103.733ZM903.687 125.062V132.342L899.072 132.513C894.469 132.672 891.325 131.875 889.639 130.12C888.545 129.004 887.998 127.283 887.998 124.959V102.024H882.803V95.0859H887.998V84.6953H897.637V95.0859H903.687V102.024H897.637V121.712C897.637 123.239 897.83 124.196 898.218 124.583C898.605 124.948 899.79 125.13 901.772 125.13C902.069 125.13 902.376 125.13 902.695 125.13C903.037 125.107 903.368 125.084 903.687 125.062ZM941.831 121.062C941.58 123.273 940.43 125.517 938.379 127.796C935.189 131.419 930.723 133.23 924.98 133.23C920.241 133.23 916.06 131.704 912.437 128.65C908.813 125.597 907.002 120.63 907.002 113.748C907.002 107.299 908.631 102.355 911.89 98.9141C915.171 95.4733 919.421 93.7529 924.639 93.7529C927.738 93.7529 930.529 94.334 933.013 95.4961C935.496 96.6582 937.547 98.4925 939.165 100.999C940.623 103.209 941.569 105.773 942.002 108.689C942.253 110.398 942.355 112.859 942.31 116.072H916.812C916.948 119.809 918.122 122.43 920.332 123.934C921.676 124.868 923.294 125.335 925.186 125.335C927.191 125.335 928.82 124.765 930.073 123.626C930.757 123.011 931.361 122.156 931.885 121.062H941.831ZM932.192 109.646C932.033 107.072 931.247 105.123 929.834 103.802C928.444 102.457 926.712 101.785 924.639 101.785C922.383 101.785 920.628 102.492 919.375 103.904C918.145 105.317 917.37 107.231 917.051 109.646H932.192ZM967.637 103.733C963.717 103.733 961.086 105.009 959.741 107.562C958.989 108.997 958.613 111.207 958.613 114.192V132H948.804V94.7441H958.101V101.238C959.604 98.7546 960.915 97.057 962.031 96.1455C963.854 94.6188 966.224 93.8555 969.141 93.8555C969.323 93.8555 969.471 93.8669 969.585 93.8896C969.722 93.8896 970.007 93.901 970.439 93.9238V103.904C969.824 103.836 969.277 103.79 968.799 103.768C968.32 103.745 967.933 103.733 967.637 103.733ZM1001.85 96.4531C1004.77 98.3216 1006.44 101.535 1006.88 106.092H997.134C996.997 104.839 996.644 103.847 996.074 103.118C995.003 101.797 993.18 101.136 990.605 101.136C988.486 101.136 986.971 101.466 986.06 102.127C985.171 102.788 984.727 103.562 984.727 104.451C984.727 105.568 985.205 106.377 986.162 106.878C987.119 107.402 990.503 108.302 996.313 109.578C1000.19 110.49 1003.09 111.868 1005.03 113.714C1006.94 115.582 1007.9 117.918 1007.9 120.721C1007.9 124.412 1006.52 127.431 1003.76 129.778C1001.03 132.103 996.792 133.265 991.05 133.265C985.194 133.265 980.864 132.034 978.062 129.573C975.282 127.09 973.892 123.934 973.892 120.105H983.77C983.975 121.837 984.419 123.068 985.103 123.797C986.31 125.096 988.543 125.745 991.802 125.745C993.716 125.745 995.231 125.46 996.348 124.891C997.487 124.321 998.057 123.466 998.057 122.327C998.057 121.233 997.601 120.402 996.689 119.832C995.778 119.262 992.394 118.283 986.538 116.893C982.323 115.844 979.349 114.534 977.617 112.962C975.885 111.412 975.02 109.179 975.02 106.263C975.02 102.822 976.364 99.8711 979.053 97.4102C981.764 94.9264 985.57 93.6846 990.469 93.6846C995.117 93.6846 998.911 94.6074 1001.85 96.4531Z" fill="#ECFF00"/>
|
|
70
|
+
<g filter="url(#filter1_d_831_659)">
|
|
71
|
+
<path d="M299.978 618.65H305.266V646H299.978V618.65ZM327.309 628.336C329.016 630.476 329.869 633.006 329.869 635.925C329.869 638.894 329.016 641.436 327.309 643.551C325.602 645.654 323.01 646.705 319.534 646.705C316.058 646.705 313.467 645.654 311.76 643.551C310.053 641.436 309.199 638.894 309.199 635.925C309.199 633.006 310.053 630.476 311.76 628.336C313.467 626.196 316.058 625.126 319.534 625.126C323.01 625.126 325.602 626.196 327.309 628.336ZM319.516 629.598C317.969 629.598 316.776 630.148 315.935 631.249C315.106 632.338 314.691 633.896 314.691 635.925C314.691 637.953 315.106 639.518 315.935 640.619C316.776 641.72 317.969 642.271 319.516 642.271C321.062 642.271 322.249 641.72 323.078 640.619C323.907 639.518 324.321 637.953 324.321 635.925C324.321 633.896 323.907 632.338 323.078 631.249C322.249 630.148 321.062 629.598 319.516 629.598ZM349.018 646L345.845 631.268L342.635 646H337.143L331.465 625.775H337.143L340.297 640.285L343.21 625.775H348.572L351.652 640.341L354.807 625.775H360.317L354.454 646H349.018ZM361.653 632.9H372.304V637.91H361.653V632.9ZM393.4 633.03H387.982C387.883 632.276 387.63 631.595 387.222 630.989C386.628 630.173 385.706 629.765 384.457 629.765C382.676 629.765 381.457 630.649 380.802 632.418C380.455 633.358 380.282 634.607 380.282 636.166C380.282 637.65 380.455 638.844 380.802 639.747C381.433 641.429 382.62 642.271 384.364 642.271C385.601 642.271 386.479 641.937 386.999 641.269C387.519 640.601 387.834 639.735 387.945 638.671H393.345C393.221 640.279 392.64 641.8 391.601 643.235C389.943 645.549 387.488 646.705 384.234 646.705C380.981 646.705 378.588 645.74 377.054 643.811C375.52 641.881 374.753 639.376 374.753 636.296C374.753 632.82 375.6 630.117 377.295 628.188C378.99 626.258 381.327 625.293 384.309 625.293C386.844 625.293 388.916 625.862 390.524 627C392.145 628.138 393.104 630.148 393.4 633.03ZM413.922 628.336C415.629 630.476 416.482 633.006 416.482 635.925C416.482 638.894 415.629 641.436 413.922 643.551C412.215 645.654 409.623 646.705 406.147 646.705C402.672 646.705 400.08 645.654 398.373 643.551C396.666 641.436 395.812 638.894 395.812 635.925C395.812 633.006 396.666 630.476 398.373 628.336C400.08 626.196 402.672 625.126 406.147 625.126C409.623 625.126 412.215 626.196 413.922 628.336ZM406.129 629.598C404.583 629.598 403.389 630.148 402.548 631.249C401.719 632.338 401.305 633.896 401.305 635.925C401.305 637.953 401.719 639.518 402.548 640.619C403.389 641.72 404.583 642.271 406.129 642.271C407.675 642.271 408.863 641.72 409.691 640.619C410.52 639.518 410.935 637.953 410.935 635.925C410.935 633.896 410.52 632.338 409.691 631.249C408.863 630.148 407.675 629.598 406.129 629.598ZM438.692 618.688V646H433.553V643.198C432.798 644.398 431.938 645.27 430.974 645.814C430.009 646.359 428.809 646.631 427.374 646.631C425.011 646.631 423.02 645.678 421.399 643.773C419.791 641.856 418.987 639.401 418.987 636.407C418.987 632.956 419.779 630.241 421.362 628.262C422.958 626.283 425.086 625.293 427.745 625.293C428.97 625.293 430.058 625.565 431.011 626.109C431.963 626.641 432.736 627.383 433.33 628.336V618.688H438.692ZM424.442 636.018C424.442 637.885 424.813 639.376 425.556 640.489C426.285 641.615 427.399 642.178 428.896 642.178C430.392 642.178 431.53 641.621 432.31 640.508C433.089 639.395 433.479 637.953 433.479 636.185C433.479 633.711 432.854 631.942 431.604 630.878C430.838 630.235 429.947 629.913 428.933 629.913C427.386 629.913 426.248 630.501 425.519 631.676C424.801 632.839 424.442 634.286 424.442 636.018ZM460.828 640.062C460.692 641.262 460.067 642.481 458.954 643.718C457.222 645.685 454.798 646.668 451.681 646.668C449.108 646.668 446.838 645.839 444.871 644.182C442.904 642.524 441.921 639.827 441.921 636.092C441.921 632.591 442.805 629.907 444.574 628.039C446.355 626.171 448.662 625.237 451.495 625.237C453.177 625.237 454.693 625.553 456.041 626.184C457.389 626.814 458.503 627.81 459.381 629.171C460.173 630.371 460.686 631.762 460.921 633.346C461.057 634.273 461.113 635.609 461.088 637.354H447.246C447.32 639.382 447.957 640.805 449.157 641.621C449.887 642.128 450.765 642.382 451.792 642.382C452.881 642.382 453.765 642.073 454.445 641.454C454.816 641.12 455.144 640.656 455.429 640.062H460.828ZM455.596 633.865C455.509 632.467 455.082 631.41 454.315 630.692C453.561 629.963 452.621 629.598 451.495 629.598C450.271 629.598 449.318 629.981 448.638 630.748C447.97 631.515 447.549 632.554 447.376 633.865H455.596ZM469.771 647.893C469.549 648.808 469.134 649.6 468.528 650.268C467.873 650.985 467.1 651.523 466.209 651.882C465.331 652.253 464.725 652.438 464.391 652.438V650.397C465.454 650.101 466.234 649.606 466.729 648.913C467.236 648.22 467.526 647.249 467.601 646H464.391V640.471H470.105V645.258C470.105 646.099 469.994 646.977 469.771 647.893ZM502.688 628.336C504.395 630.476 505.248 633.006 505.248 635.925C505.248 638.894 504.395 641.436 502.688 643.551C500.98 645.654 498.389 646.705 494.913 646.705C491.437 646.705 488.846 645.654 487.139 643.551C485.432 641.436 484.578 638.894 484.578 635.925C484.578 633.006 485.432 630.476 487.139 628.336C488.846 626.196 491.437 625.126 494.913 625.126C498.389 625.126 500.98 626.196 502.688 628.336ZM494.895 629.598C493.348 629.598 492.155 630.148 491.313 631.249C490.485 632.338 490.07 633.896 490.07 635.925C490.07 637.953 490.485 639.518 491.313 640.619C492.155 641.72 493.348 642.271 494.895 642.271C496.441 642.271 497.628 641.72 498.457 640.619C499.286 639.518 499.7 637.953 499.7 635.925C499.7 633.896 499.286 632.338 498.457 631.249C497.628 630.148 496.441 629.598 494.895 629.598ZM525.992 627.946C527.625 629.69 528.441 632.251 528.441 635.628C528.441 639.19 527.637 641.906 526.029 643.773C524.434 645.641 522.374 646.575 519.851 646.575C518.243 646.575 516.907 646.173 515.843 645.369C515.261 644.924 514.692 644.274 514.136 643.421V653.96H508.903V625.775H513.969V628.763C514.538 627.884 515.144 627.192 515.787 626.685C516.962 625.782 518.36 625.33 519.98 625.33C522.343 625.33 524.347 626.202 525.992 627.946ZM522.986 635.888C522.986 634.329 522.628 632.95 521.91 631.75C521.205 630.55 520.055 629.95 518.459 629.95C516.542 629.95 515.224 630.859 514.507 632.678C514.136 633.643 513.95 634.867 513.95 636.352C513.95 638.702 514.575 640.353 515.824 641.306C516.566 641.862 517.445 642.141 518.459 642.141C519.931 642.141 521.05 641.572 521.817 640.434C522.597 639.296 522.986 637.78 522.986 635.888ZM549.594 640.062C549.458 641.262 548.833 642.481 547.72 643.718C545.988 645.685 543.563 646.668 540.446 646.668C537.873 646.668 535.604 645.839 533.637 644.182C531.67 642.524 530.687 639.827 530.687 636.092C530.687 632.591 531.571 629.907 533.34 628.039C535.121 626.171 537.428 625.237 540.261 625.237C541.943 625.237 543.458 625.553 544.807 626.184C546.155 626.814 547.268 627.81 548.146 629.171C548.938 630.371 549.451 631.762 549.687 633.346C549.823 634.273 549.878 635.609 549.854 637.354H536.012C536.086 639.382 536.723 640.805 537.923 641.621C538.653 642.128 539.531 642.382 540.558 642.382C541.646 642.382 542.531 642.073 543.211 641.454C543.582 641.12 543.91 640.656 544.194 640.062H549.594ZM544.361 633.865C544.275 632.467 543.848 631.41 543.081 630.692C542.326 629.963 541.386 629.598 540.261 629.598C539.036 629.598 538.084 629.981 537.403 630.748C536.735 631.515 536.315 632.554 536.142 633.865H544.361ZM562.953 629.69C561.16 629.69 559.929 630.451 559.261 631.973C558.914 632.777 558.741 633.803 558.741 635.053V646H553.472V625.812H558.574V628.763C559.255 627.724 559.898 626.975 560.504 626.518C561.592 625.701 562.972 625.293 564.642 625.293C566.732 625.293 568.439 625.843 569.763 626.944C571.099 628.033 571.767 629.845 571.767 632.381V646H566.349V633.698C566.349 632.634 566.206 631.818 565.922 631.249C565.402 630.21 564.413 629.69 562.953 629.69ZM601.176 626.703C602.759 627.717 603.668 629.462 603.903 631.936H598.615C598.541 631.255 598.349 630.717 598.04 630.321C597.459 629.604 596.469 629.245 595.071 629.245C593.921 629.245 593.098 629.424 592.604 629.783C592.121 630.142 591.88 630.562 591.88 631.045C591.88 631.651 592.14 632.09 592.659 632.362C593.179 632.647 595.016 633.135 598.17 633.828C600.273 634.323 601.85 635.071 602.901 636.073C603.94 637.088 604.46 638.355 604.46 639.877C604.46 641.881 603.712 643.52 602.215 644.794C600.73 646.056 598.43 646.687 595.312 646.687C592.133 646.687 589.783 646.019 588.262 644.683C586.753 643.334 585.998 641.621 585.998 639.543H591.36C591.472 640.483 591.713 641.151 592.084 641.547C592.74 642.252 593.952 642.604 595.721 642.604C596.76 642.604 597.582 642.45 598.188 642.141C598.807 641.831 599.116 641.368 599.116 640.749C599.116 640.155 598.869 639.704 598.374 639.395C597.879 639.085 596.042 638.553 592.863 637.799C590.575 637.23 588.961 636.519 588.021 635.665C587.08 634.824 586.61 633.612 586.61 632.028C586.61 630.16 587.34 628.559 588.8 627.223C590.272 625.874 592.338 625.2 594.997 625.2C597.521 625.2 599.58 625.701 601.176 626.703ZM625.26 628.336C626.967 630.476 627.82 633.006 627.82 635.925C627.82 638.894 626.967 641.436 625.26 643.551C623.553 645.654 620.961 646.705 617.485 646.705C614.009 646.705 611.418 645.654 609.711 643.551C608.004 641.436 607.15 638.894 607.15 635.925C607.15 633.006 608.004 630.476 609.711 628.336C611.418 626.196 614.009 625.126 617.485 625.126C620.961 625.126 623.553 626.196 625.26 628.336ZM617.467 629.598C615.921 629.598 614.727 630.148 613.886 631.249C613.057 632.338 612.643 633.896 612.643 635.925C612.643 637.953 613.057 639.518 613.886 640.619C614.727 641.72 615.921 642.271 617.467 642.271C619.013 642.271 620.201 641.72 621.029 640.619C621.858 639.518 622.272 637.953 622.272 635.925C622.272 633.896 621.858 632.338 621.029 631.249C620.201 630.148 619.013 629.598 617.467 629.598ZM644.594 643.143C644.544 643.204 644.421 643.39 644.223 643.699C644.025 644.008 643.79 644.281 643.518 644.516C642.689 645.258 641.885 645.765 641.105 646.037C640.339 646.309 639.436 646.445 638.396 646.445C635.403 646.445 633.387 645.369 632.348 643.217C631.766 642.029 631.476 640.279 631.476 637.966V625.775H636.894V637.966C636.894 639.116 637.03 639.982 637.302 640.563C637.784 641.59 638.73 642.104 640.141 642.104C641.947 642.104 643.184 641.374 643.852 639.914C644.198 639.122 644.371 638.077 644.371 636.778V625.775H649.733V646H644.594V643.143ZM665.022 630.655C662.895 630.655 661.466 631.348 660.736 632.733C660.328 633.513 660.124 634.713 660.124 636.333V646H654.799V625.775H659.846V629.301C660.662 627.952 661.373 627.031 661.979 626.536C662.969 625.707 664.256 625.293 665.839 625.293C665.938 625.293 666.018 625.299 666.08 625.312C666.154 625.312 666.309 625.318 666.544 625.33V630.748C666.21 630.711 665.913 630.686 665.653 630.674C665.394 630.661 665.183 630.655 665.022 630.655ZM687.158 633.03H681.74C681.641 632.276 681.388 631.595 680.979 630.989C680.386 630.173 679.464 629.765 678.215 629.765C676.434 629.765 675.215 630.649 674.56 632.418C674.213 633.358 674.04 634.607 674.04 636.166C674.04 637.65 674.213 638.844 674.56 639.747C675.19 641.429 676.378 642.271 678.122 642.271C679.359 642.271 680.237 641.937 680.757 641.269C681.276 640.601 681.592 639.735 681.703 638.671H687.103C686.979 640.279 686.397 641.8 685.358 643.235C683.701 645.549 681.245 646.705 677.992 646.705C674.739 646.705 672.345 645.74 670.812 643.811C669.278 641.881 668.511 639.376 668.511 636.296C668.511 632.82 669.358 630.117 671.053 628.188C672.747 626.258 675.085 625.293 678.066 625.293C680.602 625.293 682.674 625.862 684.282 627C685.903 628.138 686.861 630.148 687.158 633.03ZM708.125 640.062C707.989 641.262 707.364 642.481 706.251 643.718C704.519 645.685 702.095 646.668 698.978 646.668C696.405 646.668 694.135 645.839 692.168 644.182C690.201 642.524 689.218 639.827 689.218 636.092C689.218 632.591 690.102 629.907 691.871 628.039C693.652 626.171 695.959 625.237 698.792 625.237C700.474 625.237 701.99 625.553 703.338 626.184C704.686 626.814 705.799 627.81 706.678 629.171C707.469 630.371 707.983 631.762 708.218 633.346C708.354 634.273 708.41 635.609 708.385 637.354H694.543C694.617 639.382 695.254 640.805 696.454 641.621C697.184 642.128 698.062 642.382 699.089 642.382C700.177 642.382 701.062 642.073 701.742 641.454C702.113 641.12 702.441 640.656 702.726 640.062H708.125ZM702.893 633.865C702.806 632.467 702.379 631.41 701.612 630.692C700.858 629.963 699.918 629.598 698.792 629.598C697.567 629.598 696.615 629.981 695.935 630.748C695.267 631.515 694.846 632.554 694.673 633.865H702.893ZM717.068 647.893C716.846 648.808 716.431 649.6 715.825 650.268C715.17 650.985 714.396 651.523 713.506 651.882C712.628 652.253 712.021 652.438 711.688 652.438V650.397C712.751 650.101 713.531 649.606 714.025 648.913C714.533 648.22 714.823 647.249 714.897 646H711.688V640.471H717.402V645.258C717.402 646.099 717.291 646.977 717.068 647.893ZM743.286 630.655C741.159 630.655 739.73 631.348 739 632.733C738.592 633.513 738.388 634.713 738.388 636.333V646H733.062V625.775H738.109V629.301C738.926 627.952 739.637 627.031 740.243 626.536C741.233 625.707 742.519 625.293 744.103 625.293C744.201 625.293 744.282 625.299 744.344 625.312C744.418 625.312 744.573 625.318 744.808 625.33V630.748C744.474 630.711 744.177 630.686 743.917 630.674C743.657 630.661 743.447 630.655 743.286 630.655ZM765.236 640.062C765.1 641.262 764.476 642.481 763.362 643.718C761.631 645.685 759.206 646.668 756.089 646.668C753.516 646.668 751.246 645.839 749.279 644.182C747.312 642.524 746.329 639.827 746.329 636.092C746.329 632.591 747.214 629.907 748.982 628.039C750.764 626.171 753.071 625.237 755.903 625.237C757.586 625.237 759.101 625.553 760.449 626.184C761.798 626.814 762.911 627.81 763.789 629.171C764.581 630.371 765.094 631.762 765.329 633.346C765.465 634.273 765.521 635.609 765.496 637.354H751.654C751.729 639.382 752.366 640.805 753.565 641.621C754.295 642.128 755.174 642.382 756.2 642.382C757.289 642.382 758.173 642.073 758.854 641.454C759.225 641.12 759.552 640.656 759.837 640.062H765.236ZM760.004 633.865C759.917 632.467 759.491 631.41 758.724 630.692C757.969 629.963 757.029 629.598 755.903 629.598C754.679 629.598 753.726 629.981 753.046 630.748C752.378 631.515 751.957 632.554 751.784 633.865H760.004ZM769.838 627.965C771.236 626.184 773.635 625.293 777.037 625.293C779.251 625.293 781.218 625.732 782.938 626.61C784.657 627.489 785.517 629.146 785.517 631.583V640.86C785.517 641.504 785.529 642.283 785.554 643.198C785.591 643.891 785.696 644.361 785.869 644.608C786.042 644.856 786.302 645.06 786.648 645.221V646H780.896C780.736 645.592 780.624 645.208 780.562 644.85C780.501 644.491 780.451 644.083 780.414 643.625C779.684 644.417 778.843 645.091 777.891 645.647C776.753 646.303 775.466 646.631 774.031 646.631C772.201 646.631 770.685 646.111 769.485 645.072C768.298 644.021 767.704 642.536 767.704 640.619C767.704 638.133 768.663 636.333 770.58 635.22C771.632 634.614 773.178 634.181 775.219 633.921L777.019 633.698C777.996 633.575 778.695 633.42 779.115 633.234C779.87 632.913 780.247 632.412 780.247 631.731C780.247 630.903 779.956 630.334 779.375 630.024C778.806 629.703 777.965 629.542 776.852 629.542C775.602 629.542 774.718 629.851 774.198 630.47C773.827 630.927 773.58 631.546 773.456 632.325H768.354C768.465 630.556 768.96 629.103 769.838 627.965ZM773.771 642.178C774.266 642.586 774.872 642.79 775.59 642.79C776.728 642.79 777.773 642.456 778.726 641.788C779.69 641.12 780.191 639.902 780.229 638.133V636.166C779.895 636.376 779.554 636.549 779.208 636.686C778.874 636.809 778.41 636.927 777.816 637.038L776.629 637.261C775.516 637.459 774.718 637.7 774.235 637.984C773.419 638.467 773.011 639.215 773.011 640.229C773.011 641.132 773.264 641.782 773.771 642.178ZM808.636 618.688V646H803.496V643.198C802.742 644.398 801.882 645.27 800.917 645.814C799.952 646.359 798.752 646.631 797.317 646.631C794.955 646.631 792.963 645.678 791.343 643.773C789.735 641.856 788.931 639.401 788.931 636.407C788.931 632.956 789.722 630.241 791.306 628.262C792.901 626.283 795.029 625.293 797.688 625.293C798.913 625.293 800.002 625.565 800.954 626.109C801.907 626.641 802.68 627.383 803.273 628.336V618.688H808.636ZM794.386 636.018C794.386 637.885 794.757 639.376 795.499 640.489C796.229 641.615 797.342 642.178 798.839 642.178C800.336 642.178 801.474 641.621 802.253 640.508C803.032 639.395 803.422 637.953 803.422 636.185C803.422 633.711 802.797 631.942 801.548 630.878C800.781 630.235 799.89 629.913 798.876 629.913C797.33 629.913 796.192 630.501 795.462 631.676C794.744 632.839 794.386 634.286 794.386 636.018ZM821.68 640.693L825.854 625.775H831.477L824.537 645.666C823.201 649.501 822.144 651.876 821.364 652.791C820.585 653.719 819.026 654.183 816.688 654.183C816.218 654.183 815.841 654.176 815.557 654.164C815.272 654.164 814.845 654.146 814.276 654.108V649.878L814.944 649.915C815.464 649.94 815.959 649.921 816.429 649.859C816.899 649.798 817.295 649.655 817.616 649.433C817.925 649.222 818.21 648.783 818.47 648.115C818.742 647.447 818.853 647.039 818.804 646.891L811.382 625.775H817.264L821.68 640.693ZM854.447 642.233V646.186L851.942 646.278C849.444 646.365 847.737 645.932 846.821 644.979C846.228 644.373 845.931 643.439 845.931 642.178V629.728H843.11V625.961H845.931V620.32H851.163V625.961H854.447V629.728H851.163V640.415C851.163 641.244 851.268 641.763 851.479 641.974C851.689 642.172 852.332 642.271 853.408 642.271C853.569 642.271 853.736 642.271 853.909 642.271C854.095 642.258 854.274 642.246 854.447 642.233ZM874.709 628.336C876.416 630.476 877.27 633.006 877.27 635.925C877.27 638.894 876.416 641.436 874.709 643.551C873.002 645.654 870.41 646.705 866.935 646.705C863.459 646.705 860.867 645.654 859.16 643.551C857.453 641.436 856.6 638.894 856.6 635.925C856.6 633.006 857.453 630.476 859.16 628.336C860.867 626.196 863.459 625.126 866.935 625.126C870.41 625.126 873.002 626.196 874.709 628.336ZM866.916 629.598C865.37 629.598 864.176 630.148 863.335 631.249C862.506 632.338 862.092 633.896 862.092 635.925C862.092 637.953 862.506 639.518 863.335 640.619C864.176 641.72 865.37 642.271 866.916 642.271C868.462 642.271 869.65 641.72 870.479 640.619C871.307 639.518 871.722 637.953 871.722 635.925C871.722 633.896 871.307 632.338 870.479 631.249C869.65 630.148 868.462 629.598 866.916 629.598ZM905.584 626.703C907.167 627.717 908.076 629.462 908.312 631.936H903.023C902.949 631.255 902.757 630.717 902.448 630.321C901.867 629.604 900.877 629.245 899.479 629.245C898.329 629.245 897.507 629.424 897.012 629.783C896.529 630.142 896.288 630.562 896.288 631.045C896.288 631.651 896.548 632.09 897.067 632.362C897.587 632.647 899.424 633.135 902.578 633.828C904.681 634.323 906.258 635.071 907.31 636.073C908.349 637.088 908.868 638.355 908.868 639.877C908.868 641.881 908.12 643.52 906.623 644.794C905.139 646.056 902.838 646.687 899.721 646.687C896.542 646.687 894.191 646.019 892.67 644.683C891.161 643.334 890.406 641.621 890.406 639.543H895.769C895.88 640.483 896.121 641.151 896.492 641.547C897.148 642.252 898.36 642.604 900.129 642.604C901.168 642.604 901.991 642.45 902.597 642.141C903.215 641.831 903.524 641.368 903.524 640.749C903.524 640.155 903.277 639.704 902.782 639.395C902.287 639.085 900.451 638.553 897.271 637.799C894.983 637.23 893.369 636.519 892.429 635.665C891.489 634.824 891.019 633.612 891.019 632.028C891.019 630.16 891.748 628.559 893.208 627.223C894.68 625.874 896.746 625.2 899.405 625.2C901.929 625.2 903.988 625.701 905.584 626.703ZM922.061 642.233V646.186L919.556 646.278C917.057 646.365 915.35 645.932 914.435 644.979C913.841 644.373 913.544 643.439 913.544 642.178V629.728H910.724V625.961H913.544V620.32H918.776V625.961H922.061V629.728H918.776V640.415C918.776 641.244 918.882 641.763 919.092 641.974C919.302 642.172 919.945 642.271 921.021 642.271C921.182 642.271 921.349 642.271 921.522 642.271C921.708 642.258 921.887 642.246 922.061 642.233ZM926.217 627.965C927.615 626.184 930.014 625.293 933.416 625.293C935.63 625.293 937.597 625.732 939.316 626.61C941.036 627.489 941.896 629.146 941.896 631.583V640.86C941.896 641.504 941.908 642.283 941.933 643.198C941.97 643.891 942.075 644.361 942.248 644.608C942.421 644.856 942.681 645.06 943.027 645.221V646H937.275C937.115 645.592 937.003 645.208 936.941 644.85C936.88 644.491 936.83 644.083 936.793 643.625C936.063 644.417 935.222 645.091 934.27 645.647C933.132 646.303 931.845 646.631 930.41 646.631C928.579 646.631 927.064 646.111 925.864 645.072C924.677 644.021 924.083 642.536 924.083 640.619C924.083 638.133 925.042 636.333 926.959 635.22C928.01 634.614 929.557 634.181 931.598 633.921L933.397 633.698C934.375 633.575 935.074 633.42 935.494 633.234C936.249 632.913 936.626 632.412 936.626 631.731C936.626 630.903 936.335 630.334 935.754 630.024C935.185 629.703 934.344 629.542 933.23 629.542C931.981 629.542 931.097 629.851 930.577 630.47C930.206 630.927 929.959 631.546 929.835 632.325H924.732C924.844 630.556 925.339 629.103 926.217 627.965ZM930.15 642.178C930.645 642.586 931.251 642.79 931.969 642.79C933.107 642.79 934.152 642.456 935.104 641.788C936.069 641.12 936.57 639.902 936.607 638.133V636.166C936.273 636.376 935.933 636.549 935.587 636.686C935.253 636.809 934.789 636.927 934.195 637.038L933.008 637.261C931.895 637.459 931.097 637.7 930.614 637.984C929.798 638.467 929.39 639.215 929.39 640.229C929.39 641.132 929.643 641.782 930.15 642.178ZM956.776 630.655C954.649 630.655 953.22 631.348 952.49 632.733C952.082 633.513 951.878 634.713 951.878 636.333V646H946.553V625.775H951.6V629.301C952.416 627.952 953.127 627.031 953.733 626.536C954.723 625.707 956.009 625.293 957.593 625.293C957.692 625.293 957.772 625.299 957.834 625.312C957.908 625.312 958.063 625.318 958.298 625.33V630.748C957.964 630.711 957.667 630.686 957.407 630.674C957.147 630.661 956.937 630.655 956.776 630.655ZM970.674 642.233V646.186L968.169 646.278C965.67 646.365 963.963 645.932 963.048 644.979C962.454 644.373 962.157 643.439 962.157 642.178V629.728H959.337V625.961H962.157V620.32H967.39V625.961H970.674V629.728H967.39V640.415C967.39 641.244 967.495 641.763 967.705 641.974C967.915 642.172 968.559 642.271 969.635 642.271C969.796 642.271 969.963 642.271 970.136 642.271C970.321 642.258 970.501 642.246 970.674 642.233ZM435.891 672.965C437.288 671.184 439.688 670.293 443.09 670.293C445.304 670.293 447.271 670.732 448.99 671.61C450.71 672.489 451.569 674.146 451.569 676.583V685.86C451.569 686.504 451.582 687.283 451.606 688.198C451.644 688.891 451.749 689.361 451.922 689.608C452.095 689.856 452.355 690.06 452.701 690.221V691H446.949C446.788 690.592 446.677 690.208 446.615 689.85C446.553 689.491 446.504 689.083 446.467 688.625C445.737 689.417 444.896 690.091 443.943 690.647C442.805 691.303 441.519 691.631 440.084 691.631C438.253 691.631 436.738 691.111 435.538 690.072C434.351 689.021 433.757 687.536 433.757 685.619C433.757 683.133 434.715 681.333 436.633 680.22C437.684 679.614 439.23 679.181 441.271 678.921L443.071 678.698C444.049 678.575 444.747 678.42 445.168 678.234C445.923 677.913 446.3 677.412 446.3 676.731C446.3 675.903 446.009 675.334 445.428 675.024C444.859 674.703 444.018 674.542 442.904 674.542C441.655 674.542 440.771 674.851 440.251 675.47C439.88 675.927 439.632 676.546 439.509 677.325H434.406C434.518 675.556 435.012 674.103 435.891 672.965ZM439.824 687.178C440.319 687.586 440.925 687.79 441.643 687.79C442.781 687.79 443.826 687.456 444.778 686.788C445.743 686.12 446.244 684.902 446.281 683.133V681.166C445.947 681.376 445.607 681.549 445.261 681.686C444.927 681.809 444.463 681.927 443.869 682.038L442.682 682.261C441.568 682.459 440.771 682.7 440.288 682.984C439.472 683.467 439.063 684.215 439.063 685.229C439.063 686.132 439.317 686.782 439.824 687.178ZM465.801 674.69C464.007 674.69 462.776 675.451 462.108 676.973C461.762 677.777 461.589 678.803 461.589 680.053V691H456.319V670.812H461.422V673.763C462.102 672.724 462.745 671.975 463.352 671.518C464.44 670.701 465.819 670.293 467.489 670.293C469.58 670.293 471.287 670.843 472.61 671.944C473.946 673.033 474.614 674.845 474.614 677.381V691H469.196V678.698C469.196 677.634 469.054 676.818 468.77 676.249C468.25 675.21 467.26 674.69 465.801 674.69ZM497.919 663.688V691H492.779V688.198C492.025 689.398 491.165 690.27 490.2 690.814C489.235 691.359 488.035 691.631 486.601 691.631C484.238 691.631 482.246 690.678 480.626 688.773C479.018 686.856 478.214 684.401 478.214 681.407C478.214 677.956 479.006 675.241 480.589 673.262C482.185 671.283 484.312 670.293 486.972 670.293C488.196 670.293 489.285 670.565 490.237 671.109C491.19 671.641 491.963 672.383 492.557 673.336V663.688H497.919ZM483.669 681.018C483.669 682.885 484.04 684.376 484.782 685.489C485.512 686.615 486.625 687.178 488.122 687.178C489.619 687.178 490.757 686.621 491.536 685.508C492.315 684.395 492.705 682.953 492.705 681.185C492.705 678.711 492.08 676.942 490.831 675.878C490.064 675.235 489.174 674.913 488.159 674.913C486.613 674.913 485.475 675.501 484.745 676.676C484.028 677.839 483.669 679.286 483.669 681.018ZM524.304 691.538C522.634 691.538 521.292 691.204 520.277 690.536C519.671 690.14 519.016 689.448 518.311 688.458V691H513.134V663.688H518.403V673.41C519.071 672.47 519.807 671.753 520.611 671.258C521.564 670.639 522.776 670.33 524.248 670.33C526.908 670.33 528.986 671.289 530.482 673.206C531.992 675.123 532.746 677.597 532.746 680.628C532.746 683.77 532.004 686.374 530.52 688.439C529.035 690.505 526.963 691.538 524.304 691.538ZM527.198 681.185C527.198 679.75 527.013 678.562 526.642 677.622C525.937 675.841 524.638 674.95 522.745 674.95C520.828 674.95 519.51 675.822 518.793 677.566C518.422 678.494 518.236 679.694 518.236 681.166C518.236 682.898 518.62 684.333 519.387 685.471C520.154 686.609 521.323 687.178 522.894 687.178C524.254 687.178 525.312 686.627 526.066 685.526C526.821 684.425 527.198 682.978 527.198 681.185ZM537.311 672.965C538.708 671.184 541.108 670.293 544.51 670.293C546.724 670.293 548.691 670.732 550.41 671.61C552.13 672.489 552.989 674.146 552.989 676.583V685.86C552.989 686.504 553.002 687.283 553.026 688.198C553.063 688.891 553.169 689.361 553.342 689.608C553.515 689.856 553.775 690.06 554.121 690.221V691H548.369C548.208 690.592 548.097 690.208 548.035 689.85C547.973 689.491 547.924 689.083 547.887 688.625C547.157 689.417 546.316 690.091 545.363 690.647C544.225 691.303 542.939 691.631 541.504 691.631C539.673 691.631 538.158 691.111 536.958 690.072C535.771 689.021 535.177 687.536 535.177 685.619C535.177 683.133 536.135 681.333 538.053 680.22C539.104 679.614 540.65 679.181 542.691 678.921L544.491 678.698C545.468 678.575 546.167 678.42 546.588 678.234C547.342 677.913 547.72 677.412 547.72 676.731C547.72 675.903 547.429 675.334 546.848 675.024C546.279 674.703 545.438 674.542 544.324 674.542C543.075 674.542 542.19 674.851 541.671 675.47C541.3 675.927 541.052 676.546 540.929 677.325H535.826C535.938 675.556 536.432 674.103 537.311 672.965ZM541.244 687.178C541.739 687.586 542.345 687.79 543.062 687.79C544.201 687.79 545.246 687.456 546.198 686.788C547.163 686.12 547.664 684.902 547.701 683.133V681.166C547.367 681.376 547.027 681.549 546.681 681.686C546.347 681.809 545.883 681.927 545.289 682.038L544.102 682.261C542.988 682.459 542.19 682.7 541.708 682.984C540.892 683.467 540.483 684.215 540.483 685.229C540.483 686.132 540.737 686.782 541.244 687.178ZM566.961 687.233V691.186L564.456 691.278C561.957 691.365 560.25 690.932 559.335 689.979C558.741 689.373 558.444 688.439 558.444 687.178V674.728H555.624V670.961H558.444V665.32H563.677V670.961H566.961V674.728H563.677V685.415C563.677 686.244 563.782 686.763 563.992 686.974C564.202 687.172 564.846 687.271 565.922 687.271C566.083 687.271 566.25 687.271 566.423 687.271C566.608 687.258 566.788 687.246 566.961 687.233ZM579.615 687.233V691.186L577.11 691.278C574.612 691.365 572.905 690.932 571.989 689.979C571.396 689.373 571.099 688.439 571.099 687.178V674.728H568.278V670.961H571.099V665.32H576.331V670.961H579.615V674.728H576.331V685.415C576.331 686.244 576.436 686.763 576.646 686.974C576.857 687.172 577.5 687.271 578.576 687.271C578.737 687.271 578.904 687.271 579.077 687.271C579.263 687.258 579.442 687.246 579.615 687.233ZM600.322 685.062C600.186 686.262 599.562 687.481 598.448 688.718C596.716 690.685 594.292 691.668 591.175 691.668C588.602 691.668 586.332 690.839 584.365 689.182C582.398 687.524 581.415 684.827 581.415 681.092C581.415 677.591 582.299 674.907 584.068 673.039C585.85 671.171 588.157 670.237 590.989 670.237C592.672 670.237 594.187 670.553 595.535 671.184C596.883 671.814 597.997 672.81 598.875 674.171C599.667 675.371 600.18 676.762 600.415 678.346C600.551 679.273 600.607 680.609 600.582 682.354H586.74C586.814 684.382 587.451 685.805 588.651 686.621C589.381 687.128 590.259 687.382 591.286 687.382C592.375 687.382 593.259 687.073 593.939 686.454C594.311 686.12 594.638 685.656 594.923 685.062H600.322ZM595.09 678.865C595.003 677.467 594.576 676.41 593.81 675.692C593.055 674.963 592.115 674.598 590.989 674.598C589.765 674.598 588.812 674.981 588.132 675.748C587.464 676.515 587.043 677.554 586.87 678.865H595.09ZM614.331 675.655C612.203 675.655 610.775 676.348 610.045 677.733C609.637 678.513 609.433 679.713 609.433 681.333V691H604.107V670.775H609.154V674.301C609.971 672.952 610.682 672.031 611.288 671.536C612.278 670.707 613.564 670.293 615.147 670.293C615.246 670.293 615.327 670.299 615.389 670.312C615.463 670.312 615.618 670.318 615.853 670.33V675.748C615.519 675.711 615.222 675.686 614.962 675.674C614.702 675.661 614.492 675.655 614.331 675.655ZM624.406 670.775V691H619.044V670.775H624.406ZM624.406 663.483V668.363H619.044V663.483H624.406ZM646.857 685.062C646.721 686.262 646.097 687.481 644.983 688.718C643.252 690.685 640.827 691.668 637.71 691.668C635.137 691.668 632.867 690.839 630.9 689.182C628.934 687.524 627.95 684.827 627.95 681.092C627.95 677.591 628.835 674.907 630.604 673.039C632.385 671.171 634.692 670.237 637.524 670.237C639.207 670.237 640.722 670.553 642.07 671.184C643.419 671.814 644.532 672.81 645.41 674.171C646.202 675.371 646.715 676.762 646.95 678.346C647.086 679.273 647.142 680.609 647.117 682.354H633.275C633.35 684.382 633.987 685.805 635.187 686.621C635.916 687.128 636.795 687.382 637.821 687.382C638.91 687.382 639.794 687.073 640.475 686.454C640.846 686.12 641.174 685.656 641.458 685.062H646.857ZM641.625 678.865C641.538 677.467 641.112 676.41 640.345 675.692C639.59 674.963 638.65 674.598 637.524 674.598C636.3 674.598 635.347 674.981 634.667 675.748C633.999 676.515 633.578 677.554 633.405 678.865H641.625ZM664.633 671.703C666.216 672.717 667.125 674.462 667.36 676.936H662.072C661.998 676.255 661.806 675.717 661.497 675.321C660.916 674.604 659.926 674.245 658.528 674.245C657.378 674.245 656.555 674.424 656.061 674.783C655.578 675.142 655.337 675.562 655.337 676.045C655.337 676.651 655.597 677.09 656.116 677.362C656.636 677.647 658.473 678.135 661.627 678.828C663.73 679.323 665.307 680.071 666.358 681.073C667.397 682.088 667.917 683.355 667.917 684.877C667.917 686.881 667.169 688.52 665.672 689.794C664.188 691.056 661.887 691.687 658.77 691.687C655.59 691.687 653.24 691.019 651.719 689.683C650.21 688.334 649.455 686.621 649.455 684.543H654.817C654.929 685.483 655.17 686.151 655.541 686.547C656.197 687.252 657.409 687.604 659.178 687.604C660.217 687.604 661.039 687.45 661.646 687.141C662.264 686.831 662.573 686.368 662.573 685.749C662.573 685.155 662.326 684.704 661.831 684.395C661.336 684.085 659.499 683.553 656.32 682.799C654.032 682.23 652.418 681.519 651.478 680.665C650.537 679.824 650.067 678.612 650.067 677.028C650.067 675.16 650.797 673.559 652.257 672.223C653.729 670.874 655.795 670.2 658.454 670.2C660.978 670.2 663.037 670.701 664.633 671.703ZM687.863 670.775V691H682.501V670.775H687.863ZM687.863 663.483V668.363H682.501V663.483H687.863ZM702.521 674.69C700.728 674.69 699.497 675.451 698.829 676.973C698.483 677.777 698.31 678.803 698.31 680.053V691H693.04V670.812H698.143V673.763C698.823 672.724 699.466 671.975 700.072 671.518C701.161 670.701 702.54 670.293 704.21 670.293C706.3 670.293 708.007 670.843 709.331 671.944C710.667 673.033 711.335 674.845 711.335 677.381V691H705.917V678.698C705.917 677.634 705.775 676.818 705.49 676.249C704.971 675.21 703.981 674.69 702.521 674.69ZM733.73 678.03H728.312C728.214 677.276 727.96 676.595 727.552 675.989C726.958 675.173 726.036 674.765 724.787 674.765C723.006 674.765 721.787 675.649 721.132 677.418C720.785 678.358 720.612 679.607 720.612 681.166C720.612 682.65 720.785 683.844 721.132 684.747C721.763 686.429 722.95 687.271 724.694 687.271C725.931 687.271 726.81 686.937 727.329 686.269C727.849 685.601 728.164 684.735 728.275 683.671H733.675C733.551 685.279 732.97 686.8 731.931 688.235C730.273 690.549 727.818 691.705 724.564 691.705C721.311 691.705 718.918 690.74 717.384 688.811C715.85 686.881 715.083 684.376 715.083 681.296C715.083 677.82 715.93 675.117 717.625 673.188C719.32 671.258 721.658 670.293 724.639 670.293C727.174 670.293 729.246 670.862 730.854 672C732.475 673.138 733.434 675.148 733.73 678.03ZM737.497 663.65H742.785V691H737.497V663.65ZM760.932 688.143C760.882 688.204 760.758 688.39 760.561 688.699C760.363 689.008 760.128 689.281 759.855 689.516C759.027 690.258 758.223 690.765 757.443 691.037C756.676 691.309 755.773 691.445 754.734 691.445C751.741 691.445 749.725 690.369 748.686 688.217C748.104 687.029 747.813 685.279 747.813 682.966V670.775H753.231V682.966C753.231 684.116 753.368 684.982 753.64 685.563C754.122 686.59 755.068 687.104 756.479 687.104C758.285 687.104 759.521 686.374 760.189 684.914C760.536 684.122 760.709 683.077 760.709 681.778V670.775H766.071V691H760.932V688.143ZM789.599 663.688V691H784.459V688.198C783.704 689.398 782.845 690.27 781.88 690.814C780.915 691.359 779.715 691.631 778.28 691.631C775.918 691.631 773.926 690.678 772.306 688.773C770.698 686.856 769.894 684.401 769.894 681.407C769.894 677.956 770.685 675.241 772.269 673.262C773.864 671.283 775.992 670.293 778.651 670.293C779.876 670.293 780.965 670.565 781.917 671.109C782.869 671.641 783.643 672.383 784.236 673.336V663.688H789.599ZM775.349 681.018C775.349 682.885 775.72 684.376 776.462 685.489C777.192 686.615 778.305 687.178 779.802 687.178C781.299 687.178 782.437 686.621 783.216 685.508C783.995 684.395 784.385 682.953 784.385 681.185C784.385 678.711 783.76 676.942 782.511 675.878C781.744 675.235 780.853 674.913 779.839 674.913C778.293 674.913 777.155 675.501 776.425 676.676C775.707 677.839 775.349 679.286 775.349 681.018ZM811.734 685.062C811.598 686.262 810.974 687.481 809.86 688.718C808.129 690.685 805.704 691.668 802.587 691.668C800.014 691.668 797.744 690.839 795.777 689.182C793.811 687.524 792.827 684.827 792.827 681.092C792.827 677.591 793.712 674.907 795.48 673.039C797.262 671.171 799.569 670.237 802.401 670.237C804.084 670.237 805.599 670.553 806.947 671.184C808.296 671.814 809.409 672.81 810.287 674.171C811.079 675.371 811.592 676.762 811.827 678.346C811.963 679.273 812.019 680.609 811.994 682.354H798.152C798.227 684.382 798.864 685.805 800.063 686.621C800.793 687.128 801.672 687.382 802.698 687.382C803.787 687.382 804.671 687.073 805.352 686.454C805.723 686.12 806.05 685.656 806.335 685.062H811.734ZM806.502 678.865C806.415 677.467 805.989 676.41 805.222 675.692C804.467 674.963 803.527 674.598 802.401 674.598C801.177 674.598 800.224 674.981 799.544 675.748C798.876 676.515 798.455 677.554 798.282 678.865H806.502ZM833.981 663.688V691H828.842V688.198C828.087 689.398 827.228 690.27 826.263 690.814C825.298 691.359 824.098 691.631 822.663 691.631C820.3 691.631 818.309 690.678 816.688 688.773C815.08 686.856 814.276 684.401 814.276 681.407C814.276 677.956 815.068 675.241 816.651 673.262C818.247 671.283 820.375 670.293 823.034 670.293C824.259 670.293 825.347 670.565 826.3 671.109C827.252 671.641 828.025 672.383 828.619 673.336V663.688H833.981ZM819.731 681.018C819.731 682.885 820.103 684.376 820.845 685.489C821.575 686.615 822.688 687.178 824.185 687.178C825.681 687.178 826.819 686.621 827.599 685.508C828.378 684.395 828.768 682.953 828.768 681.185C828.768 678.711 828.143 676.942 826.894 675.878C826.127 675.235 825.236 674.913 824.222 674.913C822.675 674.913 821.537 675.501 820.808 676.676C820.09 677.839 819.731 679.286 819.731 681.018Z" fill="white"/>
|
|
72
|
+
</g>
|
|
73
|
+
<path d="M1207.01 763.137L1486.81 763.137L1486.81 696.189L1390.98 599.441L1169 599.441L1169 724.764L1207.01 763.137Z" fill="#00C9FF" fill-opacity="0.2"/>
|
|
74
|
+
</g>
|
|
75
|
+
<defs>
|
|
76
|
+
<filter id="filter0_d_831_659" x="568.423" y="347.967" width="149.983" height="149.982" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
77
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
78
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
79
|
+
<feOffset/>
|
|
80
|
+
<feGaussianBlur stdDeviation="4"/>
|
|
81
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
82
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
|
|
83
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_831_659"/>
|
|
84
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_831_659" result="shape"/>
|
|
85
|
+
</filter>
|
|
86
|
+
<filter id="filter1_d_831_659" x="297.978" y="616.65" width="674.696" height="77.0547" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
87
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
88
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
89
|
+
<feOffset/>
|
|
90
|
+
<feGaussianBlur stdDeviation="1"/>
|
|
91
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
92
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0"/>
|
|
93
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_831_659"/>
|
|
94
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_831_659" result="shape"/>
|
|
95
|
+
</filter>
|
|
96
|
+
<linearGradient id="paint0_linear_831_659" x1="492" y1="362" x2="492" y2="760" gradientUnits="userSpaceOnUse">
|
|
97
|
+
<stop stop-color="#004E89"/>
|
|
98
|
+
<stop offset="1" stop-color="#08163B"/>
|
|
99
|
+
</linearGradient>
|
|
100
|
+
<radialGradient id="paint1_radial_831_659" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(644.5 773) rotate(90) scale(519 524.5)">
|
|
101
|
+
<stop offset="0.333333" stop-color="#F74299"/>
|
|
102
|
+
<stop offset="1" stop-color="#FF449E" stop-opacity="0"/>
|
|
103
|
+
</radialGradient>
|
|
104
|
+
<linearGradient id="paint2_linear_831_659" x1="683.609" y1="377.404" x2="576.423" y2="484.59" gradientUnits="userSpaceOnUse">
|
|
105
|
+
<stop stop-color="#06708A"/>
|
|
106
|
+
<stop offset="1" stop-color="#055D73"/>
|
|
107
|
+
</linearGradient>
|
|
108
|
+
<clipPath id="clip0_831_659">
|
|
109
|
+
<rect width="1270" height="760" fill="white"/>
|
|
110
|
+
</clipPath>
|
|
111
|
+
</defs>
|
|
112
|
+
</svg>
|