@kickstartds/ds-agency-premium 1.6.71 → 1.6.72--canary.43.2476.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,6 @@
|
|
|
1
|
+
declare function canBeCloned(val: unknown): boolean;
|
|
2
|
+
type DeepPartial<T> = T extends object ? {
|
|
3
|
+
[P in keyof T]?: DeepPartial<T[P]>;
|
|
4
|
+
} : T;
|
|
5
|
+
declare function deepMergeDefaults<T extends Record<string, any>>(defaults: DeepPartial<T>, props: T, replaceExamples?: boolean): T;
|
|
6
|
+
export { canBeCloned, DeepPartial, deepMergeDefaults };
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
function canBeCloned(val) {
|
|
2
|
+
try {
|
|
3
|
+
window.postMessage(val, "*");
|
|
4
|
+
}
|
|
5
|
+
catch (err) {
|
|
6
|
+
return false;
|
|
7
|
+
}
|
|
8
|
+
return true;
|
|
9
|
+
}
|
|
10
|
+
function deepMergeDefaults(defaults, props, replaceExamples = false) {
|
|
11
|
+
const keys = Array.from(new Set([...Object.keys(defaults), ...Object.keys(props)]));
|
|
12
|
+
return keys.reduce((acc, key) => {
|
|
13
|
+
const val1 = defaults[key];
|
|
14
|
+
const val2 = props[key];
|
|
15
|
+
if (Array.isArray(val1) && Array.isArray(val2)) {
|
|
16
|
+
acc[key] =
|
|
17
|
+
key === "examples" && replaceExamples
|
|
18
|
+
? val2
|
|
19
|
+
: (acc[key] = [...val1, ...val2].filter((value, index, self) => {
|
|
20
|
+
return self.findIndex((v) => v === value) === index;
|
|
21
|
+
}));
|
|
22
|
+
}
|
|
23
|
+
else if (typeof val1 === "object" &&
|
|
24
|
+
val1 !== null &&
|
|
25
|
+
typeof val2 === "object" &&
|
|
26
|
+
val2 !== null) {
|
|
27
|
+
acc[key] = deepMergeDefaults(val1, val2, replaceExamples);
|
|
28
|
+
}
|
|
29
|
+
else if (key in props) {
|
|
30
|
+
acc[key] = canBeCloned(val2) ? structuredClone(val2) : val2;
|
|
31
|
+
}
|
|
32
|
+
else {
|
|
33
|
+
acc[key] = canBeCloned(val1) ? structuredClone(val1) : val1;
|
|
34
|
+
}
|
|
35
|
+
return acc;
|
|
36
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
37
|
+
}, {});
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export { deepMergeDefaults as d };
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,72 @@
|
|
|
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_642)">
|
|
3
|
+
<rect width="1270" height="760" fill="url(#paint0_linear_831_642)"/>
|
|
4
|
+
<path opacity="0.2" d="M622.001 57.3121L686.938 -2.33953L905.912 -2.33953L1080.34 163.024L1080.34 334.428L1056.93 359.346H933.842L622.001 57.3121Z" fill="#06708A"/>
|
|
5
|
+
<path d="M1044.05 235L1280 235L1280 178.97L1199.19 98L1012 98L1012 202.885L1044.05 235Z" fill="black" fill-opacity="0.2"/>
|
|
6
|
+
<path d="M-1024.05 820.999L101.874 821L183 550.111L-233.827 144L-1196 144L-1196 674.756L-1024.05 820.999Z" fill="black" fill-opacity="0.2"/>
|
|
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_642)"/>
|
|
8
|
+
<g filter="url(#filter0_d_831_642)">
|
|
9
|
+
<path d="M205.659 320.24C201.899 323.681 197.091 325.401 191.235 325.401C183.989 325.401 178.293 323.077 174.146 318.429C169.998 313.757 167.925 307.354 167.925 299.22C167.925 290.424 170.283 283.645 175 278.883C179.102 274.736 184.32 272.662 190.654 272.662C199.131 272.662 205.329 275.442 209.248 281.002C211.413 284.124 212.575 287.257 212.734 290.401H202.207C201.523 287.986 200.646 286.163 199.575 284.933C197.661 282.745 194.824 281.651 191.064 281.651C187.236 281.651 184.217 283.201 182.007 286.3C179.797 289.376 178.691 293.74 178.691 299.391C178.691 305.042 179.854 309.28 182.178 312.105C184.525 314.908 187.498 316.31 191.099 316.31C194.79 316.31 197.604 315.102 199.541 312.687C200.612 311.388 201.501 309.439 202.207 306.842H212.632C211.72 312.333 209.396 316.799 205.659 320.24ZM249.981 291.461C253.126 295.403 254.698 300.063 254.698 305.44C254.698 310.909 253.126 315.592 249.981 319.488C246.837 323.362 242.063 325.299 235.66 325.299C229.257 325.299 224.483 323.362 221.339 319.488C218.194 315.592 216.622 310.909 216.622 305.44C216.622 300.063 218.194 295.403 221.339 291.461C224.483 287.519 229.257 285.548 235.66 285.548C242.063 285.548 246.837 287.519 249.981 291.461ZM235.626 293.785C232.778 293.785 230.579 294.799 229.029 296.827C227.503 298.832 226.739 301.703 226.739 305.44C226.739 309.177 227.503 312.06 229.029 314.088C230.579 316.116 232.778 317.13 235.626 317.13C238.474 317.13 240.662 316.116 242.188 314.088C243.715 312.06 244.479 309.177 244.479 305.44C244.479 301.703 243.715 298.832 242.188 296.827C240.662 294.799 238.474 293.785 235.626 293.785ZM278.239 293.956C274.935 293.956 272.668 295.357 271.438 298.16C270.799 299.641 270.48 301.533 270.48 303.834V324H260.773V286.812H270.173V292.247C271.426 290.333 272.611 288.954 273.728 288.111C275.733 286.607 278.273 285.855 281.35 285.855C285.201 285.855 288.345 286.869 290.783 288.897C293.244 290.903 294.475 294.241 294.475 298.912V324H284.494V301.339C284.494 299.379 284.232 297.875 283.708 296.827C282.751 294.913 280.928 293.956 278.239 293.956ZM320.032 293.956C316.728 293.956 314.461 295.357 313.23 298.16C312.592 299.641 312.273 301.533 312.273 303.834V324H302.566V286.812H311.966V292.247C313.219 290.333 314.404 288.954 315.521 288.111C317.526 286.607 320.066 285.855 323.143 285.855C326.993 285.855 330.138 286.869 332.576 288.897C335.037 290.903 336.268 294.241 336.268 298.912V324H326.287V301.339C326.287 299.379 326.025 297.875 325.501 296.827C324.544 294.913 322.721 293.956 320.032 293.956ZM376.181 313.062C375.93 315.273 374.779 317.517 372.729 319.796C369.538 323.419 365.072 325.23 359.33 325.23C354.59 325.23 350.409 323.704 346.786 320.65C343.163 317.597 341.352 312.63 341.352 305.748C341.352 299.299 342.981 294.355 346.239 290.914C349.521 287.473 353.77 285.753 358.988 285.753C362.087 285.753 364.879 286.334 367.362 287.496C369.846 288.658 371.897 290.493 373.515 292.999C374.973 295.209 375.919 297.773 376.352 300.689C376.602 302.398 376.705 304.859 376.659 308.072H351.161C351.298 311.809 352.471 314.43 354.682 315.934C356.026 316.868 357.644 317.335 359.535 317.335C361.54 317.335 363.17 316.765 364.423 315.626C365.106 315.011 365.71 314.156 366.234 313.062H376.181ZM366.542 301.646C366.382 299.072 365.596 297.123 364.184 295.802C362.794 294.457 361.062 293.785 358.988 293.785C356.732 293.785 354.978 294.492 353.725 295.904C352.494 297.317 351.719 299.231 351.4 301.646H366.542ZM414.487 300.108H404.507C404.325 298.718 403.857 297.465 403.105 296.349C402.012 294.845 400.314 294.093 398.013 294.093C394.731 294.093 392.487 295.722 391.279 298.98C390.641 300.712 390.322 303.014 390.322 305.885C390.322 308.619 390.641 310.818 391.279 312.481C392.441 315.58 394.629 317.13 397.842 317.13C400.12 317.13 401.738 316.515 402.695 315.284C403.652 314.054 404.233 312.459 404.438 310.499H414.385C414.157 313.461 413.086 316.264 411.172 318.907C408.118 323.168 403.595 325.299 397.603 325.299C391.61 325.299 387.201 323.521 384.375 319.967C381.549 316.412 380.137 311.798 380.137 306.124C380.137 299.721 381.698 294.742 384.819 291.188C387.941 287.633 392.248 285.855 397.739 285.855C402.41 285.855 406.227 286.904 409.189 289C412.174 291.096 413.94 294.799 414.487 300.108ZM437.276 317.062V324.342L432.662 324.513C428.059 324.672 424.915 323.875 423.229 322.12C422.135 321.004 421.588 319.283 421.588 316.959V294.024H416.393V287.086H421.588V276.695H431.227V287.086H437.276V294.024H431.227V313.712C431.227 315.239 431.42 316.196 431.808 316.583C432.195 316.948 433.38 317.13 435.362 317.13C435.659 317.13 435.966 317.13 436.285 317.13C436.627 317.107 436.957 317.084 437.276 317.062ZM452.546 286.744V324H442.668V286.744H452.546ZM452.546 273.312V282.301H442.668V273.312H452.546ZM478.548 293.956C475.244 293.956 472.977 295.357 471.746 298.16C471.108 299.641 470.789 301.533 470.789 303.834V324H461.082V286.812H470.481V292.247C471.735 290.333 472.92 288.954 474.036 288.111C476.041 286.607 478.582 285.855 481.658 285.855C485.509 285.855 488.654 286.869 491.092 288.897C493.553 290.903 494.783 294.241 494.783 298.912V324H484.803V301.339C484.803 299.379 484.541 297.875 484.017 296.827C483.06 294.913 481.237 293.956 478.548 293.956ZM513.334 330.528C514.382 331.417 516.148 331.861 518.632 331.861C522.141 331.861 524.488 330.688 525.673 328.341C526.448 326.837 526.835 324.308 526.835 320.753V318.36C525.901 319.955 524.898 321.152 523.827 321.949C521.89 323.43 519.372 324.171 516.273 324.171C511.488 324.171 507.66 322.496 504.789 319.146C501.941 315.774 500.517 311.217 500.517 305.475C500.517 299.938 501.895 295.289 504.652 291.529C507.41 287.747 511.317 285.855 516.376 285.855C518.244 285.855 519.874 286.14 521.264 286.71C523.633 287.69 525.548 289.49 527.006 292.11V286.744H536.474V322.086C536.474 326.894 535.665 330.517 534.047 332.955C531.267 337.148 525.935 339.244 518.051 339.244C513.288 339.244 509.403 338.31 506.396 336.441C503.388 334.573 501.724 331.782 501.405 328.067H512.001C512.274 329.207 512.719 330.027 513.334 330.528ZM511.693 311.285C513.015 314.43 515.385 316.002 518.803 316.002C521.081 316.002 523.007 315.147 524.579 313.438C526.151 311.707 526.938 308.961 526.938 305.201C526.938 301.669 526.186 298.98 524.682 297.135C523.201 295.289 521.207 294.366 518.7 294.366C515.282 294.366 512.924 295.973 511.625 299.186C510.941 300.895 510.6 303.002 510.6 305.509C510.6 307.674 510.964 309.599 511.693 311.285ZM564.483 290.777C567.058 287.496 571.479 285.855 577.745 285.855C581.824 285.855 585.447 286.664 588.614 288.282C591.782 289.9 593.365 292.953 593.365 297.442V314.532C593.365 315.717 593.388 317.153 593.434 318.839C593.502 320.115 593.696 320.981 594.015 321.437C594.334 321.892 594.812 322.268 595.45 322.564V324H584.854C584.558 323.248 584.353 322.542 584.239 321.881C584.125 321.22 584.034 320.468 583.966 319.625C582.621 321.083 581.072 322.325 579.317 323.351C577.221 324.558 574.851 325.162 572.208 325.162C568.836 325.162 566.044 324.205 563.834 322.291C561.646 320.354 560.553 317.62 560.553 314.088C560.553 309.508 562.319 306.192 565.851 304.142C567.787 303.025 570.636 302.228 574.396 301.749L577.711 301.339C579.511 301.111 580.799 300.826 581.573 300.484C582.963 299.892 583.658 298.969 583.658 297.716C583.658 296.189 583.123 295.141 582.052 294.571C581.004 293.979 579.454 293.683 577.403 293.683C575.102 293.683 573.473 294.252 572.516 295.392C571.832 296.235 571.376 297.374 571.148 298.81H561.749C561.954 295.551 562.866 292.874 564.483 290.777ZM571.729 316.959C572.641 317.711 573.757 318.087 575.079 318.087C577.175 318.087 579.101 317.472 580.855 316.241C582.633 315.011 583.556 312.766 583.624 309.508V305.885C583.009 306.272 582.382 306.591 581.744 306.842C581.129 307.07 580.274 307.286 579.181 307.491L576.993 307.901C574.942 308.266 573.473 308.71 572.584 309.234C571.08 310.123 570.328 311.502 570.328 313.37C570.328 315.034 570.795 316.23 571.729 316.959ZM642.02 324H620.315V273.619H642.02C645.141 273.665 647.739 274.029 649.812 274.713C653.344 275.875 656.204 278.006 658.392 281.104C660.146 283.611 661.342 286.323 661.98 289.239C662.618 292.156 662.938 294.936 662.938 297.579C662.938 304.278 661.593 309.952 658.904 314.601C655.258 320.867 649.63 324 642.02 324ZM649.847 286.471C648.229 283.736 645.027 282.369 640.242 282.369H630.535V315.25H640.242C645.21 315.25 648.673 312.8 650.633 307.901C651.704 305.213 652.239 302.011 652.239 298.297C652.239 293.17 651.442 289.228 649.847 286.471ZM701.005 313.062C700.754 315.273 699.604 317.517 697.553 319.796C694.363 323.419 689.896 325.23 684.154 325.23C679.415 325.23 675.233 323.704 671.61 320.65C667.987 317.597 666.176 312.63 666.176 305.748C666.176 299.299 667.805 294.355 671.063 290.914C674.345 287.473 678.594 285.753 683.812 285.753C686.911 285.753 689.703 286.334 692.187 287.496C694.67 288.658 696.721 290.493 698.339 292.999C699.797 295.209 700.743 297.773 701.176 300.689C701.426 302.398 701.529 304.859 701.483 308.072H675.985C676.122 311.809 677.296 314.43 679.506 315.934C680.85 316.868 682.468 317.335 684.359 317.335C686.365 317.335 687.994 316.765 689.247 315.626C689.931 315.011 690.535 314.156 691.059 313.062H701.005ZM691.366 301.646C691.207 299.072 690.421 297.123 689.008 295.802C687.618 294.457 685.886 293.785 683.812 293.785C681.557 293.785 679.802 294.492 678.549 295.904C677.318 297.317 676.544 299.231 676.225 301.646H691.366ZM732.749 288.453C735.666 290.322 737.34 293.535 737.773 298.092H728.032C727.896 296.839 727.542 295.847 726.973 295.118C725.902 293.797 724.079 293.136 721.504 293.136C719.385 293.136 717.869 293.466 716.958 294.127C716.069 294.788 715.625 295.562 715.625 296.451C715.625 297.568 716.104 298.377 717.061 298.878C718.018 299.402 721.401 300.302 727.212 301.578C731.086 302.49 733.991 303.868 735.928 305.714C737.842 307.582 738.799 309.918 738.799 312.721C738.799 316.412 737.42 319.431 734.663 321.778C731.929 324.103 727.69 325.265 721.948 325.265C716.092 325.265 711.763 324.034 708.96 321.573C706.18 319.09 704.79 315.934 704.79 312.105H714.668C714.873 313.837 715.317 315.068 716.001 315.797C717.209 317.096 719.442 317.745 722.7 317.745C724.614 317.745 726.13 317.46 727.246 316.891C728.385 316.321 728.955 315.466 728.955 314.327C728.955 313.233 728.499 312.402 727.588 311.832C726.676 311.262 723.293 310.283 717.437 308.893C713.221 307.844 710.247 306.534 708.516 304.962C706.784 303.412 705.918 301.179 705.918 298.263C705.918 294.822 707.262 291.871 709.951 289.41C712.663 286.926 716.468 285.685 721.367 285.685C726.016 285.685 729.81 286.607 732.749 288.453ZM755.06 286.744V324H745.182V286.744H755.06ZM755.06 273.312V282.301H745.182V273.312H755.06ZM774.055 330.528C775.103 331.417 776.869 331.861 779.353 331.861C782.862 331.861 785.209 330.688 786.394 328.341C787.168 326.837 787.556 324.308 787.556 320.753V318.36C786.621 319.955 785.619 321.152 784.548 321.949C782.611 323.43 780.093 324.171 776.994 324.171C772.209 324.171 768.381 322.496 765.51 319.146C762.661 315.774 761.237 311.217 761.237 305.475C761.237 299.938 762.616 295.289 765.373 291.529C768.13 287.747 772.038 285.855 777.097 285.855C778.965 285.855 780.594 286.14 781.984 286.71C784.354 287.69 786.268 289.49 787.727 292.11V286.744H797.194V322.086C797.194 326.894 796.385 330.517 794.768 332.955C791.988 337.148 786.656 339.244 778.771 339.244C774.009 339.244 770.124 338.31 767.116 336.441C764.108 334.573 762.445 331.782 762.126 328.067H772.722C772.995 329.207 773.439 330.027 774.055 330.528ZM772.414 311.285C773.736 314.43 776.105 316.002 779.523 316.002C781.802 316.002 783.728 315.147 785.3 313.438C786.872 311.707 787.658 308.961 787.658 305.201C787.658 301.669 786.906 298.98 785.402 297.135C783.921 295.289 781.927 294.366 779.421 294.366C776.003 294.366 773.645 295.973 772.346 299.186C771.662 300.895 771.32 303.002 771.32 305.509C771.32 307.674 771.685 309.599 772.414 311.285ZM822.854 293.956C819.55 293.956 817.283 295.357 816.053 298.16C815.415 299.641 815.096 301.533 815.096 303.834V324H805.389V286.812H814.788V292.247C816.041 290.333 817.226 288.954 818.343 288.111C820.348 286.607 822.889 285.855 825.965 285.855C829.816 285.855 832.96 286.869 835.398 288.897C837.859 290.903 839.09 294.241 839.09 298.912V324H829.109V301.339C829.109 299.379 828.847 297.875 828.323 296.827C827.366 294.913 825.543 293.956 822.854 293.956ZM884.668 316.72C887.152 316.72 889.168 316.446 890.718 315.899C893.657 314.851 895.127 312.903 895.127 310.055C895.127 308.391 894.398 307.104 892.939 306.192C891.481 305.304 889.191 304.518 886.069 303.834L880.737 302.638C875.496 301.453 871.873 300.165 869.868 298.775C866.473 296.451 864.775 292.817 864.775 287.872C864.775 283.36 866.416 279.612 869.697 276.627C872.979 273.642 877.798 272.149 884.155 272.149C889.465 272.149 893.988 273.562 897.725 276.388C901.484 279.19 903.455 283.269 903.638 288.624H893.521C893.338 285.593 892.017 283.44 889.556 282.164C887.915 281.321 885.876 280.899 883.438 280.899C880.726 280.899 878.561 281.446 876.943 282.54C875.326 283.634 874.517 285.16 874.517 287.12C874.517 288.92 875.314 290.265 876.909 291.153C877.935 291.746 880.122 292.441 883.472 293.238L892.153 295.323C895.959 296.235 898.83 297.454 900.767 298.98C903.774 301.35 905.278 304.78 905.278 309.269C905.278 313.871 903.512 317.7 899.98 320.753C896.471 323.784 891.504 325.299 885.078 325.299C878.516 325.299 873.354 323.806 869.595 320.821C865.835 317.813 863.955 313.689 863.955 308.448H874.004C874.323 310.75 874.95 312.47 875.884 313.609C877.593 315.683 880.521 316.72 884.668 316.72ZM926.427 314.225L934.117 286.744H944.474L931.69 323.385C929.229 330.449 927.281 334.824 925.846 336.51C924.41 338.219 921.539 339.073 917.232 339.073C916.367 339.073 915.672 339.062 915.147 339.039C914.623 339.039 913.837 339.005 912.789 338.937V331.144L914.02 331.212C914.977 331.257 915.888 331.223 916.754 331.109C917.62 330.995 918.349 330.733 918.941 330.323C919.511 329.936 920.035 329.127 920.514 327.896C921.015 326.666 921.22 325.914 921.129 325.641L907.457 286.744H918.292L926.427 314.225ZM974.919 288.453C977.836 290.322 979.51 293.535 979.943 298.092H970.202C970.065 296.839 969.712 295.847 969.143 295.118C968.072 293.797 966.249 293.136 963.674 293.136C961.555 293.136 960.039 293.466 959.128 294.127C958.239 294.788 957.795 295.562 957.795 296.451C957.795 297.568 958.273 298.377 959.23 298.878C960.188 299.402 963.571 300.302 969.382 301.578C973.256 302.49 976.161 303.868 978.098 305.714C980.012 307.582 980.969 309.918 980.969 312.721C980.969 316.412 979.59 319.431 976.833 321.778C974.099 324.103 969.86 325.265 964.118 325.265C958.262 325.265 953.933 324.034 951.13 321.573C948.35 319.09 946.96 315.934 946.96 312.105H956.838C957.043 313.837 957.487 315.068 958.171 315.797C959.379 317.096 961.612 317.745 964.87 317.745C966.784 317.745 968.299 317.46 969.416 316.891C970.555 316.321 971.125 315.466 971.125 314.327C971.125 313.233 970.669 312.402 969.758 311.832C968.846 311.262 965.463 310.283 959.606 308.893C955.391 307.844 952.417 306.534 950.686 304.962C948.954 303.412 948.088 301.179 948.088 298.263C948.088 294.822 949.432 291.871 952.121 289.41C954.833 286.926 958.638 285.685 963.537 285.685C968.186 285.685 971.979 286.607 974.919 288.453ZM1004.27 317.062V324.342L999.656 324.513C995.053 324.672 991.909 323.875 990.223 322.12C989.129 321.004 988.582 319.283 988.582 316.959V294.024H983.387V287.086H988.582V276.695H998.221V287.086H1004.27V294.024H998.221V313.712C998.221 315.239 998.414 316.196 998.802 316.583C999.189 316.948 1000.37 317.13 1002.36 317.13C1002.65 317.13 1002.96 317.13 1003.28 317.13C1003.62 317.107 1003.95 317.084 1004.27 317.062ZM1041.42 313.062C1041.16 315.273 1040.01 317.517 1037.96 319.796C1034.77 323.419 1030.31 325.23 1024.56 325.23C1019.82 325.23 1015.64 323.704 1012.02 320.65C1008.4 317.597 1006.59 312.63 1006.59 305.748C1006.59 299.299 1008.22 294.355 1011.47 290.914C1014.75 287.473 1019 285.753 1024.22 285.753C1027.32 285.753 1030.11 286.334 1032.6 287.496C1035.08 288.658 1037.13 290.493 1038.75 292.999C1040.21 295.209 1041.15 297.773 1041.59 300.689C1041.84 302.398 1041.94 304.859 1041.89 308.072H1016.4C1016.53 311.809 1017.71 314.43 1019.92 315.934C1021.26 316.868 1022.88 317.335 1024.77 317.335C1026.77 317.335 1028.4 316.765 1029.66 315.626C1030.34 315.011 1030.94 314.156 1031.47 313.062H1041.42ZM1031.78 301.646C1031.62 299.072 1030.83 297.123 1029.42 295.802C1028.03 294.457 1026.3 293.785 1024.22 293.785C1021.97 293.785 1020.21 294.492 1018.96 295.904C1017.73 297.317 1016.95 299.231 1016.63 301.646H1031.78ZM1068.41 296.998C1067.59 295.198 1065.98 294.298 1063.59 294.298C1060.81 294.298 1058.94 295.198 1057.98 296.998C1057.46 298.023 1057.2 299.55 1057.2 301.578V324H1047.32V286.812H1056.79V292.247C1057.99 290.31 1059.13 288.932 1060.21 288.111C1062.1 286.653 1064.55 285.924 1067.55 285.924C1070.4 285.924 1072.7 286.55 1074.46 287.804C1075.87 288.966 1076.94 290.458 1077.67 292.281C1078.95 290.094 1080.53 288.487 1082.42 287.462C1084.43 286.437 1086.66 285.924 1089.12 285.924C1090.76 285.924 1092.38 286.243 1093.97 286.881C1095.57 287.519 1097.02 288.635 1098.32 290.23C1099.36 291.529 1100.07 293.124 1100.43 295.016C1100.66 296.269 1100.78 298.103 1100.78 300.519L1100.71 324H1090.73V300.279C1090.73 298.867 1090.5 297.704 1090.04 296.793C1089.18 295.061 1087.58 294.195 1085.26 294.195C1082.57 294.195 1080.71 295.312 1079.69 297.545C1079.16 298.73 1078.9 300.154 1078.9 301.817V324H1069.09V301.817C1069.09 299.607 1068.86 298.001 1068.41 296.998ZM138.091 399.062V406.342L133.477 406.513C128.874 406.672 125.729 405.875 124.043 404.12C122.949 403.004 122.402 401.283 122.402 398.959V376.024H117.207V369.086H122.402V358.695H132.041V369.086H138.091V376.024H132.041V395.712C132.041 397.239 132.235 398.196 132.622 398.583C133.009 398.948 134.194 399.13 136.177 399.13C136.473 399.13 136.781 399.13 137.1 399.13C137.441 399.107 137.772 399.084 138.091 399.062ZM174.415 373.461C177.56 377.403 179.132 382.063 179.132 387.44C179.132 392.909 177.56 397.592 174.415 401.488C171.271 405.362 166.497 407.299 160.094 407.299C153.691 407.299 148.917 405.362 145.772 401.488C142.628 397.592 141.056 392.909 141.056 387.44C141.056 382.063 142.628 377.403 145.772 373.461C148.917 369.519 153.691 367.548 160.094 367.548C166.497 367.548 171.271 369.519 174.415 373.461ZM160.06 375.785C157.211 375.785 155.012 376.799 153.463 378.827C151.936 380.832 151.173 383.703 151.173 387.44C151.173 391.177 151.936 394.06 153.463 396.088C155.012 398.116 157.211 399.13 160.06 399.13C162.908 399.13 165.095 398.116 166.622 396.088C168.149 394.06 168.912 391.177 168.912 387.44C168.912 383.703 168.149 380.832 166.622 378.827C165.095 376.799 162.908 375.785 160.06 375.785ZM205.022 372.777C207.597 369.496 212.018 367.855 218.284 367.855C222.363 367.855 225.986 368.664 229.153 370.282C232.321 371.9 233.904 374.953 233.904 379.442V396.532C233.904 397.717 233.927 399.153 233.973 400.839C234.041 402.115 234.235 402.981 234.554 403.437C234.873 403.892 235.351 404.268 235.989 404.564V406H225.394C225.097 405.248 224.892 404.542 224.778 403.881C224.664 403.22 224.573 402.468 224.505 401.625C223.16 403.083 221.611 404.325 219.856 405.351C217.76 406.558 215.39 407.162 212.747 407.162C209.375 407.162 206.583 406.205 204.373 404.291C202.186 402.354 201.092 399.62 201.092 396.088C201.092 391.508 202.858 388.192 206.39 386.142C208.326 385.025 211.175 384.228 214.935 383.749L218.25 383.339C220.05 383.111 221.338 382.826 222.112 382.484C223.502 381.892 224.197 380.969 224.197 379.716C224.197 378.189 223.662 377.141 222.591 376.571C221.543 375.979 219.993 375.683 217.942 375.683C215.641 375.683 214.012 376.252 213.055 377.392C212.371 378.235 211.915 379.374 211.688 380.81H202.288C202.493 377.551 203.405 374.874 205.022 372.777ZM212.269 398.959C213.18 399.711 214.297 400.087 215.618 400.087C217.715 400.087 219.64 399.472 221.395 398.241C223.172 397.011 224.095 394.766 224.163 391.508V387.885C223.548 388.272 222.921 388.591 222.283 388.842C221.668 389.07 220.813 389.286 219.72 389.491L217.532 389.901C215.481 390.266 214.012 390.71 213.123 391.234C211.619 392.123 210.867 393.502 210.867 395.37C210.867 397.034 211.334 398.23 212.269 398.959ZM296.401 402.24C292.642 405.681 287.834 407.401 281.978 407.401C274.731 407.401 269.035 405.077 264.888 400.429C260.741 395.757 258.667 389.354 258.667 381.22C258.667 372.424 261.025 365.645 265.742 360.883C269.844 356.736 275.062 354.662 281.396 354.662C289.873 354.662 296.071 357.442 299.99 363.002C302.155 366.124 303.317 369.257 303.477 372.401H292.949C292.266 369.986 291.388 368.163 290.317 366.933C288.403 364.745 285.566 363.651 281.807 363.651C277.979 363.651 274.959 365.201 272.749 368.3C270.539 371.376 269.434 375.74 269.434 381.391C269.434 387.042 270.596 391.28 272.92 394.105C275.267 396.908 278.241 398.31 281.841 398.31C285.532 398.31 288.346 397.102 290.283 394.687C291.354 393.388 292.243 391.439 292.949 388.842H303.374C302.463 394.333 300.138 398.799 296.401 402.24ZM320.079 406H310.27V355.619H325.582L334.742 395.233L343.834 355.619H358.976V406H349.166V371.923C349.166 370.943 349.177 369.576 349.2 367.821C349.223 366.044 349.234 364.677 349.234 363.72L339.698 406H329.479L320.011 363.72C320.011 364.677 320.022 366.044 320.045 367.821C320.068 369.576 320.079 370.943 320.079 371.923V406ZM386.037 398.72C388.521 398.72 390.537 398.446 392.087 397.899C395.026 396.851 396.496 394.903 396.496 392.055C396.496 390.391 395.767 389.104 394.309 388.192C392.85 387.304 390.56 386.518 387.438 385.834L382.106 384.638C376.866 383.453 373.243 382.165 371.237 380.775C367.842 378.451 366.145 374.817 366.145 369.872C366.145 365.36 367.785 361.612 371.066 358.627C374.348 355.642 379.167 354.149 385.524 354.149C390.834 354.149 395.357 355.562 399.094 358.388C402.854 361.19 404.825 365.269 405.007 370.624H394.89C394.707 367.593 393.386 365.44 390.925 364.164C389.284 363.321 387.245 362.899 384.807 362.899C382.095 362.899 379.93 363.446 378.312 364.54C376.695 365.634 375.886 367.16 375.886 369.12C375.886 370.92 376.683 372.265 378.278 373.153C379.304 373.746 381.491 374.441 384.841 375.238L393.522 377.323C397.328 378.235 400.199 379.454 402.136 380.98C405.144 383.35 406.647 386.78 406.647 391.269C406.647 395.871 404.882 399.7 401.35 402.753C397.84 405.784 392.873 407.299 386.447 407.299C379.885 407.299 374.724 405.806 370.964 402.821C367.204 399.813 365.324 395.689 365.324 390.448H375.373C375.692 392.75 376.319 394.47 377.253 395.609C378.962 397.683 381.89 398.72 386.037 398.72ZM464.804 384.125V406H454.857V383.339C454.857 381.334 454.516 379.716 453.832 378.485C452.943 376.754 451.257 375.888 448.773 375.888C446.199 375.888 444.239 376.754 442.895 378.485C441.573 380.194 440.912 382.644 440.912 385.834V406H431.205V355.79H440.912V373.598C442.325 371.433 443.954 369.929 445.8 369.086C447.668 368.22 449.628 367.787 451.679 367.787C453.98 367.787 456.065 368.186 457.934 368.983C459.825 369.781 461.374 371 462.582 372.641C463.607 374.031 464.234 375.466 464.462 376.947C464.69 378.406 464.804 380.798 464.804 384.125ZM474.331 372.777C476.906 369.496 481.326 367.855 487.593 367.855C491.672 367.855 495.295 368.664 498.462 370.282C501.629 371.9 503.213 374.953 503.213 379.442V396.532C503.213 397.717 503.236 399.153 503.281 400.839C503.35 402.115 503.543 402.981 503.862 403.437C504.181 403.892 504.66 404.268 505.298 404.564V406H494.702C494.406 405.248 494.201 404.542 494.087 403.881C493.973 403.22 493.882 402.468 493.813 401.625C492.469 403.083 490.92 404.325 489.165 405.351C487.069 406.558 484.699 407.162 482.056 407.162C478.683 407.162 475.892 406.205 473.682 404.291C471.494 402.354 470.4 399.62 470.4 396.088C470.4 391.508 472.166 388.192 475.698 386.142C477.635 385.025 480.483 384.228 484.243 383.749L487.559 383.339C489.359 383.111 490.646 382.826 491.421 382.484C492.811 381.892 493.506 380.969 493.506 379.716C493.506 378.189 492.97 377.141 491.899 376.571C490.851 375.979 489.302 375.683 487.251 375.683C484.95 375.683 483.32 376.252 482.363 377.392C481.68 378.235 481.224 379.374 480.996 380.81H471.597C471.802 377.551 472.713 374.874 474.331 372.777ZM481.577 398.959C482.489 399.711 483.605 400.087 484.927 400.087C487.023 400.087 488.949 399.472 490.703 398.241C492.48 397.011 493.403 394.766 493.472 391.508V387.885C492.856 388.272 492.23 388.591 491.592 388.842C490.977 389.07 490.122 389.286 489.028 389.491L486.841 389.901C484.79 390.266 483.32 390.71 482.432 391.234C480.928 392.123 480.176 393.502 480.176 395.37C480.176 397.034 480.643 398.23 481.577 398.959ZM536.563 370.453C539.48 372.322 541.155 375.535 541.588 380.092H531.847C531.71 378.839 531.357 377.847 530.787 377.118C529.716 375.797 527.893 375.136 525.318 375.136C523.199 375.136 521.684 375.466 520.772 376.127C519.884 376.788 519.439 377.562 519.439 378.451C519.439 379.568 519.918 380.377 520.875 380.878C521.832 381.402 525.216 382.302 531.026 383.578C534.9 384.49 537.805 385.868 539.742 387.714C541.656 389.582 542.613 391.918 542.613 394.721C542.613 398.412 541.235 401.431 538.478 403.778C535.743 406.103 531.505 407.265 525.763 407.265C519.907 407.265 515.577 406.034 512.774 403.573C509.994 401.09 508.604 397.934 508.604 394.105H518.482C518.688 395.837 519.132 397.068 519.815 397.797C521.023 399.096 523.256 399.745 526.515 399.745C528.429 399.745 529.944 399.46 531.061 398.891C532.2 398.321 532.77 397.466 532.77 396.327C532.77 395.233 532.314 394.402 531.402 393.832C530.491 393.262 527.107 392.283 521.251 390.893C517.035 389.844 514.062 388.534 512.33 386.962C510.598 385.412 509.732 383.179 509.732 380.263C509.732 376.822 511.077 373.871 513.766 371.41C516.477 368.926 520.283 367.685 525.182 367.685C529.83 367.685 533.624 368.607 536.563 370.453ZM584.876 375.956C581.572 375.956 579.305 377.357 578.074 380.16C577.436 381.641 577.117 383.533 577.117 385.834V406H567.41V368.812H576.81V374.247C578.063 372.333 579.248 370.954 580.364 370.111C582.369 368.607 584.91 367.855 587.986 367.855C591.837 367.855 594.982 368.869 597.42 370.897C599.881 372.903 601.111 376.241 601.111 380.912V406H591.131V383.339C591.131 381.379 590.869 379.875 590.345 378.827C589.388 376.913 587.565 375.956 584.876 375.956ZM641.024 395.062C640.774 397.273 639.623 399.517 637.572 401.796C634.382 405.419 629.916 407.23 624.174 407.23C619.434 407.23 615.253 405.704 611.63 402.65C608.007 399.597 606.195 394.63 606.195 387.748C606.195 381.299 607.825 376.355 611.083 372.914C614.364 369.473 618.614 367.753 623.832 367.753C626.931 367.753 629.722 368.334 632.206 369.496C634.69 370.658 636.741 372.493 638.358 374.999C639.817 377.209 640.762 379.773 641.195 382.689C641.446 384.398 641.549 386.859 641.503 390.072H616.005C616.142 393.809 617.315 396.43 619.525 397.934C620.87 398.868 622.488 399.335 624.379 399.335C626.384 399.335 628.013 398.765 629.267 397.626C629.95 397.011 630.554 396.156 631.078 395.062H641.024ZM631.386 383.646C631.226 381.072 630.44 379.123 629.027 377.802C627.637 376.457 625.906 375.785 623.832 375.785C621.576 375.785 619.822 376.492 618.568 377.904C617.338 379.317 616.563 381.231 616.244 383.646H631.386ZM643.442 368.744H654.38L662.139 396.225L670.068 368.744H680.527L667.095 406H656.807L643.442 368.744ZM716.954 395.062C716.703 397.273 715.553 399.517 713.502 401.796C710.312 405.419 705.846 407.23 700.104 407.23C695.364 407.23 691.183 405.704 687.56 402.65C683.937 399.597 682.125 394.63 682.125 387.748C682.125 381.299 683.754 376.355 687.013 372.914C690.294 369.473 694.544 367.753 699.762 367.753C702.861 367.753 705.652 368.334 708.136 369.496C710.619 370.658 712.67 372.493 714.288 374.999C715.746 377.209 716.692 379.773 717.125 382.689C717.376 384.398 717.478 386.859 717.433 390.072H691.935C692.071 393.809 693.245 396.43 695.455 397.934C696.799 398.868 698.417 399.335 700.309 399.335C702.314 399.335 703.943 398.765 705.196 397.626C705.88 397.011 706.484 396.156 707.008 395.062H716.954ZM707.315 383.646C707.156 381.072 706.37 379.123 704.957 377.802C703.567 376.457 701.835 375.785 699.762 375.785C697.506 375.785 695.751 376.492 694.498 377.904C693.268 379.317 692.493 381.231 692.174 383.646H707.315ZM741.76 377.733C737.84 377.733 735.209 379.009 733.864 381.562C733.112 382.997 732.736 385.207 732.736 388.192V406H722.927V368.744H732.224V375.238C733.728 372.755 735.038 371.057 736.154 370.146C737.977 368.619 740.347 367.855 743.264 367.855C743.446 367.855 743.594 367.867 743.708 367.89C743.845 367.89 744.13 367.901 744.562 367.924V377.904C743.947 377.836 743.4 377.79 742.922 377.768C742.443 377.745 742.056 377.733 741.76 377.733ZM788.021 406.991C784.945 406.991 782.473 406.376 780.604 405.146C779.488 404.416 778.28 403.14 776.981 401.317V406H767.445V355.688H777.152V373.598C778.383 371.866 779.739 370.544 781.22 369.633C782.974 368.493 785.207 367.924 787.919 367.924C792.818 367.924 796.646 369.69 799.403 373.222C802.183 376.754 803.573 381.311 803.573 386.894C803.573 392.681 802.206 397.478 799.472 401.283C796.737 405.089 792.921 406.991 788.021 406.991ZM793.354 387.919C793.354 385.276 793.012 383.088 792.328 381.356C791.029 378.075 788.637 376.435 785.15 376.435C781.618 376.435 779.192 378.041 777.87 381.254C777.187 382.963 776.845 385.173 776.845 387.885C776.845 391.075 777.551 393.718 778.964 395.814C780.377 397.911 782.53 398.959 785.424 398.959C787.93 398.959 789.879 397.945 791.269 395.917C792.659 393.889 793.354 391.223 793.354 387.919ZM841.47 395.062C841.219 397.273 840.068 399.517 838.018 401.796C834.827 405.419 830.361 407.23 824.619 407.23C819.88 407.23 815.698 405.704 812.075 402.65C808.452 399.597 806.641 394.63 806.641 387.748C806.641 381.299 808.27 376.355 811.528 372.914C814.81 369.473 819.059 367.753 824.277 367.753C827.376 367.753 830.168 368.334 832.651 369.496C835.135 370.658 837.186 372.493 838.804 374.999C840.262 377.209 841.208 379.773 841.641 382.689C841.891 384.398 841.994 386.859 841.948 390.072H816.45C816.587 393.809 817.76 396.43 819.971 397.934C821.315 398.868 822.933 399.335 824.824 399.335C826.829 399.335 828.459 398.765 829.712 397.626C830.396 397.011 830.999 396.156 831.523 395.062H841.47ZM831.831 383.646C831.672 381.072 830.885 379.123 829.473 377.802C828.083 376.457 826.351 375.785 824.277 375.785C822.021 375.785 820.267 376.492 819.014 377.904C817.783 379.317 817.008 381.231 816.689 383.646H831.831ZM879.435 395.062C879.184 397.273 878.033 399.517 875.982 401.796C872.792 405.419 868.326 407.23 862.584 407.23C857.844 407.23 853.663 405.704 850.04 402.65C846.417 399.597 844.605 394.63 844.605 387.748C844.605 381.299 846.235 376.355 849.493 372.914C852.774 369.473 857.024 367.753 862.242 367.753C865.341 367.753 868.132 368.334 870.616 369.496C873.1 370.658 875.151 372.493 876.769 374.999C878.227 377.209 879.173 379.773 879.605 382.689C879.856 384.398 879.959 386.859 879.913 390.072H854.415C854.552 393.809 855.725 396.43 857.936 397.934C859.28 398.868 860.898 399.335 862.789 399.335C864.794 399.335 866.424 398.765 867.677 397.626C868.36 397.011 868.964 396.156 869.488 395.062H879.435ZM869.796 383.646C869.636 381.072 868.85 379.123 867.438 377.802C866.048 376.457 864.316 375.785 862.242 375.785C859.986 375.785 858.232 376.492 856.979 377.904C855.748 379.317 854.973 381.231 854.654 383.646H869.796ZM903.044 375.956C899.74 375.956 897.473 377.357 896.242 380.16C895.604 381.641 895.285 383.533 895.285 385.834V406H885.578V368.812H894.978V374.247C896.231 372.333 897.416 370.954 898.532 370.111C900.537 368.607 903.078 367.855 906.154 367.855C910.005 367.855 913.15 368.869 915.588 370.897C918.049 372.903 919.279 376.241 919.279 380.912V406H909.299V383.339C909.299 381.379 909.037 379.875 908.513 378.827C907.556 376.913 905.733 375.956 903.044 375.956ZM977.675 395.062C977.424 397.273 976.273 399.517 974.223 401.796C971.033 405.419 966.566 407.23 960.824 407.23C956.085 407.23 951.903 405.704 948.28 402.65C944.657 399.597 942.846 394.63 942.846 387.748C942.846 381.299 944.475 376.355 947.733 372.914C951.015 369.473 955.264 367.753 960.482 367.753C963.581 367.753 966.373 368.334 968.856 369.496C971.34 370.658 973.391 372.493 975.009 374.999C976.467 377.209 977.413 379.773 977.846 382.689C978.096 384.398 978.199 386.859 978.153 390.072H952.655C952.792 393.809 953.965 396.43 956.176 397.934C957.52 398.868 959.138 399.335 961.029 399.335C963.035 399.335 964.664 398.765 965.917 397.626C966.601 397.011 967.204 396.156 967.729 395.062H977.675ZM968.036 383.646C967.877 381.072 967.09 379.123 965.678 377.802C964.288 376.457 962.556 375.785 960.482 375.785C958.227 375.785 956.472 376.492 955.219 377.904C953.988 379.317 953.214 381.231 952.895 383.646H968.036ZM985.151 372.777C987.726 369.496 992.147 367.855 998.413 367.855C1002.49 367.855 1006.11 368.664 1009.28 370.282C1012.45 371.9 1014.03 374.953 1014.03 379.442V396.532C1014.03 397.717 1014.06 399.153 1014.1 400.839C1014.17 402.115 1014.36 402.981 1014.68 403.437C1015 403.892 1015.48 404.268 1016.12 404.564V406H1005.52C1005.23 405.248 1005.02 404.542 1004.91 403.881C1004.79 403.22 1004.7 402.468 1004.63 401.625C1003.29 403.083 1001.74 404.325 999.985 405.351C997.889 406.558 995.519 407.162 992.876 407.162C989.504 407.162 986.712 406.205 984.502 404.291C982.314 402.354 981.221 399.62 981.221 396.088C981.221 391.508 982.987 388.192 986.519 386.142C988.455 385.025 991.304 384.228 995.063 383.749L998.379 383.339C1000.18 383.111 1001.47 382.826 1002.24 382.484C1003.63 381.892 1004.33 380.969 1004.33 379.716C1004.33 378.189 1003.79 377.141 1002.72 376.571C1001.67 375.979 1000.12 375.683 998.071 375.683C995.77 375.683 994.141 376.252 993.184 377.392C992.5 378.235 992.044 379.374 991.816 380.81H982.417C982.622 377.551 983.534 374.874 985.151 372.777ZM992.397 398.959C993.309 399.711 994.425 400.087 995.747 400.087C997.843 400.087 999.769 399.472 1001.52 398.241C1003.3 397.011 1004.22 394.766 1004.29 391.508V387.885C1003.68 388.272 1003.05 388.591 1002.41 388.842C1001.8 389.07 1000.94 389.286 999.849 389.491L997.661 389.901C995.61 390.266 994.141 390.71 993.252 391.234C991.748 392.123 990.996 393.502 990.996 395.37C990.996 397.034 991.463 398.23 992.397 398.959ZM1047.38 370.453C1050.3 372.322 1051.98 375.535 1052.41 380.092H1042.67C1042.53 378.839 1042.18 377.847 1041.61 377.118C1040.54 375.797 1038.71 375.136 1036.14 375.136C1034.02 375.136 1032.5 375.466 1031.59 376.127C1030.7 376.788 1030.26 377.562 1030.26 378.451C1030.26 379.568 1030.74 380.377 1031.7 380.878C1032.65 381.402 1036.04 382.302 1041.85 383.578C1045.72 384.49 1048.63 385.868 1050.56 387.714C1052.48 389.582 1053.43 391.918 1053.43 394.721C1053.43 398.412 1052.06 401.431 1049.3 403.778C1046.56 406.103 1042.33 407.265 1036.58 407.265C1030.73 407.265 1026.4 406.034 1023.59 403.573C1020.81 401.09 1019.42 397.934 1019.42 394.105H1029.3C1029.51 395.837 1029.95 397.068 1030.64 397.797C1031.84 399.096 1034.08 399.745 1037.33 399.745C1039.25 399.745 1040.76 399.46 1041.88 398.891C1043.02 398.321 1043.59 397.466 1043.59 396.327C1043.59 395.233 1043.13 394.402 1042.22 393.832C1041.31 393.262 1037.93 392.283 1032.07 390.893C1027.86 389.844 1024.88 388.534 1023.15 386.962C1021.42 385.412 1020.55 383.179 1020.55 380.263C1020.55 376.822 1021.9 373.871 1024.59 371.41C1027.3 368.926 1031.1 367.685 1036 367.685C1040.65 367.685 1044.44 368.607 1047.38 370.453ZM1069.69 368.744V406H1059.82V368.744H1069.69ZM1069.69 355.312V364.301H1059.82V355.312H1069.69ZM1110.05 395.062C1109.8 397.273 1108.65 399.517 1106.6 401.796C1103.41 405.419 1098.94 407.23 1093.2 407.23C1088.46 407.23 1084.28 405.704 1080.66 402.65C1077.03 399.597 1075.22 394.63 1075.22 387.748C1075.22 381.299 1076.85 376.355 1080.11 372.914C1083.39 369.473 1087.64 367.753 1092.86 367.753C1095.96 367.753 1098.75 368.334 1101.23 369.496C1103.72 370.658 1105.77 372.493 1107.39 374.999C1108.84 377.209 1109.79 379.773 1110.22 382.689C1110.47 384.398 1110.58 386.859 1110.53 390.072H1085.03C1085.17 393.809 1086.34 396.43 1088.55 397.934C1089.9 398.868 1091.51 399.335 1093.41 399.335C1095.41 399.335 1097.04 398.765 1098.29 397.626C1098.98 397.011 1099.58 396.156 1100.11 395.062H1110.05ZM1100.41 383.646C1100.25 381.072 1099.47 379.123 1098.05 377.802C1096.66 376.457 1094.93 375.785 1092.86 375.785C1090.6 375.785 1088.85 376.492 1087.6 377.904C1086.37 379.317 1085.59 381.231 1085.27 383.646H1100.41ZM1134.86 377.733C1130.94 377.733 1128.31 379.009 1126.96 381.562C1126.21 382.997 1125.83 385.207 1125.83 388.192V406H1116.02V368.744H1125.32V375.238C1126.83 372.755 1128.14 371.057 1129.25 370.146C1131.07 368.619 1133.44 367.855 1136.36 367.855C1136.54 367.855 1136.69 367.867 1136.81 367.89C1136.94 367.89 1137.23 367.901 1137.66 367.924V377.904C1137.04 377.836 1136.5 377.79 1136.02 377.768C1135.54 377.745 1135.15 377.733 1134.86 377.733ZM1138.4 395.814H1148.76V406H1138.4V395.814ZM455.314 477.644H436.755L433.269 488H422.263L440.241 437.619H452.136L469.978 488H458.562L455.314 477.644ZM452.375 468.962L446.086 449.138L439.592 468.962H452.375ZM492.151 457.956C488.847 457.956 486.58 459.357 485.35 462.16C484.712 463.641 484.393 465.533 484.393 467.834V488H474.686V450.812H484.085V456.247C485.338 454.333 486.523 452.954 487.64 452.111C489.645 450.607 492.186 449.855 495.262 449.855C499.113 449.855 502.257 450.869 504.695 452.897C507.156 454.903 508.387 458.241 508.387 462.912V488H498.406V465.339C498.406 463.379 498.144 461.875 497.62 460.827C496.663 458.913 494.84 457.956 492.151 457.956ZM550.316 437.688V488H540.849V482.839C539.459 485.049 537.875 486.656 536.098 487.658C534.32 488.661 532.11 489.162 529.467 489.162C525.115 489.162 521.446 487.408 518.461 483.898C515.499 480.367 514.018 475.843 514.018 470.329C514.018 463.972 515.476 458.97 518.393 455.324C521.332 451.678 525.251 449.855 530.15 449.855C532.406 449.855 534.411 450.357 536.166 451.359C537.921 452.339 539.345 453.706 540.438 455.461V437.688H550.316ZM524.066 469.611C524.066 473.052 524.75 475.798 526.117 477.849C527.462 479.922 529.512 480.959 532.27 480.959C535.027 480.959 537.123 479.934 538.559 477.883C539.994 475.832 540.712 473.177 540.712 469.919C540.712 465.362 539.561 462.103 537.26 460.144C535.847 458.959 534.206 458.366 532.338 458.366C529.49 458.366 527.393 459.449 526.049 461.613C524.727 463.755 524.066 466.421 524.066 469.611ZM608.917 464.108H598.937C598.754 462.718 598.287 461.465 597.535 460.349C596.441 458.845 594.744 458.093 592.442 458.093C589.161 458.093 586.917 459.722 585.709 462.98C585.071 464.712 584.752 467.014 584.752 469.885C584.752 472.619 585.071 474.818 585.709 476.481C586.871 479.58 589.059 481.13 592.271 481.13C594.55 481.13 596.168 480.515 597.125 479.284C598.082 478.054 598.663 476.459 598.868 474.499H608.814C608.587 477.461 607.516 480.264 605.602 482.907C602.548 487.168 598.025 489.299 592.032 489.299C586.039 489.299 581.63 487.521 578.805 483.967C575.979 480.412 574.566 475.798 574.566 470.124C574.566 463.721 576.127 458.742 579.249 455.188C582.371 451.633 586.677 449.855 592.169 449.855C596.84 449.855 600.657 450.904 603.619 453C606.604 455.096 608.37 458.799 608.917 464.108ZM648.317 466.125V488H638.371V465.339C638.371 463.334 638.029 461.716 637.346 460.485C636.457 458.754 634.771 457.888 632.287 457.888C629.712 457.888 627.753 458.754 626.408 460.485C625.087 462.194 624.426 464.644 624.426 467.834V488H614.719V437.79H624.426V455.598C625.839 453.433 627.468 451.929 629.313 451.086C631.182 450.22 633.142 449.787 635.192 449.787C637.494 449.787 639.579 450.186 641.447 450.983C643.339 451.781 644.888 453 646.096 454.641C647.121 456.031 647.748 457.466 647.976 458.947C648.203 460.406 648.317 462.798 648.317 466.125ZM688.333 477.062C688.082 479.273 686.932 481.517 684.881 483.796C681.691 487.419 677.225 489.23 671.482 489.23C666.743 489.23 662.562 487.704 658.938 484.65C655.315 481.597 653.504 476.63 653.504 469.748C653.504 463.299 655.133 458.355 658.392 454.914C661.673 451.473 665.923 449.753 671.141 449.753C674.24 449.753 677.031 450.334 679.515 451.496C681.998 452.658 684.049 454.493 685.667 456.999C687.125 459.209 688.071 461.773 688.504 464.689C688.755 466.398 688.857 468.859 688.812 472.072H663.313C663.45 475.809 664.624 478.43 666.834 479.934C668.178 480.868 669.796 481.335 671.688 481.335C673.693 481.335 675.322 480.765 676.575 479.626C677.259 479.011 677.863 478.156 678.387 477.062H688.333ZM678.694 465.646C678.535 463.072 677.749 461.123 676.336 459.802C674.946 458.457 673.214 457.785 671.141 457.785C668.885 457.785 667.13 458.492 665.877 459.904C664.646 461.317 663.872 463.231 663.553 465.646H678.694ZM695.81 454.777C698.384 451.496 702.805 449.855 709.071 449.855C713.15 449.855 716.773 450.664 719.94 452.282C723.108 453.9 724.691 456.953 724.691 461.442V478.532C724.691 479.717 724.714 481.153 724.76 482.839C724.828 484.115 725.022 484.981 725.341 485.437C725.66 485.892 726.138 486.268 726.776 486.564V488H716.181C715.884 487.248 715.679 486.542 715.565 485.881C715.451 485.22 715.36 484.468 715.292 483.625C713.948 485.083 712.398 486.325 710.644 487.351C708.547 488.558 706.177 489.162 703.534 489.162C700.162 489.162 697.37 488.205 695.16 486.291C692.973 484.354 691.879 481.62 691.879 478.088C691.879 473.508 693.645 470.192 697.177 468.142C699.114 467.025 701.962 466.228 705.722 465.749L709.037 465.339C710.837 465.111 712.125 464.826 712.899 464.484C714.289 463.892 714.984 462.969 714.984 461.716C714.984 460.189 714.449 459.141 713.378 458.571C712.33 457.979 710.78 457.683 708.729 457.683C706.428 457.683 704.799 458.252 703.842 459.392C703.158 460.235 702.702 461.374 702.475 462.81H693.075C693.28 459.551 694.192 456.874 695.81 454.777ZM703.056 480.959C703.967 481.711 705.084 482.087 706.405 482.087C708.502 482.087 710.427 481.472 712.182 480.241C713.959 479.011 714.882 476.766 714.95 473.508V469.885C714.335 470.272 713.708 470.591 713.07 470.842C712.455 471.07 711.601 471.286 710.507 471.491L708.319 471.901C706.269 472.266 704.799 472.71 703.91 473.234C702.406 474.123 701.654 475.502 701.654 477.37C701.654 479.034 702.121 480.23 703.056 480.959ZM763.579 454.743C766.587 457.956 768.091 462.673 768.091 468.894C768.091 475.456 766.61 480.458 763.647 483.898C760.708 487.339 756.914 489.06 752.266 489.06C749.303 489.06 746.842 488.319 744.883 486.838C743.812 486.018 742.764 484.821 741.738 483.249V502.663H732.1V450.744H741.431V456.247C742.479 454.629 743.595 453.353 744.78 452.419C746.945 450.756 749.52 449.924 752.505 449.924C756.857 449.924 760.549 451.53 763.579 454.743ZM758.042 469.372C758.042 466.501 757.381 463.96 756.06 461.75C754.761 459.54 752.642 458.435 749.702 458.435C746.17 458.435 743.743 460.109 742.422 463.459C741.738 465.236 741.396 467.492 741.396 470.227C741.396 474.556 742.547 477.598 744.849 479.353C746.216 480.378 747.834 480.891 749.702 480.891C752.414 480.891 754.476 479.842 755.889 477.746C757.324 475.65 758.042 472.858 758.042 469.372ZM806.056 477.062C805.805 479.273 804.654 481.517 802.604 483.796C799.413 487.419 794.947 489.23 789.205 489.23C784.465 489.23 780.284 487.704 776.661 484.65C773.038 481.597 771.227 476.63 771.227 469.748C771.227 463.299 772.856 458.355 776.114 454.914C779.396 451.473 783.645 449.753 788.863 449.753C791.962 449.753 794.754 450.334 797.237 451.496C799.721 452.658 801.772 454.493 803.39 456.999C804.848 459.209 805.794 461.773 806.227 464.689C806.477 466.398 806.58 468.859 806.534 472.072H781.036C781.173 475.809 782.346 478.43 784.557 479.934C785.901 480.868 787.519 481.335 789.41 481.335C791.415 481.335 793.045 480.765 794.298 479.626C794.981 479.011 795.585 478.156 796.109 477.062H806.056ZM796.417 465.646C796.257 463.072 795.471 461.123 794.059 459.802C792.669 458.457 790.937 457.785 788.863 457.785C786.607 457.785 784.853 458.492 783.6 459.904C782.369 461.317 781.594 463.231 781.275 465.646H796.417ZM830.861 459.733C826.942 459.733 824.31 461.009 822.966 463.562C822.214 464.997 821.838 467.207 821.838 470.192V488H812.028V450.744H821.325V457.238C822.829 454.755 824.139 453.057 825.256 452.146C827.079 450.619 829.449 449.855 832.365 449.855C832.548 449.855 832.696 449.867 832.81 449.89C832.946 449.89 833.231 449.901 833.664 449.924V459.904C833.049 459.836 832.502 459.79 832.023 459.768C831.545 459.745 831.158 459.733 830.861 459.733ZM834.407 477.814H844.764V488H834.407V477.814Z" fill="#ECFF00"/>
|
|
10
|
+
</g>
|
|
11
|
+
<path d="M521.284 173.309L528.633 183.952H540.923L528.253 165.77L539.91 153.226H527.682L516.976 164.756V138.972H506.712V183.952H516.976V177.934L521.284 173.309Z" fill="white"/>
|
|
12
|
+
<path d="M549.897 148.412C553.191 148.412 555.915 145.941 555.915 142.647C555.915 139.289 553.191 136.818 549.897 136.818C546.539 136.818 543.878 139.289 543.878 142.647C543.878 145.941 546.539 148.412 549.897 148.412ZM555.092 153.227H544.828V183.953H555.092V153.227Z" fill="white"/>
|
|
13
|
+
<path d="M577.48 175.97C573.108 175.97 570.448 172.739 570.448 168.558C570.448 164.377 573.108 161.209 577.48 161.209C580.647 161.209 582.991 163.046 583.498 165.834H593.191C592.494 157.915 585.969 152.53 577.48 152.53C567.787 152.53 560.691 159.245 560.691 168.558C560.691 177.934 567.787 184.65 577.48 184.65C585.969 184.65 592.494 179.265 593.191 171.346H583.498C582.991 174.133 580.647 175.97 577.48 175.97Z" fill="white"/>
|
|
14
|
+
<path d="M613.22 173.309L620.569 183.952H632.859L620.188 165.77L631.845 153.226H619.618L608.912 164.756V138.972H598.648V183.952H608.912V177.934L613.22 173.309Z" fill="white"/>
|
|
15
|
+
<path d="M633.555 173.372C634.189 181.545 640.714 184.903 648.76 184.903C656.742 184.903 663.141 181.608 663.141 174.513C663.141 169.064 659.34 166.277 653.575 165.2L647.81 164.249C645.402 163.806 644.642 162.856 644.642 161.842C644.642 160.638 645.846 159.625 648.507 159.625C651.357 159.625 653.511 160.702 653.701 163.046H662.824C662.381 154.936 654.969 152.402 648.443 152.402C640.271 152.402 634.759 156.204 634.759 162.666C634.759 168.051 638.433 171.028 643.755 171.915L649.964 172.992C651.991 173.309 652.941 174.132 652.941 175.146C652.941 176.477 651.294 177.3 648.57 177.3C645.339 177.3 643.122 176.096 642.678 173.436L633.555 173.372Z" fill="white"/>
|
|
16
|
+
<path d="M692.189 174.703C689.908 175.146 688.197 175.463 686.74 175.463C683.699 175.463 681.925 173.943 681.925 170.838V162.032H692.379V153.226H681.925V142.773H671.662V153.226H665.644V162.032H671.662V171.155C671.662 179.454 676.604 184.903 684.016 184.903C687.057 184.903 689.338 184.649 693.329 183.382L692.189 174.703Z" fill="white"/>
|
|
17
|
+
<path d="M730.017 153.227H719.754V154.874C717.473 153.417 714.685 152.53 711.328 152.53C703.028 152.53 696.06 159.372 696.06 168.558C696.06 177.681 703.028 184.586 711.328 184.586C714.685 184.586 717.473 183.7 719.754 182.242V183.953H730.017V153.227ZM713.355 176.161C709.174 176.161 706.133 172.803 706.133 168.558C706.133 164.313 709.174 160.892 713.355 160.892C715.636 160.892 717.853 161.589 719.754 163.807V173.31C717.853 175.527 715.636 176.161 713.355 176.161Z" fill="white"/>
|
|
18
|
+
<path d="M757.83 152.719C753.269 152.719 749.974 154.176 747.25 156.52V153.226H736.987V183.952H747.25V166.403C749.657 163.996 752.825 162.665 757.83 162.475V152.719Z" fill="white"/>
|
|
19
|
+
<path d="M786.907 174.703C784.627 175.146 782.916 175.463 781.459 175.463C778.418 175.463 776.644 173.943 776.644 170.838V162.032H787.098V153.226H776.644V142.773H766.381V153.226H760.363V162.032H766.381V171.155C766.381 179.454 771.323 184.903 778.735 184.903C781.776 184.903 784.057 184.649 788.048 183.382L786.907 174.703Z" fill="white"/>
|
|
20
|
+
<path d="M793.479 140.873V183.953H810.838C824.332 183.953 834.089 175.084 834.089 162.286C834.089 149.679 824.332 140.873 810.838 140.873H793.479ZM804.186 174.324V150.503H810.838C817.807 150.503 823.192 155.634 823.192 162.286C823.192 169.129 817.807 174.324 810.838 174.324H804.186Z" fill="white"/>
|
|
21
|
+
<path d="M856.501 139.921C846.364 139.921 839.396 145.37 839.396 153.986C839.396 160.828 843.387 164.819 851.876 166.656L858.972 168.24C862.646 168.937 863.533 170.458 863.533 171.915C863.533 174.259 861.442 175.716 857.451 175.716C852.383 175.716 849.089 173.435 848.392 169.634H837.685C838.699 180.277 847.441 184.839 857.134 184.839C867.905 184.839 875 179.454 875 170.838C875 163.425 869.868 160.258 862.013 158.547L855.994 157.153C852.763 156.457 851.053 155.443 851.053 153.099C851.053 150.311 853.523 148.791 857.198 148.791C861.569 148.791 863.596 151.008 864.167 154.239H874.937C873.86 142.646 863.47 139.921 856.501 139.921Z" fill="white"/>
|
|
22
|
+
<path d="M395 120.667C395 116.985 397.985 114 401.667 114H468.333C472.015 114 475 116.985 475 120.667V187.333C475 191.015 472.015 194 468.333 194H401.667C397.985 194 395 191.015 395 187.333V120.667Z" fill="url(#paint2_linear_831_642)"/>
|
|
23
|
+
<path d="M420.058 124L426.25 130.209V154.25L441.5 139H457.75L457.75 142.125H454.625L437.625 159.125H422.671L426.25 162.704V184.125H417.537L412.5 179.074V127.125H410V124H420.058Z" fill="#ECFF00"/>
|
|
24
|
+
<path d="M431.53 162.78L450.764 182.014L448.875 183.902L450.996 186.023L452.897 184.147L461.647 175.397L444.562 158.312L440.095 162.78H431.53Z" fill="#ECFF00"/>
|
|
25
|
+
<path d="M395.5 120.667C395.5 117.261 398.261 114.5 401.667 114.5H468.333C471.739 114.5 474.5 117.261 474.5 120.667V187.333C474.5 190.739 471.739 193.5 468.333 193.5H401.667C398.261 193.5 395.5 190.739 395.5 187.333V120.667Z" stroke="url(#paint3_linear_831_642)" stroke-opacity="0.35"/>
|
|
26
|
+
<g filter="url(#filter1_d_831_642)">
|
|
27
|
+
<path d="M297.918 571.001C301.369 571.001 304.047 571.91 305.952 573.729C307.857 575.547 308.915 577.613 309.125 579.926H305.525C305.117 578.169 304.301 576.778 303.076 575.751C301.864 574.724 300.157 574.211 297.955 574.211C295.271 574.211 293.1 575.157 291.442 577.05C289.797 578.93 288.975 581.818 288.975 585.715C288.975 588.906 289.717 591.498 291.201 593.489C292.698 595.468 294.924 596.458 297.881 596.458C300.602 596.458 302.674 595.413 304.097 593.322C304.851 592.221 305.414 590.774 305.785 588.98H309.385C309.063 591.85 307.999 594.256 306.193 596.198C304.029 598.536 301.109 599.705 297.436 599.705C294.269 599.705 291.609 598.746 289.457 596.829C286.624 594.293 285.208 590.378 285.208 585.084C285.208 581.064 286.272 577.767 288.399 575.194C290.7 572.399 293.873 571.001 297.918 571.001ZM313.541 579.128H316.714V582.561C316.974 581.893 317.611 581.082 318.625 580.13C319.639 579.165 320.808 578.683 322.132 578.683C322.194 578.683 322.299 578.689 322.447 578.701C322.596 578.714 322.849 578.738 323.208 578.775V582.301C323.01 582.264 322.825 582.239 322.651 582.227C322.491 582.214 322.311 582.208 322.113 582.208C320.431 582.208 319.138 582.752 318.235 583.841C317.332 584.917 316.881 586.16 316.881 587.57V599H313.541V579.128ZM334.378 578.683C335.788 578.683 337.155 579.017 338.479 579.685C339.802 580.34 340.81 581.194 341.503 582.245C342.171 583.247 342.616 584.416 342.839 585.752C343.037 586.667 343.136 588.127 343.136 590.131H328.57C328.632 592.147 329.108 593.768 329.999 594.992C330.89 596.204 332.269 596.811 334.137 596.811C335.881 596.811 337.272 596.235 338.312 595.085C338.905 594.417 339.326 593.644 339.573 592.766H342.857C342.771 593.495 342.48 594.312 341.985 595.215C341.503 596.105 340.959 596.835 340.353 597.404C339.338 598.394 338.083 599.062 336.586 599.408C335.782 599.606 334.873 599.705 333.858 599.705C331.384 599.705 329.288 598.808 327.568 597.015C325.849 595.209 324.989 592.685 324.989 589.444C324.989 586.253 325.855 583.661 327.587 581.67C329.319 579.678 331.582 578.683 334.378 578.683ZM339.703 587.478C339.567 586.03 339.252 584.874 338.757 584.008C337.841 582.4 336.314 581.596 334.174 581.596C332.64 581.596 331.354 582.152 330.314 583.266C329.275 584.367 328.725 585.771 328.663 587.478H339.703ZM349.815 593.712C349.815 594.677 350.168 595.438 350.873 595.994C351.578 596.551 352.413 596.829 353.378 596.829C354.553 596.829 355.691 596.557 356.792 596.013C358.647 595.11 359.575 593.632 359.575 591.578V588.888C359.167 589.147 358.641 589.364 357.998 589.537C357.355 589.71 356.724 589.834 356.105 589.908L354.083 590.168C352.871 590.329 351.962 590.582 351.355 590.929C350.329 591.51 349.815 592.438 349.815 593.712ZM357.905 586.958C358.672 586.859 359.186 586.537 359.445 585.993C359.594 585.696 359.668 585.27 359.668 584.713C359.668 583.575 359.26 582.752 358.443 582.245C357.639 581.726 356.483 581.466 354.974 581.466C353.229 581.466 351.993 581.936 351.263 582.876C350.854 583.396 350.589 584.169 350.465 585.195H347.348C347.41 582.746 348.201 581.045 349.723 580.093C351.257 579.128 353.032 578.646 355.048 578.646C357.386 578.646 359.285 579.091 360.744 579.981C362.191 580.872 362.915 582.257 362.915 584.138V595.586C362.915 595.932 362.983 596.211 363.119 596.421C363.268 596.631 363.571 596.736 364.028 596.736C364.177 596.736 364.344 596.73 364.529 596.718C364.715 596.693 364.913 596.662 365.123 596.625V599.093C364.604 599.241 364.208 599.334 363.936 599.371C363.663 599.408 363.292 599.427 362.822 599.427C361.672 599.427 360.837 599.019 360.317 598.202C360.045 597.769 359.854 597.157 359.742 596.365C359.062 597.256 358.085 598.029 356.811 598.685C355.536 599.34 354.132 599.668 352.599 599.668C350.756 599.668 349.246 599.111 348.071 597.998C346.909 596.872 346.327 595.468 346.327 593.786C346.327 591.943 346.902 590.514 348.053 589.5C349.203 588.486 350.712 587.861 352.58 587.626L357.905 586.958ZM369.075 573.58H372.452V579.128H375.625V581.855H372.452V594.825C372.452 595.518 372.687 595.982 373.157 596.217C373.417 596.353 373.85 596.421 374.456 596.421C374.617 596.421 374.79 596.421 374.976 596.421C375.161 596.409 375.378 596.39 375.625 596.365V599C375.242 599.111 374.84 599.192 374.419 599.241C374.011 599.291 373.565 599.315 373.083 599.315C371.524 599.315 370.467 598.92 369.91 598.128C369.354 597.324 369.075 596.285 369.075 595.011V581.855H366.385V579.128H369.075V573.58ZM387.259 578.683C388.669 578.683 390.036 579.017 391.359 579.685C392.683 580.34 393.691 581.194 394.384 582.245C395.052 583.247 395.497 584.416 395.72 585.752C395.918 586.667 396.017 588.127 396.017 590.131H381.451C381.513 592.147 381.989 593.768 382.88 594.992C383.771 596.204 385.15 596.811 387.018 596.811C388.762 596.811 390.153 596.235 391.192 595.085C391.786 594.417 392.207 593.644 392.454 592.766H395.738C395.652 593.495 395.361 594.312 394.866 595.215C394.384 596.105 393.84 596.835 393.233 597.404C392.219 598.394 390.964 599.062 389.467 599.408C388.663 599.606 387.754 599.705 386.739 599.705C384.265 599.705 382.169 598.808 380.449 597.015C378.73 595.209 377.87 592.685 377.87 589.444C377.87 586.253 378.736 583.661 380.468 581.67C382.2 579.678 384.463 578.683 387.259 578.683ZM392.584 587.478C392.448 586.03 392.132 584.874 391.638 584.008C390.722 582.4 389.195 581.596 387.055 581.596C385.521 581.596 384.234 582.152 383.195 583.266C382.156 584.367 381.606 585.771 381.544 587.478H392.584ZM423.125 579.128H426.817C426.347 580.402 425.302 583.309 423.682 587.849C422.469 591.263 421.455 594.046 420.639 596.198C418.709 601.27 417.348 604.362 416.557 605.476C415.765 606.589 414.404 607.146 412.475 607.146C412.005 607.146 411.64 607.127 411.38 607.09C411.132 607.053 410.823 606.985 410.452 606.886V603.843C411.034 604.004 411.454 604.103 411.714 604.14C411.974 604.177 412.202 604.195 412.4 604.195C413.019 604.195 413.47 604.09 413.755 603.88C414.052 603.682 414.299 603.435 414.497 603.138C414.559 603.039 414.782 602.532 415.165 601.616C415.549 600.701 415.827 600.021 416 599.575L408.652 579.128H412.438L417.763 595.308L423.125 579.128ZM437.598 596.848C439.812 596.848 441.327 596.013 442.144 594.343C442.972 592.66 443.387 590.793 443.387 588.739C443.387 586.884 443.09 585.375 442.496 584.212C441.556 582.381 439.936 581.466 437.635 581.466C435.594 581.466 434.109 582.245 433.182 583.804C432.254 585.362 431.79 587.243 431.79 589.444C431.79 591.56 432.254 593.322 433.182 594.732C434.109 596.143 435.581 596.848 437.598 596.848ZM437.728 578.553C440.288 578.553 442.453 579.406 444.222 581.113C445.991 582.82 446.875 585.331 446.875 588.646C446.875 591.85 446.096 594.497 444.537 596.588C442.979 598.678 440.56 599.724 437.282 599.724C434.549 599.724 432.378 598.802 430.77 596.959C429.161 595.104 428.357 592.617 428.357 589.5C428.357 586.16 429.205 583.501 430.899 581.521C432.594 579.542 434.87 578.553 437.728 578.553ZM454.204 579.128V592.32C454.204 593.335 454.365 594.163 454.687 594.807C455.28 595.994 456.387 596.588 458.008 596.588C460.333 596.588 461.917 595.549 462.758 593.471C463.215 592.357 463.444 590.83 463.444 588.888V579.128H466.784V599H463.63L463.667 596.068C463.234 596.823 462.696 597.46 462.053 597.979C460.779 599.019 459.232 599.538 457.414 599.538C454.581 599.538 452.652 598.592 451.625 596.699C451.068 595.685 450.79 594.33 450.79 592.636V579.128H454.204ZM472.109 579.128H475.282V582.561C475.542 581.893 476.179 581.082 477.193 580.13C478.208 579.165 479.377 578.683 480.7 578.683C480.762 578.683 480.867 578.689 481.016 578.701C481.164 578.714 481.418 578.738 481.776 578.775V582.301C481.578 582.264 481.393 582.239 481.22 582.227C481.059 582.214 480.88 582.208 480.682 582.208C478.999 582.208 477.707 582.752 476.804 583.841C475.901 584.917 475.449 586.16 475.449 587.57V599H472.109V579.128ZM495.247 579.128H498.42V581.948C499.36 580.785 500.356 579.951 501.407 579.443C502.459 578.936 503.628 578.683 504.914 578.683C507.734 578.683 509.639 579.666 510.629 581.633C511.173 582.709 511.445 584.249 511.445 586.253V599H508.05V586.476C508.05 585.263 507.87 584.286 507.512 583.544C506.918 582.307 505.842 581.688 504.283 581.688C503.492 581.688 502.842 581.769 502.335 581.93C501.42 582.202 500.616 582.746 499.923 583.562C499.366 584.218 499.001 584.898 498.828 585.604C498.667 586.296 498.587 587.292 498.587 588.591V599H495.247V579.128ZM524.675 578.683C526.085 578.683 527.452 579.017 528.775 579.685C530.099 580.34 531.107 581.194 531.8 582.245C532.468 583.247 532.913 584.416 533.136 585.752C533.334 586.667 533.433 588.127 533.433 590.131H518.867C518.929 592.147 519.405 593.768 520.296 594.992C521.187 596.204 522.566 596.811 524.434 596.811C526.178 596.811 527.569 596.235 528.608 595.085C529.202 594.417 529.623 593.644 529.87 592.766H533.154C533.068 593.495 532.777 594.312 532.282 595.215C531.8 596.105 531.256 596.835 530.649 597.404C529.635 598.394 528.38 599.062 526.883 599.408C526.079 599.606 525.17 599.705 524.155 599.705C521.681 599.705 519.585 598.808 517.865 597.015C516.146 595.209 515.286 592.685 515.286 589.444C515.286 586.253 516.152 583.661 517.884 581.67C519.616 579.678 521.879 578.683 524.675 578.683ZM530 587.478C529.864 586.03 529.549 584.874 529.054 584.008C528.138 582.4 526.611 581.596 524.471 581.596C522.937 581.596 521.65 582.152 520.611 583.266C519.572 584.367 519.022 585.771 518.96 587.478H530ZM535.659 579.128H539.982L544.547 586.123L549.167 579.128L553.23 579.221L546.532 588.813L553.527 599H549.26L544.324 591.541L539.537 599H535.307L542.302 588.813L535.659 579.128ZM557.22 573.58H560.597V579.128H563.77V581.855H560.597V594.825C560.597 595.518 560.832 595.982 561.302 596.217C561.562 596.353 561.994 596.421 562.601 596.421C562.761 596.421 562.935 596.421 563.12 596.421C563.306 596.409 563.522 596.39 563.77 596.365V599C563.386 599.111 562.984 599.192 562.563 599.241C562.155 599.291 561.71 599.315 561.228 599.315C559.669 599.315 558.611 598.92 558.055 598.128C557.498 597.324 557.22 596.285 557.22 595.011V581.855H554.529V579.128H557.22V573.58ZM579.819 589.296C579.819 591.424 580.271 593.205 581.174 594.64C582.077 596.075 583.524 596.792 585.516 596.792C587.062 596.792 588.33 596.13 589.319 594.807C590.321 593.471 590.822 591.56 590.822 589.073C590.822 586.562 590.309 584.707 589.282 583.507C588.256 582.295 586.988 581.688 585.479 581.688C583.796 581.688 582.429 582.332 581.378 583.618C580.339 584.905 579.819 586.797 579.819 589.296ZM584.848 578.775C586.369 578.775 587.643 579.097 588.67 579.74C589.264 580.111 589.938 580.761 590.692 581.688V571.65H593.902V599H590.896V596.235C590.117 597.46 589.196 598.344 588.132 598.889C587.068 599.433 585.85 599.705 584.477 599.705C582.262 599.705 580.345 598.777 578.725 596.922C577.104 595.054 576.294 592.574 576.294 589.481C576.294 586.587 577.03 584.082 578.502 581.967C579.986 579.839 582.102 578.775 584.848 578.775ZM598.856 579.221H602.252V599H598.856V579.221ZM598.856 571.743H602.252V575.528H598.856V571.743ZM614.331 578.775C615.89 578.775 617.25 579.159 618.413 579.926C619.044 580.359 619.687 580.99 620.343 581.818V579.313H623.423V597.386C623.423 599.909 623.052 601.901 622.31 603.36C620.924 606.057 618.308 607.405 614.461 607.405C612.321 607.405 610.521 606.923 609.062 605.958C607.602 605.006 606.785 603.509 606.612 601.468H610.008C610.169 602.358 610.49 603.045 610.973 603.527C611.727 604.27 612.915 604.641 614.535 604.641C617.096 604.641 618.772 603.738 619.563 601.932C620.034 600.868 620.25 598.969 620.213 596.235C619.545 597.25 618.741 598.004 617.801 598.499C616.861 598.994 615.618 599.241 614.071 599.241C611.919 599.241 610.033 598.48 608.412 596.959C606.804 595.425 606 592.896 606 589.37C606 586.043 606.81 583.445 608.431 581.577C610.063 579.709 612.03 578.775 614.331 578.775ZM620.343 588.98C620.343 586.519 619.836 584.694 618.821 583.507C617.807 582.319 616.514 581.726 614.943 581.726C612.593 581.726 610.985 582.826 610.119 585.028C609.661 586.203 609.433 587.743 609.433 589.648C609.433 591.887 609.884 593.594 610.787 594.77C611.702 595.932 612.927 596.514 614.461 596.514C616.861 596.514 618.549 595.431 619.526 593.267C620.071 592.042 620.343 590.613 620.343 588.98ZM628.47 579.221H631.865V599H628.47V579.221ZM628.47 571.743H631.865V575.528H628.47V571.743ZM637.599 573.58H640.976V579.128H644.148V581.855H640.976V594.825C640.976 595.518 641.211 595.982 641.681 596.217C641.94 596.353 642.373 596.421 642.979 596.421C643.14 596.421 643.313 596.421 643.499 596.421C643.685 596.409 643.901 596.39 644.148 596.365V599C643.765 599.111 643.363 599.192 642.942 599.241C642.534 599.291 642.089 599.315 641.606 599.315C640.048 599.315 638.99 598.92 638.434 598.128C637.877 597.324 637.599 596.285 637.599 595.011V581.855H634.908V579.128H637.599V573.58ZM650.067 593.712C650.067 594.677 650.42 595.438 651.125 595.994C651.83 596.551 652.665 596.829 653.63 596.829C654.805 596.829 655.943 596.557 657.044 596.013C658.899 595.11 659.827 593.632 659.827 591.578V588.888C659.419 589.147 658.893 589.364 658.25 589.537C657.607 589.71 656.976 589.834 656.357 589.908L654.335 590.168C653.123 590.329 652.214 590.582 651.607 590.929C650.581 591.51 650.067 592.438 650.067 593.712ZM658.157 586.958C658.924 586.859 659.438 586.537 659.697 585.993C659.846 585.696 659.92 585.27 659.92 584.713C659.92 583.575 659.512 582.752 658.695 582.245C657.891 581.726 656.735 581.466 655.226 581.466C653.481 581.466 652.244 581.936 651.515 582.876C651.106 583.396 650.84 584.169 650.717 585.195H647.6C647.661 582.746 648.453 581.045 649.975 580.093C651.508 579.128 653.284 578.646 655.3 578.646C657.638 578.646 659.536 579.091 660.996 579.981C662.443 580.872 663.167 582.257 663.167 584.138V595.586C663.167 595.932 663.235 596.211 663.371 596.421C663.52 596.631 663.823 596.736 664.28 596.736C664.429 596.736 664.596 596.73 664.781 596.718C664.967 596.693 665.165 596.662 665.375 596.625V599.093C664.855 599.241 664.46 599.334 664.188 599.371C663.915 599.408 663.544 599.427 663.074 599.427C661.924 599.427 661.089 599.019 660.569 598.202C660.297 597.769 660.105 597.157 659.994 596.365C659.314 597.256 658.337 598.029 657.062 598.685C655.788 599.34 654.384 599.668 652.851 599.668C651.007 599.668 649.498 599.111 648.323 597.998C647.16 596.872 646.579 595.468 646.579 593.786C646.579 591.943 647.154 590.514 648.305 589.5C649.455 588.486 650.964 587.861 652.832 587.626L658.157 586.958ZM668.752 571.743H672.092V599H668.752V571.743ZM695.972 578.683C697.382 578.683 698.749 579.017 700.072 579.685C701.396 580.34 702.404 581.194 703.097 582.245C703.765 583.247 704.21 584.416 704.433 585.752C704.631 586.667 704.729 588.127 704.729 590.131H690.164C690.226 592.147 690.702 593.768 691.593 594.992C692.483 596.204 693.863 596.811 695.73 596.811C697.475 596.811 698.866 596.235 699.905 595.085C700.499 594.417 700.92 593.644 701.167 592.766H704.451C704.365 593.495 704.074 594.312 703.579 595.215C703.097 596.105 702.552 596.835 701.946 597.404C700.932 598.394 699.676 599.062 698.18 599.408C697.376 599.606 696.466 599.705 695.452 599.705C692.978 599.705 690.882 598.808 689.162 597.015C687.443 595.209 686.583 592.685 686.583 589.444C686.583 586.253 687.449 583.661 689.181 581.67C690.912 579.678 693.176 578.683 695.972 578.683ZM701.297 587.478C701.161 586.03 700.845 584.874 700.351 584.008C699.435 582.4 697.908 581.596 695.768 581.596C694.234 581.596 692.947 582.152 691.908 583.266C690.869 584.367 690.319 585.771 690.257 587.478H701.297ZM706.956 579.128H711.279L715.844 586.123L720.464 579.128L724.527 579.221L717.829 588.813L724.824 599H720.557L715.621 591.541L710.834 599H706.604L713.599 588.813L706.956 579.128ZM736.235 596.755C737.794 596.755 739.087 596.105 740.113 594.807C741.152 593.495 741.672 591.541 741.672 588.943C741.672 587.36 741.443 585.999 740.985 584.861C740.119 582.672 738.536 581.577 736.235 581.577C733.922 581.577 732.339 582.734 731.485 585.047C731.028 586.284 730.799 587.855 730.799 589.76C730.799 591.294 731.028 592.599 731.485 593.675C732.351 595.728 733.935 596.755 736.235 596.755ZM727.589 579.221H730.836V581.855C731.504 580.952 732.234 580.254 733.025 579.759C734.151 579.017 735.475 578.646 736.996 578.646C739.247 578.646 741.159 579.511 742.729 581.243C744.3 582.963 745.086 585.424 745.086 588.628C745.086 592.957 743.954 596.05 741.69 597.905C740.256 599.08 738.586 599.668 736.681 599.668C735.184 599.668 733.928 599.34 732.914 598.685C732.32 598.313 731.659 597.676 730.929 596.773V606.923H727.589V579.221ZM757.276 578.683C758.687 578.683 760.053 579.017 761.377 579.685C762.701 580.34 763.709 581.194 764.401 582.245C765.069 583.247 765.515 584.416 765.737 585.752C765.935 586.667 766.034 588.127 766.034 590.131H751.469C751.531 592.147 752.007 593.768 752.897 594.992C753.788 596.204 755.167 596.811 757.035 596.811C758.779 596.811 760.171 596.235 761.21 595.085C761.804 594.417 762.224 593.644 762.472 592.766H765.756C765.669 593.495 765.379 594.312 764.884 595.215C764.401 596.105 763.857 596.835 763.251 597.404C762.237 598.394 760.981 599.062 759.484 599.408C758.68 599.606 757.771 599.705 756.757 599.705C754.283 599.705 752.186 598.808 750.467 597.015C748.747 595.209 747.888 592.685 747.888 589.444C747.888 586.253 748.754 583.661 750.485 581.67C752.217 579.678 754.481 578.683 757.276 578.683ZM762.602 587.478C762.465 586.03 762.15 584.874 761.655 584.008C760.74 582.4 759.212 581.596 757.072 581.596C755.538 581.596 754.252 582.152 753.213 583.266C752.174 584.367 751.623 585.771 751.562 587.478H762.602ZM770.246 579.128H773.419V582.561C773.679 581.893 774.316 581.082 775.33 580.13C776.344 579.165 777.513 578.683 778.837 578.683C778.899 578.683 779.004 578.689 779.152 578.701C779.301 578.714 779.554 578.738 779.913 578.775V582.301C779.715 582.264 779.53 582.239 779.356 582.227C779.196 582.214 779.016 582.208 778.818 582.208C777.136 582.208 775.843 582.752 774.94 583.841C774.037 584.917 773.586 586.16 773.586 587.57V599H770.246V579.128ZM782.808 579.221H786.203V599H782.808V579.221ZM782.808 571.743H786.203V575.528H782.808V571.743ZM799.544 578.683C800.954 578.683 802.321 579.017 803.645 579.685C804.968 580.34 805.976 581.194 806.669 582.245C807.337 583.247 807.782 584.416 808.005 585.752C808.203 586.667 808.302 588.127 808.302 590.131H793.736C793.798 592.147 794.274 593.768 795.165 594.992C796.056 596.204 797.435 596.811 799.303 596.811C801.047 596.811 802.438 596.235 803.478 595.085C804.071 594.417 804.492 593.644 804.739 592.766H808.023C807.937 593.495 807.646 594.312 807.151 595.215C806.669 596.105 806.125 596.835 805.519 597.404C804.504 598.394 803.249 599.062 801.752 599.408C800.948 599.606 800.039 599.705 799.024 599.705C796.55 599.705 794.454 598.808 792.734 597.015C791.015 595.209 790.155 592.685 790.155 589.444C790.155 586.253 791.021 583.661 792.753 581.67C794.485 579.678 796.748 578.683 799.544 578.683ZM804.869 587.478C804.733 586.03 804.418 584.874 803.923 584.008C803.007 582.4 801.48 581.596 799.34 581.596C797.806 581.596 796.52 582.152 795.48 583.266C794.441 584.367 793.891 585.771 793.829 587.478H804.869ZM812.421 579.128H815.594V581.948C816.534 580.785 817.53 579.951 818.581 579.443C819.632 578.936 820.801 578.683 822.088 578.683C824.908 578.683 826.813 579.666 827.803 581.633C828.347 582.709 828.619 584.249 828.619 586.253V599H825.224V586.476C825.224 585.263 825.044 584.286 824.686 583.544C824.092 582.307 823.016 581.688 821.457 581.688C820.665 581.688 820.016 581.769 819.509 581.93C818.593 582.202 817.789 582.746 817.097 583.562C816.54 584.218 816.175 584.898 816.002 585.604C815.841 586.296 815.761 587.292 815.761 588.591V599H812.421V579.128ZM841.236 578.553C843.475 578.553 845.294 579.097 846.691 580.186C848.102 581.274 848.949 583.148 849.233 585.808H845.986C845.788 584.583 845.337 583.569 844.632 582.765C843.927 581.948 842.795 581.54 841.236 581.54C839.109 581.54 837.587 582.579 836.672 584.657C836.078 586.006 835.781 587.669 835.781 589.648C835.781 591.64 836.202 593.316 837.043 594.677C837.884 596.037 839.208 596.718 841.014 596.718C842.399 596.718 843.494 596.297 844.298 595.456C845.114 594.603 845.677 593.44 845.986 591.968H849.233C848.862 594.603 847.935 596.532 846.45 597.757C844.966 598.969 843.067 599.575 840.754 599.575C838.156 599.575 836.084 598.629 834.538 596.736C832.992 594.831 832.219 592.456 832.219 589.611C832.219 586.123 833.066 583.408 834.761 581.466C836.455 579.524 838.614 578.553 841.236 578.553ZM860.849 578.683C862.259 578.683 863.626 579.017 864.949 579.685C866.273 580.34 867.281 581.194 867.974 582.245C868.642 583.247 869.087 584.416 869.31 585.752C869.507 586.667 869.606 588.127 869.606 590.131H855.041C855.103 592.147 855.579 593.768 856.47 594.992C857.36 596.204 858.74 596.811 860.607 596.811C862.352 596.811 863.743 596.235 864.782 595.085C865.376 594.417 865.797 593.644 866.044 592.766H869.328C869.242 593.495 868.951 594.312 868.456 595.215C867.974 596.105 867.429 596.835 866.823 597.404C865.809 598.394 864.553 599.062 863.057 599.408C862.253 599.606 861.343 599.705 860.329 599.705C857.855 599.705 855.758 598.808 854.039 597.015C852.32 595.209 851.46 592.685 851.46 589.444C851.46 586.253 852.326 583.661 854.058 581.67C855.789 579.678 858.053 578.683 860.849 578.683ZM866.174 587.478C866.038 586.03 865.722 584.874 865.228 584.008C864.312 582.4 862.785 581.596 860.645 581.596C859.111 581.596 857.824 582.152 856.785 583.266C855.746 584.367 855.196 585.771 855.134 587.478H866.174ZM885.137 576.104C885.186 574.718 885.427 573.704 885.86 573.061C886.64 571.923 888.143 571.354 890.369 571.354C890.579 571.354 890.796 571.36 891.019 571.372C891.241 571.384 891.495 571.403 891.779 571.428V574.471C891.433 574.446 891.179 574.434 891.019 574.434C890.87 574.421 890.728 574.415 890.592 574.415C889.577 574.415 888.971 574.681 888.773 575.213C888.576 575.732 888.477 577.068 888.477 579.221H891.779V581.855H888.439V599H885.137V581.855H882.372V579.221H885.137V576.104ZM897.438 593.712C897.438 594.677 897.791 595.438 898.496 595.994C899.201 596.551 900.036 596.829 901.001 596.829C902.176 596.829 903.314 596.557 904.415 596.013C906.271 595.11 907.198 593.632 907.198 591.578V588.888C906.79 589.147 906.264 589.364 905.621 589.537C904.978 589.71 904.347 589.834 903.729 589.908L901.706 590.168C900.494 590.329 899.585 590.582 898.979 590.929C897.952 591.51 897.438 592.438 897.438 593.712ZM905.528 586.958C906.295 586.859 906.809 586.537 907.068 585.993C907.217 585.696 907.291 585.27 907.291 584.713C907.291 583.575 906.883 582.752 906.066 582.245C905.262 581.726 904.106 581.466 902.597 581.466C900.853 581.466 899.616 581.936 898.886 582.876C898.478 583.396 898.212 584.169 898.088 585.195H894.971C895.033 582.746 895.824 581.045 897.346 580.093C898.88 579.128 900.655 578.646 902.671 578.646C905.009 578.646 906.908 579.091 908.367 579.981C909.814 580.872 910.538 582.257 910.538 584.138V595.586C910.538 595.932 910.606 596.211 910.742 596.421C910.891 596.631 911.194 596.736 911.651 596.736C911.8 596.736 911.967 596.73 912.152 596.718C912.338 596.693 912.536 596.662 912.746 596.625V599.093C912.227 599.241 911.831 599.334 911.559 599.371C911.286 599.408 910.915 599.427 910.445 599.427C909.295 599.427 908.46 599.019 907.94 598.202C907.668 597.769 907.477 597.157 907.365 596.365C906.685 597.256 905.708 598.029 904.434 598.685C903.16 599.34 901.756 599.668 900.222 599.668C898.379 599.668 896.869 599.111 895.694 597.998C894.532 596.872 893.95 595.468 893.95 593.786C893.95 591.943 894.525 590.514 895.676 589.5C896.826 588.486 898.335 587.861 900.203 587.626L905.528 586.958ZM918.016 592.766C918.115 593.879 918.393 594.732 918.851 595.326C919.692 596.402 921.151 596.94 923.229 596.94C924.466 596.94 925.555 596.674 926.495 596.143C927.435 595.598 927.905 594.763 927.905 593.638C927.905 592.784 927.528 592.135 926.773 591.689C926.291 591.417 925.339 591.102 923.916 590.743L921.263 590.075C919.568 589.655 918.319 589.185 917.515 588.665C916.08 587.762 915.362 586.513 915.362 584.917C915.362 583.037 916.036 581.515 917.385 580.353C918.745 579.19 920.57 578.608 922.858 578.608C925.852 578.608 928.01 579.487 929.334 581.243C930.163 582.356 930.565 583.556 930.54 584.843H927.386C927.324 584.088 927.058 583.402 926.588 582.783C925.821 581.905 924.491 581.466 922.599 581.466C921.337 581.466 920.378 581.707 919.723 582.189C919.079 582.672 918.758 583.309 918.758 584.101C918.758 584.966 919.185 585.659 920.038 586.179C920.533 586.488 921.263 586.76 922.228 586.995L924.436 587.533C926.835 588.115 928.443 588.677 929.26 589.222C930.559 590.075 931.208 591.417 931.208 593.248C931.208 595.017 930.534 596.545 929.186 597.831C927.85 599.118 925.809 599.761 923.062 599.761C920.106 599.761 918.009 599.093 916.772 597.757C915.548 596.409 914.892 594.745 914.806 592.766H918.016ZM935.698 573.58H939.075V579.128H942.248V581.855H939.075V594.825C939.075 595.518 939.31 595.982 939.78 596.217C940.04 596.353 940.473 596.421 941.079 596.421C941.24 596.421 941.413 596.421 941.599 596.421C941.784 596.409 942.001 596.39 942.248 596.365V599C941.865 599.111 941.463 599.192 941.042 599.241C940.634 599.291 940.188 599.315 939.706 599.315C938.147 599.315 937.09 598.92 936.533 598.128C935.977 597.324 935.698 596.285 935.698 595.011V581.855H933.008V579.128H935.698V573.58ZM953.882 578.683C955.292 578.683 956.659 579.017 957.982 579.685C959.306 580.34 960.314 581.194 961.007 582.245C961.675 583.247 962.12 584.416 962.343 585.752C962.541 586.667 962.64 588.127 962.64 590.131H948.074C948.136 592.147 948.612 593.768 949.503 594.992C950.394 596.204 951.773 596.811 953.641 596.811C955.385 596.811 956.776 596.235 957.815 595.085C958.409 594.417 958.83 593.644 959.077 592.766H962.361C962.275 593.495 961.984 594.312 961.489 595.215C961.007 596.105 960.463 596.835 959.856 597.404C958.842 598.394 957.587 599.062 956.09 599.408C955.286 599.606 954.377 599.705 953.362 599.705C950.888 599.705 948.792 598.808 947.072 597.015C945.353 595.209 944.493 592.685 944.493 589.444C944.493 586.253 945.359 583.661 947.091 581.67C948.823 579.678 951.086 578.683 953.882 578.683ZM959.207 587.478C959.071 586.03 958.756 584.874 958.261 584.008C957.345 582.4 955.818 581.596 953.678 581.596C952.144 581.596 950.857 582.152 949.818 583.266C948.779 584.367 948.229 585.771 948.167 587.478H959.207ZM966.852 579.128H970.024V582.561C970.284 581.893 970.921 581.082 971.936 580.13C972.95 579.165 974.119 578.683 975.442 578.683C975.504 578.683 975.609 578.689 975.758 578.701C975.906 578.714 976.16 578.738 976.519 578.775V582.301C976.321 582.264 976.135 582.239 975.962 582.227C975.801 582.214 975.622 582.208 975.424 582.208C973.742 582.208 972.449 582.752 971.546 583.841C970.643 584.917 970.191 586.16 970.191 587.57V599H966.852V579.128ZM978.04 602.878C978.894 602.729 979.493 602.13 979.84 601.078C980.025 600.521 980.118 599.983 980.118 599.464C980.118 599.377 980.112 599.297 980.1 599.223C980.1 599.161 980.087 599.087 980.062 599H978.04V594.955H982.011V598.703C982.011 600.175 981.714 601.468 981.12 602.581C980.526 603.694 979.5 604.381 978.04 604.641V602.878ZM276.487 624.128H279.79V626.948C280.582 625.971 281.299 625.26 281.942 624.814C283.043 624.06 284.293 623.683 285.69 623.683C287.274 623.683 288.548 624.072 289.513 624.852C290.057 625.297 290.552 625.952 290.997 626.818C291.739 625.755 292.611 624.969 293.613 624.462C294.615 623.942 295.741 623.683 296.99 623.683C299.662 623.683 301.48 624.647 302.445 626.577C302.965 627.616 303.225 629.014 303.225 630.771V644H299.755V630.195C299.755 628.872 299.421 627.963 298.753 627.468C298.097 626.973 297.293 626.726 296.341 626.726C295.03 626.726 293.898 627.165 292.945 628.043C292.005 628.921 291.535 630.387 291.535 632.44V644H288.14V631.03C288.14 629.682 287.979 628.699 287.657 628.08C287.15 627.152 286.204 626.688 284.818 626.688C283.557 626.688 282.406 627.177 281.367 628.154C280.34 629.132 279.827 630.9 279.827 633.461V644H276.487V624.128ZM316.027 641.848C318.242 641.848 319.757 641.013 320.573 639.343C321.402 637.66 321.816 635.793 321.816 633.739C321.816 631.884 321.52 630.375 320.926 629.212C319.986 627.381 318.365 626.466 316.064 626.466C314.023 626.466 312.539 627.245 311.611 628.804C310.684 630.362 310.22 632.243 310.22 634.444C310.22 636.56 310.684 638.322 311.611 639.732C312.539 641.143 314.011 641.848 316.027 641.848ZM316.157 623.553C318.718 623.553 320.882 624.406 322.651 626.113C324.42 627.82 325.305 630.331 325.305 633.646C325.305 636.85 324.525 639.497 322.967 641.588C321.408 643.678 318.99 644.724 315.712 644.724C312.978 644.724 310.807 643.802 309.199 641.959C307.591 640.104 306.787 637.617 306.787 634.5C306.787 631.16 307.634 628.501 309.329 626.521C311.024 624.542 313.3 623.553 316.157 623.553ZM329.387 624.128H332.56V627.561C332.819 626.893 333.456 626.082 334.471 625.13C335.485 624.165 336.654 623.683 337.978 623.683C338.039 623.683 338.145 623.689 338.293 623.701C338.441 623.714 338.695 623.738 339.054 623.775V627.301C338.856 627.264 338.67 627.239 338.497 627.227C338.336 627.214 338.157 627.208 337.959 627.208C336.277 627.208 334.984 627.752 334.081 628.841C333.178 629.917 332.727 631.16 332.727 632.57V644H329.387V624.128ZM350.224 623.683C351.634 623.683 353.001 624.017 354.324 624.685C355.648 625.34 356.656 626.194 357.349 627.245C358.017 628.247 358.462 629.416 358.685 630.752C358.882 631.667 358.981 633.127 358.981 635.131H344.416C344.478 637.147 344.954 638.768 345.845 639.992C346.735 641.204 348.115 641.811 349.982 641.811C351.727 641.811 353.118 641.235 354.157 640.085C354.751 639.417 355.172 638.644 355.419 637.766H358.703C358.617 638.495 358.326 639.312 357.831 640.215C357.349 641.105 356.804 641.835 356.198 642.404C355.184 643.394 353.928 644.062 352.432 644.408C351.628 644.606 350.718 644.705 349.704 644.705C347.23 644.705 345.133 643.808 343.414 642.015C341.695 640.209 340.835 637.685 340.835 634.444C340.835 631.253 341.701 628.661 343.433 626.67C345.164 624.678 347.428 623.683 350.224 623.683ZM355.549 632.478C355.413 631.03 355.097 629.874 354.603 629.008C353.687 627.4 352.16 626.596 350.02 626.596C348.486 626.596 347.199 627.152 346.16 628.266C345.121 629.367 344.571 630.771 344.509 632.478H355.549ZM381.34 623.553C383.579 623.553 385.397 624.097 386.795 625.186C388.205 626.274 389.052 628.148 389.337 630.808H386.09C385.892 629.583 385.44 628.569 384.735 627.765C384.03 626.948 382.898 626.54 381.34 626.54C379.212 626.54 377.691 627.579 376.775 629.657C376.182 631.006 375.885 632.669 375.885 634.648C375.885 636.64 376.305 638.316 377.146 639.677C377.988 641.037 379.311 641.718 381.117 641.718C382.503 641.718 383.597 641.297 384.401 640.456C385.218 639.603 385.781 638.44 386.09 636.968H389.337C388.966 639.603 388.038 641.532 386.554 642.757C385.069 643.969 383.171 644.575 380.857 644.575C378.26 644.575 376.188 643.629 374.642 641.736C373.095 639.831 372.322 637.456 372.322 634.611C372.322 631.123 373.17 628.408 374.864 626.466C376.559 624.524 378.717 623.553 381.34 623.553ZM400.562 641.848C402.777 641.848 404.292 641.013 405.108 639.343C405.937 637.66 406.352 635.793 406.352 633.739C406.352 631.884 406.055 630.375 405.461 629.212C404.521 627.381 402.9 626.466 400.6 626.466C398.559 626.466 397.074 627.245 396.146 628.804C395.219 630.362 394.755 632.243 394.755 634.444C394.755 636.56 395.219 638.322 396.146 639.732C397.074 641.143 398.546 641.848 400.562 641.848ZM400.692 623.553C403.253 623.553 405.418 624.406 407.187 626.113C408.955 627.82 409.84 630.331 409.84 633.646C409.84 636.85 409.061 639.497 407.502 641.588C405.943 643.678 403.525 644.724 400.247 644.724C397.513 644.724 395.342 643.802 393.734 641.959C392.126 640.104 391.322 637.617 391.322 634.5C391.322 631.16 392.17 628.501 393.864 626.521C395.559 624.542 397.835 623.553 400.692 623.553ZM413.829 624.128H417.002V626.948C417.942 625.785 418.938 624.951 419.989 624.443C421.041 623.936 422.21 623.683 423.496 623.683C426.316 623.683 428.221 624.666 429.211 626.633C429.755 627.709 430.027 629.249 430.027 631.253V644H426.632V631.476C426.632 630.263 426.452 629.286 426.094 628.544C425.5 627.307 424.424 626.688 422.865 626.688C422.074 626.688 421.424 626.769 420.917 626.93C420.002 627.202 419.198 627.746 418.505 628.562C417.948 629.218 417.583 629.898 417.41 630.604C417.249 631.296 417.169 632.292 417.169 633.591V644H413.829V624.128ZM436.967 637.766C437.066 638.879 437.344 639.732 437.802 640.326C438.643 641.402 440.103 641.94 442.181 641.94C443.418 641.94 444.506 641.674 445.446 641.143C446.386 640.598 446.856 639.763 446.856 638.638C446.856 637.784 446.479 637.135 445.725 636.689C445.242 636.417 444.29 636.102 442.867 635.743L440.214 635.075C438.519 634.655 437.27 634.185 436.466 633.665C435.031 632.762 434.313 631.513 434.313 629.917C434.313 628.037 434.988 626.515 436.336 625.353C437.697 624.19 439.521 623.608 441.81 623.608C444.803 623.608 446.962 624.487 448.285 626.243C449.114 627.356 449.516 628.556 449.491 629.843H446.337C446.275 629.088 446.009 628.402 445.539 627.783C444.772 626.905 443.442 626.466 441.55 626.466C440.288 626.466 439.329 626.707 438.674 627.189C438.031 627.672 437.709 628.309 437.709 629.101C437.709 629.966 438.136 630.659 438.989 631.179C439.484 631.488 440.214 631.76 441.179 631.995L443.387 632.533C445.786 633.115 447.395 633.677 448.211 634.222C449.51 635.075 450.159 636.417 450.159 638.248C450.159 640.017 449.485 641.545 448.137 642.831C446.801 644.118 444.76 644.761 442.014 644.761C439.057 644.761 436.961 644.093 435.724 642.757C434.499 641.409 433.843 639.745 433.757 637.766H436.967ZM453.981 624.221H457.377V644H453.981V624.221ZM453.981 616.743H457.377V620.528H453.981V616.743ZM464.428 637.766C464.527 638.879 464.805 639.732 465.263 640.326C466.104 641.402 467.563 641.94 469.642 641.94C470.879 641.94 471.967 641.674 472.907 641.143C473.847 640.598 474.317 639.763 474.317 638.638C474.317 637.784 473.94 637.135 473.186 636.689C472.703 636.417 471.751 636.102 470.328 635.743L467.675 635.075C465.98 634.655 464.731 634.185 463.927 633.665C462.492 632.762 461.774 631.513 461.774 629.917C461.774 628.037 462.449 626.515 463.797 625.353C465.158 624.19 466.982 623.608 469.271 623.608C472.264 623.608 474.423 624.487 475.746 626.243C476.575 627.356 476.977 628.556 476.952 629.843H473.798C473.736 629.088 473.47 628.402 473 627.783C472.233 626.905 470.903 626.466 469.011 626.466C467.749 626.466 466.79 626.707 466.135 627.189C465.492 627.672 465.17 628.309 465.17 629.101C465.17 629.966 465.597 630.659 466.45 631.179C466.945 631.488 467.675 631.76 468.64 631.995L470.848 632.533C473.247 633.115 474.855 633.677 475.672 634.222C476.971 635.075 477.62 636.417 477.62 638.248C477.62 640.017 476.946 641.545 475.598 642.831C474.262 644.118 472.221 644.761 469.475 644.761C466.518 644.761 464.422 644.093 463.185 642.757C461.96 641.409 461.304 639.745 461.218 637.766H464.428ZM482.11 618.58H485.487V624.128H488.66V626.855H485.487V639.825C485.487 640.518 485.722 640.982 486.192 641.217C486.452 641.353 486.885 641.421 487.491 641.421C487.652 641.421 487.825 641.421 488.011 641.421C488.196 641.409 488.413 641.39 488.66 641.365V644C488.277 644.111 487.875 644.192 487.454 644.241C487.046 644.291 486.601 644.315 486.118 644.315C484.56 644.315 483.502 643.92 482.945 643.128C482.389 642.324 482.11 641.285 482.11 640.011V626.855H479.42V624.128H482.11V618.58ZM500.294 623.683C501.704 623.683 503.071 624.017 504.395 624.685C505.718 625.34 506.726 626.194 507.419 627.245C508.087 628.247 508.532 629.416 508.755 630.752C508.953 631.667 509.052 633.127 509.052 635.131H494.486C494.548 637.147 495.024 638.768 495.915 639.992C496.806 641.204 498.185 641.811 500.053 641.811C501.797 641.811 503.188 641.235 504.228 640.085C504.821 639.417 505.242 638.644 505.489 637.766H508.773C508.687 638.495 508.396 639.312 507.901 640.215C507.419 641.105 506.875 641.835 506.269 642.404C505.254 643.394 503.999 644.062 502.502 644.408C501.698 644.606 500.789 644.705 499.774 644.705C497.3 644.705 495.204 643.808 493.484 642.015C491.765 640.209 490.905 637.685 490.905 634.444C490.905 631.253 491.771 628.661 493.503 626.67C495.235 624.678 497.498 623.683 500.294 623.683ZM505.619 632.478C505.483 631.03 505.168 629.874 504.673 629.008C503.757 627.4 502.23 626.596 500.09 626.596C498.556 626.596 497.27 627.152 496.23 628.266C495.191 629.367 494.641 630.771 494.579 632.478H505.619ZM513.171 624.128H516.344V626.948C517.284 625.785 518.28 624.951 519.331 624.443C520.382 623.936 521.551 623.683 522.838 623.683C525.658 623.683 527.563 624.666 528.553 626.633C529.097 627.709 529.369 629.249 529.369 631.253V644H525.974V631.476C525.974 630.263 525.794 629.286 525.436 628.544C524.842 627.307 523.766 626.688 522.207 626.688C521.415 626.688 520.766 626.769 520.259 626.93C519.343 627.202 518.539 627.746 517.847 628.562C517.29 629.218 516.925 629.898 516.752 630.604C516.591 631.296 516.511 632.292 516.511 633.591V644H513.171V624.128ZM534.991 618.58H538.368V624.128H541.541V626.855H538.368V639.825C538.368 640.518 538.603 640.982 539.073 641.217C539.333 641.353 539.766 641.421 540.372 641.421C540.533 641.421 540.706 641.421 540.892 641.421C541.077 641.409 541.294 641.39 541.541 641.365V644C541.158 644.111 540.756 644.192 540.335 644.241C539.927 644.291 539.481 644.315 538.999 644.315C537.44 644.315 536.383 643.92 535.826 643.128C535.27 642.324 534.991 641.285 534.991 640.011V626.855H532.301V624.128H534.991V618.58ZM558.036 638.712C558.036 639.677 558.389 640.438 559.094 640.994C559.799 641.551 560.634 641.829 561.599 641.829C562.774 641.829 563.912 641.557 565.013 641.013C566.868 640.11 567.796 638.632 567.796 636.578V633.888C567.388 634.147 566.862 634.364 566.219 634.537C565.576 634.71 564.945 634.834 564.326 634.908L562.304 635.168C561.091 635.329 560.182 635.582 559.576 635.929C558.549 636.51 558.036 637.438 558.036 638.712ZM566.126 631.958C566.893 631.859 567.406 631.537 567.666 630.993C567.814 630.696 567.889 630.27 567.889 629.713C567.889 628.575 567.48 627.752 566.664 627.245C565.86 626.726 564.703 626.466 563.194 626.466C561.45 626.466 560.213 626.936 559.483 627.876C559.075 628.396 558.809 629.169 558.686 630.195H555.568C555.63 627.746 556.422 626.045 557.943 625.093C559.477 624.128 561.252 623.646 563.269 623.646C565.606 623.646 567.505 624.091 568.965 624.981C570.412 625.872 571.136 627.257 571.136 629.138V640.586C571.136 640.932 571.204 641.211 571.34 641.421C571.488 641.631 571.791 641.736 572.249 641.736C572.397 641.736 572.564 641.73 572.75 641.718C572.936 641.693 573.133 641.662 573.344 641.625V644.093C572.824 644.241 572.428 644.334 572.156 644.371C571.884 644.408 571.513 644.427 571.043 644.427C569.893 644.427 569.058 644.019 568.538 643.202C568.266 642.769 568.074 642.157 567.963 641.365C567.283 642.256 566.305 643.029 565.031 643.685C563.757 644.34 562.353 644.668 560.819 644.668C558.976 644.668 557.467 644.111 556.292 642.998C555.129 641.872 554.548 640.468 554.548 638.786C554.548 636.943 555.123 635.514 556.273 634.5C557.424 633.486 558.933 632.861 560.801 632.626L566.126 631.958ZM576.628 624.128H579.801V626.948C580.741 625.785 581.737 624.951 582.788 624.443C583.84 623.936 585.008 623.683 586.295 623.683C589.115 623.683 591.02 624.666 592.01 626.633C592.554 627.709 592.826 629.249 592.826 631.253V644H589.431V631.476C589.431 630.263 589.251 629.286 588.893 628.544C588.299 627.307 587.223 626.688 585.664 626.688C584.872 626.688 584.223 626.769 583.716 626.93C582.8 627.202 581.996 627.746 581.304 628.562C580.747 629.218 580.382 629.898 580.209 630.604C580.048 631.296 579.968 632.292 579.968 633.591V644H576.628V624.128ZM599.896 634.296C599.896 636.424 600.347 638.205 601.25 639.64C602.153 641.075 603.6 641.792 605.592 641.792C607.138 641.792 608.406 641.13 609.396 639.807C610.397 638.471 610.898 636.56 610.898 634.073C610.898 631.562 610.385 629.707 609.358 628.507C608.332 627.295 607.064 626.688 605.555 626.688C603.872 626.688 602.506 627.332 601.454 628.618C600.415 629.905 599.896 631.797 599.896 634.296ZM604.924 623.775C606.445 623.775 607.719 624.097 608.746 624.74C609.34 625.111 610.014 625.761 610.769 626.688V616.65H613.979V644H610.973V641.235C610.193 642.46 609.272 643.344 608.208 643.889C607.144 644.433 605.926 644.705 604.553 644.705C602.339 644.705 600.421 643.777 598.801 641.922C597.18 640.054 596.37 637.574 596.37 634.481C596.37 631.587 597.106 629.082 598.578 626.967C600.062 624.839 602.178 623.775 604.924 623.775ZM631.494 637.766C631.593 638.879 631.871 639.732 632.329 640.326C633.17 641.402 634.63 641.94 636.708 641.94C637.945 641.94 639.034 641.674 639.974 641.143C640.914 640.598 641.384 639.763 641.384 638.638C641.384 637.784 641.007 637.135 640.252 636.689C639.77 636.417 638.817 636.102 637.395 635.743L634.741 635.075C633.047 634.655 631.797 634.185 630.993 633.665C629.558 632.762 628.841 631.513 628.841 629.917C628.841 628.037 629.515 626.515 630.863 625.353C632.224 624.19 634.049 623.608 636.337 623.608C639.33 623.608 641.489 624.487 642.812 626.243C643.641 627.356 644.043 628.556 644.019 629.843H640.864C640.802 629.088 640.536 628.402 640.066 627.783C639.299 626.905 637.97 626.466 636.077 626.466C634.815 626.466 633.857 626.707 633.201 627.189C632.558 627.672 632.236 628.309 632.236 629.101C632.236 629.966 632.663 630.659 633.517 631.179C634.011 631.488 634.741 631.76 635.706 631.995L637.914 632.533C640.314 633.115 641.922 633.677 642.738 634.222C644.037 635.075 644.687 636.417 644.687 638.248C644.687 640.017 644.012 641.545 642.664 642.831C641.328 644.118 639.287 644.761 636.541 644.761C633.585 644.761 631.488 644.093 630.251 642.757C629.026 641.409 628.371 639.745 628.284 637.766H631.494ZM651.849 624.128V637.32C651.849 638.335 652.009 639.163 652.331 639.807C652.925 640.994 654.032 641.588 655.652 641.588C657.978 641.588 659.561 640.549 660.402 638.471C660.86 637.357 661.089 635.83 661.089 633.888V624.128H664.429V644H661.274L661.312 641.068C660.879 641.823 660.34 642.46 659.697 642.979C658.423 644.019 656.877 644.538 655.059 644.538C652.226 644.538 650.296 643.592 649.27 641.699C648.713 640.685 648.435 639.33 648.435 637.636V624.128H651.849ZM671.646 637.766C671.745 638.879 672.024 639.732 672.481 640.326C673.323 641.402 674.782 641.94 676.86 641.94C678.097 641.94 679.186 641.674 680.126 641.143C681.066 640.598 681.536 639.763 681.536 638.638C681.536 637.784 681.159 637.135 680.404 636.689C679.922 636.417 678.969 636.102 677.547 635.743L674.894 635.075C673.199 634.655 671.95 634.185 671.146 633.665C669.711 632.762 668.993 631.513 668.993 629.917C668.993 628.037 669.667 626.515 671.016 625.353C672.376 624.19 674.201 623.608 676.489 623.608C679.483 623.608 681.641 624.487 682.965 626.243C683.794 627.356 684.196 628.556 684.171 629.843H681.017C680.955 629.088 680.689 628.402 680.219 627.783C679.452 626.905 678.122 626.466 676.229 626.466C674.968 626.466 674.009 626.707 673.354 627.189C672.71 627.672 672.389 628.309 672.389 629.101C672.389 629.966 672.815 630.659 673.669 631.179C674.164 631.488 674.894 631.76 675.858 631.995L678.066 632.533C680.466 633.115 682.074 633.677 682.891 634.222C684.189 635.075 684.839 636.417 684.839 638.248C684.839 640.017 684.165 641.545 682.816 642.831C681.48 644.118 679.439 644.761 676.693 644.761C673.737 644.761 671.64 644.093 670.403 642.757C669.179 641.409 668.523 639.745 668.437 637.766H671.646ZM689.329 618.58H692.706V624.128H695.879V626.855H692.706V639.825C692.706 640.518 692.941 640.982 693.411 641.217C693.671 641.353 694.104 641.421 694.71 641.421C694.871 641.421 695.044 641.421 695.229 641.421C695.415 641.409 695.632 641.39 695.879 641.365V644C695.495 644.111 695.093 644.192 694.673 644.241C694.265 644.291 693.819 644.315 693.337 644.315C691.778 644.315 690.721 643.92 690.164 643.128C689.607 642.324 689.329 641.285 689.329 640.011V626.855H686.639V624.128H689.329V618.58ZM701.798 638.712C701.798 639.677 702.15 640.438 702.855 640.994C703.561 641.551 704.396 641.829 705.36 641.829C706.535 641.829 707.674 641.557 708.774 641.013C710.63 640.11 711.558 638.632 711.558 636.578V633.888C711.149 634.147 710.624 634.364 709.98 634.537C709.337 634.71 708.706 634.834 708.088 634.908L706.065 635.168C704.853 635.329 703.944 635.582 703.338 635.929C702.311 636.51 701.798 637.438 701.798 638.712ZM709.888 631.958C710.655 631.859 711.168 631.537 711.428 630.993C711.576 630.696 711.65 630.27 711.65 629.713C711.65 628.575 711.242 627.752 710.426 627.245C709.622 626.726 708.465 626.466 706.956 626.466C705.212 626.466 703.975 626.936 703.245 627.876C702.837 628.396 702.571 629.169 702.447 630.195H699.33C699.392 627.746 700.184 626.045 701.705 625.093C703.239 624.128 705.014 623.646 707.03 623.646C709.368 623.646 711.267 624.091 712.727 624.981C714.174 625.872 714.897 627.257 714.897 629.138V640.586C714.897 640.932 714.965 641.211 715.102 641.421C715.25 641.631 715.553 641.736 716.011 641.736C716.159 641.736 716.326 641.73 716.512 641.718C716.697 641.693 716.895 641.662 717.105 641.625V644.093C716.586 644.241 716.19 644.334 715.918 644.371C715.646 644.408 715.275 644.427 714.805 644.427C713.654 644.427 712.819 644.019 712.3 643.202C712.028 642.769 711.836 642.157 711.725 641.365C711.044 642.256 710.067 643.029 708.793 643.685C707.519 644.34 706.115 644.668 704.581 644.668C702.738 644.668 701.229 644.111 700.054 642.998C698.891 641.872 698.31 640.468 698.31 638.786C698.31 636.943 698.885 635.514 700.035 634.5C701.186 633.486 702.695 632.861 704.562 632.626L709.888 631.958ZM720.39 624.221H723.785V644H720.39V624.221ZM720.39 616.743H723.785V620.528H720.39V616.743ZM728.851 624.128H732.023V626.948C732.964 625.785 733.959 624.951 735.011 624.443C736.062 623.936 737.231 623.683 738.518 623.683C741.338 623.683 743.243 624.666 744.232 626.633C744.777 627.709 745.049 629.249 745.049 631.253V644H741.653V631.476C741.653 630.263 741.474 629.286 741.115 628.544C740.521 627.307 739.445 626.688 737.887 626.688C737.095 626.688 736.446 626.769 735.938 626.93C735.023 627.202 734.219 627.746 733.526 628.562C732.97 629.218 732.605 629.898 732.432 630.604C732.271 631.296 732.19 632.292 732.19 633.591V644H728.851V624.128ZM752.563 638.712C752.563 639.677 752.916 640.438 753.621 640.994C754.326 641.551 755.161 641.829 756.126 641.829C757.301 641.829 758.439 641.557 759.54 641.013C761.396 640.11 762.323 638.632 762.323 636.578V633.888C761.915 634.147 761.389 634.364 760.746 634.537C760.103 634.71 759.472 634.834 758.854 634.908L756.831 635.168C755.619 635.329 754.71 635.582 754.104 635.929C753.077 636.51 752.563 637.438 752.563 638.712ZM760.653 631.958C761.42 631.859 761.934 631.537 762.193 630.993C762.342 630.696 762.416 630.27 762.416 629.713C762.416 628.575 762.008 627.752 761.191 627.245C760.387 626.726 759.231 626.466 757.722 626.466C755.978 626.466 754.741 626.936 754.011 627.876C753.603 628.396 753.337 629.169 753.213 630.195H750.096C750.158 627.746 750.949 626.045 752.471 625.093C754.005 624.128 755.78 623.646 757.796 623.646C760.134 623.646 762.033 624.091 763.492 624.981C764.939 625.872 765.663 627.257 765.663 629.138V640.586C765.663 640.932 765.731 641.211 765.867 641.421C766.016 641.631 766.319 641.736 766.776 641.736C766.925 641.736 767.092 641.73 767.277 641.718C767.463 641.693 767.661 641.662 767.871 641.625V644.093C767.352 644.241 766.956 644.334 766.684 644.371C766.411 644.408 766.04 644.427 765.57 644.427C764.42 644.427 763.585 644.019 763.065 643.202C762.793 642.769 762.602 642.157 762.49 641.365C761.81 642.256 760.833 643.029 759.559 643.685C758.285 644.34 756.881 644.668 755.347 644.668C753.504 644.668 751.994 644.111 750.819 642.998C749.657 641.872 749.075 640.468 749.075 638.786C749.075 636.943 749.65 635.514 750.801 634.5C751.951 633.486 753.46 632.861 755.328 632.626L760.653 631.958ZM770.896 616.65H774.143V626.54C774.872 625.588 775.744 624.864 776.759 624.369C777.773 623.862 778.874 623.608 780.062 623.608C782.535 623.608 784.539 624.462 786.073 626.169C787.619 627.864 788.393 630.368 788.393 633.684C788.393 636.826 787.632 639.436 786.11 641.514C784.589 643.592 782.48 644.631 779.783 644.631C778.274 644.631 777 644.266 775.961 643.536C775.342 643.103 774.681 642.41 773.976 641.458V644H770.896V616.65ZM779.579 641.681C781.385 641.681 782.733 640.963 783.624 639.528C784.527 638.093 784.979 636.201 784.979 633.851C784.979 631.76 784.527 630.028 783.624 628.655C782.733 627.282 781.416 626.596 779.672 626.596C778.15 626.596 776.814 627.159 775.664 628.284C774.526 629.41 773.957 631.265 773.957 633.851C773.957 635.718 774.192 637.234 774.662 638.396C775.54 640.586 777.179 641.681 779.579 641.681ZM792.4 616.743H795.74V644H792.4V616.743ZM813.182 624.128H816.874C816.404 625.402 815.359 628.309 813.738 632.849C812.526 636.263 811.512 639.046 810.695 641.198C808.766 646.27 807.405 649.362 806.613 650.476C805.822 651.589 804.461 652.146 802.531 652.146C802.061 652.146 801.696 652.127 801.437 652.09C801.189 652.053 800.88 651.985 800.509 651.886V648.843C801.09 649.004 801.511 649.103 801.771 649.14C802.03 649.177 802.259 649.195 802.457 649.195C803.076 649.195 803.527 649.09 803.812 648.88C804.108 648.682 804.356 648.435 804.554 648.138C804.616 648.039 804.838 647.532 805.222 646.616C805.605 645.701 805.883 645.021 806.057 644.575L798.709 624.128H802.494L807.819 640.308L813.182 624.128ZM831.013 618.58H834.39V624.128H837.562V626.855H834.39V639.825C834.39 640.518 834.625 640.982 835.095 641.217C835.354 641.353 835.787 641.421 836.394 641.421C836.554 641.421 836.728 641.421 836.913 641.421C837.099 641.409 837.315 641.39 837.562 641.365V644C837.179 644.111 836.777 644.192 836.356 644.241C835.948 644.291 835.503 644.315 835.021 644.315C833.462 644.315 832.404 643.92 831.848 643.128C831.291 642.324 831.013 641.285 831.013 640.011V626.855H828.322V624.128H831.013V618.58ZM840.921 616.65H844.261V626.818C845.052 625.816 845.764 625.111 846.395 624.703C847.471 623.998 848.813 623.646 850.421 623.646C853.303 623.646 855.257 624.654 856.284 626.67C856.841 627.771 857.119 629.299 857.119 631.253V644H853.687V631.476C853.687 630.016 853.501 628.946 853.13 628.266C852.524 627.177 851.386 626.633 849.716 626.633C848.33 626.633 847.075 627.109 845.949 628.062C844.824 629.014 844.261 630.814 844.261 633.461V644H840.921V616.65ZM864.634 638.712C864.634 639.677 864.986 640.438 865.691 640.994C866.396 641.551 867.231 641.829 868.196 641.829C869.371 641.829 870.509 641.557 871.61 641.013C873.466 640.11 874.394 638.632 874.394 636.578V633.888C873.985 634.147 873.46 634.364 872.816 634.537C872.173 634.71 871.542 634.834 870.924 634.908L868.901 635.168C867.689 635.329 866.78 635.582 866.174 635.929C865.147 636.51 864.634 637.438 864.634 638.712ZM872.724 631.958C873.491 631.859 874.004 631.537 874.264 630.993C874.412 630.696 874.486 630.27 874.486 629.713C874.486 628.575 874.078 627.752 873.262 627.245C872.458 626.726 871.301 626.466 869.792 626.466C868.048 626.466 866.811 626.936 866.081 627.876C865.673 628.396 865.407 629.169 865.283 630.195H862.166C862.228 627.746 863.02 626.045 864.541 625.093C866.075 624.128 867.85 623.646 869.866 623.646C872.204 623.646 874.103 624.091 875.562 624.981C877.01 625.872 877.733 627.257 877.733 629.138V640.586C877.733 640.932 877.801 641.211 877.938 641.421C878.086 641.631 878.389 641.736 878.847 641.736C878.995 641.736 879.162 641.73 879.348 641.718C879.533 641.693 879.731 641.662 879.941 641.625V644.093C879.422 644.241 879.026 644.334 878.754 644.371C878.482 644.408 878.111 644.427 877.641 644.427C876.49 644.427 875.655 644.019 875.136 643.202C874.864 642.769 874.672 642.157 874.561 641.365C873.88 642.256 872.903 643.029 871.629 643.685C870.355 644.34 868.951 644.668 867.417 644.668C865.574 644.668 864.065 644.111 862.89 642.998C861.727 641.872 861.146 640.468 861.146 638.786C861.146 636.943 861.721 635.514 862.871 634.5C864.021 633.486 865.531 632.861 867.398 632.626L872.724 631.958ZM883.226 624.128H886.398V626.948C887.339 625.785 888.334 624.951 889.386 624.443C890.437 623.936 891.606 623.683 892.893 623.683C895.713 623.683 897.618 624.666 898.607 626.633C899.152 627.709 899.424 629.249 899.424 631.253V644H896.028V631.476C896.028 630.263 895.849 629.286 895.49 628.544C894.896 627.307 893.82 626.688 892.262 626.688C891.47 626.688 890.821 626.769 890.313 626.93C889.398 627.202 888.594 627.746 887.901 628.562C887.345 629.218 886.98 629.898 886.807 630.604C886.646 631.296 886.565 632.292 886.565 633.591V644H883.226V624.128ZM923.229 623.683C924.64 623.683 926.007 624.017 927.33 624.685C928.654 625.34 929.662 626.194 930.354 627.245C931.022 628.247 931.468 629.416 931.69 630.752C931.888 631.667 931.987 633.127 931.987 635.131H917.422C917.484 637.147 917.96 638.768 918.851 639.992C919.741 641.204 921.12 641.811 922.988 641.811C924.732 641.811 926.124 641.235 927.163 640.085C927.757 639.417 928.177 638.644 928.425 637.766H931.709C931.622 638.495 931.332 639.312 930.837 640.215C930.354 641.105 929.81 641.835 929.204 642.404C928.19 643.394 926.934 644.062 925.438 644.408C924.633 644.606 923.724 644.705 922.71 644.705C920.236 644.705 918.139 643.808 916.42 642.015C914.701 640.209 913.841 637.685 913.841 634.444C913.841 631.253 914.707 628.661 916.438 626.67C918.17 624.678 920.434 623.683 923.229 623.683ZM928.555 632.478C928.419 631.03 928.103 629.874 927.608 629.008C926.693 627.4 925.165 626.596 923.025 626.596C921.492 626.596 920.205 627.152 919.166 628.266C918.127 629.367 917.576 630.771 917.515 632.478H928.555ZM937.739 624.128L943.046 640.308L948.594 624.128H952.249L944.753 644H941.19L933.861 624.128H937.739ZM963.382 623.683C964.792 623.683 966.159 624.017 967.482 624.685C968.806 625.34 969.814 626.194 970.507 627.245C971.175 628.247 971.62 629.416 971.843 630.752C972.041 631.667 972.14 633.127 972.14 635.131H957.574C957.636 637.147 958.112 638.768 959.003 639.992C959.894 641.204 961.273 641.811 963.141 641.811C964.885 641.811 966.276 641.235 967.315 640.085C967.909 639.417 968.33 638.644 968.577 637.766H971.861C971.775 638.495 971.484 639.312 970.989 640.215C970.507 641.105 969.963 641.835 969.356 642.404C968.342 643.394 967.087 644.062 965.59 644.408C964.786 644.606 963.877 644.705 962.862 644.705C960.388 644.705 958.292 643.808 956.572 642.015C954.853 640.209 953.993 637.685 953.993 634.444C953.993 631.253 954.859 628.661 956.591 626.67C958.323 624.678 960.586 623.683 963.382 623.683ZM968.707 632.478C968.571 631.03 968.256 629.874 967.761 629.008C966.845 627.4 965.318 626.596 963.178 626.596C961.644 626.596 960.357 627.152 959.318 628.266C958.279 629.367 957.729 630.771 957.667 632.478H968.707ZM976.352 624.128H979.524V627.561C979.784 626.893 980.421 626.082 981.436 625.13C982.45 624.165 983.619 623.683 984.942 623.683C985.004 623.683 985.109 623.689 985.258 623.701C985.406 623.714 985.66 623.738 986.019 623.775V627.301C985.821 627.264 985.635 627.239 985.462 627.227C985.301 627.214 985.122 627.208 984.924 627.208C983.242 627.208 981.949 627.752 981.046 628.841C980.143 629.917 979.691 631.16 979.691 632.57V644H976.352V624.128ZM987.633 639.955H991.511V644H987.633V639.955Z" fill="white"/>
|
|
28
|
+
</g>
|
|
29
|
+
<path d="M1414.94 878.319L1861.2 432.056L1755.44 326.294H1382.32L1076.84 657.408L1293.7 878.319L1414.94 878.319Z" fill="black" fill-opacity="0.2"/>
|
|
30
|
+
</g>
|
|
31
|
+
<defs>
|
|
32
|
+
<filter id="filter0_d_831_642" x="115.207" y="270.149" width="1035.55" height="234.514" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
33
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
34
|
+
<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"/>
|
|
35
|
+
<feOffset/>
|
|
36
|
+
<feGaussianBlur stdDeviation="1"/>
|
|
37
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
38
|
+
<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"/>
|
|
39
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_831_642"/>
|
|
40
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_831_642" result="shape"/>
|
|
41
|
+
</filter>
|
|
42
|
+
<filter id="filter1_d_831_642" x="274.487" y="569.001" width="719.023" height="85.1445" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
43
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
44
|
+
<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"/>
|
|
45
|
+
<feOffset/>
|
|
46
|
+
<feGaussianBlur stdDeviation="1"/>
|
|
47
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
48
|
+
<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"/>
|
|
49
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_831_642"/>
|
|
50
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_831_642" result="shape"/>
|
|
51
|
+
</filter>
|
|
52
|
+
<linearGradient id="paint0_linear_831_642" x1="492" y1="362" x2="492" y2="760" gradientUnits="userSpaceOnUse">
|
|
53
|
+
<stop stop-color="#004E89"/>
|
|
54
|
+
<stop offset="1" stop-color="#08163B"/>
|
|
55
|
+
</linearGradient>
|
|
56
|
+
<radialGradient id="paint1_radial_831_642" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(644.5 773) rotate(90) scale(519 524.5)">
|
|
57
|
+
<stop offset="0.333333" stop-color="#F74299"/>
|
|
58
|
+
<stop offset="1" stop-color="#FF449E" stop-opacity="0"/>
|
|
59
|
+
</radialGradient>
|
|
60
|
+
<linearGradient id="paint2_linear_831_642" x1="459" y1="126.8" x2="395" y2="190.8" gradientUnits="userSpaceOnUse">
|
|
61
|
+
<stop stop-color="#06708A"/>
|
|
62
|
+
<stop offset="1" stop-color="#055D73"/>
|
|
63
|
+
</linearGradient>
|
|
64
|
+
<linearGradient id="paint3_linear_831_642" x1="395" y1="194" x2="451.5" y2="131.5" gradientUnits="userSpaceOnUse">
|
|
65
|
+
<stop stop-color="#ECFF00"/>
|
|
66
|
+
<stop offset="1" stop-color="#ECFF00" stop-opacity="0"/>
|
|
67
|
+
</linearGradient>
|
|
68
|
+
<clipPath id="clip0_831_642">
|
|
69
|
+
<rect width="1270" height="760" fill="white"/>
|
|
70
|
+
</clipPath>
|
|
71
|
+
</defs>
|
|
72
|
+
</svg>
|