@ably/ui 15.6.0-dev.1a416b3 → 15.6.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/core/Footer.js +1 -1
- package/core/Footer.js.map +1 -1
- package/core/Meganav.js.map +1 -1
- package/core/Notice.js +1 -1
- package/core/Notice.js.map +1 -1
- package/core/images/g2-best-meets-requirements-2025.svg +10 -0
- package/core/images/g2-best-support-2025.svg +10 -0
- package/core/images/g2-high-performer-2025.svg +9 -0
- package/core/images/g2-users-most-likely-to-recommend-2025.svg +10 -0
- package/index.d.ts +27 -21
- package/package.json +3 -3
- package/core/Meganav/.DS_Store +0 -0
package/core/Footer.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from"react";import Icon from"./Icon";import _absUrl from"./url-base.js";import{StatusIcon}from"./Status";const Footer=({paths,urlBase,statusUrl})=>{const absUrl=path=>_absUrl(path,urlBase);return React.createElement("footer",{className:"bg-light-grey font-sans antialiased leading-normal","data-id":"footer"},React.createElement("div",{className:"max-w-screen-xl mx-auto py-32 sm:py-40 md:py-64 ui-grid-gap ui-grid-px grid grid-cols-6"},React.createElement("div",{className:"col-span-full md:col-span-2"},React.createElement("div",{className:"flex flex-row p-menu-row-snug"},React.createElement("img",{className:"mr-24 -mt-16",src:paths.ablyStack,alt:"Ably homepage"}),React.createElement("h2",{className:"ui-text-overline2 col-span-full"},"The Ably Platform")),React.createElement("div",{className:"md:col-span-4 md:w-3/4 xs:w-3/5 w-full"},React.createElement("p",{className:"ui-text-p3 font-bold py-16 p-menu-row-snug"},"Easily power any realtime experience in your application via a simple API that handles everything realtime.")),React.createElement("ul",{className:"grid grid-cols-1"},React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/pubsub"),className:"ui-footer-menu-row-link"},"Pub/sub messaging")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/push-notifications"),className:"ui-footer-menu-row-link"},"Push notifications")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/integrations"),className:"ui-footer-menu-row-link"},"Third-party integrations")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/protocols"),className:"ui-footer-menu-row-link"},"Multiple protocol messaging")))),React.createElement("div",{className:"col-span-full xs:col-span-3 md:col-span-1"},React.createElement("h2",{className:"ui-footer-col-title"},"Ably is for"),React.createElement("ul",null,React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/solutions/asset-tracking"),className:"ui-footer-menu-row-link"},"Ably Asset Tracking")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/solutions/extend-kafka-to-the-edge"),className:"ui-footer-menu-row-link"},"Extend Kafka to the edge")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/solutions/edtech"),className:"ui-footer-menu-row-link"},"EdTech")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/solutions/automotive-logistics-and-mobility"),className:"ui-footer-menu-row-link"},"Automotive, Logistics, & Mobility")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/solutions/b2b-platforms"),className:"ui-footer-menu-row-link"},"B2B Platforms")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/solutions/healthcare"),className:"ui-footer-menu-row-link"},"Healthcare")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/solutions/ecommerce-and-retail"),className:"ui-footer-menu-row-link"},"eCommerce & Retail")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/solutions/sports-and-media"),className:"ui-footer-menu-row-link"},"Sports & Media")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/solutions/gaming"),className:"ui-footer-menu-row-link"},"Gaming")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/solutions/iot-and-connected-devices"),className:"ui-footer-menu-row-link"},"IoT & Connected Devices")))),React.createElement("div",{className:"col-span-full xs:col-span-3 md:col-span-1"},React.createElement("h2",{className:"ui-footer-col-title"},"Developers"),React.createElement("ul",null,React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/docs/quick-start-guide"),className:"ui-footer-menu-row-link"},"Start in 5 minutes")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/docs/"),className:"ui-footer-menu-row-link"},"Documentation")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/tutorials"),className:"ui-footer-menu-row-link"},"Tutorials")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:"https://changelog.ably.com/",className:"ui-footer-menu-row-link"},"Changelog")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/support"),className:"ui-footer-menu-row-link"},"Support & FAQs")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/docs/sdks"),className:"ui-footer-menu-row-link"},"SDKs")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{className:"ui-footer-menu-row-link flex items-center gap-4",href:"https://status.ably.com/",target:"_blank",rel:"noreferrer"},"System status",React.createElement(StatusIcon,{statusUrl:statusUrl}))))),React.createElement("div",{className:"col-span-full xs:col-span-3 md:col-span-1"},React.createElement("h2",{className:"ui-footer-col-title"},"WHY ABLY"),React.createElement("ul",null,React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/customers"),className:"ui-footer-menu-row-link"},"Customers")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/case-studies"),className:"ui-footer-menu-row-link"},"Case Studies")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/four-pillars-of-dependability"),className:"ui-footer-menu-row-link"},"Four Pillars of Dependability")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/compare"),className:"ui-footer-menu-row-link"},"Compare our tech")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/protocols"),className:"ui-footer-menu-row-link"},"Multi protocol support")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/integrations"),className:"ui-footer-menu-row-link"},"Third-party integrations")))),React.createElement("div",{className:"col-span-full xs:col-span-3 md:col-span-1"},React.createElement("h2",{className:"ui-footer-col-title"},"ABOUT"),React.createElement("ul",null,React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/about"),className:"ui-footer-menu-row-link"},"About Ably")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/pricing"),className:"ui-footer-menu-row-link"},"Pricing")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/blog"),className:"ui-footer-menu-row-link"},"Blog")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/careers"),className:"ui-footer-menu-row-link"},"Careers")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/open-policy"),className:"ui-footer-menu-row-link"},"Open protocol policy")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/press-center"),className:"ui-footer-menu-row-link"},"Press & Media")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/contact"),className:"ui-footer-menu-row-link"},"Contact us"))))),React.createElement("div",{className:"max-w-screen-xl ui-grid-px mx-auto"},React.createElement("hr",{className:"border-t border-mid-grey my-0"})),React.createElement("div",{className:"max-w-screen-xl mx-auto py-16 grid ui-grid-gap ui-grid-px sm:grid-cols-2"},React.createElement("div",{className:"md:flex md:items-center"},React.createElement("div",{className:"flex flex-col md:flex-row flex-auto ml-8 sm:col-span-1 md:col-span-2"},React.createElement("div",{className:""},React.createElement("div",{className:"flex pb-24"},React.createElement("a",{className:"h-24 pr-24 text-cool-black hover:text-icon-twitter",href:"https://twitter.com/ablyrealtime",title:"Ably on X"},React.createElement(Icon,{name:"icon-social-x",size:"1.5rem"})),React.createElement("a",{className:"h-24 pr-24 text-cool-black hover:text-icon-linkedin",href:"https://www.linkedin.com/company/ably-realtime",title:"Ably on LinkedIn"},React.createElement(Icon,{name:"icon-social-linkedin",size:"1.5rem"})),React.createElement("a",{className:"h-24 pr-24 text-cool-black hover:text-icon-github",href:"https://github.com/ably/",title:"Ably on Github"},React.createElement(Icon,{name:"icon-social-github",size:"1.5rem"})),React.createElement("a",{className:"h-24 pr-24 text-cool-black hover:text-icon-discord",href:"https://discord.gg/jwBPhEZ9g5",title:"Ably on Discord"},React.createElement(Icon,{name:"icon-social-discord",size:"1.5rem"})))),React.createElement("div",{className:"xs:hidden sm:block ui-footer-glassdoor"},React.createElement("div",{className:"flex sm:pt-24 md:pt-0 sm:border-t sm:border-l-0 md:border-t-0 md:border-l sm:border-mid-grey sm:w-3/4 md:w-full md:pl-24"},React.createElement("a",{href:"https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm",className:"h-24 text-cool-black hover:text-icon-glassdoor",title:"Ably reviews on glassdoor"},React.createElement(Icon,{name:"icon-social-glassdoor",size:"1.5rem"})),React.createElement("div",{className:"pl-16 text-menu3 font-sans font-medium"},React.createElement("strong",{className:"block font-medium"},"We're hiring!"),React.createElement("a",{href:"https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm",className:"ui-footer-link"},"Learn more at Glassdoor"))))),React.createElement("div",{className:"xs:block sm:hidden"},React.createElement("div",{className:"border-t border-mid-grey w-full"}),React.createElement("div",{className:"flex py-24"},React.createElement("a",{className:"h-24 pr-16 text-cool-black hover:text-icon-glassdoor",href:"https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm",title:"Ably reviews on glassdoor"},React.createElement(Icon,{name:"icon-social-glassdoor",size:"1.5rem"})),React.createElement("div",{className:"text-menu3 font-sans font-medium"},React.createElement("strong",{className:"block font-medium"},"We're hiring!"),React.createElement("a",{href:"https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm",className:"ui-footer-link"},"Learn more at Glassdoor"))))),React.createElement("div",{className:"col-span-full sm:col-span-1 inline-flex sm:ml-auto sm:items-center"},React.createElement("img",{className:"mr-24 h-80",src:paths.highestUserAdoption,alt:"Highest User Adoption 2023"}),React.createElement("img",{className:"mr-24 h-80",src:paths.bestSupport,alt:"Best Support 2023"}),React.createElement("img",{className:"mr-24 h-80",src:paths.fastestImplementation,alt:"Fastest Implementation 2023"}),React.createElement("img",{className:"mr-24 h-80",src:paths.highestPerformer,alt:"High Performer 2023"}))),React.createElement("div",{className:"max-w-screen-xl ui-grid-px mx-auto"},React.createElement("hr",{className:"border-t border-mid-grey my-0"})),React.createElement("div",{className:"max-w-screen-xl mx-auto py-24 sm:py-40 md:py-32 md:grid md:grid-cols-2 ui-grid-gap ui-grid-px"},React.createElement("div",{className:"flex ml-8 col-span-full sm:col-span-1 md:pb-16 items-center ui-footer-bottom-links"},React.createElement("div",{className:"flex"},React.createElement("a",{href:absUrl("/privacy"),className:"pr-24 ui-footer-link"},"Cookies"),React.createElement("a",{href:absUrl("/legals"),className:"pr-24 ui-footer-link"},"Legals"),React.createElement("a",{href:absUrl("/data-protection"),className:"pr-24 ui-footer-link"},"Data Protection"),React.createElement("a",{href:absUrl("/privacy"),className:"ui-footer-link"},"Privacy"))),React.createElement("div",{className:"xs:grid xs:grid-cols-2 sm:grid-cols-4 xs:pl-16 sm:pl-8 md:justify-items-end"},React.createElement("div",{className:"flex mr-24"},React.createElement(Icon,{name:"icon-gui-check-outline",color:"text-active-orange",size:"1.5rem",additionalCSS:"bg-white rounded-full mr-12 ui-footer-tick-icon"}),React.createElement("div",null,React.createElement("p",{className:"ui-footer-compliance-text font-bold whitespace-nowrap"},"SOC 2 Type 2"),React.createElement("p",{className:"ui-footer-compliance-text font-medium mb-24"},"Certified"))),React.createElement("div",{className:"flex mr-24 md:col-start-2"},React.createElement(Icon,{name:"icon-gui-check-outline",color:"text-active-orange",size:"1.5rem",additionalCSS:"bg-white rounded-full mr-12 ui-footer-tick-icon"}),React.createElement("div",null,React.createElement("p",{className:"ui-footer-compliance-text font-bold whitespace-nowrap"},"HIPAA"),React.createElement("p",{className:"ui-footer-compliance-text font-medium mb-24"},"Compliant"))),React.createElement("div",{className:"flex mr-24 md:col-start-3"},React.createElement(Icon,{name:"icon-gui-check-outline",color:"text-active-orange",size:"1.5rem",additionalCSS:"bg-white rounded-full mr-12 ui-footer-tick-icon"}),React.createElement("div",null,React.createElement("p",{className:"ui-footer-compliance-text font-bold whitespace-nowrap"},"EU GDPR"),React.createElement("p",{className:"ui-footer-compliance-text font-medium mb-24"},"Certified"))),React.createElement("div",{className:"flex mr-24 md:col-start-4"},React.createElement(Icon,{name:"icon-gui-check-outline",color:"text-active-orange",size:"1.5rem",additionalCSS:"bg-white rounded-full mr-12 ui-footer-tick-icon"}),React.createElement("div",null,React.createElement("p",{className:"ui-footer-compliance-text font-bold whitespace-nowrap"},"256-bit AES"),React.createElement("p",{className:"ui-footer-compliance-text font-medium mb-24"},"Encryption"))))))};export default Footer;
|
|
1
|
+
import React from"react";import Icon from"./Icon";import _absUrl from"./url-base.js";import{StatusIcon}from"./Status";const Footer=({paths,urlBase,statusUrl})=>{const absUrl=path=>_absUrl(path,urlBase);return React.createElement("footer",{className:"bg-light-grey font-sans antialiased leading-normal","data-id":"footer"},React.createElement("div",{className:"max-w-screen-xl mx-auto py-32 sm:py-40 md:py-64 ui-grid-gap ui-grid-px grid grid-cols-6"},React.createElement("div",{className:"col-span-full md:col-span-2"},React.createElement("div",{className:"flex flex-row p-menu-row-snug"},React.createElement("img",{className:"mr-24 -mt-16",src:paths.ablyStack,alt:"Ably homepage"}),React.createElement("h2",{className:"ui-text-overline2 col-span-full"},"The Ably Platform")),React.createElement("div",{className:"md:col-span-4 md:w-3/4 xs:w-3/5 w-full"},React.createElement("p",{className:"ui-text-p3 font-bold py-16 p-menu-row-snug"},"Easily power any realtime experience in your application via a simple API that handles everything realtime.")),React.createElement("ul",{className:"grid grid-cols-1"},React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/pubsub"),className:"ui-footer-menu-row-link"},"Pub/sub messaging")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/push-notifications"),className:"ui-footer-menu-row-link"},"Push notifications")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/integrations"),className:"ui-footer-menu-row-link"},"Third-party integrations")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/protocols"),className:"ui-footer-menu-row-link"},"Multiple protocol messaging")))),React.createElement("div",{className:"col-span-full xs:col-span-3 md:col-span-1"},React.createElement("h2",{className:"ui-footer-col-title"},"Ably is for"),React.createElement("ul",null,React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/solutions/asset-tracking"),className:"ui-footer-menu-row-link"},"Ably Asset Tracking")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/solutions/extend-kafka-to-the-edge"),className:"ui-footer-menu-row-link"},"Extend Kafka to the edge")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/solutions/edtech"),className:"ui-footer-menu-row-link"},"EdTech")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/solutions/automotive-logistics-and-mobility"),className:"ui-footer-menu-row-link"},"Automotive, Logistics, & Mobility")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/solutions/b2b-platforms"),className:"ui-footer-menu-row-link"},"B2B Platforms")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/solutions/healthcare"),className:"ui-footer-menu-row-link"},"Healthcare")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/solutions/ecommerce-and-retail"),className:"ui-footer-menu-row-link"},"eCommerce & Retail")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/solutions/sports-and-media"),className:"ui-footer-menu-row-link"},"Sports & Media")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/solutions/gaming"),className:"ui-footer-menu-row-link"},"Gaming")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/solutions/iot-and-connected-devices"),className:"ui-footer-menu-row-link"},"IoT & Connected Devices")))),React.createElement("div",{className:"col-span-full xs:col-span-3 md:col-span-1"},React.createElement("h2",{className:"ui-footer-col-title"},"Developers"),React.createElement("ul",null,React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/docs/quick-start-guide"),className:"ui-footer-menu-row-link"},"Start in 5 minutes")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/docs/"),className:"ui-footer-menu-row-link"},"Documentation")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/tutorials"),className:"ui-footer-menu-row-link"},"Tutorials")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:"https://changelog.ably.com/",className:"ui-footer-menu-row-link"},"Changelog")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/support"),className:"ui-footer-menu-row-link"},"Support & FAQs")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/docs/sdks"),className:"ui-footer-menu-row-link"},"SDKs")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{className:"ui-footer-menu-row-link flex items-center gap-4",href:"https://status.ably.com/",target:"_blank",rel:"noreferrer"},"System status",React.createElement(StatusIcon,{statusUrl:statusUrl}))))),React.createElement("div",{className:"col-span-full xs:col-span-3 md:col-span-1"},React.createElement("h2",{className:"ui-footer-col-title"},"WHY ABLY"),React.createElement("ul",null,React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/customers"),className:"ui-footer-menu-row-link"},"Customers")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/case-studies"),className:"ui-footer-menu-row-link"},"Case Studies")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/four-pillars-of-dependability"),className:"ui-footer-menu-row-link"},"Four Pillars of Dependability")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/compare"),className:"ui-footer-menu-row-link"},"Compare our tech")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/protocols"),className:"ui-footer-menu-row-link"},"Multi protocol support")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/integrations"),className:"ui-footer-menu-row-link"},"Third-party integrations")))),React.createElement("div",{className:"col-span-full xs:col-span-3 md:col-span-1"},React.createElement("h2",{className:"ui-footer-col-title"},"ABOUT"),React.createElement("ul",null,React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/about"),className:"ui-footer-menu-row-link"},"About Ably")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/pricing"),className:"ui-footer-menu-row-link"},"Pricing")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/blog"),className:"ui-footer-menu-row-link"},"Blog")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/careers"),className:"ui-footer-menu-row-link"},"Careers")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/open-policy"),className:"ui-footer-menu-row-link"},"Open protocol policy")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/press-center"),className:"ui-footer-menu-row-link"},"Press & Media")),React.createElement("li",{className:"p-menu-row-snug"},React.createElement("a",{href:absUrl("/contact"),className:"ui-footer-menu-row-link"},"Contact us"))))),React.createElement("div",{className:"max-w-screen-xl ui-grid-px mx-auto"},React.createElement("hr",{className:"border-t border-mid-grey my-0"})),React.createElement("div",{className:"max-w-screen-xl mx-auto py-16 grid ui-grid-gap ui-grid-px sm:grid-cols-2"},React.createElement("div",{className:"md:flex md:items-center"},React.createElement("div",{className:"flex flex-col md:flex-row flex-auto ml-8 sm:col-span-1 md:col-span-2"},React.createElement("div",{className:""},React.createElement("div",{className:"flex pb-24"},React.createElement("a",{className:"h-24 pr-24 text-cool-black hover:text-icon-twitter",href:"https://twitter.com/ablyrealtime",title:"Ably on X"},React.createElement(Icon,{name:"icon-social-x",size:"1.5rem"})),React.createElement("a",{className:"h-24 pr-24 text-cool-black hover:text-icon-linkedin",href:"https://www.linkedin.com/company/ably-realtime",title:"Ably on LinkedIn"},React.createElement(Icon,{name:"icon-social-linkedin",size:"1.5rem"})),React.createElement("a",{className:"h-24 pr-24 text-cool-black hover:text-icon-github",href:"https://github.com/ably/",title:"Ably on Github"},React.createElement(Icon,{name:"icon-social-github",size:"1.5rem"})),React.createElement("a",{className:"h-24 pr-24 text-cool-black hover:text-icon-discord",href:"https://discord.gg/jwBPhEZ9g5",title:"Ably on Discord"},React.createElement(Icon,{name:"icon-social-discord",size:"1.5rem"})))),React.createElement("div",{className:"xs:hidden sm:block ui-footer-glassdoor"},React.createElement("div",{className:"flex sm:pt-24 md:pt-0 sm:border-t sm:border-l-0 md:border-t-0 md:border-l sm:border-mid-grey sm:w-3/4 md:w-full md:pl-24"},React.createElement("a",{href:"https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm",className:"h-24 text-cool-black hover:text-icon-glassdoor",title:"Ably reviews on glassdoor"},React.createElement(Icon,{name:"icon-social-glassdoor",size:"1.5rem"})),React.createElement("div",{className:"pl-16 text-menu3 font-sans font-medium"},React.createElement("strong",{className:"block font-medium"},"We're hiring!"),React.createElement("a",{href:"https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm",className:"ui-footer-link"},"Learn more at Glassdoor"))))),React.createElement("div",{className:"xs:block sm:hidden"},React.createElement("div",{className:"border-t border-mid-grey w-full"}),React.createElement("div",{className:"flex py-24"},React.createElement("a",{className:"h-24 pr-16 text-cool-black hover:text-icon-glassdoor",href:"https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm",title:"Ably reviews on glassdoor"},React.createElement(Icon,{name:"icon-social-glassdoor",size:"1.5rem"})),React.createElement("div",{className:"text-menu3 font-sans font-medium"},React.createElement("strong",{className:"block font-medium"},"We're hiring!"),React.createElement("a",{href:"https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm",className:"ui-footer-link"},"Learn more at Glassdoor"))))),React.createElement("div",{className:"col-span-full sm:col-span-1 inline-flex sm:ml-auto sm:items-center"},React.createElement("img",{className:"mr-24 h-80",src:paths.bestSupport,alt:"Best Support 2025"}),React.createElement("img",{className:"mr-24 h-80",src:paths.highPerformer,alt:"High Performer 2025"}),React.createElement("img",{className:"mr-24 h-80",src:paths.usersMostLikely,alt:"Users Most Likely To Recommend 2025"}),React.createElement("img",{className:"mr-24 h-80",src:paths.bestMeetsRequirements,alt:"Best Meets Requirements 2025"}))),React.createElement("div",{className:"max-w-screen-xl ui-grid-px mx-auto"},React.createElement("hr",{className:"border-t border-mid-grey my-0"})),React.createElement("div",{className:"max-w-screen-xl mx-auto py-24 sm:py-40 md:py-32 md:grid md:grid-cols-2 ui-grid-gap ui-grid-px"},React.createElement("div",{className:"flex ml-8 col-span-full sm:col-span-1 md:pb-16 items-center ui-footer-bottom-links"},React.createElement("div",{className:"flex"},React.createElement("a",{href:absUrl("/privacy"),className:"pr-24 ui-footer-link"},"Cookies"),React.createElement("a",{href:absUrl("/legals"),className:"pr-24 ui-footer-link"},"Legals"),React.createElement("a",{href:absUrl("/data-protection"),className:"pr-24 ui-footer-link"},"Data Protection"),React.createElement("a",{href:absUrl("/privacy"),className:"ui-footer-link"},"Privacy"))),React.createElement("div",{className:"xs:grid xs:grid-cols-2 sm:grid-cols-4 xs:pl-16 sm:pl-8 md:justify-items-end"},React.createElement("div",{className:"flex mr-24"},React.createElement(Icon,{name:"icon-gui-check-outline",color:"text-active-orange",size:"1.5rem",additionalCSS:"bg-white rounded-full mr-12 ui-footer-tick-icon"}),React.createElement("div",null,React.createElement("p",{className:"ui-footer-compliance-text font-bold whitespace-nowrap"},"SOC 2 Type 2"),React.createElement("p",{className:"ui-footer-compliance-text font-medium mb-24"},"Certified"))),React.createElement("div",{className:"flex mr-24 md:col-start-2"},React.createElement(Icon,{name:"icon-gui-check-outline",color:"text-active-orange",size:"1.5rem",additionalCSS:"bg-white rounded-full mr-12 ui-footer-tick-icon"}),React.createElement("div",null,React.createElement("p",{className:"ui-footer-compliance-text font-bold whitespace-nowrap"},"HIPAA"),React.createElement("p",{className:"ui-footer-compliance-text font-medium mb-24"},"Compliant"))),React.createElement("div",{className:"flex mr-24 md:col-start-3"},React.createElement(Icon,{name:"icon-gui-check-outline",color:"text-active-orange",size:"1.5rem",additionalCSS:"bg-white rounded-full mr-12 ui-footer-tick-icon"}),React.createElement("div",null,React.createElement("p",{className:"ui-footer-compliance-text font-bold whitespace-nowrap"},"EU GDPR"),React.createElement("p",{className:"ui-footer-compliance-text font-medium mb-24"},"Certified"))),React.createElement("div",{className:"flex mr-24 md:col-start-4"},React.createElement(Icon,{name:"icon-gui-check-outline",color:"text-active-orange",size:"1.5rem",additionalCSS:"bg-white rounded-full mr-12 ui-footer-tick-icon"}),React.createElement("div",null,React.createElement("p",{className:"ui-footer-compliance-text font-bold whitespace-nowrap"},"256-bit AES"),React.createElement("p",{className:"ui-footer-compliance-text font-medium mb-24"},"Encryption"))))))};export default Footer;
|
|
2
2
|
//# sourceMappingURL=Footer.js.map
|
package/core/Footer.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/core/Footer.tsx"],"sourcesContent":["import React from \"react\";\n\nimport Icon from \"./Icon\";\nimport _absUrl from \"./url-base.js\";\nimport { StatusIcon } from \"./Status\";\n\ntype FooterProps = {\n paths: {\n ablyStack: string;\n highestPerformer: string;\n highestUserAdoption: string;\n bestSupport: string;\n fastestImplementation: string;\n };\n urlBase: string;\n statusUrl: string;\n};\n\nconst Footer = ({ paths, urlBase, statusUrl }: FooterProps) => {\n const absUrl = (path: string) => _absUrl(path, urlBase);\n\n // create a react hook that calls the statusUrl and returns the status of the system every minute\n\n return (\n <footer\n className=\"bg-light-grey font-sans antialiased leading-normal\"\n data-id=\"footer\"\n >\n <div className=\"max-w-screen-xl mx-auto py-32 sm:py-40 md:py-64 ui-grid-gap ui-grid-px grid grid-cols-6\">\n <div className=\"col-span-full md:col-span-2\">\n <div className=\"flex flex-row p-menu-row-snug\">\n <img\n className=\"mr-24 -mt-16\"\n src={paths.ablyStack}\n alt=\"Ably homepage\"\n />\n <h2 className=\"ui-text-overline2 col-span-full\">\n The Ably Platform\n </h2>\n </div>\n <div className=\"md:col-span-4 md:w-3/4 xs:w-3/5 w-full\">\n <p className=\"ui-text-p3 font-bold py-16 p-menu-row-snug\">\n Easily power any realtime experience in your application via a\n simple API that handles everything realtime.\n </p>\n </div>\n\n <ul className=\"grid grid-cols-1\">\n <li className=\"p-menu-row-snug\">\n <a href={absUrl(\"/pubsub\")} className=\"ui-footer-menu-row-link\">\n Pub/sub messaging\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/push-notifications\")}\n className=\"ui-footer-menu-row-link\"\n >\n Push notifications\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/integrations\")}\n className=\"ui-footer-menu-row-link\"\n >\n Third-party integrations\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/protocols\")}\n className=\"ui-footer-menu-row-link\"\n >\n Multiple protocol messaging\n </a>\n </li>\n </ul>\n </div>\n\n <div className=\"col-span-full xs:col-span-3 md:col-span-1\">\n <h2 className=\"ui-footer-col-title\">Ably is for</h2>\n <ul>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/solutions/asset-tracking\")}\n className=\"ui-footer-menu-row-link\"\n >\n Ably Asset Tracking\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/solutions/extend-kafka-to-the-edge\")}\n className=\"ui-footer-menu-row-link\"\n >\n Extend Kafka to the edge\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/solutions/edtech\")}\n className=\"ui-footer-menu-row-link\"\n >\n EdTech\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/solutions/automotive-logistics-and-mobility\")}\n className=\"ui-footer-menu-row-link\"\n >\n Automotive, Logistics, & Mobility\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/solutions/b2b-platforms\")}\n className=\"ui-footer-menu-row-link\"\n >\n B2B Platforms\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/solutions/healthcare\")}\n className=\"ui-footer-menu-row-link\"\n >\n Healthcare\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/solutions/ecommerce-and-retail\")}\n className=\"ui-footer-menu-row-link\"\n >\n eCommerce & Retail\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/solutions/sports-and-media\")}\n className=\"ui-footer-menu-row-link\"\n >\n Sports & Media\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/solutions/gaming\")}\n className=\"ui-footer-menu-row-link\"\n >\n Gaming\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/solutions/iot-and-connected-devices\")}\n className=\"ui-footer-menu-row-link\"\n >\n IoT & Connected Devices\n </a>\n </li>\n </ul>\n </div>\n\n <div className=\"col-span-full xs:col-span-3 md:col-span-1\">\n <h2 className=\"ui-footer-col-title\">Developers</h2>\n <ul>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/docs/quick-start-guide\")}\n className=\"ui-footer-menu-row-link\"\n >\n Start in 5 minutes\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a href={absUrl(\"/docs/\")} className=\"ui-footer-menu-row-link\">\n Documentation\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/tutorials\")}\n className=\"ui-footer-menu-row-link\"\n >\n Tutorials\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href=\"https://changelog.ably.com/\"\n className=\"ui-footer-menu-row-link\"\n >\n Changelog\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a href={absUrl(\"/support\")} className=\"ui-footer-menu-row-link\">\n Support & FAQs\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/docs/sdks\")}\n className=\"ui-footer-menu-row-link\"\n >\n SDKs\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n className=\"ui-footer-menu-row-link flex items-center gap-4\"\n href=\"https://status.ably.com/\"\n target=\"_blank\"\n rel=\"noreferrer\"\n >\n System status\n <StatusIcon statusUrl={statusUrl} />\n </a>\n </li>\n </ul>\n </div>\n\n <div className=\"col-span-full xs:col-span-3 md:col-span-1\">\n <h2 className=\"ui-footer-col-title\">WHY ABLY</h2>\n <ul>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/customers\")}\n className=\"ui-footer-menu-row-link\"\n >\n Customers\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/case-studies\")}\n className=\"ui-footer-menu-row-link\"\n >\n Case Studies\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/four-pillars-of-dependability\")}\n className=\"ui-footer-menu-row-link\"\n >\n Four Pillars of Dependability\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a href={absUrl(\"/compare\")} className=\"ui-footer-menu-row-link\">\n Compare our tech\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/protocols\")}\n className=\"ui-footer-menu-row-link\"\n >\n Multi protocol support\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/integrations\")}\n className=\"ui-footer-menu-row-link\"\n >\n Third-party integrations\n </a>\n </li>\n </ul>\n </div>\n\n <div className=\"col-span-full xs:col-span-3 md:col-span-1\">\n <h2 className=\"ui-footer-col-title\">ABOUT</h2>\n <ul>\n <li className=\"p-menu-row-snug\">\n <a href={absUrl(\"/about\")} className=\"ui-footer-menu-row-link\">\n About Ably\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a href={absUrl(\"/pricing\")} className=\"ui-footer-menu-row-link\">\n Pricing\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a href={absUrl(\"/blog\")} className=\"ui-footer-menu-row-link\">\n Blog\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a href={absUrl(\"/careers\")} className=\"ui-footer-menu-row-link\">\n Careers\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/open-policy\")}\n className=\"ui-footer-menu-row-link\"\n >\n Open protocol policy\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/press-center\")}\n className=\"ui-footer-menu-row-link\"\n >\n Press & Media\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a href={absUrl(\"/contact\")} className=\"ui-footer-menu-row-link\">\n Contact us\n </a>\n </li>\n </ul>\n </div>\n </div>\n <div className=\"max-w-screen-xl ui-grid-px mx-auto\">\n <hr className=\"border-t border-mid-grey my-0\" />\n </div>\n {/* Twitter + Glassdoor SM & above + Glassdoor XS + Badges*/}\n <div className=\"max-w-screen-xl mx-auto py-16 grid ui-grid-gap ui-grid-px sm:grid-cols-2\">\n <div className=\"md:flex md:items-center\">\n <div className=\"flex flex-col md:flex-row flex-auto ml-8 sm:col-span-1 md:col-span-2\">\n <div className=\"\">\n <div className=\"flex pb-24\">\n <a\n className=\"h-24 pr-24 text-cool-black hover:text-icon-twitter\"\n href=\"https://twitter.com/ablyrealtime\"\n title=\"Ably on X\"\n >\n <Icon name=\"icon-social-x\" size=\"1.5rem\" />\n </a>\n <a\n className=\"h-24 pr-24 text-cool-black hover:text-icon-linkedin\"\n href=\"https://www.linkedin.com/company/ably-realtime\"\n title=\"Ably on LinkedIn\"\n >\n <Icon name=\"icon-social-linkedin\" size=\"1.5rem\" />\n </a>\n <a\n className=\"h-24 pr-24 text-cool-black hover:text-icon-github\"\n href=\"https://github.com/ably/\"\n title=\"Ably on Github\"\n >\n <Icon name=\"icon-social-github\" size=\"1.5rem\" />\n </a>\n <a\n className=\"h-24 pr-24 text-cool-black hover:text-icon-discord\"\n href=\"https://discord.gg/jwBPhEZ9g5\"\n title=\"Ably on Discord\"\n >\n <Icon name=\"icon-social-discord\" size=\"1.5rem\" />\n </a>\n </div>\n </div>\n {/* GLASSDOOR on SM and Above */}\n <div className=\"xs:hidden sm:block ui-footer-glassdoor\">\n <div className=\"flex sm:pt-24 md:pt-0 sm:border-t sm:border-l-0 md:border-t-0 md:border-l sm:border-mid-grey sm:w-3/4 md:w-full md:pl-24\">\n <a\n href=\"https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm\"\n className=\"h-24 text-cool-black hover:text-icon-glassdoor\"\n title=\"Ably reviews on glassdoor\"\n >\n <Icon name=\"icon-social-glassdoor\" size=\"1.5rem\" />\n </a>\n <div className=\"pl-16 text-menu3 font-sans font-medium\">\n <strong className=\"block font-medium\">\n We're hiring!\n </strong>\n <a\n href=\"https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm\"\n className=\"ui-footer-link\"\n >\n Learn more at Glassdoor\n </a>\n </div>\n </div>\n </div>\n </div>\n {/* GlassDoor on XS ONLY */}\n <div className=\"xs:block sm:hidden\">\n <div className=\"border-t border-mid-grey w-full\"></div>\n <div className=\"flex py-24\">\n <a\n className=\"h-24 pr-16 text-cool-black hover:text-icon-glassdoor\"\n href=\"https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm\"\n title=\"Ably reviews on glassdoor\"\n >\n <Icon name=\"icon-social-glassdoor\" size=\"1.5rem\" />\n </a>\n <div className=\"text-menu3 font-sans font-medium\">\n <strong className=\"block font-medium\">\n We're hiring!\n </strong>\n <a\n href=\"https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm\"\n className=\"ui-footer-link\"\n >\n Learn more at Glassdoor\n </a>\n </div>\n </div>\n </div>\n </div>\n\n <div className=\"col-span-full sm:col-span-1 inline-flex sm:ml-auto sm:items-center\">\n <img\n className=\"mr-24 h-80\"\n src={paths.highestUserAdoption}\n alt=\"Highest User Adoption 2023\"\n />\n <img\n className=\"mr-24 h-80\"\n src={paths.bestSupport}\n alt=\"Best Support 2023\"\n />\n <img\n className=\"mr-24 h-80\"\n src={paths.fastestImplementation}\n alt=\"Fastest Implementation 2023\"\n />\n <img\n className=\"mr-24 h-80\"\n src={paths.highestPerformer}\n alt=\"High Performer 2023\"\n />\n </div>\n </div>\n\n <div className=\"max-w-screen-xl ui-grid-px mx-auto\">\n <hr className=\"border-t border-mid-grey my-0\" />\n </div>\n <div className=\"max-w-screen-xl mx-auto py-24 sm:py-40 md:py-32 md:grid md:grid-cols-2 ui-grid-gap ui-grid-px\">\n <div className=\"flex ml-8 col-span-full sm:col-span-1 md:pb-16 items-center ui-footer-bottom-links\">\n <div className=\"flex\">\n <a href={absUrl(\"/privacy\")} className=\"pr-24 ui-footer-link\">\n Cookies\n </a>\n <a href={absUrl(\"/legals\")} className=\"pr-24 ui-footer-link\">\n Legals\n </a>\n <a\n href={absUrl(\"/data-protection\")}\n className=\"pr-24 ui-footer-link\"\n >\n Data Protection\n </a>\n <a href={absUrl(\"/privacy\")} className=\"ui-footer-link\">\n Privacy\n </a>\n </div>\n </div>\n <div className=\"xs:grid xs:grid-cols-2 sm:grid-cols-4 xs:pl-16 sm:pl-8 md:justify-items-end\">\n <div className=\"flex mr-24\">\n <Icon\n name=\"icon-gui-check-outline\"\n color=\"text-active-orange\"\n size=\"1.5rem\"\n additionalCSS=\"bg-white rounded-full mr-12 ui-footer-tick-icon\"\n />\n <div>\n <p className=\"ui-footer-compliance-text font-bold whitespace-nowrap\">\n SOC 2 Type 2\n </p>\n <p className=\"ui-footer-compliance-text font-medium mb-24\">\n Certified\n </p>\n </div>\n </div>\n <div className=\"flex mr-24 md:col-start-2\">\n <Icon\n name=\"icon-gui-check-outline\"\n color=\"text-active-orange\"\n size=\"1.5rem\"\n additionalCSS=\"bg-white rounded-full mr-12 ui-footer-tick-icon\"\n />\n <div>\n <p className=\"ui-footer-compliance-text font-bold whitespace-nowrap\">\n HIPAA\n </p>\n <p className=\"ui-footer-compliance-text font-medium mb-24\">\n Compliant\n </p>\n </div>\n </div>\n <div className=\"flex mr-24 md:col-start-3\">\n <Icon\n name=\"icon-gui-check-outline\"\n color=\"text-active-orange\"\n size=\"1.5rem\"\n additionalCSS=\"bg-white rounded-full mr-12 ui-footer-tick-icon\"\n />\n <div>\n <p className=\"ui-footer-compliance-text font-bold whitespace-nowrap\">\n EU GDPR\n </p>\n <p className=\"ui-footer-compliance-text font-medium mb-24\">\n Certified\n </p>\n </div>\n </div>\n <div className=\"flex mr-24 md:col-start-4\">\n <Icon\n name=\"icon-gui-check-outline\"\n color=\"text-active-orange\"\n size=\"1.5rem\"\n additionalCSS=\"bg-white rounded-full mr-12 ui-footer-tick-icon\"\n />\n <div>\n <p className=\"ui-footer-compliance-text font-bold whitespace-nowrap\">\n 256-bit AES\n </p>\n <p className=\"ui-footer-compliance-text font-medium mb-24\">\n Encryption\n </p>\n </div>\n </div>\n </div>\n </div>\n </footer>\n );\n};\n\nexport default Footer;\n"],"names":["React","Icon","_absUrl","StatusIcon","Footer","paths","urlBase","statusUrl","absUrl","path","footer","className","data-id","div","img","src","ablyStack","alt","h2","p","ul","li","a","href","target","rel","hr","title","name","size","strong","highestUserAdoption","bestSupport","fastestImplementation","highestPerformer","color","additionalCSS"],"mappings":"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"}
|
|
1
|
+
{"version":3,"sources":["../../src/core/Footer.tsx"],"sourcesContent":["import React from \"react\";\n\nimport Icon from \"./Icon\";\nimport _absUrl from \"./url-base.js\";\nimport { StatusIcon } from \"./Status\";\n\ntype FooterProps = {\n paths: {\n ablyStack: string;\n bestSupport: string;\n highPerformer: string;\n usersMostLikely: string;\n bestMeetsRequirements: string;\n };\n urlBase: string;\n statusUrl: string;\n};\n\nconst Footer = ({ paths, urlBase, statusUrl }: FooterProps) => {\n const absUrl = (path: string) => _absUrl(path, urlBase);\n\n // create a react hook that calls the statusUrl and returns the status of the system every minute\n\n return (\n <footer\n className=\"bg-light-grey font-sans antialiased leading-normal\"\n data-id=\"footer\"\n >\n <div className=\"max-w-screen-xl mx-auto py-32 sm:py-40 md:py-64 ui-grid-gap ui-grid-px grid grid-cols-6\">\n <div className=\"col-span-full md:col-span-2\">\n <div className=\"flex flex-row p-menu-row-snug\">\n <img\n className=\"mr-24 -mt-16\"\n src={paths.ablyStack}\n alt=\"Ably homepage\"\n />\n <h2 className=\"ui-text-overline2 col-span-full\">\n The Ably Platform\n </h2>\n </div>\n <div className=\"md:col-span-4 md:w-3/4 xs:w-3/5 w-full\">\n <p className=\"ui-text-p3 font-bold py-16 p-menu-row-snug\">\n Easily power any realtime experience in your application via a\n simple API that handles everything realtime.\n </p>\n </div>\n\n <ul className=\"grid grid-cols-1\">\n <li className=\"p-menu-row-snug\">\n <a href={absUrl(\"/pubsub\")} className=\"ui-footer-menu-row-link\">\n Pub/sub messaging\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/push-notifications\")}\n className=\"ui-footer-menu-row-link\"\n >\n Push notifications\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/integrations\")}\n className=\"ui-footer-menu-row-link\"\n >\n Third-party integrations\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/protocols\")}\n className=\"ui-footer-menu-row-link\"\n >\n Multiple protocol messaging\n </a>\n </li>\n </ul>\n </div>\n\n <div className=\"col-span-full xs:col-span-3 md:col-span-1\">\n <h2 className=\"ui-footer-col-title\">Ably is for</h2>\n <ul>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/solutions/asset-tracking\")}\n className=\"ui-footer-menu-row-link\"\n >\n Ably Asset Tracking\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/solutions/extend-kafka-to-the-edge\")}\n className=\"ui-footer-menu-row-link\"\n >\n Extend Kafka to the edge\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/solutions/edtech\")}\n className=\"ui-footer-menu-row-link\"\n >\n EdTech\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/solutions/automotive-logistics-and-mobility\")}\n className=\"ui-footer-menu-row-link\"\n >\n Automotive, Logistics, & Mobility\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/solutions/b2b-platforms\")}\n className=\"ui-footer-menu-row-link\"\n >\n B2B Platforms\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/solutions/healthcare\")}\n className=\"ui-footer-menu-row-link\"\n >\n Healthcare\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/solutions/ecommerce-and-retail\")}\n className=\"ui-footer-menu-row-link\"\n >\n eCommerce & Retail\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/solutions/sports-and-media\")}\n className=\"ui-footer-menu-row-link\"\n >\n Sports & Media\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/solutions/gaming\")}\n className=\"ui-footer-menu-row-link\"\n >\n Gaming\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/solutions/iot-and-connected-devices\")}\n className=\"ui-footer-menu-row-link\"\n >\n IoT & Connected Devices\n </a>\n </li>\n </ul>\n </div>\n\n <div className=\"col-span-full xs:col-span-3 md:col-span-1\">\n <h2 className=\"ui-footer-col-title\">Developers</h2>\n <ul>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/docs/quick-start-guide\")}\n className=\"ui-footer-menu-row-link\"\n >\n Start in 5 minutes\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a href={absUrl(\"/docs/\")} className=\"ui-footer-menu-row-link\">\n Documentation\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/tutorials\")}\n className=\"ui-footer-menu-row-link\"\n >\n Tutorials\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href=\"https://changelog.ably.com/\"\n className=\"ui-footer-menu-row-link\"\n >\n Changelog\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a href={absUrl(\"/support\")} className=\"ui-footer-menu-row-link\">\n Support & FAQs\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/docs/sdks\")}\n className=\"ui-footer-menu-row-link\"\n >\n SDKs\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n className=\"ui-footer-menu-row-link flex items-center gap-4\"\n href=\"https://status.ably.com/\"\n target=\"_blank\"\n rel=\"noreferrer\"\n >\n System status\n <StatusIcon statusUrl={statusUrl} />\n </a>\n </li>\n </ul>\n </div>\n\n <div className=\"col-span-full xs:col-span-3 md:col-span-1\">\n <h2 className=\"ui-footer-col-title\">WHY ABLY</h2>\n <ul>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/customers\")}\n className=\"ui-footer-menu-row-link\"\n >\n Customers\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/case-studies\")}\n className=\"ui-footer-menu-row-link\"\n >\n Case Studies\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/four-pillars-of-dependability\")}\n className=\"ui-footer-menu-row-link\"\n >\n Four Pillars of Dependability\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a href={absUrl(\"/compare\")} className=\"ui-footer-menu-row-link\">\n Compare our tech\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/protocols\")}\n className=\"ui-footer-menu-row-link\"\n >\n Multi protocol support\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/integrations\")}\n className=\"ui-footer-menu-row-link\"\n >\n Third-party integrations\n </a>\n </li>\n </ul>\n </div>\n\n <div className=\"col-span-full xs:col-span-3 md:col-span-1\">\n <h2 className=\"ui-footer-col-title\">ABOUT</h2>\n <ul>\n <li className=\"p-menu-row-snug\">\n <a href={absUrl(\"/about\")} className=\"ui-footer-menu-row-link\">\n About Ably\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a href={absUrl(\"/pricing\")} className=\"ui-footer-menu-row-link\">\n Pricing\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a href={absUrl(\"/blog\")} className=\"ui-footer-menu-row-link\">\n Blog\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a href={absUrl(\"/careers\")} className=\"ui-footer-menu-row-link\">\n Careers\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/open-policy\")}\n className=\"ui-footer-menu-row-link\"\n >\n Open protocol policy\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a\n href={absUrl(\"/press-center\")}\n className=\"ui-footer-menu-row-link\"\n >\n Press & Media\n </a>\n </li>\n <li className=\"p-menu-row-snug\">\n <a href={absUrl(\"/contact\")} className=\"ui-footer-menu-row-link\">\n Contact us\n </a>\n </li>\n </ul>\n </div>\n </div>\n <div className=\"max-w-screen-xl ui-grid-px mx-auto\">\n <hr className=\"border-t border-mid-grey my-0\" />\n </div>\n {/* Twitter + Glassdoor SM & above + Glassdoor XS + Badges*/}\n <div className=\"max-w-screen-xl mx-auto py-16 grid ui-grid-gap ui-grid-px sm:grid-cols-2\">\n <div className=\"md:flex md:items-center\">\n <div className=\"flex flex-col md:flex-row flex-auto ml-8 sm:col-span-1 md:col-span-2\">\n <div className=\"\">\n <div className=\"flex pb-24\">\n <a\n className=\"h-24 pr-24 text-cool-black hover:text-icon-twitter\"\n href=\"https://twitter.com/ablyrealtime\"\n title=\"Ably on X\"\n >\n <Icon name=\"icon-social-x\" size=\"1.5rem\" />\n </a>\n <a\n className=\"h-24 pr-24 text-cool-black hover:text-icon-linkedin\"\n href=\"https://www.linkedin.com/company/ably-realtime\"\n title=\"Ably on LinkedIn\"\n >\n <Icon name=\"icon-social-linkedin\" size=\"1.5rem\" />\n </a>\n <a\n className=\"h-24 pr-24 text-cool-black hover:text-icon-github\"\n href=\"https://github.com/ably/\"\n title=\"Ably on Github\"\n >\n <Icon name=\"icon-social-github\" size=\"1.5rem\" />\n </a>\n <a\n className=\"h-24 pr-24 text-cool-black hover:text-icon-discord\"\n href=\"https://discord.gg/jwBPhEZ9g5\"\n title=\"Ably on Discord\"\n >\n <Icon name=\"icon-social-discord\" size=\"1.5rem\" />\n </a>\n </div>\n </div>\n {/* GLASSDOOR on SM and Above */}\n <div className=\"xs:hidden sm:block ui-footer-glassdoor\">\n <div className=\"flex sm:pt-24 md:pt-0 sm:border-t sm:border-l-0 md:border-t-0 md:border-l sm:border-mid-grey sm:w-3/4 md:w-full md:pl-24\">\n <a\n href=\"https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm\"\n className=\"h-24 text-cool-black hover:text-icon-glassdoor\"\n title=\"Ably reviews on glassdoor\"\n >\n <Icon name=\"icon-social-glassdoor\" size=\"1.5rem\" />\n </a>\n <div className=\"pl-16 text-menu3 font-sans font-medium\">\n <strong className=\"block font-medium\">\n We're hiring!\n </strong>\n <a\n href=\"https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm\"\n className=\"ui-footer-link\"\n >\n Learn more at Glassdoor\n </a>\n </div>\n </div>\n </div>\n </div>\n {/* GlassDoor on XS ONLY */}\n <div className=\"xs:block sm:hidden\">\n <div className=\"border-t border-mid-grey w-full\"></div>\n <div className=\"flex py-24\">\n <a\n className=\"h-24 pr-16 text-cool-black hover:text-icon-glassdoor\"\n href=\"https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm\"\n title=\"Ably reviews on glassdoor\"\n >\n <Icon name=\"icon-social-glassdoor\" size=\"1.5rem\" />\n </a>\n <div className=\"text-menu3 font-sans font-medium\">\n <strong className=\"block font-medium\">\n We're hiring!\n </strong>\n <a\n href=\"https://www.glassdoor.co.uk/Overview/Working-at-Ably-EI_IE2184188.11,15.htm\"\n className=\"ui-footer-link\"\n >\n Learn more at Glassdoor\n </a>\n </div>\n </div>\n </div>\n </div>\n\n <div className=\"col-span-full sm:col-span-1 inline-flex sm:ml-auto sm:items-center\">\n <img\n className=\"mr-24 h-80\"\n src={paths.bestSupport}\n alt=\"Best Support 2025\"\n />\n <img\n className=\"mr-24 h-80\"\n src={paths.highPerformer}\n alt=\"High Performer 2025\"\n />\n <img\n className=\"mr-24 h-80\"\n src={paths.usersMostLikely}\n alt=\"Users Most Likely To Recommend 2025\"\n />\n <img\n className=\"mr-24 h-80\"\n src={paths.bestMeetsRequirements}\n alt=\"Best Meets Requirements 2025\"\n />\n </div>\n </div>\n\n <div className=\"max-w-screen-xl ui-grid-px mx-auto\">\n <hr className=\"border-t border-mid-grey my-0\" />\n </div>\n <div className=\"max-w-screen-xl mx-auto py-24 sm:py-40 md:py-32 md:grid md:grid-cols-2 ui-grid-gap ui-grid-px\">\n <div className=\"flex ml-8 col-span-full sm:col-span-1 md:pb-16 items-center ui-footer-bottom-links\">\n <div className=\"flex\">\n <a href={absUrl(\"/privacy\")} className=\"pr-24 ui-footer-link\">\n Cookies\n </a>\n <a href={absUrl(\"/legals\")} className=\"pr-24 ui-footer-link\">\n Legals\n </a>\n <a\n href={absUrl(\"/data-protection\")}\n className=\"pr-24 ui-footer-link\"\n >\n Data Protection\n </a>\n <a href={absUrl(\"/privacy\")} className=\"ui-footer-link\">\n Privacy\n </a>\n </div>\n </div>\n <div className=\"xs:grid xs:grid-cols-2 sm:grid-cols-4 xs:pl-16 sm:pl-8 md:justify-items-end\">\n <div className=\"flex mr-24\">\n <Icon\n name=\"icon-gui-check-outline\"\n color=\"text-active-orange\"\n size=\"1.5rem\"\n additionalCSS=\"bg-white rounded-full mr-12 ui-footer-tick-icon\"\n />\n <div>\n <p className=\"ui-footer-compliance-text font-bold whitespace-nowrap\">\n SOC 2 Type 2\n </p>\n <p className=\"ui-footer-compliance-text font-medium mb-24\">\n Certified\n </p>\n </div>\n </div>\n <div className=\"flex mr-24 md:col-start-2\">\n <Icon\n name=\"icon-gui-check-outline\"\n color=\"text-active-orange\"\n size=\"1.5rem\"\n additionalCSS=\"bg-white rounded-full mr-12 ui-footer-tick-icon\"\n />\n <div>\n <p className=\"ui-footer-compliance-text font-bold whitespace-nowrap\">\n HIPAA\n </p>\n <p className=\"ui-footer-compliance-text font-medium mb-24\">\n Compliant\n </p>\n </div>\n </div>\n <div className=\"flex mr-24 md:col-start-3\">\n <Icon\n name=\"icon-gui-check-outline\"\n color=\"text-active-orange\"\n size=\"1.5rem\"\n additionalCSS=\"bg-white rounded-full mr-12 ui-footer-tick-icon\"\n />\n <div>\n <p className=\"ui-footer-compliance-text font-bold whitespace-nowrap\">\n EU GDPR\n </p>\n <p className=\"ui-footer-compliance-text font-medium mb-24\">\n Certified\n </p>\n </div>\n </div>\n <div className=\"flex mr-24 md:col-start-4\">\n <Icon\n name=\"icon-gui-check-outline\"\n color=\"text-active-orange\"\n size=\"1.5rem\"\n additionalCSS=\"bg-white rounded-full mr-12 ui-footer-tick-icon\"\n />\n <div>\n <p className=\"ui-footer-compliance-text font-bold whitespace-nowrap\">\n 256-bit AES\n </p>\n <p className=\"ui-footer-compliance-text font-medium mb-24\">\n Encryption\n </p>\n </div>\n </div>\n </div>\n </div>\n </footer>\n );\n};\n\nexport default Footer;\n"],"names":["React","Icon","_absUrl","StatusIcon","Footer","paths","urlBase","statusUrl","absUrl","path","footer","className","data-id","div","img","src","ablyStack","alt","h2","p","ul","li","a","href","target","rel","hr","title","name","size","strong","bestSupport","highPerformer","usersMostLikely","bestMeetsRequirements","color","additionalCSS"],"mappings":"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"}
|
package/core/Meganav.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/core/Meganav.tsx"],"sourcesContent":["import React, { ReactNode, useEffect, useState } from \"react\";\n\nimport { connectState } from \"./remote-data-store.js\";\nimport { selectSessionData } from \"./remote-session-data.js\";\n\nimport Logo from \"./Logo\";\nimport MeganavData from \"./Meganav/component.json\";\nimport MeganavScripts from \"./Meganav/component.js\";\nimport MeganavItemsDesktop from \"./MeganavItemsDesktop\";\nimport MeganavItemsSignedIn from \"./MeganavItemsSignedIn\";\nimport MeganavItemsMobile from \"./MeganavItemsMobile\";\nimport Notice from \"./Notice\";\nimport _absUrl from \"./url-base.js\";\nimport MeganavContentProducts from \"./MeganavContentProducts\";\nimport MeganavContentUseCases from \"./MeganavContentUseCases\";\nimport MeganavContentCompany from \"./MeganavContentCompany\";\nimport MeganavContentDevelopers from \"./MeganavContentDevelopers\";\nimport MeganavSearch from \"./MeganavSearch\";\nimport { ColorClass } from \"./styles/colors/types\";\n\nexport type MeganavTheme = {\n backgroundColor?: ColorClass;\n textColor?: ColorClass;\n buttonBackgroundColor?: ColorClass;\n buttonTextColor?: ColorClass;\n mobileMenuColor: ColorClass;\n logoTextColor?: ColorClass;\n barShadow?: string;\n};\n\nexport type AbsUrl = (path: string) => string;\n\nexport type MeganavPaths = {\n logo?: string;\n iconSprites: string;\n ablyStack: string;\n blogThumb1: string;\n blogThumb2: string;\n blogThumb3: string;\n awsLogo?: string;\n};\n\nexport type MeganavPanels = {\n [index: string]: ({\n paths,\n absUrl,\n statusUrl,\n }: {\n paths?: MeganavPaths;\n absUrl: (path: string) => string;\n statusUrl: string;\n }) => ReactNode;\n};\n\nexport type MeganavSessionState = {\n signedIn: boolean;\n logOut: {\n token: string;\n href: string;\n text: string;\n };\n accountName: string;\n preferredEmail: string;\n account: {\n links: {\n dashboard: {\n href: string;\n };\n };\n };\n mySettings: {\n text: string;\n href: string;\n };\n myAccessTokens: {\n text: string;\n href: string;\n };\n};\n\ntype SignInProps = {\n sessionState: MeganavSessionState;\n theme: MeganavTheme;\n loginLink: string;\n absUrl: AbsUrl;\n searchDataId?: string;\n};\n\
|
|
1
|
+
{"version":3,"sources":["../../src/core/Meganav.tsx"],"sourcesContent":["import React, { ReactNode, useEffect, useState } from \"react\";\n\nimport { connectState } from \"./remote-data-store.js\";\nimport { selectSessionData } from \"./remote-session-data.js\";\n\nimport Logo from \"./Logo\";\nimport MeganavData from \"./Meganav/component.json\";\nimport MeganavScripts from \"./Meganav/component.js\";\nimport MeganavItemsDesktop from \"./MeganavItemsDesktop\";\nimport MeganavItemsSignedIn from \"./MeganavItemsSignedIn\";\nimport MeganavItemsMobile from \"./MeganavItemsMobile\";\nimport Notice from \"./Notice\";\nimport _absUrl from \"./url-base.js\";\nimport MeganavContentProducts from \"./MeganavContentProducts\";\nimport MeganavContentUseCases from \"./MeganavContentUseCases\";\nimport MeganavContentCompany from \"./MeganavContentCompany\";\nimport MeganavContentDevelopers from \"./MeganavContentDevelopers\";\nimport MeganavSearch from \"./MeganavSearch\";\nimport { ColorClass } from \"./styles/colors/types\";\n\nexport type MeganavTheme = {\n backgroundColor?: ColorClass;\n textColor?: ColorClass;\n buttonBackgroundColor?: ColorClass;\n buttonTextColor?: ColorClass;\n mobileMenuColor: ColorClass;\n logoTextColor?: ColorClass;\n barShadow?: string;\n};\n\nexport type AbsUrl = (path: string) => string;\n\nexport type MeganavPaths = {\n logo?: string;\n iconSprites: string;\n ablyStack: string;\n blogThumb1: string;\n blogThumb2: string;\n blogThumb3: string;\n awsLogo?: string;\n};\n\nexport type MeganavPanels = {\n [index: string]: ({\n paths,\n absUrl,\n statusUrl,\n }: {\n paths?: MeganavPaths;\n absUrl: (path: string) => string;\n statusUrl: string;\n }) => ReactNode;\n};\n\nexport type MeganavSessionState = {\n signedIn: boolean;\n logOut: {\n token: string;\n href: string;\n text: string;\n };\n accountName: string;\n preferredEmail: string;\n account: {\n links: {\n dashboard: {\n href: string;\n };\n };\n };\n mySettings: {\n text: string;\n href: string;\n };\n myAccessTokens: {\n text: string;\n href: string;\n };\n};\n\ntype SignInProps = {\n sessionState: MeganavSessionState;\n theme: MeganavTheme;\n loginLink: string;\n absUrl: AbsUrl;\n searchDataId?: string;\n};\n\n// This type is based on the API response from the notice API and the data\n// passed into the Meganav component, which then turns it into something\n// the Notice component can use. The type is exported for the benefit of\n// Voltaire\nexport type MeganavNoticeProps = {\n props: {\n title: string;\n bodyText: string;\n buttonLink: string;\n buttonLabel: string;\n closeBtn: boolean;\n };\n config: {\n cookieId: string;\n noticeId: string | number;\n options: {\n collapse: boolean;\n };\n };\n};\n\ntype MeganavProps = {\n paths?: MeganavPaths;\n themeName: \"white\" | \"black\" | \"transparentToWhite\";\n notice?: MeganavNoticeProps;\n loginLink?: string;\n urlBase?: string;\n addSearchApiKey: string;\n statusUrl: string;\n searchDataId?: string;\n};\n\nconst SignIn = ({\n sessionState,\n theme,\n loginLink,\n absUrl,\n searchDataId,\n}: SignInProps) => {\n return sessionState.signedIn ? (\n <MeganavItemsSignedIn\n absUrl={absUrl}\n sessionState={sessionState}\n theme={theme}\n searchDataId={searchDataId}\n />\n ) : (\n <ul className=\"hidden md:flex items-center\">\n <li className=\"ui-meganav-item\">\n <a\n href={absUrl(\"/contact\")}\n className={`ui-meganav-link ${theme.textColor}`}\n data-id=\"meganav-link\"\n >\n Contact us\n </a>\n </li>\n <li className=\"ui-meganav-item\">\n <a\n href={absUrl(loginLink)}\n className={`ui-meganav-link mr-0 ${theme.textColor}`}\n data-id=\"meganav-link\"\n >\n Login\n </a>\n </li>\n <li className=\"ui-meganav-item\">\n <MeganavSearch absUrl={absUrl} dataId={searchDataId} />\n </li>\n <li className=\"ui-meganav-item\">\n <a\n href={absUrl(\"/sign-up\")}\n data-id=\"meganav-sign-up-btn\"\n className={`ui-btn p-btn-small ${theme.buttonBackgroundColor} ${theme.buttonTextColor}`}\n >\n Sign up free\n </a>\n </li>\n </ul>\n );\n};\n\nconst SignInPlaceholder = () => <div />;\n\nconst panels = {\n MeganavContentProducts,\n MeganavContentUseCases,\n MeganavContentCompany,\n MeganavContentDevelopers,\n};\n\nconst Meganav = ({\n paths,\n themeName = \"white\",\n notice,\n loginLink = \"/login\",\n urlBase,\n addSearchApiKey,\n statusUrl,\n searchDataId,\n}: MeganavProps) => {\n const [sessionState, setSessionState] = useState<MeganavSessionState>();\n\n useEffect(() => {\n // Note if state is never updated, sessionState stays null and never removes the placeholder.\n // This makes SSR consistent (ie. we always show the placeholder)\n connectState(selectSessionData, setSessionState);\n }, []);\n\n useEffect(() => {\n const teardown = MeganavScripts({ themeName, addSearchApiKey });\n return () => teardown();\n }, [sessionState]);\n\n const theme = MeganavData.themes[themeName] as MeganavTheme;\n const absUrl = (path: string) => _absUrl(path, urlBase);\n\n return (\n <nav\n className={`ui-meganav-wrapper ${theme.backgroundColor} ${theme.barShadow}`}\n data-id=\"meganav\"\n aria-label=\"Main\"\n >\n {notice && <Notice {...notice.props} config={notice.config} />}\n <div className=\"ui-meganav ui-grid-px\">\n <div className=\"mr-24\">\n <Logo dataId=\"meganav-logo\" href={urlBase} logoUrl={paths?.logo} />\n </div>\n\n <MeganavItemsDesktop\n panels={panels}\n paths={paths}\n theme={theme}\n absUrl={absUrl}\n statusUrl={statusUrl}\n />\n\n {/* Because we load the session state through fetch, we display a placeholder until fetch returns */}\n {sessionState ? (\n <SignIn\n sessionState={sessionState}\n theme={theme}\n loginLink={loginLink}\n absUrl={absUrl}\n searchDataId={searchDataId}\n />\n ) : (\n <SignInPlaceholder />\n )}\n\n <MeganavItemsMobile\n panels={panels}\n sessionState={sessionState}\n paths={paths}\n theme={theme}\n loginLink={loginLink}\n absUrl={absUrl}\n statusUrl={statusUrl}\n searchDataId={searchDataId}\n />\n </div>\n </nav>\n );\n};\n\nexport default Meganav;\n"],"names":["React","useEffect","useState","connectState","selectSessionData","Logo","MeganavData","MeganavScripts","MeganavItemsDesktop","MeganavItemsSignedIn","MeganavItemsMobile","Notice","_absUrl","MeganavContentProducts","MeganavContentUseCases","MeganavContentCompany","MeganavContentDevelopers","MeganavSearch","SignIn","sessionState","theme","loginLink","absUrl","searchDataId","signedIn","ul","className","li","a","href","textColor","data-id","dataId","buttonBackgroundColor","buttonTextColor","SignInPlaceholder","div","panels","Meganav","paths","themeName","notice","urlBase","addSearchApiKey","statusUrl","setSessionState","teardown","themes","path","nav","backgroundColor","barShadow","aria-label","props","config","logoUrl","logo"],"mappings":"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"}
|
package/core/Notice.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React,{useEffect}from"react";import
|
|
1
|
+
import React,{useEffect}from"react";import Icon from"./Icon";import cn from"./utils/cn.js";import NoticeScripts from"./Notice/component.js";const defaultTextColor="text-neutral-1300";const contentWrapperClasses="w-full pr-8 ui-text-p4 self-center";const ContentWrapper=({buttonLink,textColor=defaultTextColor,children})=>buttonLink?React.createElement("a",{href:buttonLink,className:cn(contentWrapperClasses,textColor)},children):React.createElement("div",{className:cn(contentWrapperClasses,textColor)},children);const Notice=({buttonLink,buttonLabel,bodyText,title,config,closeBtn,bgColor="bg-orange-100",textColor=defaultTextColor})=>{useEffect(()=>{NoticeScripts({bannerContainer:document.querySelector('[data-id="ui-notice"]'),cookieId:config?.cookieId,noticeId:config?.noticeId,options:{collapse:config?.options?.collapse||false}})},[]);return React.createElement("div",{className:cn("ui-announcement",bgColor,textColor),"data-id":"ui-notice",style:{maxHeight:0,overflow:"hidden"}},React.createElement("div",{className:"ui-grid-px py-16 max-w-screen-xl mx-auto flex items-start"},React.createElement(ContentWrapper,{buttonLink:buttonLink??"#"},React.createElement("strong",{className:"font-bold whitespace-nowrap pr-4"},title),React.createElement("span",{className:"pr-4"},bodyText),buttonLabel&&React.createElement("span",{className:"cursor-pointer whitespace-nowrap text-gui-blue-default-light"},buttonLabel)),closeBtn&&React.createElement("button",{type:"button",className:"ml-auto h-20 w-20 border-none bg-none self-baseline"},React.createElement(Icon,{name:"icon-gui-x-mark-outline",size:"1.25rem",color:textColor}))))};export default Notice;
|
|
2
2
|
//# sourceMappingURL=Notice.js.map
|
package/core/Notice.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/core/Notice.tsx"],"sourcesContent":["import React, { ReactNode, useEffect } from \"react\";\n\nimport
|
|
1
|
+
{"version":3,"sources":["../../src/core/Notice.tsx"],"sourcesContent":["import React, { ReactNode, useEffect } from \"react\";\n\nimport { ColorClass, ColorThemeSet } from \"./styles/colors/types\";\nimport Icon from \"./Icon\";\nimport cn from \"./utils/cn.js\";\nimport NoticeScripts from \"./Notice/component.js\";\n\ntype ContentWrapperProps = {\n buttonLink: string;\n children: ReactNode;\n textColor?: ColorClass | ColorThemeSet;\n};\n\n// TODO(jamiehenson):\n// This type is a bit messed up currently due to the NoticeScripts import being interpreted as NoticeProps.\n// Plan is to TS-ify the JS assets too, so this can be rectified then. The NoticeScripts-oriented props are\n// the ones after the line break.\nexport type NoticeProps = {\n buttonLink?: string;\n buttonLabel?: string;\n bodyText?: string;\n title?: string;\n closeBtn?: boolean;\n config?: {\n options: {\n collapse: boolean;\n };\n noticeId: string | number;\n cookieId: string;\n };\n bgColor?: string;\n textColor?: ColorClass | ColorThemeSet;\n\n bannerContainer?: Element | null;\n cookieId?: string;\n noticeId?: string;\n options?: { collapse: boolean };\n};\n\nconst defaultTextColor = \"text-neutral-1300\";\n\nconst contentWrapperClasses = \"w-full pr-8 ui-text-p4 self-center\";\n\nconst ContentWrapper = ({\n buttonLink,\n textColor = defaultTextColor,\n children,\n}: ContentWrapperProps) =>\n buttonLink ? (\n <a href={buttonLink} className={cn(contentWrapperClasses, textColor)}>\n {children}\n </a>\n ) : (\n <div className={cn(contentWrapperClasses, textColor)}>{children}</div>\n );\n\nconst Notice = ({\n buttonLink,\n buttonLabel,\n bodyText,\n title,\n config,\n closeBtn,\n bgColor = \"bg-orange-100\",\n textColor = defaultTextColor,\n}: NoticeProps) => {\n useEffect(() => {\n NoticeScripts({\n bannerContainer: document.querySelector('[data-id=\"ui-notice\"]'),\n cookieId: config?.cookieId,\n noticeId: config?.noticeId,\n options: {\n collapse: config?.options?.collapse || false,\n },\n });\n }, []);\n\n return (\n <div\n className={cn(\"ui-announcement\", bgColor, textColor)}\n data-id=\"ui-notice\"\n style={{ maxHeight: 0, overflow: \"hidden\" }}\n >\n <div className=\"ui-grid-px py-16 max-w-screen-xl mx-auto flex items-start\">\n <ContentWrapper buttonLink={buttonLink ?? \"#\"}>\n <strong className=\"font-bold whitespace-nowrap pr-4\">{title}</strong>\n <span className=\"pr-4\">{bodyText}</span>\n {buttonLabel && (\n <span className=\"cursor-pointer whitespace-nowrap text-gui-blue-default-light\">\n {buttonLabel}\n </span>\n )}\n </ContentWrapper>\n\n {closeBtn && (\n <button\n type=\"button\"\n className=\"ml-auto h-20 w-20 border-none bg-none self-baseline\"\n >\n <Icon\n name=\"icon-gui-x-mark-outline\"\n size=\"1.25rem\"\n color={textColor}\n />\n </button>\n )}\n </div>\n </div>\n );\n};\n\nexport default Notice;\n"],"names":["React","useEffect","Icon","cn","NoticeScripts","defaultTextColor","contentWrapperClasses","ContentWrapper","buttonLink","textColor","children","a","href","className","div","Notice","buttonLabel","bodyText","title","config","closeBtn","bgColor","bannerContainer","document","querySelector","cookieId","noticeId","options","collapse","data-id","style","maxHeight","overflow","strong","span","button","type","name","size","color"],"mappings":"AAAA,OAAOA,OAAoBC,SAAS,KAAQ,OAAQ,AAGpD,QAAOC,SAAU,QAAS,AAC1B,QAAOC,OAAQ,eAAgB,AAC/B,QAAOC,kBAAmB,uBAAwB,CAkClD,MAAMC,iBAAmB,oBAEzB,MAAMC,sBAAwB,qCAE9B,MAAMC,eAAiB,CAAC,CACtBC,UAAU,CACVC,UAAYJ,gBAAgB,CAC5BK,QAAQ,CACY,GACpBF,WACE,oBAACG,KAAEC,KAAMJ,WAAYK,UAAWV,GAAGG,sBAAuBG,YACvDC,UAGH,oBAACI,OAAID,UAAWV,GAAGG,sBAAuBG,YAAaC,UAG3D,MAAMK,OAAS,CAAC,CACdP,UAAU,CACVQ,WAAW,CACXC,QAAQ,CACRC,KAAK,CACLC,MAAM,CACNC,QAAQ,CACRC,QAAU,eAAe,CACzBZ,UAAYJ,gBAAgB,CAChB,IACZJ,UAAU,KACRG,cAAc,CACZkB,gBAAiBC,SAASC,aAAa,CAAC,yBACxCC,SAAUN,QAAQM,SAClBC,SAAUP,QAAQO,SAClBC,QAAS,CACPC,SAAUT,QAAQQ,SAASC,UAAY,KACzC,CACF,EACF,EAAG,EAAE,EAEL,OACE,oBAACd,OACCD,UAAWV,GAAG,kBAAmBkB,QAASZ,WAC1CoB,UAAQ,YACRC,MAAO,CAAEC,UAAW,EAAGC,SAAU,QAAS,GAE1C,oBAAClB,OAAID,UAAU,6DACb,oBAACN,gBAAeC,WAAYA,YAAc,KACxC,oBAACyB,UAAOpB,UAAU,oCAAoCK,OACtD,oBAACgB,QAAKrB,UAAU,QAAQI,UACvBD,aACC,oBAACkB,QAAKrB,UAAU,gEACbG,cAKNI,UACC,oBAACe,UACCC,KAAK,SACLvB,UAAU,uDAEV,oBAACX,MACCmC,KAAK,0BACLC,KAAK,UACLC,MAAO9B,cAOrB,CAEA,gBAAeM,MAAO"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="752" height="976" viewBox="0 0 752 976" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M64.8 719.2L380.8 880L684.8 719.2V90.4H64.8V719.2Z" fill="white"/>
|
|
3
|
+
<path d="M691.2 92.8L58.3999 730.4L386.4 892.8L691.2 736.8V92.8Z" fill="#F2F3F2"/>
|
|
4
|
+
<path d="M44 300V732.8L55.2 738.4L371.2 899.2L380.8 904L390.4 899.2L695.2 738.4L706.4 732.8V69.6H44V300ZM64.8 720.8V90.4H685.6V720.8L380.8 881.6L64.8 720.8Z" fill="#DCDEDC"/>
|
|
5
|
+
<path d="M375.2 100.8C378.4 100.8 381.6 100.8 384.8 101.6L375.2 120C360.8 119.2 348 130.4 347.2 144.8C346.4 159.2 357.6 172 372 172.8H375.2C381.6 172.8 388 170.4 392.8 166.4L403.2 184C395.2 189.6 385.6 192.8 375.2 192.8C349.6 193.6 328 174.4 327.2 148.8C326.4 123.2 345.6 101.6 371.2 100.8H375.2ZM408 140L420 160L408 179.2L396.8 160H373.6L385.6 140H408ZM388.8 132.8C388.8 129.6 389.6 126.4 391.2 124C392.8 121.6 396 119.2 398.4 117.6L400 116.8C403.2 115.2 404 114.4 404 112.8C404 111.2 401.6 109.6 400 109.6C396.8 109.6 394.4 111.2 392.8 114.4L388.8 110.4C389.6 108.8 391.2 107.2 392.8 105.6C395.2 104 397.6 104 400 104C402.4 104 405.6 104.8 407.2 106.4C408.8 108 410.4 110.4 410.4 112.8C410.4 116.8 408 120 403.2 121.6L400.8 123.2C398.4 124.8 396.8 125.6 396 128H410.4V133.6L388.8 132.8ZM375.2 232.8L451.2 189.6V69.6H298.4V188.8L375.2 232.8Z" fill="#FF492C"/>
|
|
6
|
+
<path d="M721.6 516H28.7999L3.19995 572L28.7999 628H721.6L746.4 572L721.6 516Z" fill="#FFD200"/>
|
|
7
|
+
<path d="M136.32 480C135.787 480 135.387 479.733 135.12 479.2L124.16 454.8C124 454.587 123.813 454.48 123.6 454.48H115.44C115.12 454.48 114.96 454.64 114.96 454.96V478.96C114.96 479.227 114.853 479.467 114.64 479.68C114.48 479.893 114.24 480 113.92 480H103.6C103.333 480 103.093 479.893 102.88 479.68C102.667 479.467 102.56 479.227 102.56 478.96V419.44C102.56 419.173 102.667 418.933 102.88 418.72C103.093 418.507 103.333 418.4 103.6 418.4H128.8C132.533 418.4 135.84 419.173 138.72 420.72C141.547 422.213 143.733 424.373 145.28 427.2C146.827 430.027 147.6 433.28 147.6 436.96C147.6 440.96 146.613 444.373 144.64 447.2C142.613 450.08 139.813 452.107 136.24 453.28C135.973 453.387 135.893 453.573 136 453.84L148 478.8C148.107 479.013 148.16 479.173 148.16 479.28C148.16 479.76 147.84 480 147.2 480H136.32ZM115.44 429.04C115.12 429.04 114.96 429.2 114.96 429.52V444.56C114.96 444.827 115.12 444.96 115.44 444.96H126.96C129.413 444.96 131.413 444.24 132.96 442.8C134.507 441.307 135.28 439.387 135.28 437.04C135.28 434.693 134.507 432.773 132.96 431.28C131.413 429.787 129.413 429.04 126.96 429.04H115.44ZM195.2 452.72C195.573 454.96 195.707 457.467 195.6 460.24C195.547 460.933 195.147 461.28 194.4 461.28H167.28C166.907 461.28 166.773 461.413 166.88 461.68C167.04 462.853 167.36 464.027 167.84 465.2C169.387 468.507 172.507 470.16 177.2 470.16C180.933 470.107 183.893 468.587 186.08 465.6C186.293 465.227 186.56 465.04 186.88 465.04C187.04 465.04 187.253 465.147 187.52 465.36L193.84 471.68C194.107 471.947 194.24 472.187 194.24 472.4C194.24 472.56 194.133 472.8 193.92 473.12C192 475.52 189.493 477.387 186.4 478.72C183.36 480.053 180.027 480.72 176.4 480.72C171.333 480.72 167.067 479.573 163.6 477.28C160.08 474.987 157.573 471.787 156.08 467.68C154.853 464.747 154.24 460.907 154.24 456.16C154.24 452.907 154.667 450.053 155.52 447.6C156.907 443.44 159.28 440.133 162.64 437.68C166 435.227 170 434 174.64 434C180.507 434 185.227 435.707 188.8 439.12C192.32 442.48 194.453 447.013 195.2 452.72ZM174.72 444.72C171.04 444.72 168.613 446.453 167.44 449.92C167.173 450.667 166.96 451.6 166.8 452.72C166.8 453.04 166.96 453.2 167.28 453.2H182.48C182.8 453.2 182.907 453.04 182.8 452.72C182.533 451.013 182.4 450.187 182.4 450.24C181.867 448.48 180.933 447.12 179.6 446.16C178.267 445.2 176.64 444.72 174.72 444.72ZM231.28 435.84C231.28 435.52 231.387 435.253 231.6 435.04C231.813 434.88 232.08 434.8 232.4 434.8H242.64C242.96 434.8 243.227 434.88 243.44 435.04C243.6 435.253 243.68 435.52 243.68 435.84V495.28C243.68 495.6 243.6 495.867 243.44 496.08C243.227 496.293 242.96 496.4 242.64 496.4H232.4C232.08 496.4 231.813 496.293 231.6 496.08C231.387 495.867 231.28 495.6 231.28 495.28V476.48C231.28 476.32 231.227 476.213 231.12 476.16C231.013 476.107 230.907 476.16 230.8 476.32C228.453 479.253 225.173 480.72 220.96 480.72C216.64 480.72 213.04 479.627 210.16 477.44C207.227 475.2 205.093 472.213 203.76 468.48C202.693 465.387 202.16 461.707 202.16 457.44C202.16 453.493 202.667 449.973 203.68 446.88C204.96 442.88 207.093 439.733 210.08 437.44C213.013 435.2 216.533 434.08 220.64 434.08C224.96 434.08 228.347 435.68 230.8 438.88C230.907 439.04 231.013 439.093 231.12 439.04C231.227 438.987 231.28 438.88 231.28 438.72V435.84ZM229.28 466.56C230.56 464.373 231.2 461.307 231.2 457.36C231.2 453.627 230.613 450.667 229.44 448.48C228 445.973 225.947 444.72 223.28 444.72C220.4 444.72 218.24 445.973 216.8 448.48C215.573 450.827 214.96 453.76 214.96 457.28C214.96 461.227 215.68 464.347 217.12 466.64C218.613 468.933 220.693 470.08 223.36 470.08C225.973 470.08 227.947 468.907 229.28 466.56ZM279.6 435.84C279.6 435.52 279.707 435.253 279.92 435.04C280.133 434.88 280.373 434.8 280.64 434.8H290.96C291.28 434.8 291.547 434.88 291.76 435.04C291.92 435.253 292 435.52 292 435.84V478.96C292 479.227 291.92 479.467 291.76 479.68C291.547 479.893 291.28 480 290.96 480H280.64C280.373 480 280.133 479.893 279.92 479.68C279.707 479.467 279.6 479.227 279.6 478.96V475.92C279.6 475.76 279.547 475.68 279.44 475.68C279.333 475.627 279.227 475.68 279.12 475.84C276.773 479.04 273.12 480.64 268.16 480.64C263.733 480.64 260.08 479.28 257.2 476.56C254.32 473.893 252.88 470.107 252.88 465.2V435.84C252.88 435.52 252.987 435.253 253.2 435.04C253.413 434.88 253.653 434.8 253.92 434.8H264.16C264.427 434.8 264.667 434.88 264.88 435.04C265.093 435.253 265.2 435.52 265.2 435.84V462.16C265.2 464.507 265.84 466.4 267.12 467.84C268.347 469.333 270.08 470.08 272.32 470.08C274.293 470.08 275.947 469.467 277.28 468.24C278.56 467.067 279.333 465.493 279.6 463.52V435.84ZM307.84 429.68C305.867 429.68 304.213 429.013 302.88 427.68C301.547 426.347 300.88 424.693 300.88 422.72C300.88 420.64 301.547 418.96 302.88 417.68C304.16 416.4 305.813 415.76 307.84 415.76C309.92 415.76 311.6 416.4 312.88 417.68C314.16 418.96 314.8 420.64 314.8 422.72C314.8 424.693 314.16 426.347 312.88 427.68C311.547 429.013 309.867 429.68 307.84 429.68ZM302.56 480C302.293 480 302.053 479.893 301.84 479.68C301.627 479.467 301.52 479.227 301.52 478.96V435.76C301.52 435.44 301.627 435.173 301.84 434.96C302.053 434.747 302.293 434.64 302.56 434.64H312.88C313.2 434.64 313.44 434.747 313.6 434.96C313.813 435.173 313.92 435.44 313.92 435.76V478.96C313.92 479.227 313.813 479.467 313.6 479.68C313.44 479.893 313.2 480 312.88 480H302.56ZM346.16 434.16C348.24 434.16 349.92 434.56 351.2 435.36C351.627 435.627 351.787 436.08 351.68 436.72L349.84 446.72C349.787 447.413 349.387 447.627 348.64 447.36C347.733 447.04 346.693 446.88 345.52 446.88C345.04 446.88 344.4 446.96 343.6 447.12C341.467 447.28 339.68 448.053 338.24 449.44C336.747 450.827 336 452.667 336 454.96V478.96C336 479.227 335.92 479.467 335.76 479.68C335.547 479.893 335.28 480 334.96 480H324.64C324.373 480 324.133 479.893 323.92 479.68C323.707 479.467 323.6 479.227 323.6 478.96V435.84C323.6 435.52 323.707 435.253 323.92 435.04C324.133 434.88 324.373 434.8 324.64 434.8H334.96C335.28 434.8 335.547 434.88 335.76 435.04C335.92 435.253 336 435.52 336 435.84V439.2C336 439.36 336.08 439.467 336.24 439.52C336.347 439.573 336.427 439.547 336.48 439.44C338.88 435.92 342.107 434.16 346.16 434.16ZM396.24 452.72C396.56 454.96 396.667 457.467 396.56 460.24C396.507 460.933 396.133 461.28 395.44 461.28H368.24C367.867 461.28 367.76 461.413 367.92 461.68C368.08 462.853 368.4 464.027 368.88 465.2C370.373 468.507 373.467 470.16 378.16 470.16C381.947 470.107 384.907 468.587 387.04 465.6C387.307 465.227 387.573 465.04 387.84 465.04C388.053 465.04 388.267 465.147 388.48 465.36L394.8 471.68C395.12 471.947 395.28 472.187 395.28 472.4C395.28 472.56 395.147 472.8 394.88 473.12C392.96 475.52 390.48 477.387 387.44 478.72C384.4 480.053 381.04 480.72 377.36 480.72C372.347 480.72 368.08 479.573 364.56 477.28C361.093 474.987 358.587 471.787 357.04 467.68C355.813 464.747 355.2 460.907 355.2 456.16C355.2 452.907 355.653 450.053 356.56 447.6C357.893 443.44 360.24 440.133 363.6 437.68C366.96 435.227 370.96 434 375.6 434C381.467 434 386.187 435.707 389.76 439.12C393.28 442.48 395.44 447.013 396.24 452.72ZM375.68 444.72C372 444.72 369.573 446.453 368.4 449.92C368.187 450.667 367.973 451.6 367.76 452.72C367.76 453.04 367.92 453.2 368.24 453.2H383.44C383.813 453.2 383.947 453.04 383.84 452.72C383.52 451.013 383.36 450.187 383.36 450.24C382.827 448.48 381.92 447.12 380.64 446.16C379.307 445.2 377.653 444.72 375.68 444.72ZM454.4 434.08C458.987 434.08 462.56 435.467 465.12 438.24C467.68 440.96 468.96 444.827 468.96 449.84V478.96C468.96 479.227 468.88 479.467 468.72 479.68C468.507 479.893 468.24 480 467.92 480H457.68C457.36 480 457.093 479.893 456.88 479.68C456.667 479.467 456.56 479.227 456.56 478.96V452.56C456.56 450.16 455.947 448.24 454.72 446.8C453.493 445.413 451.867 444.72 449.84 444.72C447.76 444.72 446.08 445.413 444.8 446.8C443.52 448.24 442.88 450.133 442.88 452.48V478.96C442.88 479.227 442.773 479.467 442.56 479.68C442.347 479.893 442.107 480 441.84 480H431.6C431.28 480 431.04 479.893 430.88 479.68C430.667 479.467 430.56 479.227 430.56 478.96V452.56C430.56 450.213 429.92 448.32 428.64 446.88C427.307 445.44 425.627 444.72 423.6 444.72C421.733 444.72 420.16 445.28 418.88 446.4C417.6 447.52 416.853 449.067 416.64 451.04V478.96C416.64 479.227 416.533 479.467 416.32 479.68C416.107 479.893 415.867 480 415.6 480H405.28C405.013 480 404.773 479.893 404.56 479.68C404.347 479.467 404.24 479.227 404.24 478.96V435.84C404.24 435.52 404.347 435.253 404.56 435.04C404.773 434.88 405.013 434.8 405.28 434.8H415.6C415.867 434.8 416.107 434.88 416.32 435.04C416.533 435.253 416.64 435.52 416.64 435.84V439.28C416.64 439.44 416.693 439.547 416.8 439.6C416.907 439.653 417.04 439.6 417.2 439.44C419.6 435.867 423.307 434.08 428.32 434.08C431.253 434.08 433.84 434.693 436.08 435.92C438.267 437.147 439.947 438.907 441.12 441.2C441.28 441.52 441.467 441.52 441.68 441.2C443.013 438.8 444.773 437.013 446.96 435.84C449.147 434.667 451.627 434.08 454.4 434.08ZM517.52 452.72C517.84 454.96 517.947 457.467 517.84 460.24C517.787 460.933 517.413 461.28 516.72 461.28H489.52C489.147 461.28 489.013 461.413 489.12 461.68C489.333 462.853 489.653 464.027 490.08 465.2C491.627 468.507 494.747 470.16 499.44 470.16C503.173 470.107 506.133 468.587 508.32 465.6C508.587 465.227 508.853 465.04 509.12 465.04C509.28 465.04 509.493 465.147 509.76 465.36L516.08 471.68C516.347 471.947 516.48 472.187 516.48 472.4C516.48 472.56 516.373 472.8 516.16 473.12C514.24 475.52 511.76 477.387 508.72 478.72C505.627 480.053 502.267 480.72 498.64 480.72C493.627 480.72 489.36 479.573 485.84 477.28C482.373 474.987 479.867 471.787 478.32 467.68C477.093 464.747 476.48 460.907 476.48 456.16C476.48 452.907 476.907 450.053 477.76 447.6C479.147 443.44 481.52 440.133 484.88 437.68C488.24 435.227 492.24 434 496.88 434C502.747 434 507.467 435.707 511.04 439.12C514.56 442.48 516.72 447.013 517.52 452.72ZM496.96 444.72C493.28 444.72 490.853 446.453 489.68 449.92C489.467 450.667 489.253 451.6 489.04 452.72C489.04 453.04 489.2 453.2 489.52 453.2H504.72C505.093 453.2 505.2 453.04 505.04 452.72C504.773 451.013 504.64 450.187 504.64 450.24C504.107 448.48 503.173 447.12 501.84 446.16C500.56 445.2 498.933 444.72 496.96 444.72ZM549.04 434.08C553.733 434.08 557.52 435.52 560.4 438.4C563.28 441.28 564.72 445.173 564.72 450.08V478.96C564.72 479.227 564.613 479.467 564.4 479.68C564.24 479.893 564 480 563.68 480H553.36C553.093 480 552.853 479.893 552.64 479.68C552.427 479.467 552.32 479.227 552.32 478.96V452.64C552.32 450.293 551.653 448.373 550.32 446.88C549.04 445.44 547.307 444.72 545.12 444.72C542.933 444.72 541.2 445.44 539.92 446.88C538.587 448.373 537.92 450.293 537.92 452.64V478.96C537.92 479.227 537.813 479.467 537.6 479.68C537.387 479.893 537.147 480 536.88 480H526.56C526.24 480 526 479.893 525.84 479.68C525.627 479.467 525.52 479.227 525.52 478.96V435.84C525.52 435.52 525.627 435.253 525.84 435.04C526 434.88 526.24 434.8 526.56 434.8H536.88C537.147 434.8 537.387 434.88 537.6 435.04C537.813 435.253 537.92 435.52 537.92 435.84V438.88C537.92 439.093 537.973 439.227 538.08 439.28C538.187 439.333 538.267 439.307 538.32 439.2C540.72 435.787 544.293 434.08 549.04 434.08ZM599.6 443.68C599.6 443.947 599.493 444.187 599.28 444.4C599.067 444.613 598.827 444.72 598.56 444.72H590.08C589.813 444.72 589.68 444.853 589.68 445.12V463.84C589.68 465.76 590.053 467.2 590.8 468.16C591.6 469.067 592.88 469.52 594.64 469.52H597.6C597.867 469.52 598.107 469.627 598.32 469.84C598.533 470.053 598.64 470.293 598.64 470.56V478.96C598.64 479.6 598.293 479.973 597.6 480.08C595.093 480.187 593.333 480.24 592.32 480.24C587.413 480.24 583.76 479.44 581.36 477.84C578.96 476.24 577.733 473.2 577.68 468.72V445.12C577.68 444.853 577.52 444.72 577.2 444.72H572.24C571.92 444.72 571.653 444.613 571.44 444.4C571.28 444.187 571.2 443.947 571.2 443.68V435.84C571.2 435.52 571.28 435.253 571.44 435.04C571.653 434.88 571.92 434.8 572.24 434.8H577.2C577.52 434.8 577.68 434.64 577.68 434.32V423.84C577.68 423.573 577.787 423.333 578 423.12C578.213 422.907 578.453 422.8 578.72 422.8H588.56C588.88 422.8 589.147 422.907 589.36 423.12C589.573 423.333 589.68 423.573 589.68 423.84V434.32C589.68 434.64 589.813 434.8 590.08 434.8H598.56C598.827 434.8 599.067 434.88 599.28 435.04C599.493 435.253 599.6 435.52 599.6 435.84V443.68ZM625.12 480.64C621.173 480.64 617.733 480.08 614.8 478.96C611.867 477.84 609.6 476.293 608 474.32C606.4 472.293 605.6 470.027 605.6 467.52V466.64C605.6 466.32 605.707 466.053 605.92 465.84C606.08 465.68 606.32 465.6 606.64 465.6H616.4C616.667 465.6 616.907 465.68 617.12 465.84C617.333 466.053 617.44 466.32 617.44 466.64V466.72C617.44 468 618.16 469.093 619.6 470C621.04 470.907 622.853 471.36 625.04 471.36C627.013 471.36 628.613 470.96 629.84 470.16C631.067 469.36 631.68 468.4 631.68 467.28C631.68 466.213 631.173 465.413 630.16 464.88C629.093 464.347 627.36 463.787 624.96 463.2C622.187 462.507 620 461.84 618.4 461.2C614.667 459.867 611.68 458.267 609.44 456.4C607.2 454.533 606.08 451.84 606.08 448.32C606.08 444 607.787 440.56 611.2 438C614.56 435.44 619.013 434.16 624.56 434.16C628.347 434.16 631.627 434.747 634.4 435.92C637.227 437.147 639.413 438.853 640.96 441.04C642.56 443.173 643.36 445.627 643.36 448.4C643.36 448.72 643.253 448.96 643.04 449.12C642.827 449.333 642.56 449.44 642.24 449.44H632.88C632.56 449.44 632.293 449.333 632.08 449.12C631.867 448.96 631.76 448.72 631.76 448.4C631.76 447.12 631.12 446.027 629.84 445.12C628.507 444.267 626.747 443.84 624.56 443.84C622.64 443.84 621.067 444.187 619.84 444.88C618.613 445.573 618 446.533 618 447.76C618 448.933 618.587 449.813 619.76 450.4C620.987 450.987 623.013 451.627 625.84 452.32C626.48 452.48 627.2 452.667 628 452.88C628.853 453.093 629.733 453.333 630.64 453.6C634.8 454.827 638.08 456.4 640.48 458.32C642.88 460.293 644.08 463.12 644.08 466.8C644.08 471.12 642.373 474.507 638.96 476.96C635.547 479.413 630.933 480.64 625.12 480.64ZM197.52 359.92C197.147 360.08 197.147 360.24 197.52 360.4C203.067 363.28 205.84 368.053 205.84 374.72C205.84 380.427 203.893 384.747 200 387.68C196.16 390.56 191.093 392 184.8 392H162C161.733 392 161.493 391.893 161.28 391.68C161.067 391.467 160.96 391.227 160.96 390.96V331.44C160.96 331.173 161.067 330.933 161.28 330.72C161.493 330.507 161.733 330.4 162 330.4H184.08C198 330.4 204.96 336.027 204.96 347.28C204.96 353.147 202.48 357.36 197.52 359.92ZM173.84 341.04C173.52 341.04 173.36 341.2 173.36 341.52V355.2C173.36 355.52 173.52 355.68 173.84 355.68H184.08C186.853 355.68 189.013 355.013 190.56 353.68C192.053 352.4 192.8 350.667 192.8 348.48C192.8 346.187 192.053 344.373 190.56 343.04C189.013 341.707 186.853 341.04 184.08 341.04H173.84ZM184.8 381.28C187.52 381.28 189.627 380.587 191.12 379.2C192.667 377.813 193.44 375.92 193.44 373.52C193.44 371.12 192.667 369.227 191.12 367.84C189.627 366.453 187.493 365.76 184.72 365.76H173.84C173.52 365.76 173.36 365.92 173.36 366.24V380.8C173.36 381.12 173.52 381.28 173.84 381.28H184.8ZM254.8 364.72C255.12 366.96 255.227 369.467 255.12 372.24C255.067 372.933 254.693 373.28 254 373.28H226.8C226.427 373.28 226.293 373.413 226.4 373.68C226.613 374.853 226.96 376.027 227.44 377.2C228.933 380.507 232.027 382.16 236.72 382.16C240.507 382.107 243.467 380.587 245.6 377.6C245.867 377.227 246.133 377.04 246.4 377.04C246.56 377.04 246.773 377.147 247.04 377.36L253.36 383.68C253.68 383.947 253.84 384.187 253.84 384.4C253.84 384.56 253.707 384.8 253.44 385.12C251.52 387.52 249.04 389.387 246 390.72C242.907 392.053 239.547 392.72 235.92 392.72C230.907 392.72 226.64 391.573 223.12 389.28C219.653 386.987 217.147 383.787 215.6 379.68C214.373 376.747 213.76 372.907 213.76 368.16C213.76 364.907 214.213 362.053 215.12 359.6C216.453 355.44 218.8 352.133 222.16 349.68C225.52 347.227 229.52 346 234.16 346C240.027 346 244.747 347.707 248.32 351.12C251.84 354.48 254 359.013 254.8 364.72ZM234.24 356.72C230.56 356.72 228.133 358.453 226.96 361.92C226.747 362.667 226.533 363.6 226.32 364.72C226.32 365.04 226.48 365.2 226.8 365.2H242C242.373 365.2 242.507 365.04 242.4 364.72C242.08 363.013 241.92 362.187 241.92 362.24C241.387 360.48 240.453 359.12 239.12 358.16C237.84 357.2 236.213 356.72 234.24 356.72ZM280.24 392.64C276.293 392.64 272.853 392.08 269.92 390.96C266.987 389.84 264.72 388.293 263.12 386.32C261.467 384.293 260.64 382.027 260.64 379.52V378.64C260.64 378.32 260.747 378.053 260.96 377.84C261.173 377.68 261.44 377.6 261.76 377.6H271.52C271.787 377.6 272.027 377.68 272.24 377.84C272.453 378.053 272.56 378.32 272.56 378.64V378.72C272.56 380 273.28 381.093 274.72 382C276.16 382.907 277.947 383.36 280.08 383.36C282.107 383.36 283.733 382.96 284.96 382.16C286.187 381.36 286.8 380.4 286.8 379.28C286.8 378.213 286.267 377.413 285.2 376.88C284.133 376.347 282.4 375.787 280 375.2C277.28 374.507 275.12 373.84 273.52 373.2C269.787 371.867 266.8 370.267 264.56 368.4C262.32 366.533 261.2 363.84 261.2 360.32C261.2 356 262.88 352.56 266.24 350C269.6 347.44 274.08 346.16 279.68 346.16C283.413 346.16 286.693 346.747 289.52 347.92C292.347 349.147 294.533 350.853 296.08 353.04C297.627 355.173 298.4 357.627 298.4 360.4C298.4 360.72 298.293 360.96 298.08 361.12C297.92 361.333 297.68 361.44 297.36 361.44H287.92C287.653 361.44 287.413 361.333 287.2 361.12C286.987 360.96 286.88 360.72 286.88 360.4C286.88 359.12 286.213 358.027 284.88 357.12C283.6 356.267 281.867 355.84 279.68 355.84C277.76 355.84 276.187 356.187 274.96 356.88C273.68 357.573 273.04 358.533 273.04 359.76C273.04 360.933 273.653 361.813 274.88 362.4C276.107 362.987 278.107 363.627 280.88 364.32L283.12 364.88L285.76 365.6C289.92 366.827 293.2 368.4 295.6 370.32C298 372.293 299.2 375.12 299.2 378.8C299.2 383.12 297.493 386.507 294.08 388.96C290.613 391.413 286 392.64 280.24 392.64ZM332.24 355.68C332.24 355.947 332.133 356.187 331.92 356.4C331.707 356.613 331.44 356.72 331.12 356.72H322.72C322.4 356.72 322.24 356.853 322.24 357.12V375.84C322.24 377.76 322.64 379.2 323.44 380.16C324.24 381.067 325.52 381.52 327.28 381.52H330.16C330.48 381.52 330.747 381.627 330.96 381.84C331.173 382.053 331.28 382.293 331.28 382.56V390.96C331.28 391.6 330.907 391.973 330.16 392.08C327.707 392.187 325.947 392.24 324.88 392.24C320.027 392.24 316.4 391.44 314 389.84C311.6 388.24 310.373 385.2 310.32 380.72V357.12C310.32 356.853 310.16 356.72 309.84 356.72H304.88C304.56 356.72 304.293 356.613 304.08 356.4C303.867 356.187 303.76 355.947 303.76 355.68V347.84C303.76 347.52 303.867 347.253 304.08 347.04C304.293 346.88 304.56 346.8 304.88 346.8H309.84C310.16 346.8 310.32 346.64 310.32 346.32V335.84C310.32 335.573 310.427 335.333 310.64 335.12C310.8 334.907 311.04 334.8 311.36 334.8H321.2C321.52 334.8 321.787 334.907 322 335.12C322.16 335.333 322.24 335.573 322.24 335.84V346.32C322.24 346.64 322.4 346.8 322.72 346.8H331.12C331.44 346.8 331.707 346.88 331.92 347.04C332.133 347.253 332.24 347.52 332.24 347.84V355.68ZM397.68 331.12C398 330.64 398.4 330.4 398.88 330.4H409.2C409.52 330.4 409.787 330.507 410 330.72C410.16 330.933 410.24 331.173 410.24 331.44V390.96C410.24 391.227 410.16 391.467 410 391.68C409.787 391.893 409.52 392 409.2 392H398.88C398.613 392 398.373 391.893 398.16 391.68C397.947 391.467 397.84 391.227 397.84 390.96V352.16C397.84 351.893 397.787 351.76 397.68 351.76C397.573 351.76 397.467 351.867 397.36 352.08L388 366.64C387.733 367.12 387.333 367.36 386.8 367.36H381.6C381.067 367.36 380.64 367.12 380.32 366.64L371.04 352.08C370.933 351.867 370.8 351.787 370.64 351.84C370.533 351.84 370.48 351.973 370.48 352.24V390.96C370.48 391.227 370.373 391.467 370.16 391.68C369.947 391.893 369.707 392 369.44 392H359.12C358.853 392 358.613 391.893 358.4 391.68C358.187 391.467 358.08 391.227 358.08 390.96V331.44C358.08 331.173 358.187 330.933 358.4 330.72C358.613 330.507 358.853 330.4 359.12 330.4H369.44C369.973 330.4 370.373 330.64 370.64 331.12L383.84 351.6C384.053 351.973 384.24 351.973 384.4 351.6L397.68 331.12ZM460.24 364.72C460.613 366.96 460.747 369.467 460.64 372.24C460.533 372.933 460.133 373.28 459.44 373.28H432.24C431.92 373.28 431.813 373.413 431.92 373.68C432.08 374.853 432.4 376.027 432.88 377.2C434.427 380.507 437.547 382.16 442.24 382.16C445.973 382.107 448.933 380.587 451.12 377.6C451.333 377.227 451.6 377.04 451.92 377.04C452.08 377.04 452.267 377.147 452.48 377.36L458.88 383.68C459.147 383.947 459.28 384.187 459.28 384.4C459.28 384.56 459.173 384.8 458.96 385.12C456.987 387.52 454.48 389.387 451.44 390.72C448.4 392.053 445.067 392.72 441.44 392.72C436.373 392.72 432.107 391.573 428.64 389.28C425.12 386.987 422.613 383.787 421.12 379.68C419.893 376.747 419.28 372.907 419.28 368.16C419.28 364.907 419.707 362.053 420.56 359.6C421.893 355.44 424.267 352.133 427.68 349.68C431.04 347.227 435.04 346 439.68 346C445.547 346 450.24 347.707 453.76 351.12C457.333 354.48 459.493 359.013 460.24 364.72ZM439.76 356.72C436.08 356.72 433.653 358.453 432.48 361.92C432.213 362.667 432 363.6 431.84 364.72C431.84 365.04 431.973 365.2 432.24 365.2H447.52C447.84 365.2 447.947 365.04 447.84 364.72C447.573 363.013 447.44 362.187 447.44 362.24C446.907 360.48 445.973 359.12 444.64 358.16C443.307 357.2 441.68 356.72 439.76 356.72ZM508.32 364.72C508.64 366.96 508.747 369.467 508.64 372.24C508.587 372.933 508.213 373.28 507.52 373.28H480.32C479.947 373.28 479.84 373.413 480 373.68C480.16 374.853 480.48 376.027 480.96 377.2C482.453 380.507 485.547 382.16 490.24 382.16C494.027 382.107 496.987 380.587 499.12 377.6C499.387 377.227 499.653 377.04 499.92 377.04C500.133 377.04 500.347 377.147 500.56 377.36L506.88 383.68C507.2 383.947 507.36 384.187 507.36 384.4C507.36 384.56 507.227 384.8 506.96 385.12C505.04 387.52 502.56 389.387 499.52 390.72C496.48 392.053 493.12 392.72 489.44 392.72C484.427 392.72 480.16 391.573 476.64 389.28C473.173 386.987 470.667 383.787 469.12 379.68C467.893 376.747 467.28 372.907 467.28 368.16C467.28 364.907 467.733 362.053 468.64 359.6C469.973 355.44 472.32 352.133 475.68 349.68C479.04 347.227 483.04 346 487.68 346C493.547 346 498.267 347.707 501.84 351.12C505.36 354.48 507.52 359.013 508.32 364.72ZM487.76 356.72C484.08 356.72 481.653 358.453 480.48 361.92C480.267 362.667 480.053 363.6 479.84 364.72C479.84 365.04 480 365.2 480.32 365.2H495.52C495.893 365.2 496.027 365.04 495.92 364.72C495.6 363.013 495.44 362.187 495.44 362.24C494.907 360.48 494 359.12 492.72 358.16C491.387 357.2 489.733 356.72 487.76 356.72ZM541.2 355.68C541.2 355.947 541.093 356.187 540.88 356.4C540.72 356.613 540.48 356.72 540.16 356.72H531.68C531.413 356.72 531.28 356.853 531.28 357.12V375.84C531.28 377.76 531.68 379.2 532.48 380.16C533.28 381.067 534.56 381.52 536.32 381.52H539.2C539.467 381.52 539.707 381.627 539.92 381.84C540.133 382.053 540.24 382.293 540.24 382.56V390.96C540.24 391.6 539.893 391.973 539.2 392.08C536.747 392.187 534.987 392.24 533.92 392.24C529.067 392.24 525.413 391.44 522.96 389.84C520.56 388.24 519.333 385.2 519.28 380.72V357.12C519.28 356.853 519.147 356.72 518.88 356.72H513.84C513.573 356.72 513.333 356.613 513.12 356.4C512.907 356.187 512.8 355.947 512.8 355.68V347.84C512.8 347.52 512.907 347.253 513.12 347.04C513.333 346.88 513.573 346.8 513.84 346.8H518.88C519.147 346.8 519.28 346.64 519.28 346.32V335.84C519.28 335.573 519.387 335.333 519.6 335.12C519.813 334.907 520.053 334.8 520.32 334.8H530.24C530.507 334.8 530.747 334.907 530.96 335.12C531.173 335.333 531.28 335.573 531.28 335.84V346.32C531.28 346.64 531.413 346.8 531.68 346.8H540.16C540.48 346.8 540.72 346.88 540.88 347.04C541.093 347.253 541.2 347.52 541.2 347.84V355.68ZM566.72 392.64C562.827 392.64 559.387 392.08 556.4 390.96C553.467 389.84 551.2 388.293 549.6 386.32C548 384.293 547.2 382.027 547.2 379.52V378.64C547.2 378.32 547.307 378.053 547.52 377.84C547.733 377.68 547.973 377.6 548.24 377.6H558C558.32 377.6 558.587 377.68 558.8 377.84C558.96 378.053 559.04 378.32 559.04 378.64V378.72C559.04 380 559.76 381.093 561.2 382C562.64 382.907 564.453 383.36 566.64 383.36C568.613 383.36 570.24 382.96 571.52 382.16C572.747 381.36 573.36 380.4 573.36 379.28C573.36 378.213 572.827 377.413 571.76 376.88C570.693 376.347 568.96 375.787 566.56 375.2C563.787 374.507 561.627 373.84 560.08 373.2C556.293 371.867 553.28 370.267 551.04 368.4C548.853 366.533 547.76 363.84 547.76 360.32C547.76 356 549.44 352.56 552.8 350C556.16 347.44 560.64 346.16 566.24 346.16C569.973 346.16 573.253 346.747 576.08 347.92C578.907 349.147 581.093 350.853 582.64 353.04C584.187 355.173 584.96 357.627 584.96 360.4C584.96 360.72 584.853 360.96 584.64 361.12C584.427 361.333 584.187 361.44 583.92 361.44H574.48C574.16 361.44 573.92 361.333 573.76 361.12C573.547 360.96 573.44 360.72 573.44 360.4C573.44 359.12 572.773 358.027 571.44 357.12C570.107 356.267 568.373 355.84 566.24 355.84C564.267 355.84 562.667 356.187 561.44 356.88C560.213 357.573 559.6 358.533 559.6 359.76C559.6 360.933 560.213 361.813 561.44 362.4C562.613 362.987 564.613 363.627 567.44 364.32C568.08 364.48 568.8 364.667 569.6 364.88C570.453 365.093 571.333 365.333 572.24 365.6C576.453 366.827 579.76 368.4 582.16 370.32C584.56 372.293 585.76 375.12 585.76 378.8C585.76 383.12 584.027 386.507 580.56 388.96C577.147 391.413 572.533 392.64 566.72 392.64Z" fill="#252530"/>
|
|
8
|
+
<path d="M249.6 603.2C249.013 603.2 248.64 602.933 248.48 602.4L233.92 548.24L233.84 547.92C233.84 547.44 234.133 547.2 234.72 547.2H242.56C243.147 547.2 243.52 547.467 243.68 548L252.8 584.48C252.853 584.64 252.933 584.72 253.04 584.72C253.147 584.72 253.227 584.64 253.28 584.48L262 548C262.16 547.467 262.507 547.2 263.04 547.2H270.72C271.307 547.2 271.68 547.467 271.84 548L281.12 584.56C281.173 584.72 281.253 584.8 281.36 584.8C281.467 584.8 281.547 584.72 281.6 584.56L290.56 548C290.72 547.467 291.093 547.2 291.68 547.2H299.12C299.867 547.2 300.16 547.547 300 548.24L286.16 602.4C286 602.933 285.627 603.2 285.04 603.2H277.6C277.013 603.2 276.64 602.933 276.48 602.4L267.12 564.24C267.067 564.08 266.987 563.973 266.88 563.92C266.773 563.92 266.693 564.027 266.64 564.24L257.68 602.4C257.52 602.933 257.173 603.2 256.64 603.2H249.6ZM308.88 603.2C308.613 603.2 308.373 603.093 308.16 602.88C308 602.72 307.92 602.507 307.92 602.24V548.16C307.92 547.893 308 547.68 308.16 547.52C308.373 547.307 308.613 547.2 308.88 547.2H316.24C316.507 547.2 316.72 547.307 316.88 547.52C317.093 547.68 317.2 547.893 317.2 548.16V602.24C317.2 602.507 317.093 602.72 316.88 602.88C316.72 603.093 316.507 603.2 316.24 603.2H308.88ZM361.44 548.16C361.44 547.893 361.52 547.68 361.68 547.52C361.893 547.307 362.133 547.2 362.4 547.2H369.76C370.027 547.2 370.24 547.307 370.4 547.52C370.613 547.68 370.72 547.893 370.72 548.16V602.24C370.72 602.507 370.613 602.72 370.4 602.88C370.24 603.093 370.027 603.2 369.76 603.2H362.64C362.107 603.2 361.733 602.987 361.52 602.56L338.48 564.8C338.373 564.64 338.267 564.56 338.16 564.56C338.053 564.613 338 564.747 338 564.96L338.16 602.24C338.16 602.507 338.053 602.72 337.84 602.88C337.68 603.093 337.467 603.2 337.2 603.2H329.84C329.573 603.2 329.333 603.093 329.12 602.88C328.96 602.72 328.88 602.507 328.88 602.24V548.16C328.88 547.893 328.96 547.68 329.12 547.52C329.333 547.307 329.573 547.2 329.84 547.2H336.96C337.493 547.2 337.867 547.413 338.08 547.84L361.04 585.6C361.147 585.76 361.253 585.813 361.36 585.76C361.467 585.76 361.52 585.653 361.52 585.44L361.44 548.16ZM419.2 547.2C419.467 547.2 419.68 547.307 419.84 547.52C420.053 547.68 420.16 547.893 420.16 548.16V554.32C420.16 554.587 420.053 554.8 419.84 554.96C419.68 555.173 419.467 555.28 419.2 555.28H404.48C404.213 555.28 404.08 555.413 404.08 555.68V602.24C404.08 602.507 404 602.72 403.84 602.88C403.627 603.093 403.387 603.2 403.12 603.2H395.76C395.493 603.2 395.28 603.093 395.12 602.88C394.907 602.72 394.8 602.507 394.8 602.24V555.68C394.8 555.413 394.667 555.28 394.4 555.28H380.24C379.973 555.28 379.733 555.173 379.52 554.96C379.36 554.8 379.28 554.587 379.28 554.32V548.16C379.28 547.893 379.36 547.68 379.52 547.52C379.733 547.307 379.973 547.2 380.24 547.2H419.2ZM466.64 554.24C466.64 554.507 466.533 554.72 466.32 554.88C466.16 555.093 465.947 555.2 465.68 555.2H438.4C438.133 555.2 438 555.333 438 555.6V570.56C438 570.827 438.133 570.96 438.4 570.96H456.72C456.987 570.96 457.227 571.04 457.44 571.2C457.6 571.413 457.68 571.653 457.68 571.92V578C457.68 578.267 457.6 578.507 457.44 578.72C457.227 578.88 456.987 578.96 456.72 578.96H438.4C438.133 578.96 438 579.093 438 579.36V594.8C438 595.067 438.133 595.2 438.4 595.2H465.68C465.947 595.2 466.16 595.307 466.32 595.52C466.533 595.68 466.64 595.893 466.64 596.16V602.24C466.64 602.507 466.533 602.72 466.32 602.88C466.16 603.093 465.947 603.2 465.68 603.2H429.68C429.413 603.2 429.173 603.093 428.96 602.88C428.8 602.72 428.72 602.507 428.72 602.24V548.16C428.72 547.893 428.8 547.68 428.96 547.52C429.173 547.307 429.413 547.2 429.68 547.2H465.68C465.947 547.2 466.16 547.307 466.32 547.52C466.533 547.68 466.64 547.893 466.64 548.16V554.24ZM507.52 603.2C506.987 603.2 506.613 602.96 506.4 602.48L495.84 579.44C495.733 579.227 495.573 579.12 495.36 579.12H485.76C485.493 579.12 485.36 579.253 485.36 579.52V602.24C485.36 602.507 485.253 602.72 485.04 602.88C484.88 603.093 484.667 603.2 484.4 603.2H477.04C476.773 603.2 476.533 603.093 476.32 602.88C476.16 602.72 476.08 602.507 476.08 602.24V548.16C476.08 547.893 476.16 547.68 476.32 547.52C476.533 547.307 476.773 547.2 477.04 547.2H499.04C502.293 547.2 505.173 547.867 507.68 549.2C510.187 550.587 512.133 552.507 513.52 554.96C514.907 557.467 515.6 560.32 515.6 563.52C515.6 567.2 514.64 570.32 512.72 572.88C510.853 575.493 508.24 577.307 504.88 578.32C504.773 578.32 504.693 578.373 504.64 578.48C504.587 578.587 504.587 578.693 504.64 578.8L515.92 602.08C516.027 602.293 516.08 602.453 516.08 602.56C516.08 602.987 515.787 603.2 515.2 603.2H507.52ZM485.76 555.2C485.493 555.2 485.36 555.333 485.36 555.6V571.52C485.36 571.787 485.493 571.92 485.76 571.92H497.76C500.32 571.92 502.4 571.147 504 569.6C505.547 568.107 506.32 566.107 506.32 563.6C506.32 561.093 505.547 559.067 504 557.52C502.4 555.973 500.32 555.2 497.76 555.2H485.76Z" fill="#242530"/>
|
|
9
|
+
<path d="M270.88 747.68C270.72 747.84 270.667 748 270.72 748.16C270.827 748.32 270.987 748.4 271.2 748.4H302.64C303.013 748.4 303.333 748.533 303.6 748.8C303.92 749.067 304.08 749.387 304.08 749.76V761.04C304.08 761.413 303.92 761.733 303.6 762C303.333 762.267 303.013 762.4 302.64 762.4H250.48C250.053 762.4 249.707 762.267 249.44 762C249.173 761.733 249.04 761.413 249.04 761.04V750.32C249.04 749.627 249.28 749.04 249.76 748.56C253.547 744.88 257.413 740.853 261.36 736.48C265.307 732.107 267.787 729.387 268.8 728.32C270.933 725.76 273.12 723.307 275.36 720.96C282.4 713.173 285.92 707.387 285.92 703.6C285.92 700.88 284.96 698.64 283.04 696.88C281.12 695.173 278.613 694.32 275.52 694.32C272.427 694.32 269.92 695.173 268 696.88C266.027 698.64 265.04 700.96 265.04 703.84V706.72C265.04 707.093 264.907 707.413 264.64 707.68C264.373 707.947 264.053 708.08 263.68 708.08H250C249.627 708.08 249.307 707.947 249.04 707.68C248.72 707.413 248.56 707.093 248.56 706.72V701.28C248.827 697.12 250.16 693.413 252.56 690.16C254.96 686.96 258.133 684.507 262.08 682.8C266.08 681.093 270.56 680.24 275.52 680.24C281.013 680.24 285.787 681.28 289.84 683.36C293.893 685.387 297.013 688.133 299.2 691.6C301.44 695.12 302.56 698.987 302.56 703.2C302.56 706.453 301.733 709.787 300.08 713.2C298.48 716.613 296.053 720.293 292.8 724.24C290.4 727.227 287.813 730.213 285.04 733.2C282.267 736.133 278.133 740.373 272.64 745.92L270.88 747.68ZM341.76 763.68C333.227 763.68 326.507 761.307 321.6 756.56C316.64 751.813 314.16 745.333 314.16 737.12V706.48C314.16 698.427 316.64 692.053 321.6 687.36C326.507 682.613 333.227 680.24 341.76 680.24C350.24 680.24 356.987 682.613 362 687.36C366.96 692.053 369.44 698.427 369.44 706.48V737.12C369.44 745.333 366.96 751.813 362 756.56C356.987 761.307 350.24 763.68 341.76 763.68ZM341.76 749.68C345.227 749.68 347.973 748.613 350 746.48C352.08 744.347 353.12 741.493 353.12 737.92V706C353.12 702.48 352.08 699.653 350 697.52C347.973 695.387 345.227 694.32 341.76 694.32C338.347 694.32 335.627 695.387 333.6 697.52C331.52 699.653 330.48 702.48 330.48 706V737.92C330.48 741.493 331.52 744.347 333.6 746.48C335.627 748.613 338.347 749.68 341.76 749.68ZM401.92 747.68C401.76 747.84 401.733 748 401.84 748.16C401.893 748.32 402.053 748.4 402.32 748.4H433.76C434.133 748.4 434.453 748.533 434.72 748.8C434.987 749.067 435.12 749.387 435.12 749.76V761.04C435.12 761.413 434.987 761.733 434.72 762C434.453 762.267 434.133 762.4 433.76 762.4H381.52C381.147 762.4 380.827 762.267 380.56 762C380.293 761.733 380.16 761.413 380.16 761.04V750.32C380.16 749.627 380.373 749.04 380.8 748.56C384.64 744.88 388.507 740.853 392.4 736.48C396.347 732.107 398.827 729.387 399.84 728.32C402.027 725.76 404.24 723.307 406.48 720.96C413.52 713.173 417.04 707.387 417.04 703.6C417.04 700.88 416.08 698.64 414.16 696.88C412.187 695.173 409.653 694.32 406.56 694.32C403.467 694.32 400.96 695.173 399.04 696.88C397.12 698.64 396.16 700.96 396.16 703.84V706.72C396.16 707.093 396.027 707.413 395.76 707.68C395.493 707.947 395.147 708.08 394.72 708.08H381.04C380.667 708.08 380.347 707.947 380.08 707.68C379.813 707.413 379.68 707.093 379.68 706.72V701.28C379.893 697.12 381.2 693.413 383.6 690.16C386 686.96 389.2 684.507 393.2 682.8C397.2 681.093 401.653 680.24 406.56 680.24C412.053 680.24 416.827 681.28 420.88 683.36C424.987 685.387 428.133 688.133 430.32 691.6C432.507 695.12 433.6 698.987 433.6 703.2C433.6 706.453 432.8 709.787 431.2 713.2C429.547 716.613 427.093 720.293 423.84 724.24C421.44 727.227 418.853 730.213 416.08 733.2C413.307 736.133 409.173 740.373 403.68 745.92L401.92 747.68ZM496.8 725.36C497.973 729.147 498.56 732.827 498.56 736.4C498.56 740.347 497.947 743.92 496.72 747.12C494.96 752.027 491.84 755.947 487.36 758.88C482.827 761.76 477.547 763.2 471.52 763.2C465.653 763.2 460.507 761.787 456.08 758.96C451.6 756.133 448.453 752.293 446.64 747.44C445.84 745.413 445.253 743.28 444.88 741.04V740.8C444.88 739.947 445.333 739.52 446.24 739.52H460.32C461.067 739.52 461.573 739.947 461.84 740.8C461.893 741.28 462 741.68 462.16 742C462.32 742.32 462.427 742.587 462.48 742.8C463.28 744.827 464.453 746.373 466 747.44C467.547 748.507 469.36 749.04 471.44 749.04C473.627 749.04 475.52 748.453 477.12 747.28C478.72 746.16 479.92 744.56 480.72 742.48C481.467 740.933 481.84 738.907 481.84 736.4C481.84 734.16 481.493 732.16 480.8 730.4C480.267 728.373 479.2 726.827 477.6 725.76C475.947 724.64 474.053 724.08 471.92 724.08C469.733 724.08 467.707 724.587 465.84 725.6C464.027 726.613 462.8 727.947 462.16 729.6C461.947 730.347 461.44 730.72 460.64 730.72H446.4C445.973 730.72 445.627 730.587 445.36 730.32C445.093 730.053 444.96 729.733 444.96 729.36V682.56C444.96 682.187 445.093 681.867 445.36 681.6C445.627 681.333 445.973 681.2 446.4 681.2H494.32C494.693 681.2 495.013 681.333 495.28 681.6C495.547 681.867 495.68 682.187 495.68 682.56V693.84C495.68 694.213 495.547 694.533 495.28 694.8C495.013 695.067 494.693 695.2 494.32 695.2H461.92C461.547 695.2 461.36 695.413 461.36 695.84L461.2 712.96C461.2 713.493 461.44 713.627 461.92 713.36C465.387 711.12 469.413 710 474 710C479.387 710 484.107 711.36 488.16 714.08C492.267 716.853 495.147 720.613 496.8 725.36Z" fill="#252530"/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="752" height="976" viewBox="0 0 752 976" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M64.8 719.2L380.8 880L684.8 719.2V90.4H64.8V719.2Z" fill="white"/>
|
|
3
|
+
<path d="M691.2 92.8L58.4 730.4L386.4 892.8L691.2 736.8V92.8Z" fill="#F2F3F2"/>
|
|
4
|
+
<path d="M44 300V732.8L55.2 738.4L371.2 899.2L380.8 904L390.4 899.2L695.2 738.4L706.4 732.8V69.6H44V300ZM64.8 720.8V90.4H685.6V720.8L380.8 881.6L64.8 720.8Z" fill="#DCDEDC"/>
|
|
5
|
+
<path d="M375.2 100.8C378.4 100.8 381.6 100.8 384.8 101.6L375.2 120C360.8 119.2 348 130.4 347.2 144.8C346.4 159.2 357.6 172 372 172.8H375.2C381.6 172.8 388 170.4 392.8 166.4L403.2 184C395.2 189.6 385.6 192.8 375.2 192.8C349.6 193.6 328 174.4 327.2 148.8C326.4 123.2 345.6 101.6 371.2 100.8H375.2ZM408 140L420 160L408 179.2L396.8 160H373.6L385.6 140H408ZM388.8 132.8C388.8 129.6 389.6 126.4 391.2 124C392.8 121.6 396 119.2 398.4 117.6L400 116.8C403.2 115.2 404 114.4 404 112.8C404 111.2 401.6 109.6 400 109.6C396.8 109.6 394.4 111.2 392.8 114.4L388.8 110.4C389.6 108.8 391.2 107.2 392.8 105.6C395.2 104 397.6 104 400 104C402.4 104 405.6 104.8 407.2 106.4C408.8 108 410.4 110.4 410.4 112.8C410.4 116.8 408 120 403.2 121.6L400.8 123.2C398.4 124.8 396.8 125.6 396 128H410.4V133.6L388.8 132.8ZM375.2 232.8L451.2 189.6V69.6H298.4V188.8L375.2 232.8Z" fill="#FF492C"/>
|
|
6
|
+
<path d="M721.6 516H28.7999L3.19995 572L28.7999 628H721.6L746.4 572L721.6 516Z" fill="#23CCA2"/>
|
|
7
|
+
<path d="M193.76 480.96C187.36 480.96 181.787 479.947 177.04 477.92C172.187 475.84 168.48 472.907 165.92 469.12C163.307 465.333 162 460.933 162 455.92V453.28C162 452.853 162.133 452.507 162.4 452.24C162.72 451.973 163.067 451.84 163.44 451.84H177.12C177.493 451.84 177.84 451.973 178.16 452.24C178.427 452.507 178.56 452.853 178.56 453.28V455.04C178.56 458.24 180.053 460.933 183.04 463.12C185.973 465.36 189.973 466.48 195.04 466.48C199.253 466.48 202.4 465.573 204.48 463.76C206.56 461.947 207.6 459.733 207.6 457.12C207.6 455.147 206.96 453.52 205.68 452.24C204.4 450.907 202.667 449.733 200.48 448.72C198.24 447.76 194.747 446.4 190 444.64C184.613 442.773 180.053 440.88 176.32 438.96C172.64 437.04 169.52 434.427 166.96 431.12C164.453 427.813 163.2 423.707 163.2 418.8C163.2 414 164.453 409.813 166.96 406.24C169.413 402.613 172.827 399.84 177.2 397.92C181.627 396 186.72 395.04 192.48 395.04C198.56 395.04 203.973 396.133 208.72 398.32C213.467 400.453 217.2 403.467 219.92 407.36C222.587 411.2 223.92 415.707 223.92 420.88V422.64C223.92 423.067 223.787 423.413 223.52 423.68C223.2 423.947 222.853 424.08 222.48 424.08H208.72C208.293 424.08 207.947 423.947 207.68 423.68C207.36 423.413 207.2 423.067 207.2 422.64V421.68C207.2 418.32 205.84 415.467 203.12 413.12C200.347 410.773 196.56 409.6 191.76 409.6C187.973 409.6 185.04 410.4 182.96 412C180.827 413.547 179.76 415.733 179.76 418.56C179.76 420.587 180.373 422.267 181.6 423.6C182.88 424.987 184.72 426.213 187.12 427.28C189.573 428.347 193.36 429.813 198.48 431.68C204.187 433.76 208.64 435.6 211.84 437.2C215.093 438.8 218.027 441.173 220.64 444.32C223.253 447.467 224.56 451.573 224.56 456.64C224.56 464.16 221.787 470.08 216.24 474.4C210.747 478.773 203.253 480.96 193.76 480.96ZM271.28 419.76C271.28 419.387 271.44 419.04 271.76 418.72C272.027 418.453 272.347 418.32 272.72 418.32H286.8C287.173 418.32 287.52 418.453 287.84 418.72C288.107 419.04 288.24 419.387 288.24 419.76V478.56C288.24 478.987 288.107 479.333 287.84 479.6C287.52 479.867 287.173 480 286.8 480H272.72C272.347 480 272.027 479.867 271.76 479.6C271.44 479.333 271.28 478.987 271.28 478.56V474.48C271.28 474.267 271.2 474.133 271.04 474.08C270.88 474.027 270.72 474.133 270.56 474.4C267.36 478.667 262.4 480.8 255.68 480.8C249.6 480.8 244.613 478.987 240.72 475.36C236.773 471.68 234.8 466.507 234.8 459.84V419.76C234.8 419.387 234.96 419.04 235.28 418.72C235.547 418.453 235.867 418.32 236.24 418.32H250.16C250.587 418.32 250.933 418.453 251.2 418.72C251.467 419.04 251.6 419.387 251.6 419.76V455.68C251.6 458.88 252.48 461.467 254.24 463.44C255.947 465.467 258.32 466.48 261.36 466.48C264.08 466.48 266.32 465.653 268.08 464C269.84 462.347 270.907 460.213 271.28 457.6V419.76ZM355.76 434.88C357.2 438.933 357.92 443.733 357.92 449.28C357.92 454.827 357.173 459.84 355.68 464.32C353.813 469.44 350.907 473.493 346.96 476.48C343.013 479.467 338.107 480.96 332.24 480.96C326.48 480.96 322 478.96 318.8 474.96C318.64 474.747 318.48 474.667 318.32 474.72C318.16 474.773 318.08 474.933 318.08 475.2V500.88C318.08 501.307 317.947 501.653 317.68 501.92C317.413 502.187 317.067 502.32 316.64 502.32H302.64C302.213 502.32 301.867 502.187 301.6 501.92C301.333 501.653 301.2 501.307 301.2 500.88V419.76C301.2 419.387 301.333 419.04 301.6 418.72C301.867 418.453 302.213 418.32 302.64 418.32H316.64C317.067 418.32 317.413 418.453 317.68 418.72C317.947 419.04 318.08 419.387 318.08 419.76V423.68C318.08 423.947 318.16 424.107 318.32 424.16C318.48 424.213 318.64 424.16 318.8 424C322.16 419.573 326.8 417.36 332.72 417.36C338.267 417.36 343.067 418.907 347.12 422C351.12 425.093 354 429.387 355.76 434.88ZM337.44 461.76C339.413 458.667 340.4 454.427 340.4 449.04C340.4 444.027 339.573 440.027 337.92 437.04C336.053 433.627 333.093 431.92 329.04 431.92C325.36 431.92 322.587 433.627 320.72 437.04C319.067 439.92 318.24 443.973 318.24 449.2C318.24 454.533 319.12 458.693 320.88 461.68C322.693 464.88 325.413 466.48 329.04 466.48C332.613 466.48 335.413 464.907 337.44 461.76ZM423.92 434.88C425.36 438.933 426.08 443.733 426.08 449.28C426.08 454.827 425.333 459.84 423.84 464.32C421.973 469.44 419.067 473.493 415.12 476.48C411.173 479.467 406.267 480.96 400.4 480.96C394.64 480.96 390.16 478.96 386.96 474.96C386.8 474.747 386.64 474.667 386.48 474.72C386.32 474.773 386.24 474.933 386.24 475.2V500.88C386.24 501.307 386.107 501.653 385.84 501.92C385.573 502.187 385.227 502.32 384.8 502.32H370.8C370.373 502.32 370.027 502.187 369.76 501.92C369.493 501.653 369.36 501.307 369.36 500.88V419.76C369.36 419.387 369.493 419.04 369.76 418.72C370.027 418.453 370.373 418.32 370.8 418.32H384.8C385.227 418.32 385.573 418.453 385.84 418.72C386.107 419.04 386.24 419.387 386.24 419.76V423.68C386.24 423.947 386.32 424.107 386.48 424.16C386.64 424.213 386.8 424.16 386.96 424C390.32 419.573 394.96 417.36 400.88 417.36C406.427 417.36 411.227 418.907 415.28 422C419.28 425.093 422.16 429.387 423.92 434.88ZM405.6 461.76C407.573 458.667 408.56 454.427 408.56 449.04C408.56 444.027 407.733 440.027 406.08 437.04C404.213 433.627 401.253 431.92 397.2 431.92C393.52 431.92 390.747 433.627 388.88 437.04C387.227 439.92 386.4 443.973 386.4 449.2C386.4 454.533 387.28 458.693 389.04 461.68C390.853 464.88 393.573 466.48 397.2 466.48C400.773 466.48 403.573 464.907 405.6 461.76ZM463.92 480.96C457.2 480.96 451.44 479.2 446.64 475.68C441.84 472.16 438.56 467.36 436.8 461.28C435.68 457.547 435.12 453.467 435.12 449.04C435.12 444.347 435.68 440.107 436.8 436.32C438.613 430.4 441.92 425.76 446.72 422.4C451.52 419.04 457.307 417.36 464.08 417.36C470.587 417.36 476.16 419.013 480.8 422.32C485.493 425.68 488.8 430.32 490.72 436.24C491.947 440.24 492.56 444.427 492.56 448.8C492.56 453.12 492.027 457.173 490.96 460.96C489.147 467.2 485.867 472.08 481.12 475.6C476.373 479.173 470.64 480.96 463.92 480.96ZM463.92 466.48C466.533 466.48 468.773 465.68 470.64 464.08C472.453 462.48 473.76 460.267 474.56 457.44C475.2 454.88 475.52 452.08 475.52 449.04C475.52 445.68 475.2 442.853 474.56 440.56C473.707 437.84 472.347 435.707 470.48 434.16C468.667 432.667 466.453 431.92 463.84 431.92C461.067 431.92 458.8 432.667 457.04 434.16C455.227 435.707 453.92 437.84 453.12 440.56C452.48 442.427 452.16 445.253 452.16 449.04C452.16 452.667 452.427 455.467 452.96 457.44C453.76 460.267 455.12 462.48 457.04 464.08C458.907 465.68 461.2 466.48 463.92 466.48ZM534.24 417.52C537.12 417.52 539.413 418.08 541.12 419.2C541.76 419.52 542 420.107 541.84 420.96L539.28 434.64C539.227 435.6 538.667 435.893 537.6 435.52C536.427 435.093 535.04 434.88 533.44 434.88C532.747 434.88 531.867 434.96 530.8 435.12C527.92 435.387 525.467 436.453 523.44 438.32C521.467 440.187 520.48 442.693 520.48 445.84V478.56C520.48 478.987 520.32 479.333 520 479.6C519.733 479.867 519.413 480 519.04 480H504.96C504.587 480 504.24 479.867 503.92 479.6C503.653 479.333 503.52 478.987 503.52 478.56V419.76C503.52 419.387 503.653 419.04 503.92 418.72C504.24 418.453 504.587 418.32 504.96 418.32H519.04C519.413 418.32 519.733 418.453 520 418.72C520.32 419.04 520.48 419.387 520.48 419.76V424.32C520.48 424.533 520.56 424.693 520.72 424.8C520.88 424.907 520.987 424.853 521.04 424.64C524.347 419.893 528.747 417.52 534.24 417.52ZM585.6 430.48C585.6 430.853 585.467 431.173 585.2 431.44C584.933 431.76 584.587 431.92 584.16 431.92H572.64C572.267 431.92 572.08 432.107 572.08 432.48V457.92C572.08 460.533 572.613 462.507 573.68 463.84C574.747 465.12 576.48 465.76 578.88 465.76H582.88C583.253 465.76 583.573 465.893 583.84 466.16C584.16 466.427 584.32 466.773 584.32 467.2V478.56C584.32 479.467 583.84 479.973 582.88 480.08C579.52 480.24 577.12 480.32 575.68 480.32C569.013 480.32 564.053 479.227 560.8 477.04C557.493 474.853 555.813 470.72 555.76 464.64V432.48C555.76 432.107 555.547 431.92 555.12 431.92H548.32C547.893 431.92 547.547 431.76 547.28 431.44C547.013 431.173 546.88 430.853 546.88 430.48V419.76C546.88 419.387 547.013 419.04 547.28 418.72C547.547 418.453 547.893 418.32 548.32 418.32H555.12C555.547 418.32 555.76 418.107 555.76 417.68V403.44C555.76 403.067 555.893 402.72 556.16 402.4C556.427 402.133 556.773 402 557.2 402H570.64C571.013 402 571.333 402.133 571.6 402.4C571.92 402.72 572.08 403.067 572.08 403.44V417.68C572.08 418.107 572.267 418.32 572.64 418.32H584.16C584.587 418.32 584.933 418.453 585.2 418.72C585.467 419.04 585.6 419.387 585.6 419.76V430.48ZM305.36 316.24C304.88 316.453 304.88 316.693 305.36 316.96C312.933 320.853 316.72 327.36 316.72 336.48C316.72 344.267 314.08 350.133 308.8 354.08C303.52 358.027 296.613 360 288.08 360H256.96C256.587 360 256.267 359.867 256 359.6C255.68 359.333 255.52 358.987 255.52 358.56V277.44C255.52 277.067 255.68 276.72 256 276.4C256.267 276.133 256.587 276 256.96 276H287.12C306.053 276 315.52 283.68 315.52 299.04C315.52 307.04 312.133 312.773 305.36 316.24ZM273.04 290.48C272.667 290.48 272.48 290.693 272.48 291.12V309.84C272.48 310.267 272.667 310.48 273.04 310.48H287.12C290.853 310.48 293.787 309.6 295.92 307.84C297.947 306.08 298.96 303.68 298.96 300.64C298.96 297.493 297.947 295.013 295.92 293.2C293.787 291.387 290.853 290.48 287.12 290.48H273.04ZM288.08 345.36C291.76 345.36 294.64 344.427 296.72 342.56C298.8 340.693 299.84 338.107 299.84 334.8C299.84 331.547 298.8 328.96 296.72 327.04C294.64 325.173 291.707 324.24 287.92 324.24H273.04C272.667 324.24 272.48 324.453 272.48 324.88V344.72C272.48 345.147 272.667 345.36 273.04 345.36H288.08ZM383.44 322.8C383.92 325.84 384.08 329.227 383.92 332.96C383.867 333.973 383.36 334.48 382.4 334.48H345.28C344.8 334.48 344.64 334.667 344.8 335.04C345.067 336.64 345.52 338.24 346.16 339.84C348.24 344.32 352.48 346.56 358.88 346.56C364 346.507 368.027 344.427 370.96 340.32C371.28 339.84 371.653 339.6 372.08 339.6C372.293 339.6 372.56 339.76 372.88 340.08L381.52 348.56C381.947 348.987 382.16 349.36 382.16 349.68C382.16 349.84 382 350.16 381.68 350.64C379.013 353.947 375.6 356.48 371.44 358.24C367.333 360.053 362.773 360.96 357.76 360.96C350.88 360.96 345.067 359.413 340.32 356.32C335.573 353.173 332.16 348.8 330.08 343.2C328.373 339.2 327.52 333.973 327.52 327.52C327.52 323.093 328.133 319.2 329.36 315.84C331.173 310.187 334.4 305.68 339.04 302.32C343.627 298.96 349.067 297.28 355.36 297.28C363.36 297.28 369.787 299.6 374.64 304.24C379.493 308.88 382.427 315.067 383.44 322.8ZM355.52 311.92C350.453 311.92 347.12 314.267 345.52 318.96C345.2 320.027 344.933 321.307 344.72 322.8C344.72 323.173 344.907 323.36 345.28 323.36H366.08C366.56 323.36 366.72 323.173 366.56 322.8C366.133 320.507 365.92 319.387 365.92 319.44C365.227 317.04 363.973 315.173 362.16 313.84C360.347 312.56 358.133 311.92 355.52 311.92ZM418.16 360.8C412.773 360.8 408.08 360.053 404.08 358.56C400.08 357.067 396.987 354.96 394.8 352.24C392.613 349.52 391.52 346.427 391.52 342.96V341.76C391.52 341.387 391.653 341.04 391.92 340.72C392.187 340.453 392.533 340.32 392.96 340.32H406.24C406.667 340.32 407.013 340.453 407.28 340.72C407.547 341.04 407.68 341.387 407.68 341.76V341.84C407.68 343.653 408.667 345.173 410.64 346.4C412.613 347.627 415.067 348.24 418 348.24C420.72 348.24 422.933 347.707 424.64 346.64C426.293 345.52 427.12 344.187 427.12 342.64C427.12 341.2 426.4 340.107 424.96 339.36C423.52 338.667 421.173 337.92 417.92 337.12C414.133 336.16 411.173 335.227 409.04 334.32C403.92 332.56 399.84 330.4 396.8 327.84C393.76 325.28 392.24 321.6 392.24 316.8C392.24 310.88 394.533 306.187 399.12 302.72C403.707 299.253 409.813 297.52 417.44 297.52C422.56 297.52 427.04 298.32 430.88 299.92C434.72 301.573 437.707 303.893 439.84 306.88C441.92 309.813 442.96 313.173 442.96 316.96C442.96 317.333 442.827 317.653 442.56 317.92C442.293 318.187 441.947 318.32 441.52 318.32H428.72C428.293 318.32 427.947 318.187 427.68 317.92C427.413 317.653 427.28 317.333 427.28 316.96C427.28 315.2 426.373 313.707 424.56 312.48C422.747 311.253 420.373 310.64 417.44 310.64C414.773 310.64 412.613 311.147 410.96 312.16C409.253 313.12 408.4 314.427 408.4 316.08C408.4 317.68 409.227 318.88 410.88 319.68C412.533 320.48 415.28 321.333 419.12 322.24C419.973 322.453 420.96 322.693 422.08 322.96C423.2 323.227 424.4 323.573 425.68 324C431.387 325.707 435.867 327.867 439.12 330.48C442.427 333.147 444.08 336.987 444.08 342C444.08 347.92 441.733 352.533 437.04 355.84C432.347 359.147 426.053 360.8 418.16 360.8ZM489.04 310.48C489.04 310.853 488.907 311.173 488.64 311.44C488.373 311.76 488.027 311.92 487.6 311.92H476.08C475.707 311.92 475.52 312.107 475.52 312.48V337.92C475.52 340.533 476.053 342.507 477.12 343.84C478.187 345.12 479.947 345.76 482.4 345.76H486.32C486.693 345.76 487.04 345.893 487.36 346.16C487.627 346.427 487.76 346.773 487.76 347.2V358.56C487.76 359.467 487.28 359.973 486.32 360.08C482.96 360.24 480.56 360.32 479.12 360.32C472.453 360.32 467.493 359.227 464.24 357.04C460.933 354.853 459.253 350.72 459.2 344.64V312.48C459.2 312.107 458.987 311.92 458.56 311.92H451.76C451.333 311.92 450.987 311.76 450.72 311.44C450.453 311.173 450.32 310.853 450.32 310.48V299.76C450.32 299.387 450.453 299.04 450.72 298.72C450.987 298.453 451.333 298.32 451.76 298.32H458.56C458.987 298.32 459.2 298.107 459.2 297.68V283.44C459.2 283.067 459.333 282.72 459.6 282.4C459.867 282.133 460.213 282 460.64 282H474.08C474.453 282 474.8 282.133 475.12 282.4C475.387 282.72 475.52 283.067 475.52 283.44V297.68C475.52 298.107 475.707 298.32 476.08 298.32H487.6C488.027 298.32 488.373 298.453 488.64 298.72C488.907 299.04 489.04 299.387 489.04 299.76V310.48Z" fill="#252530"/>
|
|
8
|
+
<path d="M249.6 603.2C249.013 603.2 248.64 602.933 248.48 602.4L233.92 548.24L233.84 547.92C233.84 547.44 234.133 547.2 234.72 547.2H242.56C243.147 547.2 243.52 547.467 243.68 548L252.8 584.48C252.853 584.64 252.933 584.72 253.04 584.72C253.147 584.72 253.227 584.64 253.28 584.48L262 548C262.16 547.467 262.507 547.2 263.04 547.2H270.72C271.307 547.2 271.68 547.467 271.84 548L281.12 584.56C281.173 584.72 281.253 584.8 281.36 584.8C281.467 584.8 281.547 584.72 281.6 584.56L290.56 548C290.72 547.467 291.093 547.2 291.68 547.2H299.12C299.867 547.2 300.16 547.547 300 548.24L286.16 602.4C286 602.933 285.627 603.2 285.04 603.2H277.6C277.013 603.2 276.64 602.933 276.48 602.4L267.12 564.24C267.067 564.08 266.987 563.973 266.88 563.92C266.773 563.92 266.693 564.027 266.64 564.24L257.68 602.4C257.52 602.933 257.173 603.2 256.64 603.2H249.6ZM308.88 603.2C308.613 603.2 308.373 603.093 308.16 602.88C308 602.72 307.92 602.507 307.92 602.24V548.16C307.92 547.893 308 547.68 308.16 547.52C308.373 547.307 308.613 547.2 308.88 547.2H316.24C316.507 547.2 316.72 547.307 316.88 547.52C317.093 547.68 317.2 547.893 317.2 548.16V602.24C317.2 602.507 317.093 602.72 316.88 602.88C316.72 603.093 316.507 603.2 316.24 603.2H308.88ZM361.44 548.16C361.44 547.893 361.52 547.68 361.68 547.52C361.893 547.307 362.133 547.2 362.4 547.2H369.76C370.027 547.2 370.24 547.307 370.4 547.52C370.613 547.68 370.72 547.893 370.72 548.16V602.24C370.72 602.507 370.613 602.72 370.4 602.88C370.24 603.093 370.027 603.2 369.76 603.2H362.64C362.107 603.2 361.733 602.987 361.52 602.56L338.48 564.8C338.373 564.64 338.267 564.56 338.16 564.56C338.053 564.613 338 564.747 338 564.96L338.16 602.24C338.16 602.507 338.053 602.72 337.84 602.88C337.68 603.093 337.467 603.2 337.2 603.2H329.84C329.573 603.2 329.333 603.093 329.12 602.88C328.96 602.72 328.88 602.507 328.88 602.24V548.16C328.88 547.893 328.96 547.68 329.12 547.52C329.333 547.307 329.573 547.2 329.84 547.2H336.96C337.493 547.2 337.867 547.413 338.08 547.84L361.04 585.6C361.147 585.76 361.253 585.813 361.36 585.76C361.467 585.76 361.52 585.653 361.52 585.44L361.44 548.16ZM419.2 547.2C419.467 547.2 419.68 547.307 419.84 547.52C420.053 547.68 420.16 547.893 420.16 548.16V554.32C420.16 554.587 420.053 554.8 419.84 554.96C419.68 555.173 419.467 555.28 419.2 555.28H404.48C404.213 555.28 404.08 555.413 404.08 555.68V602.24C404.08 602.507 404 602.72 403.84 602.88C403.627 603.093 403.387 603.2 403.12 603.2H395.76C395.493 603.2 395.28 603.093 395.12 602.88C394.907 602.72 394.8 602.507 394.8 602.24V555.68C394.8 555.413 394.667 555.28 394.4 555.28H380.24C379.973 555.28 379.733 555.173 379.52 554.96C379.36 554.8 379.28 554.587 379.28 554.32V548.16C379.28 547.893 379.36 547.68 379.52 547.52C379.733 547.307 379.973 547.2 380.24 547.2H419.2ZM466.64 554.24C466.64 554.507 466.533 554.72 466.32 554.88C466.16 555.093 465.947 555.2 465.68 555.2H438.4C438.133 555.2 438 555.333 438 555.6V570.56C438 570.827 438.133 570.96 438.4 570.96H456.72C456.987 570.96 457.227 571.04 457.44 571.2C457.6 571.413 457.68 571.653 457.68 571.92V578C457.68 578.267 457.6 578.507 457.44 578.72C457.227 578.88 456.987 578.96 456.72 578.96H438.4C438.133 578.96 438 579.093 438 579.36V594.8C438 595.067 438.133 595.2 438.4 595.2H465.68C465.947 595.2 466.16 595.307 466.32 595.52C466.533 595.68 466.64 595.893 466.64 596.16V602.24C466.64 602.507 466.533 602.72 466.32 602.88C466.16 603.093 465.947 603.2 465.68 603.2H429.68C429.413 603.2 429.173 603.093 428.96 602.88C428.8 602.72 428.72 602.507 428.72 602.24V548.16C428.72 547.893 428.8 547.68 428.96 547.52C429.173 547.307 429.413 547.2 429.68 547.2H465.68C465.947 547.2 466.16 547.307 466.32 547.52C466.533 547.68 466.64 547.893 466.64 548.16V554.24ZM507.52 603.2C506.987 603.2 506.613 602.96 506.4 602.48L495.84 579.44C495.733 579.227 495.573 579.12 495.36 579.12H485.76C485.493 579.12 485.36 579.253 485.36 579.52V602.24C485.36 602.507 485.253 602.72 485.04 602.88C484.88 603.093 484.667 603.2 484.4 603.2H477.04C476.773 603.2 476.533 603.093 476.32 602.88C476.16 602.72 476.08 602.507 476.08 602.24V548.16C476.08 547.893 476.16 547.68 476.32 547.52C476.533 547.307 476.773 547.2 477.04 547.2H499.04C502.293 547.2 505.173 547.867 507.68 549.2C510.187 550.587 512.133 552.507 513.52 554.96C514.907 557.467 515.6 560.32 515.6 563.52C515.6 567.2 514.64 570.32 512.72 572.88C510.853 575.493 508.24 577.307 504.88 578.32C504.773 578.32 504.693 578.373 504.64 578.48C504.587 578.587 504.587 578.693 504.64 578.8L515.92 602.08C516.027 602.293 516.08 602.453 516.08 602.56C516.08 602.987 515.787 603.2 515.2 603.2H507.52ZM485.76 555.2C485.493 555.2 485.36 555.333 485.36 555.6V571.52C485.36 571.787 485.493 571.92 485.76 571.92H497.76C500.32 571.92 502.4 571.147 504 569.6C505.547 568.107 506.32 566.107 506.32 563.6C506.32 561.093 505.547 559.067 504 557.52C502.4 555.973 500.32 555.2 497.76 555.2H485.76Z" fill="#242530"/>
|
|
9
|
+
<path d="M270.88 747.68C270.72 747.84 270.667 748 270.72 748.16C270.827 748.32 270.987 748.4 271.2 748.4H302.64C303.013 748.4 303.333 748.533 303.6 748.8C303.92 749.067 304.08 749.387 304.08 749.76V761.04C304.08 761.413 303.92 761.733 303.6 762C303.333 762.267 303.013 762.4 302.64 762.4H250.48C250.053 762.4 249.707 762.267 249.44 762C249.173 761.733 249.04 761.413 249.04 761.04V750.32C249.04 749.627 249.28 749.04 249.76 748.56C253.547 744.88 257.413 740.853 261.36 736.48C265.307 732.107 267.787 729.387 268.8 728.32C270.933 725.76 273.12 723.307 275.36 720.96C282.4 713.173 285.92 707.387 285.92 703.6C285.92 700.88 284.96 698.64 283.04 696.88C281.12 695.173 278.613 694.32 275.52 694.32C272.427 694.32 269.92 695.173 268 696.88C266.027 698.64 265.04 700.96 265.04 703.84V706.72C265.04 707.093 264.907 707.413 264.64 707.68C264.373 707.947 264.053 708.08 263.68 708.08H250C249.627 708.08 249.307 707.947 249.04 707.68C248.72 707.413 248.56 707.093 248.56 706.72V701.28C248.827 697.12 250.16 693.413 252.56 690.16C254.96 686.96 258.133 684.507 262.08 682.8C266.08 681.093 270.56 680.24 275.52 680.24C281.013 680.24 285.787 681.28 289.84 683.36C293.893 685.387 297.013 688.133 299.2 691.6C301.44 695.12 302.56 698.987 302.56 703.2C302.56 706.453 301.733 709.787 300.08 713.2C298.48 716.613 296.053 720.293 292.8 724.24C290.4 727.227 287.813 730.213 285.04 733.2C282.267 736.133 278.133 740.373 272.64 745.92L270.88 747.68ZM341.76 763.68C333.227 763.68 326.507 761.307 321.6 756.56C316.64 751.813 314.16 745.333 314.16 737.12V706.48C314.16 698.427 316.64 692.053 321.6 687.36C326.507 682.613 333.227 680.24 341.76 680.24C350.24 680.24 356.987 682.613 362 687.36C366.96 692.053 369.44 698.427 369.44 706.48V737.12C369.44 745.333 366.96 751.813 362 756.56C356.987 761.307 350.24 763.68 341.76 763.68ZM341.76 749.68C345.227 749.68 347.973 748.613 350 746.48C352.08 744.347 353.12 741.493 353.12 737.92V706C353.12 702.48 352.08 699.653 350 697.52C347.973 695.387 345.227 694.32 341.76 694.32C338.347 694.32 335.627 695.387 333.6 697.52C331.52 699.653 330.48 702.48 330.48 706V737.92C330.48 741.493 331.52 744.347 333.6 746.48C335.627 748.613 338.347 749.68 341.76 749.68ZM401.92 747.68C401.76 747.84 401.733 748 401.84 748.16C401.893 748.32 402.053 748.4 402.32 748.4H433.76C434.133 748.4 434.453 748.533 434.72 748.8C434.987 749.067 435.12 749.387 435.12 749.76V761.04C435.12 761.413 434.987 761.733 434.72 762C434.453 762.267 434.133 762.4 433.76 762.4H381.52C381.147 762.4 380.827 762.267 380.56 762C380.293 761.733 380.16 761.413 380.16 761.04V750.32C380.16 749.627 380.373 749.04 380.8 748.56C384.64 744.88 388.507 740.853 392.4 736.48C396.347 732.107 398.827 729.387 399.84 728.32C402.027 725.76 404.24 723.307 406.48 720.96C413.52 713.173 417.04 707.387 417.04 703.6C417.04 700.88 416.08 698.64 414.16 696.88C412.187 695.173 409.653 694.32 406.56 694.32C403.467 694.32 400.96 695.173 399.04 696.88C397.12 698.64 396.16 700.96 396.16 703.84V706.72C396.16 707.093 396.027 707.413 395.76 707.68C395.493 707.947 395.147 708.08 394.72 708.08H381.04C380.667 708.08 380.347 707.947 380.08 707.68C379.813 707.413 379.68 707.093 379.68 706.72V701.28C379.893 697.12 381.2 693.413 383.6 690.16C386 686.96 389.2 684.507 393.2 682.8C397.2 681.093 401.653 680.24 406.56 680.24C412.053 680.24 416.827 681.28 420.88 683.36C424.987 685.387 428.133 688.133 430.32 691.6C432.507 695.12 433.6 698.987 433.6 703.2C433.6 706.453 432.8 709.787 431.2 713.2C429.547 716.613 427.093 720.293 423.84 724.24C421.44 727.227 418.853 730.213 416.08 733.2C413.307 736.133 409.173 740.373 403.68 745.92L401.92 747.68ZM496.8 725.36C497.973 729.147 498.56 732.827 498.56 736.4C498.56 740.347 497.947 743.92 496.72 747.12C494.96 752.027 491.84 755.947 487.36 758.88C482.827 761.76 477.547 763.2 471.52 763.2C465.653 763.2 460.507 761.787 456.08 758.96C451.6 756.133 448.453 752.293 446.64 747.44C445.84 745.413 445.253 743.28 444.88 741.04V740.8C444.88 739.947 445.333 739.52 446.24 739.52H460.32C461.067 739.52 461.573 739.947 461.84 740.8C461.893 741.28 462 741.68 462.16 742C462.32 742.32 462.427 742.587 462.48 742.8C463.28 744.827 464.453 746.373 466 747.44C467.547 748.507 469.36 749.04 471.44 749.04C473.627 749.04 475.52 748.453 477.12 747.28C478.72 746.16 479.92 744.56 480.72 742.48C481.467 740.933 481.84 738.907 481.84 736.4C481.84 734.16 481.493 732.16 480.8 730.4C480.267 728.373 479.2 726.827 477.6 725.76C475.947 724.64 474.053 724.08 471.92 724.08C469.733 724.08 467.707 724.587 465.84 725.6C464.027 726.613 462.8 727.947 462.16 729.6C461.947 730.347 461.44 730.72 460.64 730.72H446.4C445.973 730.72 445.627 730.587 445.36 730.32C445.093 730.053 444.96 729.733 444.96 729.36V682.56C444.96 682.187 445.093 681.867 445.36 681.6C445.627 681.333 445.973 681.2 446.4 681.2H494.32C494.693 681.2 495.013 681.333 495.28 681.6C495.547 681.867 495.68 682.187 495.68 682.56V693.84C495.68 694.213 495.547 694.533 495.28 694.8C495.013 695.067 494.693 695.2 494.32 695.2H461.92C461.547 695.2 461.36 695.413 461.36 695.84L461.2 712.96C461.2 713.493 461.44 713.627 461.92 713.36C465.387 711.12 469.413 710 474 710C479.387 710 484.107 711.36 488.16 714.08C492.267 716.853 495.147 720.613 496.8 725.36Z" fill="#252530"/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="752" height="976" viewBox="0 0 752 976" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M64.8 719.2L380.8 880L684.8 719.2V90.4H64.8V719.2Z" fill="white"/>
|
|
3
|
+
<path d="M691.2 92.8L58.3999 730.4L386.4 892.8L691.2 736.8V92.8Z" fill="#F2F3F2"/>
|
|
4
|
+
<path d="M44 300V732.8L55.2 738.4L371.2 899.2L380.8 904L390.4 899.2L695.2 738.4L706.4 732.8V69.6H44V300ZM64.8 720.8V90.4H685.6V720.8L380.8 881.6L64.8 720.8Z" fill="#DCDEDC"/>
|
|
5
|
+
<path d="M375.2 100.8C378.4 100.8 381.6 100.8 384.8 101.6L375.2 120C360.8 119.2 348 130.4 347.2 144.8C346.4 159.2 357.6 172 372 172.8H375.2C381.6 172.8 388 170.4 392.8 166.4L403.2 184C395.2 189.6 385.6 192.8 375.2 192.8C349.6 193.6 328 174.4 327.2 148.8C326.4 123.2 345.6 101.6 371.2 100.8H375.2ZM408 140L420 160L408 179.2L396.8 160H373.6L385.6 140H408ZM388.8 132.8C388.8 129.6 389.6 126.4 391.2 124C392.8 121.6 396 119.2 398.4 117.6L400 116.8C403.2 115.2 404 114.4 404 112.8C404 111.2 401.6 109.6 400 109.6C396.8 109.6 394.4 111.2 392.8 114.4L388.8 110.4C389.6 108.8 391.2 107.2 392.8 105.6C395.2 104 397.6 104 400 104C402.4 104 405.6 104.8 407.2 106.4C408.8 108 410.4 110.4 410.4 112.8C410.4 116.8 408 120 403.2 121.6L400.8 123.2C398.4 124.8 396.8 125.6 396 128H410.4V133.6L388.8 132.8ZM375.2 232.8L451.2 189.6V69.6H298.4V188.8L375.2 232.8ZM721.6 516H28.7999L3.19995 572L28.7999 628H721.6L746.4 572L721.6 516Z" fill="#FF492C"/>
|
|
6
|
+
<path d="M138.4 395.92C143.68 395.92 148.32 396.987 152.32 399.12C156.32 401.253 159.413 404.32 161.6 408.32C163.787 412.267 164.88 416.8 164.88 421.92C164.88 426.987 163.76 431.44 161.52 435.28C159.227 439.067 156.027 442.027 151.92 444.16C147.813 446.293 143.067 447.36 137.68 447.36H120.64C120.267 447.36 120.08 447.573 120.08 448V478.56C120.08 478.987 119.92 479.333 119.6 479.6C119.333 479.867 118.987 480 118.56 480H104.56C104.133 480 103.787 479.867 103.52 479.6C103.253 479.333 103.12 478.987 103.12 478.56V397.36C103.12 396.933 103.253 396.587 103.52 396.32C103.787 396.053 104.133 395.92 104.56 395.92H138.4ZM135.84 433.84C139.573 433.84 142.533 432.773 144.72 430.64C146.96 428.507 148.08 425.733 148.08 422.32C148.08 418.747 146.96 415.893 144.72 413.76C142.533 411.573 139.573 410.48 135.84 410.48H120.64C120.267 410.48 120.08 410.693 120.08 411.12V433.2C120.08 433.627 120.267 433.84 120.64 433.84H135.84ZM225.44 442.8C225.867 445.84 226 449.227 225.84 452.96C225.787 453.973 225.28 454.48 224.32 454.48H187.28C186.8 454.48 186.613 454.667 186.72 455.04C186.987 456.64 187.44 458.24 188.08 459.84C190.16 464.32 194.4 466.56 200.8 466.56C205.92 466.507 209.947 464.427 212.88 460.32C213.253 459.84 213.627 459.6 214 459.6C214.213 459.6 214.48 459.76 214.8 460.08L223.44 468.56C223.867 468.987 224.08 469.36 224.08 469.68C224.08 469.84 223.92 470.16 223.6 470.64C220.933 473.947 217.547 476.48 213.44 478.24C209.227 480.053 204.64 480.96 199.68 480.96C192.853 480.96 187.04 479.413 182.24 476.32C177.493 473.173 174.08 468.8 172 463.2C170.293 459.2 169.44 453.973 169.44 447.52C169.44 443.093 170.053 439.2 171.28 435.84C173.147 430.187 176.373 425.68 180.96 422.32C185.547 418.96 190.987 417.28 197.28 417.28C205.28 417.28 211.707 419.6 216.56 424.24C221.413 428.88 224.373 435.067 225.44 442.8ZM197.44 431.92C192.373 431.92 189.04 434.267 187.44 438.96C187.12 440.027 186.853 441.307 186.64 442.8C186.64 443.173 186.853 443.36 187.28 443.36H208C208.48 443.36 208.64 443.173 208.48 442.8C208.053 440.507 207.84 439.387 207.84 439.44C207.147 437.04 205.893 435.173 204.08 433.84C202.32 432.56 200.107 431.92 197.44 431.92ZM267.04 417.52C269.92 417.52 272.213 418.08 273.92 419.2C274.507 419.52 274.72 420.107 274.56 420.96L272.08 434.64C272.027 435.6 271.467 435.893 270.4 435.52C269.173 435.093 267.787 434.88 266.24 434.88C265.6 434.88 264.693 434.96 263.52 435.12C260.693 435.387 258.267 436.453 256.24 438.32C254.267 440.187 253.28 442.693 253.28 445.84V478.56C253.28 478.987 253.12 479.333 252.8 479.6C252.533 479.867 252.213 480 251.84 480H237.76C237.387 480 237.04 479.867 236.72 479.6C236.453 479.333 236.32 478.987 236.32 478.56V419.76C236.32 419.387 236.453 419.04 236.72 418.72C237.04 418.453 237.387 418.32 237.76 418.32H251.84C252.213 418.32 252.533 418.453 252.8 418.72C253.12 419.04 253.28 419.387 253.28 419.76V424.32C253.28 424.533 253.36 424.693 253.52 424.8C253.627 424.907 253.733 424.853 253.84 424.64C257.147 419.893 261.547 417.52 267.04 417.52ZM318.16 418.24C318.587 418.24 318.933 418.373 319.2 418.64C319.467 418.907 319.6 419.253 319.6 419.68V431.04C319.6 431.467 319.467 431.813 319.2 432.08C318.933 432.347 318.587 432.48 318.16 432.48H306.56C306.133 432.48 305.92 432.667 305.92 433.04V478.56C305.92 478.987 305.787 479.333 305.52 479.6C305.253 479.867 304.907 480 304.48 480H290.48C290.053 480 289.707 479.867 289.44 479.6C289.173 479.333 289.04 478.987 289.04 478.56V433.04C289.04 432.667 288.827 432.48 288.4 432.48H281.36C280.933 432.48 280.587 432.347 280.32 432.08C280.053 431.813 279.92 431.467 279.92 431.04V419.68C279.92 419.253 280.053 418.907 280.32 418.64C280.587 418.373 280.933 418.24 281.36 418.24H288.4C288.827 418.24 289.04 418.027 289.04 417.6V414.96C289.04 410 289.787 406.133 291.28 403.36C292.827 400.64 295.28 398.693 298.64 397.52C302.053 396.347 306.773 395.84 312.8 396H317.36C317.733 396 318.053 396.133 318.32 396.4C318.64 396.72 318.8 397.067 318.8 397.44V407.12C318.8 407.547 318.64 407.893 318.32 408.16C318.053 408.48 317.733 408.64 317.36 408.64H313.36C310.587 408.693 308.64 409.253 307.52 410.32C306.453 411.44 305.92 413.44 305.92 416.32V417.6C305.92 418.027 306.133 418.24 306.56 418.24H318.16ZM352.96 480.96C346.24 480.96 340.48 479.2 335.68 475.68C330.88 472.16 327.6 467.36 325.84 461.28C324.72 457.547 324.16 453.467 324.16 449.04C324.16 444.347 324.72 440.107 325.84 436.32C327.707 430.4 331.04 425.76 335.84 422.4C340.64 419.04 346.4 417.36 353.12 417.36C359.627 417.36 365.227 419.013 369.92 422.32C374.507 425.68 377.76 430.32 379.68 436.24C381.013 440.24 381.68 444.427 381.68 448.8C381.68 453.12 381.12 457.173 380 460.96C378.24 467.2 374.96 472.08 370.16 475.6C365.413 479.173 359.68 480.96 352.96 480.96ZM352.96 466.48C355.573 466.48 357.813 465.68 359.68 464.08C361.547 462.48 362.88 460.267 363.68 457.44C364.267 454.88 364.56 452.08 364.56 449.04C364.56 445.68 364.267 442.853 363.68 440.56C362.773 437.84 361.413 435.707 359.6 434.16C357.733 432.667 355.467 431.92 352.8 431.92C350.133 431.92 347.893 432.667 346.08 434.16C344.267 435.707 342.96 437.84 342.16 440.56C341.52 442.427 341.2 445.253 341.2 449.04C341.2 452.667 341.493 455.467 342.08 457.44C342.88 460.267 344.213 462.48 346.08 464.08C347.947 465.68 350.24 466.48 352.96 466.48ZM423.28 417.52C426.16 417.52 428.453 418.08 430.16 419.2C430.8 419.52 431.013 420.107 430.8 420.96L428.32 434.64C428.267 435.6 427.707 435.893 426.64 435.52C425.413 435.093 424.027 434.88 422.48 434.88C421.84 434.88 420.96 434.96 419.84 435.12C416.96 435.387 414.507 436.453 412.48 438.32C410.507 440.187 409.52 442.693 409.52 445.84V478.56C409.52 478.987 409.36 479.333 409.04 479.6C408.773 479.867 408.427 480 408 480H394C393.627 480 393.28 479.867 392.96 479.6C392.693 479.333 392.56 478.987 392.56 478.56V419.76C392.56 419.387 392.693 419.04 392.96 418.72C393.28 418.453 393.627 418.32 394 418.32H408C408.427 418.32 408.773 418.453 409.04 418.72C409.36 419.04 409.52 419.387 409.52 419.76V424.32C409.52 424.533 409.573 424.693 409.68 424.8C409.893 424.907 410.027 424.853 410.08 424.64C413.387 419.893 417.787 417.52 423.28 417.52ZM506.88 417.36C513.12 417.36 518 419.227 521.52 422.96C525.04 426.747 526.8 432.053 526.8 438.88V478.56C526.8 478.987 526.667 479.333 526.4 479.6C526.133 479.867 525.813 480 525.44 480H511.36C510.987 480 510.64 479.867 510.32 479.6C510.053 479.333 509.92 478.987 509.92 478.56V442.56C509.92 439.307 509.093 436.72 507.44 434.8C505.733 432.88 503.467 431.92 500.64 431.92C497.867 431.92 495.6 432.88 493.84 434.8C492.08 436.72 491.2 439.28 491.2 442.48V478.56C491.2 478.987 491.067 479.333 490.8 479.6C490.48 479.867 490.133 480 489.76 480H475.84C475.413 480 475.067 479.867 474.8 479.6C474.533 479.333 474.4 478.987 474.4 478.56V442.56C474.4 439.36 473.52 436.773 471.76 434.8C470 432.88 467.707 431.92 464.88 431.92C462.373 431.92 460.24 432.667 458.48 434.16C456.773 435.707 455.76 437.84 455.44 440.56V478.56C455.44 478.987 455.307 479.333 455.04 479.6C454.72 479.867 454.373 480 454 480H440C439.573 480 439.227 479.867 438.96 479.6C438.693 479.333 438.56 478.987 438.56 478.56V419.76C438.56 419.387 438.693 419.04 438.96 418.72C439.227 418.453 439.573 418.32 440 418.32H454C454.373 418.32 454.72 418.453 455.04 418.72C455.307 419.04 455.44 419.387 455.44 419.76V424.48C455.44 424.693 455.52 424.853 455.68 424.96C455.84 425.013 456 424.907 456.16 424.64C459.467 419.787 464.56 417.36 471.44 417.36C475.44 417.36 478.933 418.213 481.92 419.92C484.907 421.573 487.2 423.973 488.8 427.12C489.013 427.6 489.307 427.6 489.68 427.12C491.387 423.813 493.76 421.36 496.8 419.76C499.787 418.16 503.147 417.36 506.88 417.36ZM592.96 442.8C593.44 445.84 593.6 449.227 593.44 452.96C593.333 453.973 592.8 454.48 591.84 454.48H554.8C554.32 454.48 554.16 454.667 554.32 455.04C554.533 456.64 554.96 458.24 555.6 459.84C557.68 464.32 561.92 466.56 568.32 466.56C573.44 466.507 577.493 464.427 580.48 460.32C580.8 459.84 581.147 459.6 581.52 459.6C581.787 459.6 582.08 459.76 582.4 460.08L591.04 468.56C591.413 468.987 591.6 469.36 591.6 469.68C591.6 469.84 591.44 470.16 591.12 470.64C588.507 473.947 585.12 476.48 580.96 478.24C576.8 480.053 572.24 480.96 567.28 480.96C560.4 480.96 554.587 479.413 549.84 476.32C545.04 473.173 541.6 468.8 539.52 463.2C537.867 459.2 537.04 453.973 537.04 447.52C537.04 443.093 537.627 439.2 538.8 435.84C540.667 430.187 543.893 425.68 548.48 422.32C553.067 418.96 558.533 417.28 564.88 417.28C572.88 417.28 579.307 419.6 584.16 424.24C589.013 428.88 591.947 435.067 592.96 442.8ZM564.96 431.92C559.947 431.92 556.64 434.267 555.04 438.96C554.72 440.027 554.427 441.307 554.16 442.8C554.16 443.173 554.373 443.36 554.8 443.36H575.52C576 443.36 576.16 443.173 576 442.8C575.627 440.507 575.44 439.387 575.44 439.44C574.693 437.04 573.44 435.173 571.68 433.84C569.867 432.56 567.627 431.92 564.96 431.92ZM634.56 417.52C637.44 417.52 639.733 418.08 641.44 419.2C642.08 419.52 642.32 420.107 642.16 420.96L639.68 434.64C639.573 435.6 638.987 435.893 637.92 435.52C636.747 435.093 635.36 434.88 633.76 434.88C633.12 434.88 632.24 434.96 631.12 435.12C628.24 435.387 625.787 436.453 623.76 438.32C621.787 440.187 620.8 442.693 620.8 445.84V478.56C620.8 478.987 620.667 479.333 620.4 479.6C620.08 479.867 619.733 480 619.36 480H605.28C604.907 480 604.587 479.867 604.32 479.6C604 479.333 603.84 478.987 603.84 478.56V419.76C603.84 419.387 604 419.04 604.32 418.72C604.587 418.453 604.907 418.32 605.28 418.32H619.36C619.733 418.32 620.08 418.453 620.4 418.72C620.667 419.04 620.8 419.387 620.8 419.76V424.32C620.8 424.533 620.88 424.693 621.04 424.8C621.2 424.907 621.333 424.853 621.44 424.64C624.693 419.893 629.067 417.52 634.56 417.52ZM304.48 277.44C304.48 277.067 304.613 276.72 304.88 276.4C305.147 276.133 305.467 276 305.84 276H319.92C320.293 276 320.64 276.133 320.96 276.4C321.227 276.72 321.36 277.067 321.36 277.44V358.56C321.36 358.987 321.227 359.333 320.96 359.6C320.64 359.867 320.293 360 319.92 360H305.84C305.467 360 305.147 359.867 304.88 359.6C304.613 359.333 304.48 358.987 304.48 358.56V325.44C304.48 325.067 304.267 324.88 303.84 324.88H277.28C276.907 324.88 276.72 325.067 276.72 325.44V358.56C276.72 358.987 276.587 359.333 276.32 359.6C276 359.867 275.653 360 275.28 360H261.2C260.827 360 260.507 359.867 260.24 359.6C259.92 359.333 259.76 358.987 259.76 358.56V277.44C259.76 277.067 259.92 276.72 260.24 276.4C260.507 276.133 260.827 276 261.2 276H275.28C275.653 276 276 276.133 276.32 276.4C276.587 276.72 276.72 277.067 276.72 277.44V309.68C276.72 310.107 276.907 310.32 277.28 310.32H303.84C304.267 310.32 304.48 310.107 304.48 309.68V277.44ZM343.2 291.36C340.48 291.36 338.213 290.453 336.4 288.64C334.587 286.88 333.68 284.64 333.68 281.92C333.68 279.093 334.56 276.8 336.32 275.04C338.08 273.28 340.373 272.4 343.2 272.4C346.027 272.4 348.32 273.28 350.08 275.04C351.84 276.8 352.72 279.093 352.72 281.92C352.72 284.64 351.813 286.88 350 288.64C348.187 290.453 345.92 291.36 343.2 291.36ZM336 360C335.627 360 335.28 359.867 334.96 359.6C334.693 359.333 334.56 358.987 334.56 358.56V299.68C334.56 299.253 334.693 298.907 334.96 298.64C335.28 298.373 335.627 298.24 336 298.24H350.08C350.453 298.24 350.773 298.373 351.04 298.64C351.36 298.907 351.52 299.253 351.52 299.68V358.56C351.52 358.987 351.36 359.333 351.04 359.6C350.773 359.867 350.453 360 350.08 360H336ZM402.32 299.76C402.32 299.387 402.48 299.04 402.8 298.72C403.067 298.453 403.387 298.32 403.76 298.32H417.84C418.213 298.32 418.56 298.453 418.88 298.72C419.147 299.04 419.28 299.387 419.28 299.76V354.48C419.28 364.933 416.267 372.4 410.24 376.88C404.213 381.413 396.427 383.68 386.88 383.68C384.053 383.68 380.933 383.467 377.52 383.04C376.72 382.933 376.32 382.427 376.32 381.52L376.8 369.12C376.8 368.053 377.36 367.6 378.48 367.76C381.36 368.24 384 368.48 386.4 368.48C391.52 368.48 395.467 367.387 398.24 365.2C400.96 362.907 402.32 359.307 402.32 354.4C402.32 354.133 402.24 353.973 402.08 353.92C401.92 353.867 401.76 353.947 401.6 354.16C398.56 357.413 394.133 359.04 388.32 359.04C383.093 359.04 378.32 357.787 374 355.28C369.627 352.773 366.507 348.72 364.64 343.12C363.467 339.44 362.88 334.667 362.88 328.8C362.88 322.56 363.6 317.493 365.04 313.6C366.693 308.693 369.52 304.773 373.52 301.84C377.52 298.853 382.187 297.36 387.52 297.36C393.653 297.36 398.347 299.2 401.6 302.88C401.76 303.04 401.92 303.093 402.08 303.04C402.24 302.987 402.32 302.853 402.32 302.64V299.76ZM401.36 338.48C402 336.133 402.32 332.853 402.32 328.64C402.32 326.187 402.24 324.293 402.08 322.96C401.92 321.573 401.653 320.267 401.28 319.04C400.533 316.907 399.333 315.173 397.68 313.84C396.027 312.56 393.947 311.92 391.44 311.92C389.04 311.92 387.013 312.56 385.36 313.84C383.653 315.173 382.4 316.907 381.6 319.04C380.48 321.44 379.92 324.693 379.92 328.8C379.92 333.28 380.4 336.48 381.36 338.4C382.053 340.587 383.307 342.32 385.12 343.6C386.933 344.933 389.067 345.6 391.52 345.6C394.08 345.6 396.213 344.933 397.92 343.6C399.573 342.32 400.72 340.613 401.36 338.48ZM463.6 297.36C470 297.36 475.147 299.333 479.04 303.28C482.933 307.173 484.88 312.48 484.88 319.2V358.56C484.88 358.987 484.747 359.333 484.48 359.6C484.213 359.867 483.893 360 483.52 360H469.44C469.067 360 468.72 359.867 468.4 359.6C468.133 359.333 468 358.987 468 358.56V322.64C468 319.493 467.093 316.907 465.28 314.88C463.52 312.907 461.147 311.92 458.16 311.92C455.227 311.92 452.853 312.907 451.04 314.88C449.227 316.907 448.32 319.493 448.32 322.64V358.56C448.32 358.987 448.187 359.333 447.92 359.6C447.653 359.867 447.307 360 446.88 360H432.88C432.453 360 432.107 359.867 431.84 359.6C431.573 359.333 431.44 358.987 431.44 358.56V277.44C431.44 277.067 431.573 276.72 431.84 276.4C432.107 276.133 432.453 276 432.88 276H446.88C447.307 276 447.653 276.133 447.92 276.4C448.187 276.72 448.32 277.067 448.32 277.44V304C448.32 304.213 448.4 304.373 448.56 304.48C448.72 304.533 448.827 304.48 448.88 304.32C452.187 299.68 457.093 297.36 463.6 297.36Z" fill="#252530"/>
|
|
7
|
+
<path d="M249.6 603.2C249.013 603.2 248.64 602.933 248.48 602.4L233.92 548.24L233.84 547.92C233.84 547.44 234.133 547.2 234.72 547.2H242.56C243.147 547.2 243.52 547.467 243.68 548L252.8 584.48C252.853 584.64 252.933 584.72 253.04 584.72C253.147 584.72 253.227 584.64 253.28 584.48L262 548C262.16 547.467 262.507 547.2 263.04 547.2H270.72C271.307 547.2 271.68 547.467 271.84 548L281.12 584.56C281.173 584.72 281.253 584.8 281.36 584.8C281.467 584.8 281.547 584.72 281.6 584.56L290.56 548C290.72 547.467 291.093 547.2 291.68 547.2H299.12C299.867 547.2 300.16 547.547 300 548.24L286.16 602.4C286 602.933 285.627 603.2 285.04 603.2H277.6C277.013 603.2 276.64 602.933 276.48 602.4L267.12 564.24C267.067 564.08 266.987 563.973 266.88 563.92C266.773 563.92 266.693 564.027 266.64 564.24L257.68 602.4C257.52 602.933 257.173 603.2 256.64 603.2H249.6ZM308.88 603.2C308.613 603.2 308.373 603.093 308.16 602.88C308 602.72 307.92 602.507 307.92 602.24V548.16C307.92 547.893 308 547.68 308.16 547.52C308.373 547.307 308.613 547.2 308.88 547.2H316.24C316.507 547.2 316.72 547.307 316.88 547.52C317.093 547.68 317.2 547.893 317.2 548.16V602.24C317.2 602.507 317.093 602.72 316.88 602.88C316.72 603.093 316.507 603.2 316.24 603.2H308.88ZM361.44 548.16C361.44 547.893 361.52 547.68 361.68 547.52C361.893 547.307 362.133 547.2 362.4 547.2H369.76C370.027 547.2 370.24 547.307 370.4 547.52C370.613 547.68 370.72 547.893 370.72 548.16V602.24C370.72 602.507 370.613 602.72 370.4 602.88C370.24 603.093 370.027 603.2 369.76 603.2H362.64C362.107 603.2 361.733 602.987 361.52 602.56L338.48 564.8C338.373 564.64 338.267 564.56 338.16 564.56C338.053 564.613 338 564.747 338 564.96L338.16 602.24C338.16 602.507 338.053 602.72 337.84 602.88C337.68 603.093 337.467 603.2 337.2 603.2H329.84C329.573 603.2 329.333 603.093 329.12 602.88C328.96 602.72 328.88 602.507 328.88 602.24V548.16C328.88 547.893 328.96 547.68 329.12 547.52C329.333 547.307 329.573 547.2 329.84 547.2H336.96C337.493 547.2 337.867 547.413 338.08 547.84L361.04 585.6C361.147 585.76 361.253 585.813 361.36 585.76C361.467 585.76 361.52 585.653 361.52 585.44L361.44 548.16ZM419.2 547.2C419.467 547.2 419.68 547.307 419.84 547.52C420.053 547.68 420.16 547.893 420.16 548.16V554.32C420.16 554.587 420.053 554.8 419.84 554.96C419.68 555.173 419.467 555.28 419.2 555.28H404.48C404.213 555.28 404.08 555.413 404.08 555.68V602.24C404.08 602.507 404 602.72 403.84 602.88C403.627 603.093 403.387 603.2 403.12 603.2H395.76C395.493 603.2 395.28 603.093 395.12 602.88C394.907 602.72 394.8 602.507 394.8 602.24V555.68C394.8 555.413 394.667 555.28 394.4 555.28H380.24C379.973 555.28 379.733 555.173 379.52 554.96C379.36 554.8 379.28 554.587 379.28 554.32V548.16C379.28 547.893 379.36 547.68 379.52 547.52C379.733 547.307 379.973 547.2 380.24 547.2H419.2ZM466.64 554.24C466.64 554.507 466.533 554.72 466.32 554.88C466.16 555.093 465.947 555.2 465.68 555.2H438.4C438.133 555.2 438 555.333 438 555.6V570.56C438 570.827 438.133 570.96 438.4 570.96H456.72C456.987 570.96 457.227 571.04 457.44 571.2C457.6 571.413 457.68 571.653 457.68 571.92V578C457.68 578.267 457.6 578.507 457.44 578.72C457.227 578.88 456.987 578.96 456.72 578.96H438.4C438.133 578.96 438 579.093 438 579.36V594.8C438 595.067 438.133 595.2 438.4 595.2H465.68C465.947 595.2 466.16 595.307 466.32 595.52C466.533 595.68 466.64 595.893 466.64 596.16V602.24C466.64 602.507 466.533 602.72 466.32 602.88C466.16 603.093 465.947 603.2 465.68 603.2H429.68C429.413 603.2 429.173 603.093 428.96 602.88C428.8 602.72 428.72 602.507 428.72 602.24V548.16C428.72 547.893 428.8 547.68 428.96 547.52C429.173 547.307 429.413 547.2 429.68 547.2H465.68C465.947 547.2 466.16 547.307 466.32 547.52C466.533 547.68 466.64 547.893 466.64 548.16V554.24ZM507.52 603.2C506.987 603.2 506.613 602.96 506.4 602.48L495.84 579.44C495.733 579.227 495.573 579.12 495.36 579.12H485.76C485.493 579.12 485.36 579.253 485.36 579.52V602.24C485.36 602.507 485.253 602.72 485.04 602.88C484.88 603.093 484.667 603.2 484.4 603.2H477.04C476.773 603.2 476.533 603.093 476.32 602.88C476.16 602.72 476.08 602.507 476.08 602.24V548.16C476.08 547.893 476.16 547.68 476.32 547.52C476.533 547.307 476.773 547.2 477.04 547.2H499.04C502.293 547.2 505.173 547.867 507.68 549.2C510.187 550.587 512.133 552.507 513.52 554.96C514.907 557.467 515.6 560.32 515.6 563.52C515.6 567.2 514.64 570.32 512.72 572.88C510.853 575.493 508.24 577.307 504.88 578.32C504.773 578.32 504.693 578.373 504.64 578.48C504.587 578.587 504.587 578.693 504.64 578.8L515.92 602.08C516.027 602.293 516.08 602.453 516.08 602.56C516.08 602.987 515.787 603.2 515.2 603.2H507.52ZM485.76 555.2C485.493 555.2 485.36 555.333 485.36 555.6V571.52C485.36 571.787 485.493 571.92 485.76 571.92H497.76C500.32 571.92 502.4 571.147 504 569.6C505.547 568.107 506.32 566.107 506.32 563.6C506.32 561.093 505.547 559.067 504 557.52C502.4 555.973 500.32 555.2 497.76 555.2H485.76Z" fill="white"/>
|
|
8
|
+
<path d="M270.88 747.68C270.72 747.84 270.667 748 270.72 748.16C270.827 748.32 270.987 748.4 271.2 748.4H302.64C303.013 748.4 303.333 748.533 303.6 748.8C303.92 749.067 304.08 749.387 304.08 749.76V761.04C304.08 761.413 303.92 761.733 303.6 762C303.333 762.267 303.013 762.4 302.64 762.4H250.48C250.053 762.4 249.707 762.267 249.44 762C249.173 761.733 249.04 761.413 249.04 761.04V750.32C249.04 749.627 249.28 749.04 249.76 748.56C253.547 744.88 257.413 740.853 261.36 736.48C265.307 732.107 267.787 729.387 268.8 728.32C270.933 725.76 273.12 723.307 275.36 720.96C282.4 713.173 285.92 707.387 285.92 703.6C285.92 700.88 284.96 698.64 283.04 696.88C281.12 695.173 278.613 694.32 275.52 694.32C272.427 694.32 269.92 695.173 268 696.88C266.027 698.64 265.04 700.96 265.04 703.84V706.72C265.04 707.093 264.907 707.413 264.64 707.68C264.373 707.947 264.053 708.08 263.68 708.08H250C249.627 708.08 249.307 707.947 249.04 707.68C248.72 707.413 248.56 707.093 248.56 706.72V701.28C248.827 697.12 250.16 693.413 252.56 690.16C254.96 686.96 258.133 684.507 262.08 682.8C266.08 681.093 270.56 680.24 275.52 680.24C281.013 680.24 285.787 681.28 289.84 683.36C293.893 685.387 297.013 688.133 299.2 691.6C301.44 695.12 302.56 698.987 302.56 703.2C302.56 706.453 301.733 709.787 300.08 713.2C298.48 716.613 296.053 720.293 292.8 724.24C290.4 727.227 287.813 730.213 285.04 733.2C282.267 736.133 278.133 740.373 272.64 745.92L270.88 747.68ZM341.76 763.68C333.227 763.68 326.507 761.307 321.6 756.56C316.64 751.813 314.16 745.333 314.16 737.12V706.48C314.16 698.427 316.64 692.053 321.6 687.36C326.507 682.613 333.227 680.24 341.76 680.24C350.24 680.24 356.987 682.613 362 687.36C366.96 692.053 369.44 698.427 369.44 706.48V737.12C369.44 745.333 366.96 751.813 362 756.56C356.987 761.307 350.24 763.68 341.76 763.68ZM341.76 749.68C345.227 749.68 347.973 748.613 350 746.48C352.08 744.347 353.12 741.493 353.12 737.92V706C353.12 702.48 352.08 699.653 350 697.52C347.973 695.387 345.227 694.32 341.76 694.32C338.347 694.32 335.627 695.387 333.6 697.52C331.52 699.653 330.48 702.48 330.48 706V737.92C330.48 741.493 331.52 744.347 333.6 746.48C335.627 748.613 338.347 749.68 341.76 749.68ZM401.92 747.68C401.76 747.84 401.733 748 401.84 748.16C401.893 748.32 402.053 748.4 402.32 748.4H433.76C434.133 748.4 434.453 748.533 434.72 748.8C434.987 749.067 435.12 749.387 435.12 749.76V761.04C435.12 761.413 434.987 761.733 434.72 762C434.453 762.267 434.133 762.4 433.76 762.4H381.52C381.147 762.4 380.827 762.267 380.56 762C380.293 761.733 380.16 761.413 380.16 761.04V750.32C380.16 749.627 380.373 749.04 380.8 748.56C384.64 744.88 388.507 740.853 392.4 736.48C396.347 732.107 398.827 729.387 399.84 728.32C402.027 725.76 404.24 723.307 406.48 720.96C413.52 713.173 417.04 707.387 417.04 703.6C417.04 700.88 416.08 698.64 414.16 696.88C412.187 695.173 409.653 694.32 406.56 694.32C403.467 694.32 400.96 695.173 399.04 696.88C397.12 698.64 396.16 700.96 396.16 703.84V706.72C396.16 707.093 396.027 707.413 395.76 707.68C395.493 707.947 395.147 708.08 394.72 708.08H381.04C380.667 708.08 380.347 707.947 380.08 707.68C379.813 707.413 379.68 707.093 379.68 706.72V701.28C379.893 697.12 381.2 693.413 383.6 690.16C386 686.96 389.2 684.507 393.2 682.8C397.2 681.093 401.653 680.24 406.56 680.24C412.053 680.24 416.827 681.28 420.88 683.36C424.987 685.387 428.133 688.133 430.32 691.6C432.507 695.12 433.6 698.987 433.6 703.2C433.6 706.453 432.8 709.787 431.2 713.2C429.547 716.613 427.093 720.293 423.84 724.24C421.44 727.227 418.853 730.213 416.08 733.2C413.307 736.133 409.173 740.373 403.68 745.92L401.92 747.68ZM496.8 725.36C497.973 729.147 498.56 732.827 498.56 736.4C498.56 740.347 497.947 743.92 496.72 747.12C494.96 752.027 491.84 755.947 487.36 758.88C482.827 761.76 477.547 763.2 471.52 763.2C465.653 763.2 460.507 761.787 456.08 758.96C451.6 756.133 448.453 752.293 446.64 747.44C445.84 745.413 445.253 743.28 444.88 741.04V740.8C444.88 739.947 445.333 739.52 446.24 739.52H460.32C461.067 739.52 461.573 739.947 461.84 740.8C461.893 741.28 462 741.68 462.16 742C462.32 742.32 462.427 742.587 462.48 742.8C463.28 744.827 464.453 746.373 466 747.44C467.547 748.507 469.36 749.04 471.44 749.04C473.627 749.04 475.52 748.453 477.12 747.28C478.72 746.16 479.92 744.56 480.72 742.48C481.467 740.933 481.84 738.907 481.84 736.4C481.84 734.16 481.493 732.16 480.8 730.4C480.267 728.373 479.2 726.827 477.6 725.76C475.947 724.64 474.053 724.08 471.92 724.08C469.733 724.08 467.707 724.587 465.84 725.6C464.027 726.613 462.8 727.947 462.16 729.6C461.947 730.347 461.44 730.72 460.64 730.72H446.4C445.973 730.72 445.627 730.587 445.36 730.32C445.093 730.053 444.96 729.733 444.96 729.36V682.56C444.96 682.187 445.093 681.867 445.36 681.6C445.627 681.333 445.973 681.2 446.4 681.2H494.32C494.693 681.2 495.013 681.333 495.28 681.6C495.547 681.867 495.68 682.187 495.68 682.56V693.84C495.68 694.213 495.547 694.533 495.28 694.8C495.013 695.067 494.693 695.2 494.32 695.2H461.92C461.547 695.2 461.36 695.413 461.36 695.84L461.2 712.96C461.2 713.493 461.44 713.627 461.92 713.36C465.387 711.12 469.413 710 474 710C479.387 710 484.107 711.36 488.16 714.08C492.267 716.853 495.147 720.613 496.8 725.36Z" fill="#252530"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="752" height="976" viewBox="0 0 752 976" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M64.7998 719.2L380.8 880L684.8 719.2V90.4H64.7998V719.2Z" fill="white"/>
|
|
3
|
+
<path d="M691.2 92.8L58.3999 730.4L386.4 892.8L691.2 736.8V92.8Z" fill="#F2F3F2"/>
|
|
4
|
+
<path d="M44 300V732.8L55.2 738.4L371.2 899.2L380.8 904L390.4 899.2L695.2 738.4L706.4 732.8V69.6H44V300ZM64.8 720.8V90.4H685.6V720.8L380.8 881.6L64.8 720.8Z" fill="#DCDEDC"/>
|
|
5
|
+
<path d="M375.2 100.8C378.4 100.8 381.6 100.8 384.8 101.6L375.2 120C360.8 119.2 348 130.4 347.2 144.8C346.4 159.2 357.6 172 372 172.8H375.2C381.6 172.8 388 170.4 392.8 166.4L403.2 184C395.2 189.6 385.6 192.8 375.2 192.8C349.6 193.6 328 174.4 327.2 148.8C326.4 123.2 345.6 101.6 371.2 100.8H375.2ZM408 140L420 160L408 179.2L396.8 160H373.6L385.6 140H408ZM388.8 132.8C388.8 129.6 389.6 126.4 391.2 124C392.8 121.6 396 119.2 398.4 117.6L400 116.8C403.2 115.2 404 114.4 404 112.8C404 111.2 401.6 109.6 400 109.6C396.8 109.6 394.4 111.2 392.8 114.4L388.8 110.4C389.6 108.8 391.2 107.2 392.8 105.6C395.2 104 397.6 104 400 104C402.4 104 405.6 104.8 407.2 106.4C408.8 108 410.4 110.4 410.4 112.8C410.4 116.8 408 120 403.2 121.6L400.8 123.2C398.4 124.8 396.8 125.6 396 128H410.4V133.6L388.8 132.8ZM375.2 232.8L451.2 189.6V69.6H298.4V188.8L375.2 232.8Z" fill="#FF492C"/>
|
|
6
|
+
<path d="M721.6 516H28.8002L3.2002 572L28.8002 628H721.6L746.4 572L721.6 516Z" fill="#5A39A2"/>
|
|
7
|
+
<path d="M167.28 480C166.747 480 166.347 479.733 166.08 479.2L155.12 454.8C154.96 454.587 154.773 454.48 154.56 454.48H146.4C146.08 454.48 145.92 454.64 145.92 454.96V478.96C145.92 479.227 145.813 479.467 145.6 479.68C145.44 479.893 145.2 480 144.88 480H134.56C134.293 480 134.053 479.893 133.84 479.68C133.627 479.467 133.52 479.227 133.52 478.96V419.44C133.52 419.173 133.627 418.933 133.84 418.72C134.053 418.507 134.293 418.4 134.56 418.4H159.76C163.493 418.4 166.8 419.173 169.68 420.72C172.507 422.213 174.693 424.373 176.24 427.2C177.787 430.027 178.56 433.28 178.56 436.96C178.56 440.96 177.573 444.373 175.6 447.2C173.573 450.08 170.773 452.107 167.2 453.28C166.933 453.387 166.853 453.573 166.96 453.84L178.96 478.8C179.067 479.013 179.12 479.173 179.12 479.28C179.12 479.76 178.8 480 178.16 480H167.28ZM146.4 429.04C146.08 429.04 145.92 429.2 145.92 429.52V444.56C145.92 444.827 146.08 444.96 146.4 444.96H157.92C160.373 444.96 162.373 444.24 163.92 442.8C165.467 441.307 166.24 439.387 166.24 437.04C166.24 434.693 165.467 432.773 163.92 431.28C162.373 429.787 160.373 429.04 157.92 429.04H146.4ZM226.16 452.72C226.533 454.96 226.667 457.467 226.56 460.24C226.507 460.933 226.107 461.28 225.36 461.28H198.24C197.867 461.28 197.733 461.413 197.84 461.68C198 462.853 198.32 464.027 198.8 465.2C200.347 468.507 203.467 470.16 208.16 470.16C211.893 470.107 214.853 468.587 217.04 465.6C217.253 465.227 217.52 465.04 217.84 465.04C218 465.04 218.213 465.147 218.48 465.36L224.8 471.68C225.067 471.947 225.2 472.187 225.2 472.4C225.2 472.56 225.093 472.8 224.88 473.12C222.96 475.52 220.453 477.387 217.36 478.72C214.32 480.053 210.987 480.72 207.36 480.72C202.293 480.72 198.027 479.573 194.56 477.28C191.04 474.987 188.533 471.787 187.04 467.68C185.813 464.747 185.2 460.907 185.2 456.16C185.2 452.907 185.627 450.053 186.48 447.6C187.867 443.44 190.24 440.133 193.6 437.68C196.96 435.227 200.96 434 205.6 434C211.467 434 216.187 435.707 219.76 439.12C223.28 442.48 225.413 447.013 226.16 452.72ZM205.68 444.72C202 444.72 199.573 446.453 198.4 449.92C198.133 450.667 197.92 451.6 197.76 452.72C197.76 453.04 197.92 453.2 198.24 453.2H213.44C213.76 453.2 213.867 453.04 213.76 452.72C213.493 451.013 213.36 450.187 213.36 450.24C212.827 448.48 211.893 447.12 210.56 446.16C209.227 445.2 207.6 444.72 205.68 444.72ZM254.08 480.72C249.387 480.72 245.333 479.547 241.92 477.2C238.453 474.853 236 471.627 234.56 467.52C233.547 464.587 233.04 461.12 233.04 457.12C233.04 453.173 233.547 449.76 234.56 446.88C235.947 442.933 238.373 439.813 241.84 437.52C245.307 435.227 249.387 434.08 254.08 434.08C258.773 434.08 262.907 435.253 266.48 437.6C270 439.947 272.347 442.907 273.52 446.48C274 447.867 274.24 448.933 274.24 449.68V449.84C274.24 450.373 273.947 450.693 273.36 450.8L263.2 452.32H263.04C262.507 452.32 262.16 452.027 262 451.44L261.76 450C261.333 448.453 260.427 447.2 259.04 446.24C257.6 445.227 255.92 444.72 254 444.72C252.133 444.72 250.56 445.2 249.28 446.16C247.947 447.067 247.013 448.347 246.48 450C245.84 451.76 245.52 454.16 245.52 457.2C245.52 460.24 245.813 462.64 246.4 464.4C246.933 466.16 247.867 467.547 249.2 468.56C250.533 469.573 252.133 470.08 254 470.08C255.813 470.08 257.413 469.6 258.8 468.64C260.187 467.627 261.147 466.293 261.68 464.64C261.733 464.48 261.76 464.293 261.76 464.08C261.813 464.027 261.84 463.947 261.84 463.84C261.893 463.093 262.293 462.8 263.04 462.96L273.2 464.48C273.787 464.64 274.08 464.987 274.08 465.52C274.08 465.947 273.893 466.827 273.52 468.16C272.293 472.053 269.92 475.12 266.4 477.36C262.827 479.6 258.72 480.72 254.08 480.72ZM300.88 480.72C295.973 480.72 291.76 479.413 288.24 476.8C284.72 474.24 282.32 470.72 281.04 466.24C280.187 463.52 279.76 460.533 279.76 457.28C279.76 453.813 280.187 450.72 281.04 448C282.373 443.627 284.8 440.213 288.32 437.76C291.84 435.307 296.053 434.08 300.96 434.08C305.813 434.08 309.92 435.28 313.28 437.68C316.693 440.133 319.12 443.547 320.56 447.92C321.467 450.853 321.92 453.92 321.92 457.12C321.92 460.267 321.52 463.227 320.72 466C319.44 470.587 317.04 474.187 313.52 476.8C310.053 479.413 305.84 480.72 300.88 480.72ZM300.88 470.08C302.853 470.08 304.507 469.493 305.84 468.32C307.173 467.147 308.133 465.52 308.72 463.44C309.2 461.573 309.44 459.52 309.44 457.28C309.44 454.827 309.2 452.747 308.72 451.04C308.08 449.067 307.093 447.52 305.76 446.4C304.427 445.28 302.773 444.72 300.8 444.72C298.827 444.72 297.173 445.28 295.84 446.4C294.507 447.52 293.547 449.067 292.96 451.04C292.533 452.48 292.32 454.56 292.32 457.28C292.32 459.947 292.507 462 292.88 463.44C293.467 465.52 294.453 467.147 295.84 468.32C297.227 469.493 298.907 470.08 300.88 470.08ZM380.08 434.08C384.667 434.08 388.267 435.467 390.88 438.24C393.44 440.96 394.72 444.827 394.72 449.84V478.96C394.72 479.227 394.613 479.467 394.4 479.68C394.187 479.893 393.947 480 393.68 480H383.36C383.04 480 382.8 479.893 382.64 479.68C382.427 479.467 382.32 479.227 382.32 478.96V452.56C382.32 450.16 381.707 448.24 380.48 446.8C379.253 445.413 377.6 444.72 375.52 444.72C373.493 444.72 371.813 445.413 370.48 446.8C369.2 448.24 368.56 450.133 368.56 452.48V478.96C368.56 479.227 368.453 479.467 368.24 479.68C368.08 479.893 367.84 480 367.52 480H357.28C357.013 480 356.773 479.893 356.56 479.68C356.347 479.467 356.24 479.227 356.24 478.96V452.56C356.24 450.213 355.6 448.32 354.32 446.88C353.04 445.44 351.36 444.72 349.28 444.72C347.413 444.72 345.84 445.28 344.56 446.4C343.333 447.52 342.587 449.067 342.32 451.04V478.96C342.32 479.227 342.24 479.467 342.08 479.68C341.867 479.893 341.6 480 341.28 480H331.04C330.72 480 330.453 479.893 330.24 479.68C330.027 479.467 329.92 479.227 329.92 478.96V435.84C329.92 435.52 330.027 435.253 330.24 435.04C330.453 434.88 330.72 434.8 331.04 434.8H341.28C341.6 434.8 341.867 434.88 342.08 435.04C342.24 435.253 342.32 435.52 342.32 435.84V439.28C342.32 439.44 342.4 439.547 342.56 439.6C342.667 439.653 342.773 439.6 342.88 439.44C345.28 435.867 349.013 434.08 354.08 434.08C357.013 434.08 359.573 434.693 361.76 435.92C363.947 437.147 365.627 438.907 366.8 441.2C366.96 441.52 367.173 441.52 367.44 441.2C368.72 438.8 370.453 437.013 372.64 435.84C374.88 434.667 377.36 434.08 380.08 434.08ZM453.6 434.08C458.187 434.08 461.76 435.467 464.32 438.24C466.88 440.96 468.16 444.827 468.16 449.84V478.96C468.16 479.227 468.08 479.467 467.92 479.68C467.707 479.893 467.44 480 467.12 480H456.88C456.56 480 456.293 479.893 456.08 479.68C455.867 479.467 455.76 479.227 455.76 478.96V452.56C455.76 450.16 455.147 448.24 453.92 446.8C452.693 445.413 451.067 444.72 449.04 444.72C446.96 444.72 445.28 445.413 444 446.8C442.72 448.24 442.08 450.133 442.08 452.48V478.96C442.08 479.227 441.973 479.467 441.76 479.68C441.547 479.893 441.28 480 440.96 480H430.8C430.48 480 430.24 479.893 430.08 479.68C429.867 479.467 429.76 479.227 429.76 478.96V452.56C429.76 450.213 429.093 448.32 427.76 446.88C426.48 445.44 424.827 444.72 422.8 444.72C420.933 444.72 419.36 445.28 418.08 446.4C416.8 447.52 416.053 449.067 415.84 451.04V478.96C415.84 479.227 415.733 479.467 415.52 479.68C415.307 479.893 415.067 480 414.8 480H404.48C404.16 480 403.92 479.893 403.76 479.68C403.547 479.467 403.44 479.227 403.44 478.96V435.84C403.44 435.52 403.547 435.253 403.76 435.04C403.92 434.88 404.16 434.8 404.48 434.8H414.8C415.067 434.8 415.307 434.88 415.52 435.04C415.733 435.253 415.84 435.52 415.84 435.84V439.28C415.84 439.44 415.893 439.547 416 439.6C416.107 439.653 416.213 439.6 416.32 439.44C418.773 435.867 422.507 434.08 427.52 434.08C430.453 434.08 433.013 434.693 435.2 435.92C437.44 437.147 439.147 438.907 440.32 441.2C440.48 441.52 440.667 441.52 440.88 441.2C442.213 438.8 443.973 437.013 446.16 435.84C448.347 434.667 450.827 434.08 453.6 434.08ZM516.64 452.72C517.013 454.96 517.147 457.467 517.04 460.24C516.987 460.933 516.613 461.28 515.92 461.28H488.72C488.347 461.28 488.213 461.413 488.32 461.68C488.533 462.853 488.853 464.027 489.28 465.2C490.827 468.507 493.947 470.16 498.64 470.16C502.373 470.107 505.333 468.587 507.52 465.6C507.733 465.227 508 465.04 508.32 465.04C508.48 465.04 508.693 465.147 508.96 465.36L515.28 471.68C515.547 471.947 515.68 472.187 515.68 472.4C515.68 472.56 515.573 472.8 515.36 473.12C513.44 475.52 510.933 477.387 507.84 478.72C504.8 480.053 501.467 480.72 497.84 480.72C492.827 480.72 488.56 479.573 485.04 477.28C481.573 474.987 479.067 471.787 477.52 467.68C476.293 464.747 475.68 460.907 475.68 456.16C475.68 452.907 476.107 450.053 476.96 447.6C478.347 443.44 480.72 440.133 484.08 437.68C487.44 435.227 491.44 434 496.08 434C501.947 434 506.667 435.707 510.24 439.12C513.76 442.48 515.893 447.013 516.64 452.72ZM496.16 444.72C492.48 444.72 490.053 446.453 488.88 449.92C488.667 450.667 488.453 451.6 488.24 452.72C488.24 453.04 488.4 453.2 488.72 453.2H503.92C504.293 453.2 504.4 453.04 504.24 452.72C503.973 451.013 503.84 450.187 503.84 450.24C503.307 448.48 502.373 447.12 501.04 446.16C499.76 445.2 498.133 444.72 496.16 444.72ZM548.24 434.08C552.933 434.08 556.72 435.52 559.6 438.4C562.48 441.28 563.92 445.173 563.92 450.08V478.96C563.92 479.227 563.813 479.467 563.6 479.68C563.387 479.893 563.147 480 562.88 480H552.56C552.293 480 552.053 479.893 551.84 479.68C551.627 479.467 551.52 479.227 551.52 478.96V452.64C551.52 450.293 550.853 448.373 549.52 446.88C548.24 445.44 546.507 444.72 544.32 444.72C542.133 444.72 540.373 445.44 539.04 446.88C537.76 448.373 537.12 450.293 537.12 452.64V478.96C537.12 479.227 537.013 479.467 536.8 479.68C536.587 479.893 536.32 480 536 480H525.76C525.44 480 525.173 479.893 524.96 479.68C524.8 479.467 524.72 479.227 524.72 478.96V435.84C524.72 435.52 524.8 435.253 524.96 435.04C525.173 434.88 525.44 434.8 525.76 434.8H536C536.32 434.8 536.587 434.88 536.8 435.04C537.013 435.253 537.12 435.52 537.12 435.84V438.88C537.12 439.093 537.173 439.227 537.28 439.28C537.387 439.333 537.467 439.307 537.52 439.2C539.92 435.787 543.493 434.08 548.24 434.08ZM600.64 419.44C600.64 419.173 600.747 418.933 600.96 418.72C601.173 418.507 601.413 418.4 601.68 418.4H612C612.267 418.4 612.507 418.507 612.72 418.72C612.933 418.933 613.04 419.173 613.04 419.44V478.96C613.04 479.227 612.933 479.467 612.72 479.68C612.507 479.893 612.267 480 612 480H601.68C601.413 480 601.173 479.893 600.96 479.68C600.747 479.467 600.64 479.227 600.64 478.96V476.08C600.64 475.867 600.587 475.76 600.48 475.76C600.32 475.707 600.187 475.733 600.08 475.84C597.627 479.093 594.267 480.72 590 480.72C585.893 480.72 582.347 479.573 579.36 477.28C576.427 474.987 574.293 471.84 572.96 467.84C572 464.8 571.52 461.253 571.52 457.2C571.52 453.04 572.053 449.413 573.12 446.32C574.453 442.533 576.56 439.547 579.44 437.36C582.373 435.173 585.973 434.08 590.24 434.08C594.453 434.08 597.733 435.547 600.08 438.48C600.187 438.64 600.32 438.693 600.48 438.64C600.587 438.587 600.64 438.48 600.64 438.32V419.44ZM598.8 466.24C599.973 464.107 600.56 461.147 600.56 457.36C600.56 453.467 599.92 450.4 598.64 448.16C597.253 445.867 595.28 444.72 592.72 444.72C589.947 444.72 587.867 445.867 586.48 448.16C584.987 450.453 584.24 453.547 584.24 457.44C584.24 460.96 584.853 463.893 586.08 466.24C587.573 468.8 589.76 470.08 592.64 470.08C595.253 470.08 597.307 468.8 598.8 466.24ZM208.64 392C208.373 392 208.133 391.893 207.92 391.68C207.707 391.467 207.6 391.227 207.6 390.96V331.44C207.6 331.173 207.707 330.933 207.92 330.72C208.133 330.507 208.373 330.4 208.64 330.4H218.96C219.28 330.4 219.52 330.507 219.68 330.72C219.893 330.933 220 331.173 220 331.44V380.88C220 381.2 220.16 381.36 220.48 381.36H249.2C249.52 381.36 249.787 381.467 250 381.68C250.213 381.893 250.32 382.133 250.32 382.4V390.96C250.32 391.227 250.213 391.467 250 391.68C249.787 391.893 249.52 392 249.2 392H208.64ZM263.84 341.68C261.867 341.68 260.213 341.013 258.88 339.68C257.547 338.347 256.88 336.693 256.88 334.72C256.88 332.64 257.52 330.96 258.8 329.68C260.08 328.4 261.76 327.76 263.84 327.76C265.867 327.76 267.547 328.4 268.88 329.68C270.16 330.96 270.8 332.64 270.8 334.72C270.8 336.693 270.133 338.347 268.8 339.68C267.467 341.013 265.813 341.68 263.84 341.68ZM258.56 392C258.24 392 258 391.893 257.84 391.68C257.627 391.467 257.52 391.227 257.52 390.96V347.76C257.52 347.44 257.627 347.173 257.84 346.96C258 346.747 258.24 346.64 258.56 346.64H268.88C269.147 346.64 269.387 346.747 269.6 346.96C269.813 347.173 269.92 347.44 269.92 347.76V390.96C269.92 391.227 269.813 391.467 269.6 391.68C269.387 391.893 269.147 392 268.88 392H258.56ZM280.64 392C280.373 392 280.133 391.893 279.92 391.68C279.707 391.467 279.6 391.227 279.6 390.96V331.44C279.6 331.173 279.707 330.933 279.92 330.72C280.133 330.507 280.373 330.4 280.64 330.4H290.96C291.227 330.4 291.467 330.507 291.68 330.72C291.893 330.933 292 331.173 292 331.44V361.12C292 361.28 292.053 361.387 292.16 361.44C292.267 361.44 292.4 361.387 292.56 361.28L304.48 347.36C304.907 346.987 305.36 346.8 305.84 346.8H317.52C318.107 346.8 318.4 346.987 318.4 347.36C318.4 347.573 318.32 347.813 318.16 348.08L306.96 362.24C306.853 362.507 306.827 362.72 306.88 362.88L320 390.8C320.107 391.013 320.16 391.173 320.16 391.28C320.16 391.76 319.84 392 319.2 392H308.4C307.813 392 307.387 391.733 307.12 391.2L298.4 370.64C298.347 370.533 298.24 370.453 298.08 370.4C297.973 370.347 297.893 370.4 297.84 370.56L292.16 377.6C292.053 377.813 292 377.973 292 378.08V390.96C292 391.227 291.893 391.467 291.68 391.68C291.467 391.893 291.227 392 290.96 392H280.64ZM362.48 364.72C362.853 366.96 362.96 369.467 362.8 372.24C362.747 372.933 362.373 373.28 361.68 373.28H334.48C334.16 373.28 334.053 373.413 334.16 373.68C334.32 374.853 334.64 376.027 335.12 377.2C336.667 380.507 339.787 382.16 344.48 382.16C348.213 382.107 351.173 380.587 353.36 377.6C353.573 377.227 353.84 377.04 354.16 377.04C354.32 377.04 354.507 377.147 354.72 377.36L361.04 383.68C361.36 383.947 361.52 384.187 361.52 384.4C361.52 384.56 361.413 384.8 361.2 385.12C359.227 387.52 356.72 389.387 353.68 390.72C350.64 392.053 347.307 392.72 343.68 392.72C338.613 392.72 334.347 391.573 330.88 389.28C327.36 386.987 324.853 383.787 323.36 379.68C322.08 376.747 321.44 372.907 321.44 368.16C321.44 364.907 321.893 362.053 322.8 359.6C324.133 355.44 326.507 352.133 329.92 349.68C333.28 347.227 337.28 346 341.92 346C347.787 346 352.48 347.707 356 351.12C359.573 354.48 361.733 359.013 362.48 364.72ZM342 356.72C338.267 356.72 335.813 358.453 334.64 361.92C334.427 362.667 334.24 363.6 334.08 364.72C334.08 365.04 334.213 365.2 334.48 365.2H349.76C350.08 365.2 350.187 365.04 350.08 364.72C349.76 363.013 349.6 362.187 349.6 362.24C349.12 360.48 348.213 359.12 346.88 358.16C345.547 357.2 343.92 356.72 342 356.72ZM371.52 392C371.253 392 371.013 391.893 370.8 391.68C370.587 391.467 370.48 391.227 370.48 390.96V331.44C370.48 331.173 370.587 330.933 370.8 330.72C371.013 330.507 371.253 330.4 371.52 330.4H381.84C382.16 330.4 382.4 330.507 382.56 330.72C382.773 330.933 382.88 331.173 382.88 331.44V390.96C382.88 391.227 382.773 391.467 382.56 391.68C382.4 391.893 382.16 392 381.84 392H371.52ZM391.68 409.52C391.52 409.52 391.387 409.413 391.28 409.2C391.173 408.987 391.12 408.747 391.12 408.48V400.32C391.12 400.053 391.2 399.813 391.36 399.6C391.573 399.387 391.84 399.28 392.16 399.28C394.613 399.227 396.56 399.04 398 398.72C399.44 398.347 400.587 397.653 401.44 396.64C402.293 395.68 402.96 394.213 403.44 392.24C403.493 392.133 403.493 391.973 403.44 391.76L388.96 347.92C388.907 347.813 388.88 347.653 388.88 347.44C388.88 346.907 389.2 346.64 389.84 346.64H400.88C401.52 346.64 401.92 346.96 402.08 347.6L409.44 376.08C409.547 376.24 409.653 376.32 409.76 376.32C409.867 376.32 409.947 376.24 410 376.08L417.36 347.6C417.573 346.96 418 346.64 418.64 346.64H429.36C429.733 346.64 429.973 346.747 430.08 346.96C430.24 347.173 430.267 347.493 430.16 347.92L414.96 393.68C413.467 397.947 411.973 401.147 410.48 403.28C408.933 405.413 406.773 406.987 404 408C401.28 409.013 397.387 409.52 392.32 409.52H391.68ZM497.2 330.4C497.52 330.4 497.787 330.507 498 330.72C498.16 330.933 498.24 331.173 498.24 331.44V340.08C498.24 340.4 498.16 340.64 498 340.8C497.787 341.013 497.52 341.12 497.2 341.12H481.44C481.173 341.12 481.04 341.28 481.04 341.6V390.96C481.04 391.227 480.933 391.467 480.72 391.68C480.507 391.893 480.267 392 480 392H469.68C469.36 392 469.12 391.893 468.96 391.68C468.747 391.467 468.64 391.227 468.64 390.96V341.6C468.64 341.28 468.48 341.12 468.16 341.12H452.88C452.56 341.12 452.293 341.013 452.08 340.8C451.92 340.64 451.84 340.4 451.84 340.08V331.44C451.84 331.173 451.92 330.933 452.08 330.72C452.293 330.507 452.56 330.4 452.88 330.4H497.2ZM518 392.72C513.04 392.72 508.8 391.413 505.28 388.8C501.76 386.24 499.36 382.72 498.08 378.24C497.28 375.52 496.88 372.533 496.88 369.28C496.88 365.813 497.28 362.72 498.08 360C499.413 355.627 501.867 352.213 505.44 349.76C508.907 347.307 513.12 346.08 518.08 346.08C522.88 346.08 526.987 347.28 530.4 349.68C533.813 352.133 536.213 355.547 537.6 359.92C538.56 362.853 539.04 365.92 539.04 369.12C539.04 372.267 538.613 375.227 537.76 378C536.48 382.587 534.107 386.187 530.64 388.8C527.12 391.413 522.907 392.72 518 392.72ZM518 382.08C519.92 382.08 521.547 381.493 522.88 380.32C524.267 379.147 525.253 377.52 525.84 375.44C526.32 373.573 526.56 371.52 526.56 369.28C526.56 366.827 526.32 364.747 525.84 363.04C525.2 361.067 524.187 359.52 522.8 358.4C521.467 357.28 519.84 356.72 517.92 356.72C515.893 356.72 514.24 357.28 512.96 358.4C511.627 359.52 510.667 361.067 510.08 363.04C509.6 364.48 509.36 366.56 509.36 369.28C509.36 371.947 509.573 374 510 375.44C510.587 377.52 511.573 379.147 512.96 380.32C514.293 381.493 515.973 382.08 518 382.08ZM184.32 304.72C179.84 304.72 175.867 303.84 172.4 302.08C168.987 300.32 166.32 297.84 164.4 294.64C162.533 291.44 161.6 287.76 161.6 283.6V243.44C161.6 243.173 161.68 242.933 161.84 242.72C162.053 242.507 162.32 242.4 162.64 242.4H172.88C173.2 242.4 173.467 242.507 173.68 242.72C173.893 242.933 174 243.173 174 243.44V283.68C174 286.773 174.933 289.28 176.8 291.2C178.72 293.12 181.227 294.08 184.32 294.08C187.467 294.08 190 293.12 191.92 291.2C193.787 289.28 194.72 286.773 194.72 283.68V243.44C194.72 243.173 194.827 242.933 195.04 242.72C195.253 242.507 195.493 242.4 195.76 242.4H206.08C206.4 242.4 206.667 242.507 206.88 242.72C207.04 242.933 207.12 243.173 207.12 243.44V283.6C207.12 287.76 206.187 291.44 204.32 294.64C202.4 297.84 199.733 300.32 196.32 302.08C192.853 303.84 188.853 304.72 184.32 304.72ZM234.64 304.64C230.693 304.64 227.253 304.08 224.32 302.96C221.387 301.84 219.12 300.293 217.52 298.32C215.867 296.293 215.04 294.027 215.04 291.52V290.64C215.04 290.32 215.147 290.053 215.36 289.84C215.573 289.68 215.84 289.6 216.16 289.6H225.92C226.187 289.6 226.427 289.68 226.64 289.84C226.853 290.053 226.96 290.32 226.96 290.64V290.72C226.96 292 227.68 293.093 229.12 294C230.56 294.907 232.347 295.36 234.48 295.36C236.507 295.36 238.133 294.96 239.36 294.16C240.587 293.36 241.2 292.4 241.2 291.28C241.2 290.213 240.667 289.413 239.6 288.88C238.533 288.347 236.8 287.787 234.4 287.2C231.68 286.507 229.52 285.84 227.92 285.2C224.187 283.867 221.2 282.267 218.96 280.4C216.72 278.533 215.6 275.84 215.6 272.32C215.6 268 217.28 264.56 220.64 262C224 259.44 228.48 258.16 234.08 258.16C237.813 258.16 241.093 258.747 243.92 259.92C246.747 261.147 248.933 262.853 250.48 265.04C252.027 267.173 252.8 269.627 252.8 272.4C252.8 272.72 252.693 272.96 252.48 273.12C252.32 273.333 252.08 273.44 251.76 273.44H242.32C242.053 273.44 241.813 273.333 241.6 273.12C241.387 272.96 241.28 272.72 241.28 272.4C241.28 271.12 240.613 270.027 239.28 269.12C238 268.267 236.267 267.84 234.08 267.84C232.16 267.84 230.587 268.187 229.36 268.88C228.133 269.573 227.52 270.533 227.52 271.76C227.52 272.933 228.107 273.813 229.28 274.4C230.507 274.987 232.507 275.627 235.28 276.32C235.973 276.48 236.72 276.667 237.52 276.88L240.16 277.6C244.32 278.827 247.6 280.4 250 282.32C252.4 284.293 253.6 287.12 253.6 290.8C253.6 295.12 251.893 298.507 248.48 300.96C245.013 303.413 240.4 304.64 234.64 304.64ZM300.8 276.72C301.12 278.96 301.227 281.467 301.12 284.24C301.067 284.933 300.693 285.28 300 285.28H272.8C272.427 285.28 272.32 285.413 272.48 285.68C272.64 286.853 272.96 288.027 273.44 289.2C274.933 292.507 278.027 294.16 282.72 294.16C286.507 294.107 289.467 292.587 291.6 289.6C291.867 289.227 292.133 289.04 292.4 289.04C292.613 289.04 292.827 289.147 293.04 289.36L299.36 295.68C299.68 295.947 299.84 296.187 299.84 296.4C299.84 296.56 299.707 296.8 299.44 297.12C297.52 299.52 295.04 301.387 292 302.72C288.96 304.053 285.6 304.72 281.92 304.72C276.907 304.72 272.64 303.573 269.12 301.28C265.653 298.987 263.147 295.787 261.6 291.68C260.373 288.747 259.76 284.907 259.76 280.16C259.76 276.907 260.213 274.053 261.12 271.6C262.453 267.44 264.8 264.133 268.16 261.68C271.52 259.227 275.52 258 280.16 258C286.027 258 290.747 259.707 294.32 263.12C297.893 266.48 300.053 271.013 300.8 276.72ZM280.24 268.72C276.56 268.72 274.133 270.453 272.96 273.92C272.747 274.667 272.533 275.6 272.32 276.72C272.32 277.04 272.48 277.2 272.8 277.2H288C288.373 277.2 288.507 277.04 288.4 276.72C288.08 275.013 287.92 274.187 287.92 274.24C287.387 272.48 286.48 271.12 285.2 270.16C283.867 269.2 282.213 268.72 280.24 268.72ZM331.36 258.16C333.44 258.16 335.093 258.56 336.32 259.36C336.8 259.627 336.987 260.08 336.88 260.72L335.04 270.72C334.987 271.413 334.56 271.627 333.76 271.36C332.907 271.04 331.893 270.88 330.72 270.88C330.24 270.88 329.6 270.96 328.8 271.12C326.667 271.28 324.853 272.053 323.36 273.44C321.92 274.827 321.2 276.667 321.2 278.96V302.96C321.2 303.227 321.093 303.467 320.88 303.68C320.667 303.893 320.427 304 320.16 304H309.84C309.573 304 309.333 303.893 309.12 303.68C308.907 303.467 308.8 303.227 308.8 302.96V259.84C308.8 259.52 308.907 259.253 309.12 259.04C309.333 258.88 309.573 258.8 309.84 258.8H320.16C320.427 258.8 320.667 258.88 320.88 259.04C321.093 259.253 321.2 259.52 321.2 259.84V263.2C321.2 263.36 321.253 263.467 321.36 263.52C321.467 263.573 321.573 263.547 321.68 263.44C324.08 259.92 327.307 258.16 331.36 258.16ZM359.84 304.64C355.893 304.64 352.453 304.08 349.52 302.96C346.587 301.84 344.32 300.293 342.72 298.32C341.12 296.293 340.32 294.027 340.32 291.52V290.64C340.32 290.32 340.427 290.053 340.64 289.84C340.8 289.68 341.04 289.6 341.36 289.6H351.12C351.387 289.6 351.627 289.68 351.84 289.84C352.053 290.053 352.16 290.32 352.16 290.64V290.72C352.16 292 352.88 293.093 354.32 294C355.76 294.907 357.573 295.36 359.76 295.36C361.733 295.36 363.333 294.96 364.56 294.16C365.787 293.36 366.4 292.4 366.4 291.28C366.4 290.213 365.893 289.413 364.88 288.88C363.813 288.347 362.08 287.787 359.68 287.2C356.907 286.507 354.72 285.84 353.12 285.2C349.387 283.867 346.4 282.267 344.16 280.4C341.92 278.533 340.8 275.84 340.8 272.32C340.8 268 342.507 264.56 345.92 262C349.28 259.44 353.733 258.16 359.28 258.16C363.067 258.16 366.347 258.747 369.12 259.92C371.947 261.147 374.133 262.853 375.68 265.04C377.28 267.173 378.08 269.627 378.08 272.4C378.08 272.72 377.973 272.96 377.76 273.12C377.547 273.333 377.28 273.44 376.96 273.44H367.6C367.28 273.44 367.013 273.333 366.8 273.12C366.587 272.96 366.48 272.72 366.48 272.4C366.48 271.12 365.84 270.027 364.56 269.12C363.227 268.267 361.467 267.84 359.28 267.84C357.36 267.84 355.787 268.187 354.56 268.88C353.333 269.573 352.72 270.533 352.72 271.76C352.72 272.933 353.307 273.813 354.48 274.4C355.707 274.987 357.733 275.627 360.56 276.32C361.2 276.48 361.92 276.667 362.72 276.88C363.573 277.093 364.453 277.333 365.36 277.6C369.52 278.827 372.8 280.4 375.2 282.32C377.6 284.293 378.8 287.12 378.8 290.8C378.8 295.12 377.093 298.507 373.68 300.96C370.267 303.413 365.653 304.64 359.84 304.64ZM443.92 243.12C444.24 242.64 444.667 242.4 445.2 242.4H455.52C455.787 242.4 456.027 242.507 456.24 242.72C456.453 242.933 456.56 243.173 456.56 243.44V302.96C456.56 303.227 456.453 303.467 456.24 303.68C456.027 303.893 455.787 304 455.52 304H445.2C444.88 304 444.64 303.893 444.48 303.68C444.267 303.467 444.16 303.227 444.16 302.96V264.16C444.16 263.893 444.08 263.76 443.92 263.76C443.813 263.76 443.707 263.867 443.6 264.08L434.24 278.64C433.973 279.12 433.573 279.36 433.04 279.36H427.84C427.307 279.36 426.907 279.12 426.64 278.64L417.28 264.08C417.173 263.867 417.067 263.787 416.96 263.84C416.853 263.84 416.8 263.973 416.8 264.24V302.96C416.8 303.227 416.693 303.467 416.48 303.68C416.267 303.893 416 304 415.68 304H405.44C405.12 304 404.853 303.893 404.64 303.68C404.427 303.467 404.32 303.227 404.32 302.96V243.44C404.32 243.173 404.427 242.933 404.64 242.72C404.853 242.507 405.12 242.4 405.44 242.4H415.68C416.213 242.4 416.64 242.64 416.96 243.12L430.16 263.6C430.32 263.973 430.48 263.973 430.64 263.6L443.92 243.12ZM486.48 304.72C481.52 304.72 477.28 303.413 473.76 300.8C470.24 298.24 467.84 294.72 466.56 290.24C465.76 287.52 465.36 284.533 465.36 281.28C465.36 277.813 465.76 274.72 466.56 272C467.893 267.627 470.347 264.213 473.92 261.76C477.387 259.307 481.6 258.08 486.56 258.08C491.36 258.08 495.467 259.28 498.88 261.68C502.293 264.133 504.693 267.547 506.08 271.92C507.04 274.853 507.52 277.92 507.52 281.12C507.52 284.267 507.093 287.227 506.24 290C504.96 294.587 502.587 298.187 499.12 300.8C495.6 303.413 491.387 304.72 486.48 304.72ZM486.48 294.08C488.4 294.08 490.027 293.493 491.36 292.32C492.747 291.147 493.733 289.52 494.32 287.44C494.8 285.573 495.04 283.52 495.04 281.28C495.04 278.827 494.8 276.747 494.32 275.04C493.68 273.067 492.667 271.52 491.28 270.4C489.947 269.28 488.32 268.72 486.4 268.72C484.373 268.72 482.72 269.28 481.44 270.4C480.107 271.52 479.147 273.067 478.56 275.04C478.08 276.48 477.84 278.56 477.84 281.28C477.84 283.947 478.053 286 478.48 287.44C479.067 289.52 480.053 291.147 481.44 292.32C482.773 293.493 484.453 294.08 486.48 294.08ZM533.52 304.64C529.627 304.64 526.213 304.08 523.28 302.96C520.347 301.84 518.053 300.293 516.4 298.32C514.8 296.293 514 294.027 514 291.52V290.64C514 290.32 514.107 290.053 514.32 289.84C514.533 289.68 514.773 289.6 515.04 289.6H524.8C525.12 289.6 525.387 289.68 525.6 289.84C525.813 290.053 525.92 290.32 525.92 290.64V290.72C525.92 292 526.64 293.093 528.08 294C529.52 294.907 531.307 295.36 533.44 295.36C535.467 295.36 537.093 294.96 538.32 294.16C539.547 293.36 540.16 292.4 540.16 291.28C540.16 290.213 539.627 289.413 538.56 288.88C537.493 288.347 535.76 287.787 533.36 287.2C530.587 286.507 528.427 285.84 526.88 285.2C523.093 283.867 520.107 282.267 517.92 280.4C515.68 278.533 514.56 275.84 514.56 272.32C514.56 268 516.24 264.56 519.6 262C522.96 259.44 527.44 258.16 533.04 258.16C536.773 258.16 540.053 258.747 542.88 259.92C545.707 261.147 547.893 262.853 549.44 265.04C550.987 267.173 551.76 269.627 551.76 272.4C551.76 272.72 551.653 272.96 551.44 273.12C551.227 273.333 550.987 273.44 550.72 273.44H541.28C541.013 273.44 540.773 273.333 540.56 273.12C540.347 272.96 540.24 272.72 540.24 272.4C540.24 271.12 539.573 270.027 538.24 269.12C536.907 268.267 535.173 267.84 533.04 267.84C531.067 267.84 529.467 268.187 528.24 268.88C527.013 269.573 526.4 270.533 526.4 271.76C526.4 272.933 527.013 273.813 528.24 274.4C529.413 274.987 531.413 275.627 534.24 276.32L536.48 276.88L539.12 277.6C543.28 278.827 546.56 280.4 548.96 282.32C551.36 284.293 552.56 287.12 552.56 290.8C552.56 295.12 550.853 298.507 547.44 300.96C543.973 303.413 539.333 304.64 533.52 304.64ZM585.52 267.68C585.52 267.947 585.44 268.187 585.28 268.4C585.067 268.613 584.8 268.72 584.48 268.72H576.08C575.76 268.72 575.6 268.853 575.6 269.12V287.84C575.6 289.76 576 291.2 576.8 292.16C577.6 293.067 578.88 293.52 580.64 293.52H583.52C583.84 293.52 584.08 293.627 584.24 293.84C584.453 294.053 584.56 294.293 584.56 294.56V302.96C584.56 303.6 584.213 303.973 583.52 304.08C581.067 304.187 579.307 304.24 578.24 304.24C573.387 304.24 569.76 303.44 567.36 301.84C564.96 300.24 563.733 297.2 563.68 292.72V269.12C563.68 268.853 563.52 268.72 563.2 268.72H558.16C557.893 268.72 557.653 268.613 557.44 268.4C557.227 268.187 557.12 267.947 557.12 267.68V259.84C557.12 259.52 557.227 259.253 557.44 259.04C557.653 258.88 557.893 258.8 558.16 258.8H563.2C563.52 258.8 563.68 258.64 563.68 258.32V247.84C563.68 247.573 563.76 247.333 563.92 247.12C564.133 246.907 564.4 246.8 564.72 246.8H574.56C574.827 246.8 575.067 246.907 575.28 247.12C575.493 247.333 575.6 247.573 575.6 247.84V258.32C575.6 258.64 575.76 258.8 576.08 258.8H584.48C584.8 258.8 585.067 258.88 585.28 259.04C585.44 259.253 585.52 259.52 585.52 259.84V267.68Z" fill="#252530"/>
|
|
8
|
+
<path d="M249.6 603.2C249.013 603.2 248.64 602.933 248.48 602.4L233.92 548.24L233.84 547.92C233.84 547.44 234.133 547.2 234.72 547.2H242.56C243.147 547.2 243.52 547.467 243.68 548L252.8 584.48C252.853 584.64 252.933 584.72 253.04 584.72C253.147 584.72 253.227 584.64 253.28 584.48L262 548C262.16 547.467 262.507 547.2 263.04 547.2H270.72C271.307 547.2 271.68 547.467 271.84 548L281.12 584.56C281.173 584.72 281.253 584.8 281.36 584.8C281.466 584.8 281.547 584.72 281.6 584.56L290.56 548C290.72 547.467 291.093 547.2 291.68 547.2H299.12C299.867 547.2 300.16 547.547 300 548.24L286.16 602.4C286 602.933 285.627 603.2 285.04 603.2H277.6C277.013 603.2 276.64 602.933 276.48 602.4L267.12 564.24C267.067 564.08 266.987 563.973 266.88 563.92C266.773 563.92 266.693 564.027 266.64 564.24L257.68 602.4C257.52 602.933 257.173 603.2 256.64 603.2H249.6ZM308.88 603.2C308.613 603.2 308.373 603.093 308.16 602.88C308 602.72 307.92 602.507 307.92 602.24V548.16C307.92 547.893 308 547.68 308.16 547.52C308.373 547.307 308.613 547.2 308.88 547.2H316.24C316.507 547.2 316.72 547.307 316.88 547.52C317.093 547.68 317.2 547.893 317.2 548.16V602.24C317.2 602.507 317.093 602.72 316.88 602.88C316.72 603.093 316.507 603.2 316.24 603.2H308.88ZM361.44 548.16C361.44 547.893 361.52 547.68 361.68 547.52C361.893 547.307 362.133 547.2 362.4 547.2H369.76C370.027 547.2 370.24 547.307 370.4 547.52C370.613 547.68 370.72 547.893 370.72 548.16V602.24C370.72 602.507 370.613 602.72 370.4 602.88C370.24 603.093 370.027 603.2 369.76 603.2H362.64C362.107 603.2 361.733 602.987 361.52 602.56L338.48 564.8C338.373 564.64 338.267 564.56 338.16 564.56C338.053 564.613 338 564.747 338 564.96L338.16 602.24C338.16 602.507 338.053 602.72 337.84 602.88C337.68 603.093 337.467 603.2 337.2 603.2H329.84C329.573 603.2 329.333 603.093 329.12 602.88C328.96 602.72 328.88 602.507 328.88 602.24V548.16C328.88 547.893 328.96 547.68 329.12 547.52C329.333 547.307 329.573 547.2 329.84 547.2H336.96C337.493 547.2 337.867 547.413 338.08 547.84L361.04 585.6C361.147 585.76 361.253 585.813 361.36 585.76C361.466 585.76 361.52 585.653 361.52 585.44L361.44 548.16ZM419.2 547.2C419.467 547.2 419.68 547.307 419.84 547.52C420.053 547.68 420.16 547.893 420.16 548.16V554.32C420.16 554.587 420.053 554.8 419.84 554.96C419.68 555.173 419.467 555.28 419.2 555.28H404.48C404.213 555.28 404.08 555.413 404.08 555.68V602.24C404.08 602.507 404 602.72 403.84 602.88C403.627 603.093 403.387 603.2 403.12 603.2H395.76C395.493 603.2 395.28 603.093 395.12 602.88C394.907 602.72 394.8 602.507 394.8 602.24V555.68C394.8 555.413 394.667 555.28 394.4 555.28H380.24C379.973 555.28 379.733 555.173 379.52 554.96C379.36 554.8 379.28 554.587 379.28 554.32V548.16C379.28 547.893 379.36 547.68 379.52 547.52C379.733 547.307 379.973 547.2 380.24 547.2H419.2ZM466.64 554.24C466.64 554.507 466.533 554.72 466.32 554.88C466.16 555.093 465.947 555.2 465.68 555.2H438.4C438.133 555.2 438 555.333 438 555.6V570.56C438 570.827 438.133 570.96 438.4 570.96H456.72C456.987 570.96 457.227 571.04 457.44 571.2C457.6 571.413 457.68 571.653 457.68 571.92V578C457.68 578.267 457.6 578.507 457.44 578.72C457.227 578.88 456.987 578.96 456.72 578.96H438.4C438.133 578.96 438 579.093 438 579.36V594.8C438 595.067 438.133 595.2 438.4 595.2H465.68C465.947 595.2 466.16 595.307 466.32 595.52C466.533 595.68 466.64 595.893 466.64 596.16V602.24C466.64 602.507 466.533 602.72 466.32 602.88C466.16 603.093 465.947 603.2 465.68 603.2H429.68C429.413 603.2 429.173 603.093 428.96 602.88C428.8 602.72 428.72 602.507 428.72 602.24V548.16C428.72 547.893 428.8 547.68 428.96 547.52C429.173 547.307 429.413 547.2 429.68 547.2H465.68C465.947 547.2 466.16 547.307 466.32 547.52C466.533 547.68 466.64 547.893 466.64 548.16V554.24ZM507.52 603.2C506.987 603.2 506.613 602.96 506.4 602.48L495.84 579.44C495.733 579.227 495.573 579.12 495.36 579.12H485.76C485.493 579.12 485.36 579.253 485.36 579.52V602.24C485.36 602.507 485.253 602.72 485.04 602.88C484.88 603.093 484.667 603.2 484.4 603.2H477.04C476.773 603.2 476.533 603.093 476.32 602.88C476.16 602.72 476.08 602.507 476.08 602.24V548.16C476.08 547.893 476.16 547.68 476.32 547.52C476.533 547.307 476.773 547.2 477.04 547.2H499.04C502.293 547.2 505.173 547.867 507.68 549.2C510.186 550.587 512.133 552.507 513.52 554.96C514.907 557.467 515.6 560.32 515.6 563.52C515.6 567.2 514.64 570.32 512.72 572.88C510.853 575.493 508.24 577.307 504.88 578.32C504.773 578.32 504.693 578.373 504.64 578.48C504.587 578.587 504.587 578.693 504.64 578.8L515.92 602.08C516.026 602.293 516.08 602.453 516.08 602.56C516.08 602.987 515.787 603.2 515.2 603.2H507.52ZM485.76 555.2C485.493 555.2 485.36 555.333 485.36 555.6V571.52C485.36 571.787 485.493 571.92 485.76 571.92H497.76C500.32 571.92 502.4 571.147 504 569.6C505.547 568.107 506.32 566.107 506.32 563.6C506.32 561.093 505.547 559.067 504 557.52C502.4 555.973 500.32 555.2 497.76 555.2H485.76Z" fill="white"/>
|
|
9
|
+
<path d="M270.88 747.68C270.72 747.84 270.667 748 270.72 748.16C270.827 748.32 270.987 748.4 271.2 748.4H302.64C303.013 748.4 303.333 748.533 303.6 748.8C303.92 749.067 304.08 749.387 304.08 749.76V761.04C304.08 761.413 303.92 761.733 303.6 762C303.333 762.267 303.013 762.4 302.64 762.4H250.48C250.053 762.4 249.707 762.267 249.44 762C249.173 761.733 249.04 761.413 249.04 761.04V750.32C249.04 749.627 249.28 749.04 249.76 748.56C253.547 744.88 257.413 740.853 261.36 736.48C265.307 732.107 267.787 729.387 268.8 728.32C270.933 725.76 273.12 723.307 275.36 720.96C282.4 713.173 285.92 707.387 285.92 703.6C285.92 700.88 284.96 698.64 283.04 696.88C281.12 695.173 278.613 694.32 275.52 694.32C272.427 694.32 269.92 695.173 268 696.88C266.027 698.64 265.04 700.96 265.04 703.84V706.72C265.04 707.093 264.907 707.413 264.64 707.68C264.373 707.947 264.053 708.08 263.68 708.08H250C249.627 708.08 249.307 707.947 249.04 707.68C248.72 707.413 248.56 707.093 248.56 706.72V701.28C248.827 697.12 250.16 693.413 252.56 690.16C254.96 686.96 258.133 684.507 262.08 682.8C266.08 681.093 270.56 680.24 275.52 680.24C281.013 680.24 285.787 681.28 289.84 683.36C293.893 685.387 297.013 688.133 299.2 691.6C301.44 695.12 302.56 698.987 302.56 703.2C302.56 706.453 301.733 709.787 300.08 713.2C298.48 716.613 296.053 720.293 292.8 724.24C290.4 727.227 287.813 730.213 285.04 733.2C282.267 736.133 278.133 740.373 272.64 745.92L270.88 747.68ZM341.76 763.68C333.227 763.68 326.507 761.307 321.6 756.56C316.64 751.813 314.16 745.333 314.16 737.12V706.48C314.16 698.427 316.64 692.053 321.6 687.36C326.507 682.613 333.227 680.24 341.76 680.24C350.24 680.24 356.987 682.613 362 687.36C366.96 692.053 369.44 698.427 369.44 706.48V737.12C369.44 745.333 366.96 751.813 362 756.56C356.987 761.307 350.24 763.68 341.76 763.68ZM341.76 749.68C345.227 749.68 347.973 748.613 350 746.48C352.08 744.347 353.12 741.493 353.12 737.92V706C353.12 702.48 352.08 699.653 350 697.52C347.973 695.387 345.227 694.32 341.76 694.32C338.347 694.32 335.627 695.387 333.6 697.52C331.52 699.653 330.48 702.48 330.48 706V737.92C330.48 741.493 331.52 744.347 333.6 746.48C335.627 748.613 338.347 749.68 341.76 749.68ZM401.92 747.68C401.76 747.84 401.733 748 401.84 748.16C401.893 748.32 402.053 748.4 402.32 748.4H433.76C434.133 748.4 434.453 748.533 434.72 748.8C434.987 749.067 435.12 749.387 435.12 749.76V761.04C435.12 761.413 434.987 761.733 434.72 762C434.453 762.267 434.133 762.4 433.76 762.4H381.52C381.147 762.4 380.827 762.267 380.56 762C380.293 761.733 380.16 761.413 380.16 761.04V750.32C380.16 749.627 380.373 749.04 380.8 748.56C384.64 744.88 388.507 740.853 392.4 736.48C396.347 732.107 398.827 729.387 399.84 728.32C402.027 725.76 404.24 723.307 406.48 720.96C413.52 713.173 417.04 707.387 417.04 703.6C417.04 700.88 416.08 698.64 414.16 696.88C412.187 695.173 409.653 694.32 406.56 694.32C403.467 694.32 400.96 695.173 399.04 696.88C397.12 698.64 396.16 700.96 396.16 703.84V706.72C396.16 707.093 396.027 707.413 395.76 707.68C395.493 707.947 395.147 708.08 394.72 708.08H381.04C380.667 708.08 380.347 707.947 380.08 707.68C379.813 707.413 379.68 707.093 379.68 706.72V701.28C379.893 697.12 381.2 693.413 383.6 690.16C386 686.96 389.2 684.507 393.2 682.8C397.2 681.093 401.653 680.24 406.56 680.24C412.053 680.24 416.827 681.28 420.88 683.36C424.987 685.387 428.133 688.133 430.32 691.6C432.507 695.12 433.6 698.987 433.6 703.2C433.6 706.453 432.8 709.787 431.2 713.2C429.547 716.613 427.093 720.293 423.84 724.24C421.44 727.227 418.853 730.213 416.08 733.2C413.307 736.133 409.173 740.373 403.68 745.92L401.92 747.68ZM496.8 725.36C497.973 729.147 498.56 732.827 498.56 736.4C498.56 740.347 497.947 743.92 496.72 747.12C494.96 752.027 491.84 755.947 487.36 758.88C482.827 761.76 477.547 763.2 471.52 763.2C465.653 763.2 460.507 761.787 456.08 758.96C451.6 756.133 448.453 752.293 446.64 747.44C445.84 745.413 445.253 743.28 444.88 741.04V740.8C444.88 739.947 445.333 739.52 446.24 739.52H460.32C461.067 739.52 461.573 739.947 461.84 740.8C461.893 741.28 462 741.68 462.16 742C462.32 742.32 462.427 742.587 462.48 742.8C463.28 744.827 464.453 746.373 466 747.44C467.547 748.507 469.36 749.04 471.44 749.04C473.627 749.04 475.52 748.453 477.12 747.28C478.72 746.16 479.92 744.56 480.72 742.48C481.467 740.933 481.84 738.907 481.84 736.4C481.84 734.16 481.493 732.16 480.8 730.4C480.267 728.373 479.2 726.827 477.6 725.76C475.947 724.64 474.053 724.08 471.92 724.08C469.733 724.08 467.707 724.587 465.84 725.6C464.027 726.613 462.8 727.947 462.16 729.6C461.947 730.347 461.44 730.72 460.64 730.72H446.4C445.973 730.72 445.627 730.587 445.36 730.32C445.093 730.053 444.96 729.733 444.96 729.36V682.56C444.96 682.187 445.093 681.867 445.36 681.6C445.627 681.333 445.973 681.2 446.4 681.2H494.32C494.693 681.2 495.013 681.333 495.28 681.6C495.547 681.867 495.68 682.187 495.68 682.56V693.84C495.68 694.213 495.547 694.533 495.28 694.8C495.013 695.067 494.693 695.2 494.32 695.2H461.92C461.547 695.2 461.36 695.413 461.36 695.84L461.2 712.96C461.2 713.493 461.44 713.627 461.92 713.36C465.387 711.12 469.413 710 474 710C479.387 710 484.107 711.36 488.16 714.08C492.267 716.853 495.147 720.613 496.8 725.36Z" fill="#252530"/>
|
|
10
|
+
</svg>
|
package/index.d.ts
CHANGED
|
@@ -521,10 +521,10 @@ declare module '@ably/ui/core/Footer' {
|
|
|
521
521
|
type FooterProps = {
|
|
522
522
|
paths: {
|
|
523
523
|
ablyStack: string;
|
|
524
|
-
highestPerformer: string;
|
|
525
|
-
highestUserAdoption: string;
|
|
526
524
|
bestSupport: string;
|
|
527
|
-
|
|
525
|
+
highPerformer: string;
|
|
526
|
+
usersMostLikely: string;
|
|
527
|
+
bestMeetsRequirements: string;
|
|
528
528
|
};
|
|
529
529
|
urlBase: string;
|
|
530
530
|
statusUrl: string;
|
|
@@ -788,23 +788,26 @@ export type MeganavSessionState = {
|
|
|
788
788
|
href: string;
|
|
789
789
|
};
|
|
790
790
|
};
|
|
791
|
-
type
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
cookieId: string;
|
|
804
|
-
noticeId: string;
|
|
791
|
+
export type MeganavNoticeProps = {
|
|
792
|
+
props: {
|
|
793
|
+
title: string;
|
|
794
|
+
bodyText: string;
|
|
795
|
+
buttonLink: string;
|
|
796
|
+
buttonLabel: string;
|
|
797
|
+
closeBtn: boolean;
|
|
798
|
+
};
|
|
799
|
+
config: {
|
|
800
|
+
cookieId: string;
|
|
801
|
+
noticeId: string | number;
|
|
802
|
+
options: {
|
|
805
803
|
collapse: boolean;
|
|
806
804
|
};
|
|
807
805
|
};
|
|
806
|
+
};
|
|
807
|
+
type MeganavProps = {
|
|
808
|
+
paths?: MeganavPaths;
|
|
809
|
+
themeName: "white" | "black" | "transparentToWhite";
|
|
810
|
+
notice?: MeganavNoticeProps;
|
|
808
811
|
loginLink?: string;
|
|
809
812
|
urlBase?: string;
|
|
810
813
|
addSearchApiKey: string;
|
|
@@ -1068,19 +1071,22 @@ function Notice({ bannerContainer, cookieId, noticeId, options }: {
|
|
|
1068
1071
|
}
|
|
1069
1072
|
|
|
1070
1073
|
declare module '@ably/ui/core/Notice' {
|
|
1071
|
-
|
|
1074
|
+
import { ColorClass, ColorThemeSet } from "@ably/ui/core/styles/colors/types";
|
|
1075
|
+
export type NoticeProps = {
|
|
1072
1076
|
buttonLink?: string;
|
|
1073
1077
|
buttonLabel?: string;
|
|
1074
1078
|
bodyText?: string;
|
|
1075
1079
|
title?: string;
|
|
1076
1080
|
closeBtn?: boolean;
|
|
1077
1081
|
config?: {
|
|
1078
|
-
|
|
1079
|
-
|
|
1082
|
+
options: {
|
|
1083
|
+
collapse: boolean;
|
|
1084
|
+
};
|
|
1085
|
+
noticeId: string | number;
|
|
1080
1086
|
cookieId: string;
|
|
1081
1087
|
};
|
|
1082
1088
|
bgColor?: string;
|
|
1083
|
-
textColor?:
|
|
1089
|
+
textColor?: ColorClass | ColorThemeSet;
|
|
1084
1090
|
bannerContainer?: Element | null;
|
|
1085
1091
|
cookieId?: string;
|
|
1086
1092
|
noticeId?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ably/ui",
|
|
3
|
-
"version": "15.6.0
|
|
3
|
+
"version": "15.6.0",
|
|
4
4
|
"description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"@types/lodash.throttle": "^4.1.9",
|
|
35
35
|
"@types/react-dom": "^18.3.0",
|
|
36
36
|
"@types/svg-sprite": "^0.0.39",
|
|
37
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
38
|
-
"@typescript-eslint/parser": "^8.
|
|
37
|
+
"@typescript-eslint/eslint-plugin": "^8.25.0",
|
|
38
|
+
"@typescript-eslint/parser": "^8.25.0",
|
|
39
39
|
"@vitejs/plugin-react": "^4.2.1",
|
|
40
40
|
"@whitespace/storybook-addon-html": "^6.1.1",
|
|
41
41
|
"autoprefixer": "^10.0.2",
|
package/core/Meganav/.DS_Store
DELETED
|
Binary file
|