<!doctype html>
<html lang="en">
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta name="twitter:site" content="@appwrite" />
        <link rel="icon" type="image/svg+xml" href="/images/logos/logo.svg" />

        <!-- apple touch icons -->
        <link
            rel="apple-touch-icon"
            href="/images/logos/icons/apple-touch-icon-180x180.png"
            sizes="180x180"
        />
        <link
            rel="apple-touch-icon"
            href="/images/logos/icons/apple-touch-icon-167x167.png"
            sizes="167x167"
        />
        <link
            rel="apple-touch-icon"
            href="/images/logos/icons/apple-touch-icon-152x152.png"
            sizes="152x152"
        />
        <link
            rel="apple-touch-icon"
            href="/images/logos/icons/apple-touch-icon-120x120.png"
            sizes="120x120"
        />

        <!-- PWA / “Add to Home Screen”: standard capable flag + Apple chrome/title -->
        <meta name="mobile-web-app-capable" content="yes" />
        <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
        <meta name="apple-mobile-web-app-title" content="Appwrite" />
        <!-- Critical fonts: reduce CLS when swap replaces fallback metrics (hero + body). -->
        <link
            rel="preload"
            href="/fonts/inter/inter-latin-400-normal.woff2"
            as="font"
            type="font/woff2"
            crossorigin
        />
        <link
            rel="preload"
            href="/fonts/inter/inter-latin-500-normal.woff2"
            as="font"
            type="font/woff2"
            crossorigin
        />
        <link
            rel="preload"
            href="/fonts/aeonik-pro/AeonikPro-Regular.woff2"
            as="font"
            type="font/woff2"
            crossorigin
        />
        <link
            rel="preload"
            href="/fonts/aeonik-pro/AeonikPro-Medium.woff2"
            as="font"
            type="font/woff2"
            crossorigin
        />
        
		<link href="./_app/immutable/assets/components.Dj688Ks7.css" rel="stylesheet">
		<link href="./_app/immutable/assets/utils.PIC5NJWp.css" rel="stylesheet">
		<link href="./_app/immutable/assets/CommunitySupportChat.CZ3d1spY.css" rel="stylesheet">
		<link href="./_app/immutable/assets/hero-banner.6nOGJFg7.css" rel="stylesheet">
		<link href="./_app/immutable/assets/1213.D6owg8GY.css" rel="stylesheet"><!--12qhfyh--><!--[--><script defer id="cookieyes" type="text/javascript" src="https://cdn-cookieyes.com/client_data/7d0de7a43cc518960906cf03/script.js"></script>  <script defer data-domain="appwrite.io" src="https://plausible.io/js/script.js"></script><!--]--> <link rel="canonical" href="https://appwrite.io/startups"/><!----><!--9q0avb--><meta property="og:title" content="Startups - Appwrite"/> <meta name="twitter:title" content="Startups - Appwrite"/> <meta name="description" content="Get cloud credits to fulfill all your startup's backend and hosting needs. Apply for Appwrite's Startups Program today."/> <meta property="og:description" content="Get cloud credits to fulfill all your startup's backend and hosting needs. Apply for Appwrite's Startups Program today."/> <meta name="twitter:description" content="Get cloud credits to fulfill all your startup's backend and hosting needs. Apply for Appwrite's Startups Program today."/> <meta property="og:image" content="https://appwrite.io/images/open-graph/website.avif"/> <meta property="og:image:width" content="1200"/> <meta property="og:image:height" content="630"/> <meta name="twitter:image" content="https://appwrite.io/images/open-graph/website.avif"/> <meta name="twitter:card" content="summary_large_image"/><!----><title>Startups - Appwrite</title>
    </head>
    <body class="dark group/body antialiased" data-sveltekit-preload-data="hover">
        <script>
            // Theme
            const isDocs = window.location.pathname.startsWith('/docs');
            if (isDocs) {
                const theme = localStorage.getItem('theme');
                if (theme) {
                    document.body.classList.remove('dark', 'light');
                    if (theme === 'system') {
                        const systemTheme = window.matchMedia('(prefers-color-scheme: dark)')
                            .matches
                            ? 'dark'
                            : 'light';
                        document.body.classList.add(systemTheme);
                    } else {
                        document.body.classList.add(theme);
                        // Color scheme in html
                        document.documentElement.style.setProperty('color-scheme', theme);
                    }
                }
            }

            // Progressive enhancement
            document.body.dataset.jsEnabled = '';

            // Banner
            const BANNER_KEY = '%aw_banner_key%';
            const hideBanner = localStorage.getItem(BANNER_KEY);
            if (hideBanner === 'true') {
                document.body.dataset.bannerHidden = '';
            }
            // Is logged in
            const isLoggedIn = localStorage.getItem('appwrite:user');
            if (isLoggedIn) {
                document.body.dataset.loggedIn = '';
            }
        </script>
        <div style="display: contents"><!--[--><!--[--><!----><a class="bg-mint-500 focus:pointer-events-all pointer-events-none absolute inset-y-0 z-9999 block px-5 py-3 text-black underline opacity-0 focus:relative focus:opacity-100" href="#main">Skip to content</a> <!--[!--><!----><div class="relative contents h-full svelte-98e5tq"><section class="web-mobile-header flex! xl:hidden! dark svelte-98e5tq"><div class="web-mobile-header-start svelte-98e5tq"><a href="/" class="svelte-98e5tq"><img class="web-logo web-u-only-dark svelte-98e5tq" src="/images/logos/appwrite.svg" alt="appwrite" height="24" width="130"/> <img class="web-logo web-u-only-light svelte-98e5tq" src="/images/logos/appwrite-light.svg" alt="appwrite" height="24" width="130"/></a></div> <div class="web-mobile-header-end svelte-98e5tq"><!--[--><!--[--><a href="https://cloud.appwrite.io/" class="web-button"><span class="text svelte-98e5tq">Start project</span><!----></a><!--]--><!--]--> <!--[!--><button class="web-button is-text" aria-label="open navigation"><!--[!--><svg class="" xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#hamburger-menu"></use></svg><!--]--><!----></button><!--]--><!----></div></section> <header class="web-main-header is-special-padding hidden xl:block! dark is-transparent svelte-98e5tq"><div class="web-main-header-wrapper svelte-98e5tq"><div class="web-main-header-start svelte-98e5tq"><a href="/" class="svelte-98e5tq"><img class="web-logo web-u-only-dark svelte-98e5tq" src="/images/logos/appwrite.svg" alt="appwrite" height="24" width="130"/> <img class="web-logo web-u-only-light svelte-98e5tq" src="/images/logos/appwrite-light.svg" alt="appwrite" height="24" width="130"/></a> <!--[--><nav class="web-main-header-nav" aria-label="Main"><ul class="web-main-header-nav-list flex items-center"><!--[--><li class="web-main-header-nav-item text-primary hover:text-accent"><!--[--><div class="web-main-header-nav-item-button"><!----><button class="text-primary focus:text-accent hover:text-accent inline-flex cursor-pointer items-center justify-between outline-none" aria-haspopup="menu" aria-controls="qCVxyeSOqJ" aria-expanded="false" data-state="closed" id="UZA73xex-G" tabindex="0" data-melt-dropdown-menu-trigger="">Products <span class="web-icon-chevron-down block transition-transform"></span></button> <div role="menu" hidden style="display:none;" id="qCVxyeSOqJ" aria-labelledby="UZA73xex-G" data-state="closed" data-portal="" tabindex="-1" data-melt-dropdown-menu="" class="data-[state=closed]:animate-fade-out data-[state=open]:animate-fade-in relative !left-1/2 z-[9999] mx-auto mt-6 hidden w-full -translate-x-1/2 flex-col items-center p-0 outline-none [max-inline-size:86.875rem] md:flex"><div class="is-special-padding products-dropdown-bg w-full rounded-2xl border border-white/8 p-6"><div class="grid w-full grid-cols-1 place-content-between gap-16 lg:grid-cols-12"><div class="col-span-8 -mr-12 pr-12"><span class="font-aeonik-fono text-secondary tracking-loose mb-4 block text-xs uppercase">Products<span class="text-accent">_</span></span> <div class="grid grid-flow-col-dense grid-cols-1 gap-2 md:grid-cols-2 md:grid-rows-4"><!--[--><a href="/products/auth" role="menuitem" tabindex="-1" data-orientation="vertical" data-melt-dropdown-menu-item="" class="group flex gap-3 rounded-xl p-1 text-white transition-colors outline-none focus:bg-white/8"><div class="flex size-12 shrink-0 items-center justify-center rounded-lg border border-white/12 bg-white/6"><img src="/images/icons/illustrated/dark/auth.avif" alt="Auth" class="size-6 grayscale transition-all group-focus:grayscale-0"/></div> <div><span class="text-sub-body text-primary font-medium">Auth <!--[!--><!--]--></span> <p class="text-caption text-secondary text-pretty">Secure login with multi-factor auth.</p></div></a><a href="/docs/products/databases" role="menuitem" tabindex="-1" data-orientation="vertical" data-melt-dropdown-menu-item="" class="group flex gap-3 rounded-xl p-1 text-white transition-colors outline-none focus:bg-white/8"><div class="flex size-12 shrink-0 items-center justify-center rounded-lg border border-white/12 bg-white/6"><img src="/images/icons/illustrated/dark/databases.avif" alt="Databases" class="size-6 grayscale transition-all group-focus:grayscale-0"/></div> <div><span class="text-sub-body text-primary font-medium">Databases <!--[!--><!--]--></span> <p class="text-caption text-secondary text-pretty">Scalable and robust databases.</p></div></a><a href="/products/storage" role="menuitem" tabindex="-1" data-orientation="vertical" data-melt-dropdown-menu-item="" class="group flex gap-3 rounded-xl p-1 text-white transition-colors outline-none focus:bg-white/8"><div class="flex size-12 shrink-0 items-center justify-center rounded-lg border border-white/12 bg-white/6"><img src="/images/icons/illustrated/dark/storage.avif" alt="Storage" class="size-6 grayscale transition-all group-focus:grayscale-0"/></div> <div><span class="text-sub-body text-primary font-medium">Storage <!--[!--><!--]--></span> <p class="text-caption text-secondary text-pretty">Advanced compression and encryption.</p></div></a><a href="/products/functions" role="menuitem" tabindex="-1" data-orientation="vertical" data-melt-dropdown-menu-item="" class="group flex gap-3 rounded-xl p-1 text-white transition-colors outline-none focus:bg-white/8"><div class="flex size-12 shrink-0 items-center justify-center rounded-lg border border-white/12 bg-white/6"><img src="/images/icons/illustrated/dark/functions.avif" alt="Functions" class="size-6 grayscale transition-all group-focus:grayscale-0"/></div> <div><span class="text-sub-body text-primary font-medium">Functions <!--[!--><!--]--></span> <p class="text-caption text-secondary text-pretty">Deploy &amp; scale serverless functions.</p></div></a><a href="/products/messaging" role="menuitem" tabindex="-1" data-orientation="vertical" data-melt-dropdown-menu-item="" class="group flex gap-3 rounded-xl p-1 text-white transition-colors outline-none focus:bg-white/8"><div class="flex size-12 shrink-0 items-center justify-center rounded-lg border border-white/12 bg-white/6"><img src="/images/icons/illustrated/dark/messaging.avif" alt="Messaging" class="size-6 grayscale transition-all group-focus:grayscale-0"/></div> <div><span class="text-sub-body text-primary font-medium">Messaging <!--[!--><!--]--></span> <p class="text-caption text-secondary text-pretty">Set up a full-functioning messaging service.</p></div></a><a href="/docs/apis/realtime" role="menuitem" tabindex="-1" data-orientation="vertical" data-melt-dropdown-menu-item="" class="group flex gap-3 rounded-xl p-1 text-white transition-colors outline-none focus:bg-white/8"><div class="flex size-12 shrink-0 items-center justify-center rounded-lg border border-white/12 bg-white/6"><img src="/images/icons/illustrated/dark/realtime.avif" alt="Realtime" class="size-6 grayscale transition-all group-focus:grayscale-0"/></div> <div><span class="text-sub-body text-primary font-medium">Realtime <!--[!--><!--]--></span> <p class="text-caption text-secondary text-pretty">Subscribe and react to any event.</p></div></a><a href="/products/sites" role="menuitem" tabindex="-1" data-orientation="vertical" data-melt-dropdown-menu-item="" class="group flex gap-3 rounded-xl p-1 text-white transition-colors outline-none focus:bg-white/8"><div class="flex size-12 shrink-0 items-center justify-center rounded-lg border border-white/12 bg-white/6"><img src="/images/icons/illustrated/dark/sites.avif" alt="Sites" class="size-6 grayscale transition-all group-focus:grayscale-0"/></div> <div><span class="text-sub-body text-primary font-medium">Sites <!--[!--><!--]--></span> <p class="text-caption text-secondary text-pretty">The open-source Vercel alternative.</p></div></a><!--]--></div></div> <div class="col-span-4 -ml-12 border-l border-white/6 pl-12"><div role="menuitem" tabindex="-1" data-orientation="vertical" data-melt-dropdown-menu-item="" class="group block rounded-2xl border border-white/12 bg-white/6 p-4 outline-none focus-within:bg-white/12"><header class="flex items-center justify-between"><span class="font-aeonik-fono tracking-loose text-primary block text-xs uppercase">Customer Stories<span class="text-accent">_</span></span> <a href="/blog/category/customer-stories" class="text-secondary text-caption flex items-center">Read more <span class="ml-1 hidden xl:inline"> customer stories</span> <svg class="transition-transform group-hover:translate-x-0.5" xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 24 24"><use xlink:href="#chevron-right"></use></svg><!----></a></header> <a href="/blog/post/customer-story-storealert" class="my-4 flex flex-1 flex-col gap-3 outline-none xl:flex-row"><img src="/images/blog/customer-story-storealert/cover-menu.avif" alt="Case study cover" width="320" height="180" class="min-h-10 w-full shrink-0 rounded-xl object-cover md:aspect-[3/1] xl:max-w-30"/> <p class="w-full text-pretty">Appwrite helped reduce development time by 60%, and lower server costs
                            by 40%.</p></a></div> <div class="mt-8"><span class="font-aeonik-fono tracking-loose text-secondary block text-xs uppercase">Compare Appwrite<span class="text-accent">_</span></span> <div class="mt-3 space-y-3"><!--[--><a href="/blog/post/appwrite-compared-to-supabase" class="text-caption text-primary group flex items-center gap-1">Appwrite vs. Supabase <span class="web-icon-chevron-right transition-transform group-hover:translate-x-0.5"></span></a><a href="/blog/post/open-source-firebase-alternative" class="text-caption text-primary group flex items-center gap-1">Appwrite vs. Firebase <span class="web-icon-chevron-right transition-transform group-hover:translate-x-0.5"></span></a><a href="/blog/post/open-source-vercel-alternative" class="text-caption text-primary group flex items-center gap-1">Appwrite vs. Vercel <span class="web-icon-chevron-right transition-transform group-hover:translate-x-0.5"></span></a><!--]--></div></div></div></div></div> <div hidden tabindex="-1" style="display:none;" aria-hidden="true" data-state="closed" data-melt-dropdown-menu-overlay="" class="data-[state=closed]:animate-fade-out fixed inset-0 bg-black/60"></div></div><!----></div><!--]--></li><li class="web-main-header-nav-item text-primary hover:text-accent"><!--[!--><a class="data-[badge]:after:animate-scale-in data-[badge]:relative data-[badge]:after:absolute data-[badge]:after:size-1.5 data-[badge]:after:translate-full data-[badge]:after:rounded-full svelte-1iapjyu" href="/docs">Docs</a><!--]--></li><li class="web-main-header-nav-item text-primary hover:text-accent"><!--[!--><a class="data-[badge]:after:animate-scale-in data-[badge]:relative data-[badge]:after:absolute data-[badge]:after:size-1.5 data-[badge]:after:translate-full data-[badge]:after:rounded-full svelte-1iapjyu" href="/pricing">Pricing</a><!--]--></li><li class="web-main-header-nav-item text-primary hover:text-accent"><!--[!--><a class="data-[badge]:after:animate-scale-in data-[badge]:relative data-[badge]:after:absolute data-[badge]:after:size-1.5 data-[badge]:after:translate-full data-[badge]:after:rounded-full svelte-1iapjyu" href="/contact-us/enterprise">Enterprise</a><!--]--></li><li class="web-main-header-nav-item text-primary hover:text-accent"><!--[!--><a class="data-[badge]:after:animate-scale-in data-[badge]:relative data-[badge]:after:absolute data-[badge]:after:size-1.5 data-[badge]:after:translate-full data-[badge]:after:rounded-full svelte-1iapjyu" href="/blog/category/customer-stories">Customers</a><!--]--></li><li class="web-main-header-nav-item text-primary hover:text-accent"><!--[!--><a class="data-[badge]:after:animate-scale-in data-[badge]:relative data-[badge]:after:absolute data-[badge]:after:size-1.5 data-[badge]:after:translate-full data-[badge]:after:rounded-full svelte-1iapjyu" href="/blog">Blog</a><!--]--></li><li class="web-main-header-nav-item text-primary hover:text-accent"><!--[!--><a class="data-[badge]:after:animate-scale-in data-[badge]:relative data-[badge]:after:absolute data-[badge]:after:size-1.5 data-[badge]:after:translate-full data-[badge]:after:rounded-full svelte-1iapjyu" href="/changelog">Changelog</a><!--]--></li><!--]--></ul></nav><!--]--></div> <div class="web-main-header-end svelte-98e5tq"><!--[--><a href="https://github.com/appwrite/appwrite" class="web-button is-text web-u-inline-width-100-percent-mobile is-github-stat-link" target="_blank" rel="noopener noreferrer" style="" aria-label="Appwrite on GitHub, 56.6K stars"><svg class="" xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#github"></use></svg><!----> <div class="web-inline-tag tracking-none text-sub-body text-greyscale-900 dark:text-greyscale-100 -mr-0.5 rounded-[.25rem] bg-black/8 px-1 py-0.25 dark:bg-white/[0.12]"><!--[--><!---->56.6K<!--]--></div><!----><!----></a><!--]--><!----> <!--[--><a href="https://cloud.appwrite.io/" class="web-button web-u-inline-width-100-percent-mobile"><!--[!--><span class="hidden group-[&amp;[data-logged-in]]/body:block" aria-hidden="true">Go to Console</span> <span class="block group-[&amp;[data-logged-in]]/body:hidden" aria-hidden="false">Start project</span><!--]--><!----></a><!--]--><!----></div></div></header> <!--[--><nav class="web-side-nav sticky block max-h-screen overflow-hidden xl:hidden hidden"><div class="web-side-nav-wrapper ps-4 pe-4"><div class="flex items-center gap-2 px-4"><!--[!--><!--[--><a href="https://cloud.appwrite.io/register" class="web-button is-secondary flex-1"><!---->Sign up<!----></a><!--]--><!----> <!--[--><a href="https://cloud.appwrite.io/" class="web-button web-u-inline-width-100-percent-mobile flex-1"><!--[!--><span class="hidden group-[&amp;[data-logged-in]]/body:block" aria-hidden="true">Go to Console</span> <span class="block group-[&amp;[data-logged-in]]/body:hidden" aria-hidden="false">Start project</span><!--]--><!----></a><!--]--><!----><!--]--></div> <div class="web-side-nav-scroll max-w-screen! pr-0!"><section><ul><!--[--><li><!--[--><!----><div data-state="closed" data-melt-collapsible="" class="relative mx-auto block lg:hidden"><div class="flex items-center justify-between"><button data-state="closed" data-melt-collapsible-trigger="" class="text-caption web-side-nav-button flex items-center justify-between">Products <span class="web-icon-chevron-down transition-transform"></span></button></div> <div><!--[!--><!--]--></div></div><!----><!--]--></li><li><!--[!--><a class="web-side-nav-button svelte-1e09pin" href="/docs"><span class="text-caption">Docs</span></a><!--]--></li><li><!--[!--><a class="web-side-nav-button svelte-1e09pin" href="/pricing"><span class="text-caption">Pricing</span></a><!--]--></li><li><!--[!--><a class="web-side-nav-button svelte-1e09pin" href="/contact-us/enterprise"><span class="text-caption">Enterprise</span></a><!--]--></li><li><!--[!--><a class="web-side-nav-button svelte-1e09pin" href="/blog/category/customer-stories"><span class="text-caption">Customers</span></a><!--]--></li><li><!--[!--><a class="web-side-nav-button svelte-1e09pin" href="/blog"><span class="text-caption">Blog</span></a><!--]--></li><li><!--[!--><a class="web-side-nav-button svelte-1e09pin" href="/changelog"><span class="text-caption">Changelog</span></a><!--]--></li><!--]--></ul></section></div> <div class="web-side-nav-mobile-footer-buttons mx-1!"><!--[--><a href="https://github.com/appwrite/appwrite" class="web-button is-secondary w-full! md:w-fit is-github-stat-link" target="_blank" rel="noopener noreferrer" aria-label="Appwrite on GitHub, 56.6K stars"><svg class="" xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#github"></use></svg><!----> <div class="web-inline-tag tracking-none text-sub-body text-greyscale-900 dark:text-greyscale-100 -mr-0.5 rounded-[.25rem] bg-black/8 px-1 py-0.25 dark:bg-white/[0.12]"><!--[--><!---->56.6K<!--]--></div><!----><!----></a><!--]--><!----></div></div></nav><!--]--> <main class="relative space-y-6 svelte-98e5tq" id="main"><!--[--><img class="absolute inset-0 mx-auto block" src="/_app/immutable/assets/bg-hero.B5tCUnIr.svg" alt=""/> <img class="e-bg-left-mobile absolute top-0 svelte-9q0avb" src="/_app/immutable/assets/bg-left.BdbM0m6b.avif" alt=""/> <img class="e-bg-right-mobile absolute right-0 svelte-9q0avb" src="/_app/immutable/assets/bg-right.Cn81jh8I.avif" alt=""/> <div class="web-big-padding-section relative overflow-hidden"><div class="relative py-10"><div class="web-big-padding-section-level-2 e-u-margin-block-128-desktop svelte-9q0avb"><section class="web-u-padding-block-end-0 container"><div class="web-hero svelte-9q0avb" style="--hero-max-inline-size:49.375rem; --hero-gap:1.125rem;"><h1 class="text-headline font-aeonik-pro text-primary">Build your startup with Appwrite</h1> <p class="text-description web-u-max-width-640 e-u-padding-inline-32-desktop mx-auto svelte-9q0avb">The Appwrite Startups Program supports your startup with an all-in-one
                            development platform for you to build your products. You will receive
                            Cloud credits and a discount for Appwrite's paid plans.</p> <!--[!--><button class="web-button mx-auto mt-3"><!---->Apply now<!----></button><!--]--><!----></div></section></div> <div class="web-big-padding-section-level-2 e-u-padding-block-start-48-mobile e-u-padding-block-start-80-desktop e-u-margin-block-end-80-mobile svelte-9q0avb"><section class="container"><ul class="web-u-flex-vertical-mobile e-u-gap-64-mobile grid grid-cols-1 gap-20 md:grid-cols-2 lg:grid-cols-4 svelte-9q0avb"><li class="mx-auto flex flex-col items-center gap-4"><img src="/images/icons/gradients/backend.svg" width="48" height="48" alt=""/> <div class="flex flex-col gap-2 text-center"><h2 class="text-label text-primary">Up to 80% discounts</h2> <p class="text-body font-medium">Get discounts on Appwrite’s paid plans. We offer up to 80% on
                                    both Pro and Scale.</p></div></li> <li class="mx-auto flex flex-col items-center gap-4"><img src="/images/icons/gradients/cloud-credit.svg" width="48" height="48" alt=""/> <div class="flex flex-col gap-2 text-center"><h2 class="text-label text-primary">Cloud credits</h2> <p class="text-body font-medium">Save on development and cloud costs and reduce risk at an early
                                    stage.</p></div></li> <li class="mx-auto flex flex-col items-center gap-4"><img src="/images/icons/gradients/support.svg" width="48" height="48" alt=""/> <div class="flex flex-col gap-2 text-center"><h2 class="text-label text-primary">Priority support</h2> <p class="text-body font-medium">Get community support and priority support from the Appwrite
                                    team.</p></div></li> <li class="mx-auto flex flex-col items-center gap-4"><img src="/images/icons/gradients/swag.svg" width="48" height="48" alt=""/> <div class="flex flex-col gap-2 text-center"><h2 class="text-label text-primary">Founder swag</h2> <p class="text-body font-medium">Get community support and dedicated email support from the
                                    Appwrite team.</p></div></li></ul></section></div></div> <div class="web-white-section light relative border-b border-dashed border-black/8 pt-10"><div class="web-big-padding-section-level-2 h-64"><section class="container"><div class="mx-auto max-w-[720px] text-center"><h3 class="text-title font-aeonik-pro text-primary">Your startups<br/>developer toolkit</h3> <p class="text-body mt-2 font-medium">Appwrite offers an all-in-one hosting platform for you to build <br/> and deploy your product from a single place.</p></div> <div class="mt-6 flex flex-col items-center justify-center gap-2 lg:flex-row lg:flex-wrap lg:gap-0"><div class="text-primary flex h-10 w-full items-center gap-4 rounded-full border border-dashed border-black/8 bg-white p-1 text-sm lg:w-auto"><span class="text-eyebrow text-secondary font-aeonik-fono ml-3 uppercase">Build</span> <div class="flex h-full w-full justify-between gap-2"><!--[--><a href="/products/auth" class="bg-smooth hover:bg-smooth/50 flex h-full w-fit items-center justify-center gap-2 rounded-full px-0.5 backdrop-blur-lg transition-opacity sm:px-1 md:px-2 lg:px-3"><span class="text-primary text-caption flex items-center justify-center gap-1 font-medium"><img loading="lazy" src="/images/icons/illustrated/light/auth.avif" alt="Auth" class="size-6"/> <span class="hidden lg:inline">Auth</span></span></a><a href="/docs/products/databases" class="bg-smooth hover:bg-smooth/50 flex h-full w-fit items-center justify-center gap-2 rounded-full px-0.5 backdrop-blur-lg transition-opacity sm:px-1 md:px-2 lg:px-3"><span class="text-primary text-caption flex items-center justify-center gap-1 font-medium"><img loading="lazy" src="/images/icons/illustrated/light/databases.avif" alt="Databases" class="size-6"/> <span class="hidden lg:inline">Databases</span></span></a><a href="/products/storage" class="bg-smooth hover:bg-smooth/50 flex h-full w-fit items-center justify-center gap-2 rounded-full px-0.5 backdrop-blur-lg transition-opacity sm:px-1 md:px-2 lg:px-3"><span class="text-primary text-caption flex items-center justify-center gap-1 font-medium"><img loading="lazy" src="/images/icons/illustrated/light/storage.avif" alt="Storage" class="size-6"/> <span class="hidden lg:inline">Storage</span></span></a><a href="/products/functions" class="bg-smooth hover:bg-smooth/50 flex h-full w-fit items-center justify-center gap-2 rounded-full px-0.5 backdrop-blur-lg transition-opacity sm:px-1 md:px-2 lg:px-3"><span class="text-primary text-caption flex items-center justify-center gap-1 font-medium"><img loading="lazy" src="/images/icons/illustrated/light/functions.avif" alt="Functions" class="size-6"/> <span class="hidden lg:inline">Functions</span></span></a><a href="/products/messaging" class="bg-smooth hover:bg-smooth/50 flex h-full w-fit items-center justify-center gap-2 rounded-full px-0.5 backdrop-blur-lg transition-opacity sm:px-1 md:px-2 lg:px-3"><span class="text-primary text-caption flex items-center justify-center gap-1 font-medium"><img loading="lazy" src="/images/icons/illustrated/light/messaging.avif" alt="Messaging" class="size-6"/> <span class="hidden lg:inline">Messaging</span></span></a><a href="/docs/apis/realtime" class="bg-smooth hover:bg-smooth/50 flex h-full w-fit items-center justify-center gap-2 rounded-full px-0.5 backdrop-blur-lg transition-opacity sm:px-1 md:px-2 lg:px-3"><span class="text-primary text-caption flex items-center justify-center gap-1 font-medium"><img loading="lazy" src="/images/icons/illustrated/light/realtime.avif" alt="Realtime" class="size-6"/> <span class="hidden lg:inline">Realtime</span></span></a><!--]--></div></div> <div aria-hidden="true" class="mx-0 hidden h-px w-6 self-center border-t border-dashed border-black/8 lg:block"></div> <div class="text-primary flex h-10 items-center gap-4 rounded-full border border-dashed border-black/8 bg-white p-1 text-sm"><span class="text-eyebrow text-secondary font-aeonik-fono ml-3 uppercase">Deploy</span> <div class="flex h-full w-full justify-between gap-2"><!--[--><a href="/products/sites" class="bg-smooth hover:bg-smooth/50 flex h-full w-fit items-center justify-center gap-2 rounded-full px-0.5 backdrop-blur-lg transition-opacity sm:px-1 md:px-2 lg:px-3"><span class="text-primary text-caption flex items-center justify-center gap-1 font-medium"><img loading="lazy" src="/images/icons/illustrated/light/sites.avif" alt="Sites" class="size-6"/> <span class="hidden lg:inline">Sites</span></span></a><!--]--></div></div></div></section><!----></div></div> <div class="bg-[#EDEDF0] pt-20 pb-12 md:pt-30 md:pb-20 light"><div class="container mx-auto"><section class="flex flex-col items-start gap-x-30 md:flex-row"><h2 class="text-title font-aeonik-pro text-primary max-w-[700px] leading-12 text-pretty">Benefits of Appwrite<br/>for <span class="relative">startups<span class="absolute bottom-0 left-0 h-1 w-full"></span></span><span class="text-accent">_</span></h2> <p class="text-secondary text-description mt-4 max-w-xl font-medium">You don't need to have a team of engineers to develop, host, and scale applications. Appwrite gives you everything you need, including built-in security, AI, and open source.</p></section></div> <div class="mt-12 border-y border-dashed border-black/8 md:mt-20"><div class="mx-auto grid grid-cols-2 overflow-hidden lg:grid-cols-4" style="max-width: 1200px; margin-inline: auto;"><!--[--><div class="text-sub-body group relative border-dashed border-black/8 px-4 py-6 font-medium last-of-type:border-0 sm:px-2.5 sm:py-8 sm:pr-8 sm:max-lg:even:border-r-0 md:border-r md:border-b md:p-8 md:pr-8 lg:nth-of-type-[5]:border-b-0 lg:nth-of-type-[6]:border-b-0 lg:nth-of-type-[8]:border-b-0"><img loading="lazy" src="/images/icons/gradients/globe.svg" width="40" height="40" alt=""/> <h3 class="text-primary mt-4 flex flex-wrap items-center gap-0.5">All-in-one platform</h3> <p class="text-secondary mt-1">Use one platform for backend development and web hosting and reduce vendors.</p></div><div class="text-sub-body group relative border-dashed border-black/8 px-4 py-6 font-medium last-of-type:border-0 sm:px-2.5 sm:py-8 sm:pr-8 sm:max-lg:even:border-r-0 md:border-r md:border-b md:p-8 md:pr-8 lg:nth-of-type-[5]:border-b-0 lg:nth-of-type-[6]:border-b-0 lg:nth-of-type-[8]:border-b-0"><img loading="lazy" src="/images/icons/gradients/stars.svg" width="40" height="40" alt=""/> <h3 class="text-primary mt-4 flex flex-wrap items-center gap-0.5">AI-powered development</h3> <p class="text-secondary mt-1">Connect your favorite AI productivity tools with Appwrite's MCP.</p></div><div class="text-sub-body group relative border-dashed border-black/8 px-4 py-6 font-medium last-of-type:border-0 sm:px-2.5 sm:py-8 sm:pr-8 sm:max-lg:even:border-r-0 md:border-r md:border-b md:p-8 md:pr-8 lg:nth-of-type-[5]:border-b-0 lg:nth-of-type-[6]:border-b-0 lg:nth-of-type-[8]:border-b-0"><img loading="lazy" src="/images/icons/gradients/rocket.svg" width="40" height="40" alt=""/> <h3 class="text-primary mt-4 flex flex-wrap items-center gap-0.5">Scale effortlessly</h3> <p class="text-secondary mt-1">From MVP to enterprise, our app scales automatically, letting you focus on your business goals.</p></div><div class="text-sub-body group relative border-dashed border-black/8 px-4 py-6 font-medium last-of-type:border-0 sm:px-2.5 sm:py-8 sm:pr-8 sm:max-lg:even:border-r-0 md:border-r md:border-b md:p-8 md:pr-8 lg:nth-of-type-[5]:border-b-0 lg:nth-of-type-[6]:border-b-0 lg:nth-of-type-[8]:border-b-0"><img loading="lazy" src="/images/icons/gradients/backend.svg" width="40" height="40" alt=""/> <h3 class="text-primary mt-4 flex flex-wrap items-center gap-0.5">Zero configuration development</h3> <p class="text-secondary mt-1">Spin up your backend in minutes, deploy in seconds. Fast and simple.</p></div><div class="text-sub-body group relative border-dashed border-black/8 px-4 py-6 font-medium last-of-type:border-0 sm:px-2.5 sm:py-8 sm:pr-8 sm:max-lg:even:border-r-0 md:border-r md:border-b md:p-8 md:pr-8 lg:nth-of-type-[5]:border-b-0 lg:nth-of-type-[6]:border-b-0 lg:nth-of-type-[8]:border-b-0"><img loading="lazy" src="/images/icons/gradients/shield.svg" width="40" height="40" alt=""/> <h3 class="text-primary mt-4 flex flex-wrap items-center gap-0.5">Built-in security</h3> <p class="text-secondary mt-1">Your users' data is safe from day one with Appwrite's built in security.</p></div><div class="text-sub-body group relative border-dashed border-black/8 px-4 py-6 font-medium last-of-type:border-0 sm:px-2.5 sm:py-8 sm:pr-8 sm:max-lg:even:border-r-0 md:border-r md:border-b md:p-8 md:pr-8 lg:nth-of-type-[5]:border-b-0 lg:nth-of-type-[6]:border-b-0 lg:nth-of-type-[8]:border-b-0"><img loading="lazy" src="/images/icons/gradients/eu.svg" width="40" height="40" alt=""/> <h3 class="text-primary mt-4 flex flex-wrap items-center gap-0.5">Compliance</h3> <p class="text-secondary mt-1">We adhere to all needed compliance: GDPR, HIPAA, CCPA, SOC-2.</p></div><div class="text-sub-body group relative border-dashed border-black/8 px-4 py-6 font-medium last-of-type:border-0 sm:px-2.5 sm:py-8 sm:pr-8 sm:max-lg:even:border-r-0 md:border-r md:border-b md:p-8 md:pr-8 lg:nth-of-type-[5]:border-b-0 lg:nth-of-type-[6]:border-b-0 lg:nth-of-type-[8]:border-b-0"><img loading="lazy" src="/images/icons/gradients/database.svg" width="40" height="40" alt=""/> <h3 class="text-primary mt-4 flex flex-wrap items-center gap-0.5">Open-source</h3> <p class="text-secondary mt-1">Your data is always yours. Want to migrate away? You can do so at any time.</p></div><!--]--></div></div></div><!----> <div class="relative mb-0 flex items-center justify-center overflow-hidden border-t border-dashed border-black/8 px-4 py-12 sm:px-6 sm:py-16 md:py-20 md:pt-30 md:pb-40" style="background: radial-gradient(circle at 0% 100%, rgba(239, 68, 68, 0.12) 0%, transparent 40%), radial-gradient(circle at 100% 0%, rgba(59, 130, 246, 0.12) 0%, transparent 40%), var(--background, #EDEDF0);"><!----><!--[!--><div class="container flex h-full w-full flex-col items-stretch gap-3 max-lg:min-h-[40rem] sm:gap-4 lg:min-h-0 lg:flex-row" id="bits-16331" data-toggle-group-root="" role="group" data-orientation="horizontal"><!--[--><!----><!--[!--><button class="relative grid w-full cursor-pointer overflow-hidden rounded-2xl border transition-all ease-in-out [grid-template-areas:&quot;stack&quot;] lg:h-[467px] lg:max-h-[467px] lg:min-h-[467px] group/card hover:bg-white/80 outline-0 duration-250 hover:shadow-[0px_0px_0px_4px_rgba(0,0,0,0.08)] focus:shadow-[0px_0px_0px_4px_rgba(0,0,0,0.08)]! data-[state=&quot;off&quot;]:basis-[15%] data-[state=&quot;off&quot;]:border-black/8 data-[state=&quot;off&quot;]:bg-white data-[state=&quot;off&quot;]:p-4 sm:data-[state=&quot;off&quot;]:p-6 md:data-[state=&quot;off&quot;]:p-8 data-[state=&quot;on&quot;]:basis-[70%] data-[state=&quot;on&quot;]:border-black/12 data-[state=&quot;on&quot;]:bg-white data-[state=&quot;on&quot;]:p-4 data-[state=&quot;on&quot;]:shadow-[0px_0px_0px_4px_rgba(0,0,0,0.08)]! sm:data-[state=&quot;on&quot;]:p-6 md:data-[state=&quot;on&quot;]:p-8 lg:data-[state=&quot;on&quot;]:p-12" id="bits-16332" role="radio" tabindex="0" data-orientation="horizontal" data-state="on" data-value="0" aria-checked="true" data-toggle-group-item="" type="button"><div class="flex h-4 w-full shrink-0 items-center justify-center [grid-area:stack] sm:h-5 lg:h-8 self-center justify-self-center opacity-100 transition-all group-[&amp;[data-state=on]]/card:invisible group-[&amp;[data-state=on]]/card:opacity-0"><img loading="lazy" src="/_app/immutable/assets/devkind-light.Cz5PMDGg.svg" alt="DevKind reduced development time by 60% and lowered server costs by 40%" width="107" height="32" class="block h-full max-h-full w-auto max-w-full object-contain object-center"/></div> <div class="relative hidden h-full max-h-full w-full space-y-4 overflow-x-hidden overflow-y-auto p-4 text-left transition-opacity delay-400 [grid-area:stack] sm:space-y-5 sm:p-5 md:space-y-6 md:p-6 group-[&amp;[data-state=on]]/card:block group-[&amp;[data-state=on]]/card:opacity-100 group-[&amp;[data-state=on]]/card:blur-none"><img loading="lazy" width="107" height="32" src="/_app/immutable/assets/devkind-light.Cz5PMDGg.svg" alt="DevKind reduced development time by 60% and lowered server costs by 40%" class="h-5 w-auto sm:h-6 md:h-7 animate-fade-in"/> <span class="font-aeonik-pro block text-left text-lg leading-tight text-black sm:text-xl md:text-2xl animate-fade-in">DevKind reduced development time by 60% and lowered server costs by 40%</span> <div class="min-h-[2lh] text-left text-sm leading-relaxed font-bold text-black sm:text-base">"A special thanks to Appwrite for providing robust features and seamless functionality."</div> <div class="flex items-start gap-2"><img loading="lazy" src="/images/testimonials/hassan.avif" alt="DevKind reduced development time by 60% and lowered server costs by 40%" class="size-6 flex-shrink-0 rounded-full sm:size-7 md:size-8"/> <div class="flex min-w-0 flex-1 flex-col gap-0.5 pr-2 text-left"><span class="text-xs font-medium text-black sm:text-sm">Hassan Ahmed,</span> <span class="text-xs font-normal break-words text-gray-800 sm:text-sm">Engineer at DevKind</span></div> <a href="/blog/post/customer-story-storealert" class="group flex flex-shrink-0 items-center gap-1 text-left text-xs whitespace-nowrap text-black hover:underline sm:text-sm">Read customer story <svg class="flex-shrink-0 transition-transform group-hover:translate-x-0.5" xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 24 24"><use xlink:href="#arrow-right"></use></svg><!----></a></div></div><!----></button><!--]--><!----><!----><!--[!--><button class="relative grid w-full cursor-pointer overflow-hidden rounded-2xl border transition-all ease-in-out [grid-template-areas:&quot;stack&quot;] lg:h-[467px] lg:max-h-[467px] lg:min-h-[467px] group/card hover:bg-white/80 outline-0 duration-250 hover:shadow-[0px_0px_0px_4px_rgba(0,0,0,0.08)] focus:shadow-[0px_0px_0px_4px_rgba(0,0,0,0.08)]! data-[state=&quot;off&quot;]:basis-[15%] data-[state=&quot;off&quot;]:border-black/8 data-[state=&quot;off&quot;]:bg-white data-[state=&quot;off&quot;]:p-4 sm:data-[state=&quot;off&quot;]:p-6 md:data-[state=&quot;off&quot;]:p-8 data-[state=&quot;on&quot;]:basis-[70%] data-[state=&quot;on&quot;]:border-black/12 data-[state=&quot;on&quot;]:bg-white data-[state=&quot;on&quot;]:p-4 data-[state=&quot;on&quot;]:shadow-[0px_0px_0px_4px_rgba(0,0,0,0.08)]! sm:data-[state=&quot;on&quot;]:p-6 md:data-[state=&quot;on&quot;]:p-8 lg:data-[state=&quot;on&quot;]:p-12" id="bits-16333" role="radio" tabindex="0" data-orientation="horizontal" data-state="off" data-value="1" aria-checked="false" data-toggle-group-item="" type="button"><div class="flex h-4 w-full shrink-0 items-center justify-center [grid-area:stack] sm:h-5 lg:h-8 self-center justify-self-center opacity-100 transition-all group-[&amp;[data-state=on]]/card:invisible group-[&amp;[data-state=on]]/card:opacity-0"><img loading="lazy" src="/_app/immutable/assets/langx-light.D8eSLwGb.svg" alt="LangX handled millions of requests using Appwrite" width="134" height="29" class="block h-full max-h-full w-auto max-w-full object-contain object-center"/></div> <div class="relative hidden h-full max-h-full w-full space-y-4 overflow-x-hidden overflow-y-auto p-4 text-left transition-opacity delay-400 [grid-area:stack] sm:space-y-5 sm:p-5 md:space-y-6 md:p-6 group-[&amp;[data-state=on]]/card:block group-[&amp;[data-state=on]]/card:opacity-100 group-[&amp;[data-state=on]]/card:blur-none"><img loading="lazy" width="134" height="29" src="/_app/immutable/assets/langx-light.D8eSLwGb.svg" alt="LangX handled millions of requests using Appwrite" class="h-5 w-auto sm:h-6 md:h-7"/> <span class="font-aeonik-pro block text-left text-lg leading-tight text-black sm:text-xl md:text-2xl">LangX handled millions of requests using Appwrite</span> <div class="min-h-[2lh] text-left text-sm leading-relaxed font-bold text-black sm:text-base">"With its comprehensive suite of services, Appwrite emerged as an ideal choice for my needs."</div> <div class="flex items-start gap-2"><img loading="lazy" src="/images/testimonials/xue.avif" alt="LangX handled millions of requests using Appwrite" class="size-6 flex-shrink-0 rounded-full sm:size-7 md:size-8"/> <div class="flex min-w-0 flex-1 flex-col gap-0.5 pr-2 text-left"><span class="text-xs font-medium text-black sm:text-sm">Xue,</span> <span class="text-xs font-normal break-words text-gray-800 sm:text-sm">Founder at LangX</span></div> <a href="/blog/post/customer-stories-langx" class="group flex flex-shrink-0 items-center gap-1 text-left text-xs whitespace-nowrap text-black hover:underline sm:text-sm">Read customer story <svg class="flex-shrink-0 transition-transform group-hover:translate-x-0.5" xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 24 24"><use xlink:href="#arrow-right"></use></svg><!----></a></div></div><!----></button><!--]--><!----><!----><!--[!--><button class="relative grid w-full cursor-pointer overflow-hidden rounded-2xl border transition-all ease-in-out [grid-template-areas:&quot;stack&quot;] lg:h-[467px] lg:max-h-[467px] lg:min-h-[467px] group/card hover:bg-white/80 outline-0 duration-250 hover:shadow-[0px_0px_0px_4px_rgba(0,0,0,0.08)] focus:shadow-[0px_0px_0px_4px_rgba(0,0,0,0.08)]! data-[state=&quot;off&quot;]:basis-[15%] data-[state=&quot;off&quot;]:border-black/8 data-[state=&quot;off&quot;]:bg-white data-[state=&quot;off&quot;]:p-4 sm:data-[state=&quot;off&quot;]:p-6 md:data-[state=&quot;off&quot;]:p-8 data-[state=&quot;on&quot;]:basis-[70%] data-[state=&quot;on&quot;]:border-black/12 data-[state=&quot;on&quot;]:bg-white data-[state=&quot;on&quot;]:p-4 data-[state=&quot;on&quot;]:shadow-[0px_0px_0px_4px_rgba(0,0,0,0.08)]! sm:data-[state=&quot;on&quot;]:p-6 md:data-[state=&quot;on&quot;]:p-8 lg:data-[state=&quot;on&quot;]:p-12" id="bits-16334" role="radio" tabindex="0" data-orientation="horizontal" data-state="off" data-value="2" aria-checked="false" data-toggle-group-item="" type="button"><div class="flex h-4 w-full shrink-0 items-center justify-center [grid-area:stack] sm:h-5 lg:h-8 self-center justify-self-center opacity-100 transition-all group-[&amp;[data-state=on]]/card:invisible group-[&amp;[data-state=on]]/card:opacity-0"><img loading="lazy" src="/images/logos/trusted-by/k-collect.svg" alt="K-Collect reduced infrastructure costs by 700%" width="110" height="35" class="block h-full max-h-full w-auto max-w-full object-contain object-center"/></div> <div class="relative hidden h-full max-h-full w-full space-y-4 overflow-x-hidden overflow-y-auto p-4 text-left transition-opacity delay-400 [grid-area:stack] sm:space-y-5 sm:p-5 md:space-y-6 md:p-6 group-[&amp;[data-state=on]]/card:block group-[&amp;[data-state=on]]/card:opacity-100 group-[&amp;[data-state=on]]/card:blur-none"><img loading="lazy" width="110" height="35" src="/images/logos/trusted-by/k-collect.svg" alt="K-Collect reduced infrastructure costs by 700%" class="h-5 w-auto sm:h-6 md:h-7"/> <span class="font-aeonik-pro block text-left text-lg leading-tight text-black sm:text-xl md:text-2xl">K-Collect reduced infrastructure costs by 700%</span> <div class="min-h-[2lh] text-left text-sm leading-relaxed font-bold text-black sm:text-base">"A major impact that Appwrite made was the amount of time and stress saved."</div> <div class="flex items-start gap-2"><img loading="lazy" src="/images/testimonials/ryan.avif" alt="K-Collect reduced infrastructure costs by 700%" class="size-6 flex-shrink-0 rounded-full sm:size-7 md:size-8"/> <div class="flex min-w-0 flex-1 flex-col gap-0.5 pr-2 text-left"><span class="text-xs font-medium text-black sm:text-sm">Ryan O'Connor,</span> <span class="text-xs font-normal break-words text-gray-800 sm:text-sm">Founder at K-Collect</span></div> <a href="/blog/post/customer-stories-kcollect" class="group flex flex-shrink-0 items-center gap-1 text-left text-xs whitespace-nowrap text-black hover:underline sm:text-sm">Read customer story <svg class="flex-shrink-0 transition-transform group-hover:translate-x-0.5" xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 24 24"><use xlink:href="#arrow-right"></use></svg><!----></a></div></div><!----></button><!--]--><!----><!--]--><!----></div><!--]--><!----></div><!----> <div id="form" class="web-white-section light overflow-hidden"><div class="relative pt-20 pb-8 md:pt-40 md:pb-30"><div class="relative"><div class="relative container"><div class="web-grid-1-1-opt-2 e-u-row-gap-0 relative z-1 gap-8 svelte-9q0avb"><div><div class="web-u-max-inline-size-none-mobile web-u-max-width-380"><section class="flex flex-col gap-5"><h4 class="text-title font-aeonik-pro text-primary">Join the Appwrite Startups program</h4> <p class="text-description" style="font-size: 18px;">We support VC backed tech startups that have been
                                            established within the last decade with:</p> <div class="flex flex-col gap-3"><div class="flex gap-4"><img class="mt-1 self-start" src="/images/icons/gradients/v-icon.svg" alt="yes" width="18" height="18"/> <p class="text-description" style="font-size: 18px;">Appwrite Cloud Pro for 12 months</p></div> <div class="flex gap-4"><img class="mt-1 self-start" src="/images/icons/gradients/v-icon.svg" alt="yes" width="18" height="18"/> <p class="text-description" style="font-size: 18px;">Premium email support as part of Pro</p></div></div></section> <div class="web-is-only-mobile web-u-margin-block-start-40 web-u-padding-block-start-40 web-u-sep-block-start"></div></div></div> <!--[!--><form method="post" class="mx-auto flex w-full max-w-xl flex-col gap-4"><div class="flex justify-end"><ul class="web-form-list web-u-max-width-580 web-u-max-inline-size-none-mobile w-full gap-4"><li class="web-form-item flex flex-col gap-1"><div class="block">Full name</div> <input required class="web-input-text" type="text" placeholder="Walter O'Brien" aria-label="Full name"/></li> <li class="web-form-item flex flex-col gap-1"><div class="block">Email address</div> <input required class="web-input-text" type="email" placeholder="walter@company.com" aria-label="Email address"/></li> <li class="web-form-item flex flex-col gap-1"><div class="block">Company name</div> <input required class="web-input-text" type="text" name="company" placeholder="Company Inc." aria-label="Company name"/></li> <li class="web-form-item flex flex-col gap-1"><div class="block">Company website</div> <input required class="web-input-text" type="text" pattern="^(https:\/\/www\.|https:\/\/)?([a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)+)[a-zA-Z0-9\-\._~:\/\?#[\]@!\$&amp;'\(\)\*\+,;=.]*$" name="company-website" placeholder="https://company.com" aria-label="Company website"/></li></ul></div> <div class="web-u-flex-vertical-reverse-mobile mx-auto flex w-full max-w-xl justify-between gap-4"><div class="flex flex-col gap-2"><p class="text-caption text-secondary">This form is protected by reCAPTCHA, and the Google <br class="hidden sm:block"/> <a href="https://policies.google.com/privacy" class="text-accent">Privacy Policy</a> and <a href="https://policies.google.com/terms" class="text-accent">Terms of Service</a> apply.</p> <!--[!--><!--]--></div> <!--[!--><button class="web-button w-full! self-center lg:w-auto!" type="submit"><!---->Get Started<!----></button><!--]--><!----></div></form><!--]--></div></div></div></div></div> <div class="border-greyscale-200/4 relative -mb-24 flex min-h-[50vh] items-center justify-center border-y md:min-h-[504px] py-12 md:py-16 before:absolute before:inset-0 before:top-0 before:left-0 before:-z-10 before:block before:h-full before:bg-[radial-gradient(circle_at_-25%_-15%,_hsla(343,_98%,_60%,_0.15)_0px,_transparent_50%)] md:before:bg-[radial-gradient(circle_at_-15%_-10%,_hsla(343,_98%,_60%,_0.2)_0px,_transparent_40%)] after:absolute after:inset-0 after:top-0 after:right-0 after:-z-10 after:mt-auto after:mb-0 after:block after:h-full after:bg-[radial-gradient(circle_at_125%_130%,_hsla(177,_53%,_69%,_0.15)_0px,_transparent_50%)] md:after:bg-[radial-gradient(circle_at_120%_125%,_hsla(177,_53%,_69%,_0.2)_0px,_transparent_40%)]"><div class="container px-4 md:px-6"><div class="mx-auto flex flex-col items-center justify-center text-center"><h2 class="font-aeonik-pro text-title mb-4 px-2 text-white">Become a startup partner<span class="text-accent">_</span></h2> <p class="text-description text-secondary mb-8 max-w-[572px] leading-relaxed">Appwrite partners with venture capital firms and startup accelerators to provide
                exclusive discounts and other benefits to their portfolio companies.</p> <!--[--><a href="mailto:sales@appwrite.io" class="web-button min-h-[48px] !w-full md:min-h-[44px] md:!w-fit"><!---->Apply now<!----></a><!--]--><!----></div></div></div><!----> <div class="container"><nav aria-label="Footer" class="web-footer-nav relative mt-24 web-u-sep-block-start"><img class="web-logo web-is-only-mobile" src="/images/logos/appwrite.svg" alt="appwrite" height="24" width="130"/> <ul class="web-footer-nav-main-list" data-melt-id="23y-Mz9E3l" data-melt-accordion=""><!--[--><li class="web-footer-nav-main-item web-is-not-mobile"><h2 class="web-footer-nav-main-title web-is-not-mobile text-caption font-medium uppercase">Quick starts</h2> <ul class="web-footer-nav-secondary-list text-sub-body"><!--[--><li><a class="web-link" href="/docs/quick-starts/web">Web</a></li><li><a class="web-link" href="/docs/quick-starts/nextjs">Next.js</a></li><li><a class="web-link" href="/docs/quick-starts/react">React</a></li><li><a class="web-link" href="/docs/quick-starts/vue">Vue.js</a></li><li><a class="web-link" href="/docs/quick-starts/nuxt">Nuxt</a></li><li><a class="web-link" href="/docs/quick-starts/sveltekit">SvelteKit</a></li><li><a class="web-link" href="/docs/quick-starts/refine">Refine</a></li><li><a class="web-link" href="/docs/quick-starts/angular">Angular</a></li><li><a class="web-link" href="/docs/quick-starts/react-native">React Native</a></li><li><a class="web-link" href="/docs/quick-starts/flutter">Flutter</a></li><li><a class="web-link" href="/docs/quick-starts/apple">Apple</a></li><li><a class="web-link" href="/docs/quick-starts/android">Android</a></li><li><a class="web-link" href="/docs/quick-starts/qwik">Qwik</a></li><li><a class="web-link" href="/docs/quick-starts/astro">Astro</a></li><li><a class="web-link" href="/docs/quick-starts/solid">Solid</a></li><!--]--></ul> <!--[!--><!--]--></li> <li class="web-footer-nav-main-item web-is-only-mobile" data-state="closed" data-melt-accordion-item=""><h5 role="heading" aria-level="5" data-heading-level="5" data-melt-accordion-heading=""><button class="web-footer-nav-button web-is-only-mobile px-0!" aria-expanded="false" aria-disabled="false" data-value="Quick starts" data-state="closed" data-melt-accordion-trigger=""><span class="text-caption font-medium uppercase">Quick starts</span> <span class="web-icon-chevron-down web-u-transition" style="font-size: 1rem;"></span></button></h5> <!--[!--><!--]--></li><li class="web-footer-nav-main-item web-is-not-mobile"><h2 class="web-footer-nav-main-title web-is-not-mobile text-caption font-medium uppercase">Products</h2> <ul class="web-footer-nav-secondary-list text-sub-body"><!--[--><li><a class="web-link" href="/products/auth">Auth</a></li><li><a class="web-link" href="/docs/products/databases">Databases</a></li><li><a class="web-link" href="/products/storage">Storage</a></li><li><a class="web-link" href="/products/functions">Functions</a></li><li><a class="web-link" href="/products/messaging">Messaging</a></li><li><a class="web-link" href="/docs/apis/realtime">Realtime</a></li><li><a class="web-link" href="/products/sites">Hosting</a></li><li><a class="web-link" href="/docs/products/network">Network</a></li><!--]--></ul> <!--[!--><!--]--></li> <li class="web-footer-nav-main-item web-is-only-mobile" data-state="closed" data-melt-accordion-item=""><h5 role="heading" aria-level="5" data-heading-level="5" data-melt-accordion-heading=""><button class="web-footer-nav-button web-is-only-mobile px-0!" aria-expanded="false" aria-disabled="false" data-value="Products" data-state="closed" data-melt-accordion-trigger=""><span class="text-caption font-medium uppercase">Products</span> <span class="web-icon-chevron-down web-u-transition" style="font-size: 1rem;"></span></button></h5> <!--[!--><!--]--></li><li class="web-footer-nav-main-item web-is-not-mobile"><h2 class="web-footer-nav-main-title web-is-not-mobile text-caption font-medium uppercase">Learn</h2> <ul class="web-footer-nav-secondary-list text-sub-body"><!--[--><li><a class="web-link" href="/blog">Blog</a></li><li><a class="web-link" href="/docs">Docs</a></li><li><a class="web-link" href="/integrations">Integrations</a></li><li><a class="web-link" href="/community">Community</a></li><li><a class="web-link" href="/init">Init</a></li><li><a class="web-link" href="/threads">Threads</a></li><li><a class="web-link" href="/changelog">Changelog</a></li><li><a class="web-link" href="https://github.com/orgs/appwrite/projects" target="_blank" rel="noopener noreferrer">Roadmap</a></li><li><a class="web-link" href="https://github.com/appwrite" target="_blank" rel="noopener noreferrer">Source code</a></li><li><a class="web-link" href="https://arena.appwrite.io" target="_blank" rel="noopener noreferrer">Arena</a></li><li><a class="web-link" href="https://refetch.io" target="_blank" rel="noopener noreferrer">Tech news</a></li><!--]--></ul> <!--[!--><!--]--></li> <li class="web-footer-nav-main-item web-is-only-mobile" data-state="closed" data-melt-accordion-item=""><h5 role="heading" aria-level="5" data-heading-level="5" data-melt-accordion-heading=""><button class="web-footer-nav-button web-is-only-mobile px-0!" aria-expanded="false" aria-disabled="false" data-value="Learn" data-state="closed" data-melt-accordion-trigger=""><span class="text-caption font-medium uppercase">Learn</span> <span class="web-icon-chevron-down web-u-transition" style="font-size: 1rem;"></span></button></h5> <!--[!--><!--]--></li><li class="web-footer-nav-main-item web-is-not-mobile"><h2 class="web-footer-nav-main-title web-is-not-mobile text-caption font-medium uppercase">Programs</h2> <ul class="web-footer-nav-secondary-list text-sub-body"><!--[--><li><a class="web-link" href="/startups">Startups</a></li><li><a class="web-link" href="/education">Education</a></li><li><a class="web-link" href="/partners">Partners</a></li><!--]--></ul> <!--[!--><!--]--></li> <li class="web-footer-nav-main-item web-is-only-mobile" data-state="closed" data-melt-accordion-item=""><h5 role="heading" aria-level="5" data-heading-level="5" data-melt-accordion-heading=""><button class="web-footer-nav-button web-is-only-mobile px-0!" aria-expanded="false" aria-disabled="false" data-value="Programs" data-state="closed" data-melt-accordion-trigger=""><span class="text-caption font-medium uppercase">Programs</span> <span class="web-icon-chevron-down web-u-transition" style="font-size: 1rem;"></span></button></h5> <!--[!--><!--]--></li><li class="web-footer-nav-main-item web-is-not-mobile web-footer-nav-main-item--compare-col"><h2 class="web-footer-nav-main-title web-is-not-mobile text-caption font-medium uppercase">Compare</h2> <ul class="web-footer-nav-secondary-list text-sub-body web-footer-nav-secondary-list--compare"><!--[--><li><a class="web-link" href="/blog/post/appwrite-compared-to-supabase">Appwrite vs. Supabase</a></li><li><a class="web-link" href="/blog/post/open-source-firebase-alternative">Appwrite vs. Firebase</a></li><li><a class="web-link" href="/blog/post/appwrite-vs-neon-ai-backends">Appwrite vs. Neon</a></li><li><a class="web-link" href="/blog/post/open-source-vercel-alternative">Appwrite vs. Vercel</a></li><li><a class="web-link" href="/blog/post/open-source-netlify-alternative">Appwrite vs. Netlify</a></li><li><a class="web-link" href="/blog/post/appwrite-vs-cloudinary">Appwrite vs. Cloudinary</a></li><li><a class="web-link" href="/blog/post/appwrite-vs-auth0">Appwrite vs. Auth0</a></li><li><a class="web-link" href="/blog/post/backend-as-a-service">Backend as a service (BaaS)</a></li><!--]--></ul> <!--[!--><!--]--></li> <li class="web-footer-nav-main-item web-is-only-mobile" data-state="closed" data-melt-accordion-item=""><h5 role="heading" aria-level="5" data-heading-level="5" data-melt-accordion-heading=""><button class="web-footer-nav-button web-is-only-mobile px-0!" aria-expanded="false" aria-disabled="false" data-value="Compare" data-state="closed" data-melt-accordion-trigger=""><span class="text-caption font-medium uppercase">Compare</span> <span class="web-icon-chevron-down web-u-transition" style="font-size: 1rem;"></span></button></h5> <!--[!--><!--]--></li><li class="web-footer-nav-main-item web-is-not-mobile web-footer-nav-main-item--with-bottom-logo"><h2 class="web-footer-nav-main-title web-is-not-mobile text-caption font-medium uppercase">About</h2> <ul class="web-footer-nav-secondary-list text-sub-body"><!--[--><li><a class="web-link" href="/company">Company</a></li><li><a class="web-link" href="/pricing">Pricing</a></li><li><a class="web-link" href="https://appwrite.careers" target="_blank" rel="noopener noreferrer">Careers</a></li><li><a class="web-link" href="https://appwrite.store" target="_blank" rel="noopener noreferrer">Store</a></li><li><a class="web-link" href="/contact-us">Contact us</a></li><li><a class="web-link" href="/assets">Assets</a></li><li><a class="web-link" href="/docs/advanced/security">Security</a></li><!--]--></ul> <!--[--><img class="web-logo web-is-not-mobile" src="/images/logos/appwrite.svg" alt="appwrite" height="24" width="130"/><!--]--></li> <li class="web-footer-nav-main-item web-is-only-mobile" data-state="closed" data-melt-accordion-item=""><h5 role="heading" aria-level="5" data-heading-level="5" data-melt-accordion-heading=""><button class="web-footer-nav-button web-is-only-mobile px-0!" aria-expanded="false" aria-disabled="false" data-value="About" data-state="closed" data-melt-accordion-trigger=""><span class="text-caption font-medium uppercase">About</span> <span class="web-icon-chevron-down web-u-transition" style="font-size: 1rem;"></span></button></h5> <!--[!--><!--]--></li><!--]--></ul></nav><!----> <!--[--><footer class="web-main-footer web-footer-legal-strip relative mt-12 flex w-full flex-col items-center gap-10 xl:flex-row xl:items-center xl:justify-between"><div class="flex w-full min-w-0 shrink-0 flex-wrap items-center justify-center gap-2 sm:gap-3 xl:w-auto xl:justify-start"><ul class="flex gap-2"><!--[--><li><a href="https://appwrite.io/discord" class="web-icon-button svelte-7vm9qq" aria-label="Discord" target="_blank" rel="noopener noreferrer"><span class="web-icon-discord svelte-7vm9qq" aria-hidden="true"></span></a></li><li><a href="https://github.com/appwrite" class="web-icon-button svelte-7vm9qq" aria-label="Github" target="_blank" rel="noopener noreferrer"><span class="web-icon-github svelte-7vm9qq" aria-hidden="true"></span></a></li><li><a href="https://twitter.com/intent/follow?screen_name=appwrite" class="web-icon-button svelte-7vm9qq" aria-label="Twitter" target="_blank" rel="noopener noreferrer"><span class="web-icon-x svelte-7vm9qq" aria-hidden="true"></span></a></li><li><a href="https://linkedin.com/company/appwrite" class="web-icon-button svelte-7vm9qq" aria-label="LinkedIn" target="_blank" rel="noopener noreferrer"><span class="web-icon-linkedin svelte-7vm9qq" aria-hidden="true"></span></a></li><li><a href="https://youtube.com/c/appwrite?sub_confirmation=1" class="web-icon-button svelte-7vm9qq" aria-label="YouTube" target="_blank" rel="noopener noreferrer"><span class="web-icon-youtube svelte-7vm9qq" aria-hidden="true"></span></a></li><li><a href="https://app.daily.dev/squads/appwrite" class="web-icon-button svelte-7vm9qq" aria-label="Daily.dev" target="_blank" rel="noopener noreferrer"><span class="web-icon-daily-dev svelte-7vm9qq" aria-hidden="true"></span></a></li><li><a href="https://bsky.app/profile/appwrite.io" class="web-icon-button svelte-7vm9qq" aria-label="Bluesky" target="_blank" rel="noopener noreferrer"><span class="web-icon-bluesky svelte-7vm9qq" aria-hidden="true"></span></a></li><li><a href="https://tiktok.com/@appwrite" class="web-icon-button svelte-7vm9qq" aria-label="Tiktok" target="_blank" rel="noopener noreferrer"><span class="web-icon-tiktok svelte-7vm9qq" aria-hidden="true"></span></a></li><li><a href="https://instagram.com/appwrite.io" class="web-icon-button svelte-7vm9qq" aria-label="Instagram" target="_blank" rel="noopener noreferrer"><span class="web-icon-instagram svelte-7vm9qq" aria-hidden="true"></span></a></li><!--]--></ul> <a class="web-footer-cloud-status web-icon-button is-more-content svelte-13e39v" href="https://status.appwrite.online" target="_blank" rel="noopener noreferrer" data-state="operational" aria-label="All systems normal. Opens the public status page in a new tab."><span class="web-footer-cloud-status__mark svelte-13e39v" aria-hidden="true"><!--[--><span class="web-icon-check web-footer-cloud-status__glyph svelte-13e39v"></span><!--]--></span> <span class="web-footer-cloud-status__label svelte-13e39v">All systems normal</span></a><!----></div> <div class="web-main-footer__meta text-sub-body mt-1 flex w-full max-w-full min-w-0 flex-1 flex-col items-center gap-y-2 text-center md:mt-0 md:flex-row md:flex-nowrap md:items-center md:justify-center md:gap-x-4 md:gap-y-0 md:overflow-x-auto md:[scrollbar-width:thin] xl:mt-0 xl:max-w-none xl:justify-end xl:text-end"><p class="text-secondary m-0 w-full shrink-0 md:w-auto md:whitespace-nowrap">Copyright © 2026 Appwrite</p> <ul class="flex w-full shrink-0 flex-nowrap items-center justify-center gap-x-4 md:w-auto"><li><a class="web-link" href="/terms">Terms</a></li> <li><a class="web-link" href="/privacy">Privacy</a></li> <li><a class="web-link" href="/cookies">Cookies</a></li></ul></div></footer><!--]--><!----></div></div><!--]--></main></div><!----><!--]--><!----> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="display: none;"><symbol id="apple" stroke="currentColor" viewBox="0 0 20 20"><path d="M12.878 1.082 C 12.059 1.294,11.285 1.781,10.806 2.387 C 10.237 3.105,9.947 3.889,9.974 4.639 L 9.983 4.917 10.300 4.913 C 11.006 4.904,11.600 4.634,12.181 4.058 C 12.991 3.253,13.400 2.338,13.400 1.329 L 13.400 1.000 13.292 1.002 C 13.232 1.003,13.046 1.039,12.878 1.082 M12.750 5.123 C 12.292 5.180,11.740 5.339,10.902 5.656 C 10.637 5.756,10.350 5.851,10.263 5.867 C 10.019 5.914,9.737 5.851,9.150 5.618 C 8.102 5.203,7.559 5.094,6.904 5.166 C 5.120 5.363,3.662 6.789,3.221 8.769 C 3.022 9.664,3.016 10.534,3.203 11.661 C 3.488 13.379,4.165 14.953,5.232 16.379 C 5.770 17.099,6.247 17.555,6.696 17.781 C 7.324 18.097,7.683 18.078,8.800 17.667 C 9.593 17.376,9.845 17.318,10.333 17.320 C 10.791 17.321,10.979 17.364,11.675 17.619 C 12.533 17.935,12.592 17.949,13.100 17.949 C 13.452 17.950,13.590 17.936,13.733 17.888 C 14.233 17.720,14.711 17.314,15.233 16.617 C 15.843 15.800,16.244 15.148,16.551 14.470 C 16.766 13.996,16.947 13.488,16.907 13.475 C 16.890 13.469,16.754 13.394,16.605 13.307 C 15.523 12.683,14.900 11.820,14.718 10.697 C 14.652 10.293,14.652 9.585,14.717 9.242 C 14.847 8.555,15.120 8.026,15.611 7.510 C 15.816 7.294,16.249 6.936,16.424 6.838 C 16.476 6.809,16.470 6.788,16.355 6.622 C 16.055 6.186,15.430 5.696,14.884 5.469 C 14.215 5.191,13.340 5.048,12.750 5.123 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="appwrite" stroke="currentColor" viewBox="0 0 18 17"><path d="M7.232 0.031 C 5.975 0.153,4.795 0.554,3.754 1.214 C 2.817 1.808,1.918 2.698,1.313 3.630 C 0.623 4.692,0.155 6.011,0.028 7.250 C -0.026 7.774,0.007 9.014,0.087 9.480 C 0.288 10.645,0.725 11.762,1.344 12.690 C 1.698 13.220,1.949 13.528,2.370 13.952 C 3.726 15.316,5.458 16.113,7.380 16.259 C 7.634 16.278,9.695 16.290,12.893 16.290 L 18.000 16.290 18.000 14.250 L 18.000 12.210 12.817 12.210 C 7.090 12.210,7.351 12.218,6.731 12.017 C 6.099 11.812,5.664 11.544,5.172 11.055 C 4.403 10.291,4.012 9.404,3.970 8.325 C 3.943 7.637,4.040 7.083,4.288 6.508 C 4.810 5.296,5.845 4.437,7.125 4.153 C 7.450 4.081,8.144 4.065,8.515 4.122 C 9.216 4.229,9.955 4.572,10.471 5.029 C 10.694 5.226,11.001 5.565,11.130 5.755 L 11.235 5.910 13.387 5.910 C 14.571 5.910,15.540 5.901,15.540 5.891 C 15.540 5.834,15.397 5.401,15.278 5.100 C 14.860 4.036,14.271 3.139,13.456 2.323 C 12.234 1.099,10.744 0.344,9.045 0.087 C 8.592 0.019,7.659 -0.010,7.232 0.031 M11.768 7.103 C 11.870 7.659,11.885 7.836,11.869 8.295 C 11.852 8.795,11.812 9.032,11.680 9.435 C 11.503 9.973,11.186 10.520,10.831 10.899 L 10.643 11.100 14.322 11.100 L 18.000 11.100 18.000 9.060 L 18.000 7.020 14.877 7.020 L 11.753 7.020 11.768 7.103 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="arena" stroke="currentColor" viewBox="0 0 24 24"><path d="M5.000 4.510 L 5.000 6.020 7.410 8.430 L 9.820 10.840 8.620 12.040 L 7.421 13.240 6.770 12.590 L 6.120 11.941 5.410 12.650 L 4.700 13.360 7.020 15.680 L 9.339 18.000 10.030 17.310 C 10.409 16.931,10.720 16.603,10.720 16.581 C 10.720 16.559,10.437 16.257,10.090 15.910 L 9.461 15.280 10.660 14.080 L 11.860 12.880 13.070 14.090 L 14.280 15.299 13.640 15.940 L 13.000 16.581 13.710 17.290 L 14.421 18.000 16.730 15.690 L 19.040 13.379 18.330 12.670 L 17.619 11.960 16.980 12.600 L 16.341 13.240 15.130 12.030 L 13.920 10.820 16.960 7.780 L 20.000 4.740 20.000 3.870 L 20.000 3.000 19.050 3.000 L 18.100 3.000 15.060 6.040 L 12.020 9.080 8.980 6.040 L 5.940 3.000 5.470 3.000 L 5.000 3.000 5.000 4.510 " stroke="none" fill-rule="evenodd"></path></symbol><symbol id="arrow-down" stroke="currentColor" viewBox="0 0 20 20"><path d="M9.750 4.963 C 9.591 5.036,9.520 5.110,9.451 5.275 C 9.406 5.383,9.400 5.856,9.400 9.224 L 9.400 13.050 7.625 11.276 C 6.397 10.049,5.812 9.487,5.726 9.451 C 5.563 9.384,5.414 9.388,5.250 9.463 C 5.091 9.536,5.020 9.610,4.951 9.775 C 4.884 9.937,4.888 10.087,4.964 10.250 C 5.042 10.416,9.637 15.013,9.777 15.065 C 9.829 15.084,9.929 15.100,10.000 15.100 C 10.071 15.100,10.171 15.084,10.223 15.065 C 10.363 15.013,14.958 10.416,15.036 10.250 C 15.115 10.082,15.115 9.920,15.037 9.750 C 14.964 9.591,14.890 9.520,14.725 9.451 C 14.569 9.386,14.431 9.386,14.274 9.451 C 14.188 9.487,13.603 10.049,12.375 11.276 L 10.600 13.050 10.599 9.217 C 10.599 5.568,10.596 5.377,10.537 5.250 C 10.464 5.091,10.390 5.020,10.225 4.951 C 10.064 4.884,9.914 4.888,9.750 4.963 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="arrow-ext-link" stroke="currentColor" viewBox="0 0 20 20"><path d="M9.814 6.600 L 6.578 6.617 6.460 6.706 C 6.133 6.956,6.164 7.490,6.517 7.690 L 6.650 7.766 9.175 7.766 C 10.564 7.766,11.700 7.778,11.700 7.791 C 11.700 7.805,10.486 9.031,9.002 10.516 C 7.492 12.027,6.288 13.258,6.268 13.311 C 6.213 13.459,6.227 13.690,6.300 13.833 C 6.436 14.100,6.816 14.213,7.093 14.069 C 7.162 14.033,8.403 12.817,9.900 11.319 L 12.583 8.633 12.600 11.208 L 12.617 13.783 12.694 13.892 C 12.934 14.229,13.477 14.205,13.685 13.849 L 13.764 13.715 13.768 10.360 C 13.772 6.725,13.781 6.918,13.594 6.743 C 13.485 6.641,13.289 6.565,13.159 6.575 C 13.099 6.579,11.594 6.590,9.814 6.600 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="arrow-left" stroke="currentColor" viewBox="0 0 20 20"><path d="M9.750 4.964 C 9.584 5.042,4.987 9.637,4.935 9.777 C 4.890 9.897,4.890 10.103,4.935 10.223 C 4.987 10.363,9.584 14.958,9.750 15.036 C 9.918 15.115,10.080 15.115,10.250 15.037 C 10.409 14.964,10.480 14.890,10.549 14.725 C 10.614 14.569,10.614 14.431,10.549 14.274 C 10.513 14.188,9.951 13.603,8.724 12.375 L 6.950 10.600 10.785 10.600 L 14.619 10.600 14.768 10.525 C 15.205 10.304,15.205 9.696,14.768 9.475 L 14.619 9.400 10.785 9.400 L 6.950 9.400 8.724 7.625 C 9.951 6.397,10.513 5.812,10.549 5.726 C 10.616 5.563,10.612 5.414,10.537 5.250 C 10.464 5.091,10.390 5.020,10.225 4.951 C 10.063 4.884,9.913 4.888,9.750 4.964 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="arrow-right" stroke="currentColor" viewBox="0 0 20 20"><path d="M9.750 4.963 C 9.591 5.036,9.520 5.110,9.451 5.275 C 9.386 5.431,9.386 5.569,9.451 5.726 C 9.487 5.812,10.049 6.397,11.276 7.625 L 13.050 9.400 9.215 9.400 L 5.381 9.400 5.232 9.475 C 4.795 9.696,4.795 10.304,5.232 10.525 L 5.381 10.600 9.215 10.600 L 13.050 10.600 11.276 12.375 C 10.049 13.603,9.487 14.188,9.451 14.274 C 9.386 14.431,9.386 14.569,9.451 14.725 C 9.520 14.890,9.591 14.964,9.750 15.037 C 9.920 15.115,10.082 15.115,10.250 15.036 C 10.416 14.958,15.013 10.363,15.065 10.223 C 15.110 10.103,15.110 9.897,15.065 9.777 C 15.013 9.637,10.416 5.042,10.250 4.964 C 10.082 4.885,9.920 4.885,9.750 4.963 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="arrow-up" stroke="currentColor" viewBox="0 0 20 20"><path d="M9.750 4.948 C 9.592 5.020,5.013 9.625,4.951 9.774 C 4.884 9.937,4.888 10.086,4.963 10.250 C 5.036 10.409,5.110 10.480,5.275 10.549 C 5.431 10.614,5.569 10.614,5.726 10.549 C 5.812 10.513,6.397 9.951,7.625 8.724 L 9.400 6.950 9.400 10.785 L 9.400 14.619 9.475 14.768 C 9.696 15.205,10.304 15.205,10.525 14.768 L 10.600 14.619 10.600 10.785 L 10.600 6.950 12.375 8.724 C 13.603 9.951,14.188 10.513,14.274 10.549 C 14.437 10.616,14.586 10.612,14.750 10.537 C 14.909 10.464,14.980 10.390,15.049 10.225 C 15.116 10.063,15.112 9.913,15.036 9.750 C 14.958 9.584,10.363 4.987,10.223 4.935 C 10.094 4.887,9.870 4.893,9.750 4.948 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="bluesky" stroke="currentColor" viewBox="0 0 40 40"><path d="M4.015 4.066 C 3.386 4.200,2.770 4.680,2.463 5.277 C 2.236 5.716,2.064 6.483,2.023 7.233 C 1.935 8.835,2.638 17.067,2.973 18.357 C 3.589 20.735,5.311 22.511,7.700 23.232 C 8.757 23.552,9.349 23.630,10.709 23.632 L 11.985 23.633 11.309 23.811 C 9.494 24.287,8.019 25.049,7.075 25.999 C 5.448 27.635,5.423 29.739,7.004 32.000 C 7.474 32.673,9.092 34.267,9.833 34.789 C 12.203 36.458,14.280 36.389,16.049 34.584 C 16.654 33.967,16.770 33.822,17.217 33.133 C 17.895 32.087,18.469 30.836,19.112 29.002 C 19.311 28.435,19.483 27.962,19.494 27.951 C 19.505 27.939,19.657 28.343,19.831 28.848 C 20.459 30.672,21.101 32.082,21.783 33.133 C 22.230 33.822,22.346 33.967,22.951 34.584 C 24.131 35.788,25.508 36.235,26.930 35.876 C 28.186 35.558,29.303 34.831,30.735 33.401 C 31.772 32.364,32.258 31.722,32.666 30.848 C 33.293 29.506,33.328 28.241,32.768 27.135 C 32.028 25.676,30.176 24.463,27.691 23.811 L 27.015 23.633 28.291 23.632 C 29.651 23.630,30.243 23.552,31.300 23.232 C 33.689 22.511,35.411 20.735,36.027 18.357 C 36.329 17.194,36.950 10.234,36.961 7.900 C 36.966 6.701,36.951 6.514,36.816 6.045 C 36.533 5.072,36.180 4.596,35.482 4.253 C 35.055 4.043,35.005 4.034,34.301 4.041 C 33.713 4.047,33.447 4.084,32.967 4.228 C 30.211 5.051,27.121 7.741,23.683 12.309 C 22.331 14.106,20.761 16.557,19.901 18.215 L 19.502 18.983 19.077 18.175 C 17.210 14.622,14.087 10.393,11.391 7.765 C 9.470 5.892,7.671 4.706,6.037 4.235 C 5.380 4.046,4.469 3.970,4.015 4.066 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="calendar" stroke="currentColor" viewBox="0 0 20 20"><path d="M6.750 3.463 C 6.499 3.578,6.400 3.770,6.400 4.144 L 6.400 4.390 5.958 4.411 C 5.715 4.422,5.432 4.454,5.329 4.482 C 4.445 4.723,3.733 5.438,3.475 6.347 C 3.421 6.535,3.417 6.848,3.417 10.500 C 3.417 14.152,3.421 14.465,3.475 14.653 C 3.735 15.568,4.432 16.265,5.347 16.525 C 5.535 16.579,5.873 16.583,9.983 16.583 C 13.689 16.583,14.447 16.576,14.600 16.536 C 15.552 16.292,16.292 15.552,16.536 14.600 C 16.606 14.327,16.606 6.673,16.536 6.400 C 16.299 5.474,15.574 4.728,14.671 4.482 C 14.568 4.454,14.285 4.422,14.042 4.411 L 13.600 4.390 13.600 4.135 C 13.600 3.938,13.583 3.848,13.525 3.732 C 13.304 3.295,12.696 3.295,12.475 3.732 C 12.416 3.848,12.400 3.937,12.400 4.140 L 12.400 4.400 10.000 4.400 L 7.600 4.400 7.599 4.142 C 7.598 3.755,7.495 3.564,7.225 3.451 C 7.064 3.384,6.914 3.388,6.750 3.463 M6.400 5.860 C 6.400 6.063,6.416 6.152,6.475 6.268 C 6.696 6.705,7.304 6.705,7.525 6.268 C 7.584 6.152,7.600 6.063,7.600 5.860 L 7.600 5.600 10.000 5.600 L 12.400 5.600 12.400 5.860 C 12.400 6.063,12.416 6.152,12.475 6.268 C 12.696 6.705,13.304 6.705,13.525 6.268 C 13.584 6.151,13.600 6.063,13.600 5.855 L 13.600 5.591 13.958 5.608 C 14.502 5.633,14.825 5.786,15.113 6.157 C 15.358 6.471,15.380 6.579,15.393 7.542 L 15.405 8.400 10.002 8.400 L 4.600 8.400 4.600 7.606 C 4.600 6.575,4.650 6.385,5.017 6.017 C 5.317 5.718,5.611 5.606,6.108 5.602 L 6.400 5.600 6.400 5.860 M15.393 11.958 L 15.383 14.317 15.308 14.504 C 15.163 14.861,14.861 15.163,14.504 15.308 L 14.317 15.383 10.000 15.383 L 5.683 15.383 5.496 15.308 C 5.393 15.266,5.241 15.179,5.157 15.113 C 4.955 14.956,4.785 14.733,4.692 14.504 L 4.617 14.317 4.607 11.958 L 4.598 9.600 10.000 9.600 L 15.402 9.600 15.393 11.958 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="check" stroke="currentColor" viewBox="0 0 20 20"><path d="M14.244 5.465 C 14.118 5.522,13.813 5.916,11.250 9.333 C 9.176 12.099,8.385 13.129,8.356 13.106 C 5.600 10.841,5.681 10.899,5.403 10.950 C 5.130 10.999,4.899 11.268,4.901 11.536 C 4.903 11.818,4.927 11.843,6.597 13.214 C 7.461 13.924,8.220 14.526,8.283 14.552 C 8.438 14.617,8.589 14.611,8.756 14.535 C 8.882 14.478,9.204 14.061,11.952 10.398 C 13.632 8.157,15.028 6.274,15.054 6.213 C 15.116 6.063,15.111 5.910,15.037 5.750 C 14.964 5.591,14.890 5.520,14.725 5.451 C 14.562 5.383,14.414 5.388,14.244 5.465 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="chevron-down" stroke="currentColor" viewBox="0 0 20 20"><path d="M5.250 7.563 C 5.091 7.636,5.020 7.710,4.951 7.875 C 4.884 8.037,4.888 8.187,4.964 8.350 C 5.053 8.539,9.602 13.078,9.774 13.149 C 9.931 13.214,10.069 13.214,10.226 13.149 C 10.398 13.078,14.947 8.539,15.036 8.350 C 15.115 8.182,15.115 8.020,15.037 7.850 C 14.964 7.691,14.890 7.620,14.725 7.551 C 14.569 7.486,14.431 7.486,14.274 7.551 C 14.188 7.587,13.520 8.232,12.075 9.676 L 10.000 11.750 7.925 9.676 C 6.480 8.232,5.812 7.587,5.726 7.551 C 5.563 7.484,5.414 7.488,5.250 7.563 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="chevron-left" stroke="currentColor" viewBox="0 0 20 20"><path d="M11.967 5.333 C 11.801 5.422,7.246 9.993,7.199 10.117 C 7.146 10.259,7.152 10.476,7.214 10.607 C 7.243 10.668,8.319 11.769,9.609 13.056 C 11.831 15.276,11.958 15.396,12.100 15.424 C 12.501 15.504,12.839 15.241,12.839 14.850 C 12.839 14.770,12.815 14.655,12.786 14.594 C 12.757 14.533,11.804 13.553,10.667 12.417 L 8.601 10.351 10.697 8.250 C 12.684 6.260,12.796 6.142,12.824 6.000 C 12.860 5.821,12.823 5.626,12.729 5.494 C 12.577 5.281,12.208 5.202,11.967 5.333 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="chevron-right" stroke="currentColor" viewBox="0 0 20 20"><path d="M7.461 5.334 C 7.231 5.456,7.119 5.716,7.176 6.000 C 7.204 6.142,7.316 6.260,9.303 8.250 L 11.399 10.351 9.333 12.417 C 8.196 13.553,7.243 14.533,7.214 14.594 C 7.185 14.655,7.161 14.770,7.161 14.850 C 7.161 15.241,7.499 15.504,7.900 15.424 C 8.042 15.396,8.169 15.276,10.391 13.056 C 11.681 11.769,12.757 10.668,12.786 10.607 C 12.848 10.476,12.854 10.259,12.801 10.117 C 12.752 9.987,8.194 5.418,8.026 5.331 C 7.867 5.248,7.621 5.250,7.461 5.334 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="chevron-up" stroke="currentColor" viewBox="0 0 20 20"><path d="M9.750 7.564 C 9.561 7.653,5.022 12.202,4.951 12.374 C 4.884 12.537,4.888 12.686,4.963 12.850 C 5.036 13.009,5.110 13.080,5.275 13.149 C 5.431 13.214,5.569 13.214,5.726 13.149 C 5.812 13.113,6.480 12.468,7.925 11.024 L 10.000 8.950 12.075 11.024 C 13.520 12.468,14.188 13.113,14.274 13.149 C 14.437 13.216,14.586 13.212,14.750 13.137 C 14.909 13.064,14.980 12.990,15.049 12.825 C 15.114 12.669,15.114 12.531,15.049 12.374 C 14.978 12.202,10.439 7.653,10.250 7.564 C 10.177 7.530,10.064 7.501,10.000 7.501 C 9.936 7.501,9.823 7.530,9.750 7.564 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="close" stroke="currentColor" viewBox="0 0 20 20"><path d="M5.250 4.963 C 5.091 5.036,5.020 5.110,4.951 5.275 C 4.886 5.431,4.886 5.569,4.951 5.726 C 4.987 5.812,5.632 6.480,7.076 7.925 L 9.150 10.000 7.076 12.075 C 5.632 13.520,4.987 14.188,4.951 14.274 C 4.886 14.431,4.886 14.569,4.951 14.725 C 5.020 14.890,5.091 14.964,5.250 15.037 C 5.414 15.112,5.563 15.116,5.726 15.049 C 5.812 15.013,6.480 14.368,7.925 12.924 L 10.000 10.850 12.075 12.924 C 13.520 14.368,14.188 15.013,14.274 15.049 C 14.437 15.116,14.586 15.112,14.750 15.037 C 14.909 14.964,14.980 14.890,15.049 14.725 C 15.114 14.569,15.114 14.431,15.049 14.274 C 15.013 14.188,14.368 13.520,12.924 12.075 L 10.850 10.000 12.924 7.925 C 14.368 6.480,15.013 5.812,15.049 5.726 C 15.116 5.563,15.112 5.414,15.037 5.250 C 14.964 5.091,14.890 5.020,14.725 4.951 C 14.569 4.886,14.431 4.886,14.274 4.951 C 14.188 4.987,13.520 5.632,12.075 7.076 L 10.000 9.150 7.925 7.076 C 6.480 5.632,5.812 4.987,5.726 4.951 C 5.563 4.884,5.414 4.888,5.250 4.963 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="command" stroke="currentColor" viewBox="0 0 20 20"><path d="M4.696 2.050 C 3.719 2.236,2.857 2.879,2.384 3.775 C 1.695 5.082,1.968 6.672,3.069 7.766 C 3.511 8.205,3.978 8.472,4.562 8.621 C 4.854 8.695,4.936 8.700,5.788 8.700 L 6.700 8.700 6.700 10.031 L 6.700 11.362 5.692 11.375 C 4.545 11.390,4.472 11.403,3.915 11.683 C 2.370 12.459,1.605 14.366,2.217 15.917 C 2.457 16.526,2.995 17.177,3.533 17.508 C 4.876 18.336,6.600 18.085,7.753 16.895 C 8.518 16.104,8.733 15.432,8.689 13.975 L 8.669 13.333 10.134 13.333 L 11.600 13.333 11.600 14.125 C 11.600 15.229,11.674 15.654,11.966 16.233 C 12.120 16.539,12.246 16.716,12.498 16.979 C 12.970 17.472,13.416 17.735,14.100 17.922 C 14.425 18.011,15.225 18.002,15.576 17.906 C 16.811 17.569,17.709 16.592,17.950 15.325 C 18.255 13.712,17.179 11.964,15.582 11.480 C 15.293 11.392,15.252 11.389,14.308 11.375 L 13.333 11.360 13.333 10.029 L 13.333 8.698 14.242 8.703 C 15.175 8.708,15.278 8.698,15.700 8.561 C 16.665 8.248,17.511 7.349,17.844 6.283 C 18.211 5.106,17.899 3.837,17.026 2.956 C 16.625 2.551,16.094 2.242,15.550 2.096 C 15.169 1.994,14.466 1.991,14.067 2.091 C 13.406 2.256,12.781 2.620,12.300 3.121 C 11.974 3.461,11.814 3.690,11.631 4.080 C 11.399 4.574,11.363 4.794,11.343 5.825 L 11.325 6.733 9.998 6.733 L 8.672 6.733 8.659 5.742 C 8.647 4.759,8.646 4.747,8.553 4.467 C 8.365 3.899,8.083 3.453,7.654 3.041 C 7.275 2.677,6.888 2.426,6.383 2.217 C 5.949 2.038,5.167 1.960,4.696 2.050 M5.504 3.734 C 6.134 3.851,6.586 4.376,6.666 5.083 C 6.684 5.248,6.700 5.687,6.700 6.058 L 6.700 6.733 5.840 6.733 C 4.911 6.733,4.751 6.712,4.406 6.546 C 4.153 6.423,3.886 6.149,3.762 5.884 C 3.682 5.713,3.655 5.602,3.642 5.390 C 3.602 4.739,3.929 4.170,4.508 3.885 C 4.862 3.710,5.147 3.667,5.504 3.734 M15.164 3.751 C 15.694 3.876,16.124 4.255,16.310 4.761 C 16.403 5.014,16.409 5.508,16.323 5.755 C 16.188 6.142,15.873 6.455,15.445 6.624 C 15.218 6.714,15.210 6.715,14.271 6.727 L 13.326 6.738 13.341 5.844 C 13.355 5.062,13.365 4.924,13.425 4.742 C 13.675 3.976,14.389 3.569,15.164 3.751 M11.333 10.033 L 11.333 11.367 10.000 11.367 L 8.667 11.367 8.667 10.052 L 8.667 8.737 8.875 8.725 C 8.990 8.718,9.590 8.710,10.208 8.706 L 11.333 8.700 11.333 10.033 M6.700 14.008 C 6.700 14.380,6.685 14.818,6.666 14.983 C 6.543 16.098,5.496 16.677,4.502 16.180 C 3.464 15.661,3.328 14.203,4.262 13.603 C 4.624 13.371,4.799 13.341,5.842 13.337 L 6.700 13.333 6.700 14.008 M15.408 13.425 C 15.984 13.639,16.336 14.080,16.390 14.654 C 16.481 15.627,15.564 16.492,14.601 16.342 C 14.033 16.255,13.631 15.907,13.430 15.330 C 13.362 15.135,13.354 15.038,13.341 14.222 L 13.326 13.328 14.271 13.341 C 15.135 13.353,15.233 13.360,15.408 13.425 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="copy" stroke="currentColor" viewBox="0 0 20 20"><path d="M8.575 4.034 C 8.181 4.067,7.963 4.119,7.732 4.235 C 7.539 4.331,7.310 4.552,7.218 4.731 C 7.126 4.908,7.038 5.313,7.013 5.666 L 6.990 6.000 7.590 6.000 L 8.189 6.000 8.226 5.662 C 8.246 5.476,8.276 5.311,8.292 5.295 C 8.361 5.225,9.161 5.202,11.500 5.202 C 14.048 5.202,14.618 5.223,14.689 5.320 C 14.770 5.429,14.783 5.881,14.783 8.500 C 14.783 11.120,14.770 11.570,14.689 11.681 C 14.662 11.719,14.556 11.745,14.333 11.770 C 14.159 11.790,14.014 11.808,14.012 11.811 C 14.009 11.814,14.002 12.079,13.995 12.400 L 13.984 12.983 14.284 12.973 C 15.086 12.945,15.566 12.703,15.782 12.217 C 15.978 11.776,15.999 11.422,15.999 8.517 C 15.998 6.149,15.977 5.440,15.896 5.110 C 15.750 4.517,15.410 4.204,14.774 4.076 C 14.556 4.032,14.091 4.023,11.700 4.015 C 10.151 4.011,8.745 4.019,8.575 4.034 M5.168 7.036 C 4.923 7.084,4.662 7.234,4.448 7.448 C 4.224 7.671,4.085 7.922,4.034 8.196 C 3.988 8.441,3.988 14.559,4.034 14.804 C 4.085 15.078,4.224 15.329,4.448 15.552 C 4.671 15.776,4.922 15.915,5.196 15.966 C 5.441 16.012,11.559 16.012,11.804 15.966 C 12.078 15.915,12.329 15.776,12.552 15.552 C 12.776 15.329,12.915 15.078,12.966 14.804 C 13.012 14.559,13.012 8.441,12.966 8.196 C 12.915 7.922,12.776 7.671,12.552 7.448 C 12.329 7.224,12.078 7.085,11.804 7.034 C 11.581 6.992,5.383 6.994,5.168 7.036 M11.703 8.297 L 11.800 8.395 11.800 11.500 L 11.800 14.605 11.703 14.703 L 11.605 14.800 8.500 14.800 L 5.395 14.800 5.297 14.703 L 5.200 14.605 5.200 11.500 L 5.200 8.395 5.297 8.297 L 5.395 8.200 8.500 8.200 L 11.605 8.200 11.703 8.297 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="customize" stroke="currentColor" viewBox="0 0 20 20"><path d="M13.750 2.914 C 13.517 2.971,13.319 3.079,13.067 3.285 C 12.947 3.383,11.791 4.525,10.497 5.823 C 7.967 8.360,8.038 8.279,7.918 8.749 C 7.847 9.023,7.846 10.546,7.916 10.876 C 8.045 11.485,8.515 11.955,9.124 12.084 C 9.454 12.154,10.977 12.153,11.251 12.082 C 11.724 11.961,11.628 12.046,14.286 9.387 C 15.793 7.880,16.802 6.845,16.874 6.733 C 17.208 6.214,17.216 5.562,16.893 5.058 C 16.714 4.778,15.221 3.285,14.940 3.106 C 14.603 2.890,14.144 2.816,13.750 2.914 M14.321 4.138 C 14.468 4.249,15.656 5.429,15.803 5.611 C 15.994 5.848,15.984 5.940,15.737 6.224 C 15.628 6.348,15.400 6.589,15.228 6.758 L 14.916 7.066 13.924 6.074 L 12.933 5.083 13.342 4.681 C 13.903 4.128,13.980 4.067,14.113 4.067 C 14.175 4.067,14.267 4.099,14.321 4.138 M4.733 4.438 C 4.093 4.525,3.540 5.078,3.435 5.733 C 3.388 6.028,3.387 14.966,3.434 15.267 C 3.536 15.920,4.077 16.460,4.733 16.565 C 5.028 16.612,13.966 16.613,14.267 16.566 C 14.920 16.464,15.460 15.923,15.565 15.267 C 15.586 15.138,15.600 14.352,15.600 13.324 C 15.600 11.492,15.598 11.463,15.440 11.289 C 15.174 10.995,14.666 11.062,14.472 11.417 C 14.423 11.505,14.415 11.730,14.400 13.341 L 14.383 15.165 14.274 15.274 L 14.165 15.383 9.500 15.383 L 4.835 15.383 4.726 15.274 L 4.617 15.165 4.617 10.500 L 4.617 5.835 4.726 5.726 L 4.835 5.617 6.742 5.600 C 8.591 5.584,8.654 5.581,8.767 5.515 C 9.173 5.276,9.156 4.699,8.736 4.477 L 8.590 4.400 6.770 4.404 C 5.769 4.406,4.852 4.422,4.733 4.438 M12.593 9.390 C 11.782 10.201,11.079 10.881,11.031 10.901 C 10.894 10.958,9.338 10.931,9.247 10.870 C 9.092 10.767,9.085 10.725,9.072 9.890 C 9.066 9.453,9.070 9.056,9.082 9.006 C 9.097 8.948,9.622 8.398,10.593 7.425 L 12.083 5.933 13.075 6.925 L 14.067 7.916 12.593 9.390 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="daily-dev" stroke="currentColor" viewBox="0 0 40 40"><path d="M12.467 11.058 C 12.375 11.089,12.180 11.176,12.033 11.252 C 11.646 11.454,4.391 18.744,4.191 19.133 C 3.977 19.550,3.974 20.303,4.186 20.735 C 4.293 20.953,5.393 22.094,8.150 24.846 C 11.945 28.635,11.969 28.657,12.359 28.769 C 12.842 28.908,13.335 28.876,13.737 28.680 C 13.954 28.575,16.126 26.443,21.866 20.702 L 29.699 12.868 28.966 12.129 C 28.531 11.691,28.101 11.322,27.908 11.223 C 27.463 10.994,26.981 10.953,26.491 11.101 C 26.102 11.219,26.069 11.251,18.211 19.093 L 10.322 26.967 11.189 25.233 L 12.056 23.500 10.278 21.716 L 8.501 19.933 10.717 17.717 L 12.933 15.501 14.700 17.267 L 16.467 19.033 17.783 17.716 L 19.099 16.400 16.566 13.866 C 14.733 12.032,13.950 11.293,13.733 11.191 C 13.410 11.039,12.740 10.968,12.467 11.058 M28.844 14.711 L 27.989 16.422 29.761 18.195 L 31.533 19.967 28.532 22.967 C 26.392 25.105,25.489 26.053,25.385 26.266 C 25.191 26.665,25.188 27.313,25.379 27.739 C 25.681 28.413,26.326 28.829,27.067 28.829 C 27.884 28.829,27.776 28.919,31.907 24.780 C 36.005 20.674,35.947 20.743,35.953 19.967 C 35.959 19.197,35.961 19.199,32.715 15.950 C 31.094 14.327,29.752 13.000,29.733 13.000 C 29.714 13.000,29.314 13.770,28.844 14.711 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="dark" stroke="currentColor" viewBox="0 0 20 20"><path d="M9.735 4.038 C 9.369 4.076,8.763 4.213,8.403 4.339 C 6.546 4.986,5.062 6.602,4.582 8.498 C 3.950 10.998,4.949 13.583,7.100 15.014 C 8.824 16.161,11.096 16.310,12.983 15.400 C 14.092 14.866,14.992 14.028,15.599 12.968 C 15.806 12.607,15.837 12.410,15.713 12.244 C 15.557 12.034,15.510 12.020,14.907 11.994 C 14.071 11.959,13.442 11.806,12.789 11.480 C 11.388 10.780,10.437 9.544,10.093 7.975 C 9.995 7.528,9.988 6.604,10.079 6.117 C 10.161 5.676,10.335 5.159,10.537 4.758 C 10.626 4.578,10.700 4.394,10.700 4.348 C 10.700 4.223,10.608 4.068,10.513 4.032 C 10.415 3.995,10.131 3.997,9.735 4.038 M8.934 5.736 C 8.768 6.516,8.768 7.461,8.935 8.267 C 9.261 9.851,10.220 11.257,11.602 12.182 C 12.181 12.569,13.023 12.921,13.683 13.053 C 13.848 13.086,13.989 13.117,13.995 13.121 C 14.028 13.144,13.829 13.364,13.577 13.584 C 12.913 14.165,12.180 14.525,11.267 14.721 C 10.825 14.815,9.896 14.808,9.437 14.705 C 8.475 14.491,7.689 14.069,7.026 13.411 C 6.683 13.071,6.543 12.896,6.290 12.492 C 5.607 11.403,5.411 9.934,5.780 8.666 C 6.016 7.854,6.406 7.204,7.026 6.589 C 7.521 6.097,8.092 5.732,8.730 5.499 C 8.869 5.448,8.987 5.410,8.992 5.414 C 8.996 5.419,8.970 5.564,8.934 5.736 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="discord" stroke="currentColor" viewBox="0 0 20 20"><path d="M7.400 3.308 C 6.266 3.532,5.249 3.846,4.302 4.265 C 4.129 4.341,3.969 4.429,3.945 4.460 C 3.922 4.491,3.746 4.779,3.554 5.100 C 2.342 7.130,1.656 9.154,1.414 11.417 C 1.351 12.012,1.331 13.427,1.378 14.076 L 1.407 14.468 1.820 14.759 C 2.916 15.531,4.141 16.155,5.456 16.612 L 5.795 16.729 5.959 16.490 C 6.168 16.186,6.493 15.645,6.628 15.378 L 6.732 15.172 6.474 15.066 C 6.213 14.958,5.414 14.558,5.315 14.486 C 5.267 14.451,5.284 14.428,5.443 14.305 L 5.625 14.165 5.890 14.281 C 8.512 15.434,11.378 15.453,13.986 14.334 L 14.376 14.166 14.558 14.306 C 14.716 14.428,14.733 14.451,14.685 14.486 C 14.586 14.559,13.787 14.958,13.525 15.066 C 13.383 15.125,13.267 15.179,13.267 15.188 C 13.267 15.211,13.714 16.002,13.820 16.167 C 13.873 16.249,13.981 16.410,14.059 16.524 L 14.201 16.731 14.542 16.612 C 15.914 16.136,17.054 15.552,18.225 14.726 C 18.494 14.536,18.600 14.442,18.600 14.393 C 18.600 14.356,18.617 13.996,18.637 13.593 C 18.729 11.740,18.454 9.828,17.841 8.067 C 17.443 6.923,16.852 5.717,16.148 4.611 L 16.017 4.405 15.550 4.205 C 14.707 3.844,13.797 3.558,12.871 3.365 L 12.426 3.273 12.195 3.754 L 11.964 4.236 11.857 4.218 C 11.452 4.150,11.098 4.126,10.233 4.111 C 9.313 4.095,8.658 4.128,8.117 4.218 C 8.018 4.235,8.015 4.230,7.858 3.876 C 7.771 3.678,7.666 3.463,7.625 3.398 C 7.551 3.280,7.548 3.279,7.400 3.308 M7.747 9.045 C 8.160 9.249,8.491 9.672,8.617 10.157 C 8.681 10.403,8.681 10.898,8.616 11.151 C 8.486 11.661,8.164 12.082,7.745 12.289 C 7.527 12.397,7.456 12.415,7.205 12.427 C 6.729 12.449,6.390 12.301,6.039 11.917 C 5.189 10.987,5.557 9.341,6.700 8.960 C 6.840 8.914,6.956 8.902,7.193 8.912 C 7.468 8.923,7.529 8.938,7.747 9.045 M13.292 8.962 C 13.845 9.134,14.255 9.624,14.386 10.268 C 14.573 11.192,14.086 12.130,13.294 12.371 C 12.948 12.476,12.585 12.451,12.278 12.301 C 11.855 12.093,11.511 11.652,11.384 11.151 C 11.325 10.919,11.318 10.478,11.370 10.227 C 11.494 9.628,12.003 9.059,12.525 8.936 C 12.742 8.885,13.082 8.896,13.292 8.962 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="divider-vertical" stroke="currentColor" viewBox="0 0 20 20"><path d="M9.750 3.463 C 9.591 3.536,9.520 3.610,9.451 3.775 C 9.406 3.884,9.400 4.585,9.400 10.009 L 9.400 16.119 9.475 16.268 C 9.696 16.705,10.304 16.705,10.525 16.268 L 10.600 16.119 10.599 10.001 C 10.599 4.136,10.596 3.878,10.537 3.750 C 10.464 3.591,10.390 3.520,10.225 3.451 C 10.064 3.384,9.914 3.388,9.750 3.463 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="download" stroke="currentColor" viewBox="0 0 20 20"><path d="M9.517 4.212 C 9.391 4.270,9.249 4.421,9.202 4.544 C 9.178 4.607,9.167 5.552,9.167 7.477 L 9.167 10.316 7.875 9.026 C 7.165 8.317,6.541 7.721,6.489 7.702 C 5.977 7.510,5.482 8.048,5.731 8.526 C 5.828 8.712,9.387 12.252,9.541 12.316 C 9.714 12.387,9.868 12.379,10.020 12.292 C 10.091 12.250,10.970 11.392,11.972 10.383 C 13.557 8.789,13.799 8.532,13.831 8.413 C 13.948 7.967,13.583 7.596,13.110 7.682 C 12.999 7.702,12.827 7.861,11.676 9.009 L 10.368 10.314 10.359 7.449 C 10.349 4.249,10.366 4.471,10.113 4.279 C 9.970 4.169,9.679 4.137,9.517 4.212 M4.483 14.714 C 4.359 14.769,4.216 14.920,4.169 15.044 C 4.075 15.291,4.183 15.610,4.410 15.761 L 4.545 15.850 9.714 15.850 C 14.823 15.850,14.885 15.849,14.996 15.783 C 15.059 15.747,15.155 15.661,15.210 15.592 C 15.295 15.487,15.311 15.439,15.312 15.276 C 15.314 15.045,15.249 14.907,15.078 14.777 L 14.955 14.683 9.769 14.676 C 5.487 14.670,4.566 14.677,4.483 14.714 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="edge" stroke="currentColor" viewBox="0 0 21 20"><path d="M3.233 2.465 C 3.093 2.527,2.942 2.724,2.917 2.882 C 2.864 3.205,2.798 3.125,4.745 5.075 C 5.735 6.067,6.545 6.888,6.545 6.899 C 6.545 6.910,6.456 7.052,6.347 7.213 C 5.989 7.746,5.709 8.426,5.576 9.091 C 5.484 9.547,5.493 10.505,5.593 10.961 C 5.817 11.991,6.256 12.801,6.983 13.528 C 7.726 14.272,8.706 14.769,9.748 14.930 C 10.245 15.006,11.107 14.982,11.550 14.880 C 12.187 14.732,12.812 14.461,13.315 14.116 L 13.592 13.925 15.380 15.709 C 16.363 16.690,17.204 17.511,17.249 17.534 C 17.294 17.557,17.398 17.576,17.480 17.576 C 17.887 17.576,18.153 17.252,18.079 16.846 C 18.058 16.728,17.850 16.507,16.255 14.910 C 15.265 13.918,14.455 13.096,14.455 13.083 C 14.455 13.070,14.551 12.917,14.667 12.742 C 15.023 12.211,15.283 11.564,15.423 10.866 C 15.515 10.405,15.507 9.482,15.407 9.024 C 15.184 8.000,14.743 7.180,14.037 6.474 C 13.330 5.767,12.455 5.296,11.463 5.089 C 11.016 4.996,9.984 4.996,9.538 5.089 C 8.884 5.226,8.252 5.491,7.699 5.861 L 7.405 6.058 5.619 4.275 C 4.636 3.294,3.798 2.475,3.756 2.454 C 3.652 2.401,3.366 2.407,3.233 2.465 M10.982 6.231 C 11.798 6.333,12.514 6.681,13.131 7.273 C 13.710 7.829,14.079 8.505,14.225 9.275 C 14.302 9.677,14.296 10.365,14.214 10.763 C 13.933 12.115,12.893 13.248,11.581 13.628 C 10.701 13.883,9.800 13.826,8.963 13.463 C 8.213 13.138,7.483 12.444,7.114 11.708 C 6.840 11.160,6.720 10.638,6.720 9.992 C 6.720 9.159,6.926 8.493,7.392 7.816 C 7.594 7.523,8.085 7.039,8.375 6.848 C 9.162 6.329,10.062 6.116,10.982 6.231 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="ext-link" stroke="currentColor" viewBox="0 0 20 20"><path d="M9.814 6.600 L 6.578 6.617 6.460 6.706 C 6.133 6.956,6.164 7.490,6.517 7.690 L 6.650 7.766 9.175 7.766 C 10.564 7.766,11.700 7.778,11.700 7.791 C 11.700 7.805,10.486 9.031,9.002 10.516 C 7.492 12.027,6.288 13.258,6.268 13.311 C 6.213 13.459,6.227 13.690,6.300 13.833 C 6.436 14.100,6.816 14.213,7.093 14.069 C 7.162 14.033,8.403 12.817,9.900 11.319 L 12.583 8.633 12.600 11.208 L 12.617 13.783 12.694 13.892 C 12.934 14.229,13.477 14.205,13.685 13.849 L 13.764 13.715 13.768 10.360 C 13.772 6.725,13.781 6.918,13.594 6.743 C 13.485 6.641,13.289 6.565,13.159 6.575 C 13.099 6.579,11.594 6.590,9.814 6.600 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="external-icon" stroke="currentColor" viewBox="0 0 24 24"><path d="M11.424 2.548 C 10.931 2.725,10.704 3.251,10.929 3.692 C 11.011 3.852,11.147 3.987,11.316 4.078 C 11.447 4.148,11.486 4.150,13.048 4.160 L 14.647 4.169 11.160 7.660 C 8.708 10.114,7.650 11.195,7.596 11.300 C 7.442 11.601,7.508 11.999,7.755 12.245 C 8.001 12.492,8.399 12.558,8.700 12.404 C 8.805 12.350,9.886 11.292,12.340 8.840 L 15.831 5.353 15.840 6.952 C 15.850 8.514,15.852 8.553,15.922 8.684 C 16.086 8.990,16.339 9.148,16.667 9.148 C 16.995 9.148,17.248 8.990,17.412 8.684 C 17.483 8.550,17.483 8.549,17.483 5.833 C 17.483 3.117,17.483 3.117,17.412 2.983 C 17.321 2.813,17.187 2.679,17.017 2.588 C 16.884 2.517,16.875 2.517,14.217 2.509 C 12.037 2.503,11.527 2.510,11.424 2.548 M4.575 4.203 C 4.075 4.288,3.642 4.520,3.248 4.914 C 2.842 5.320,2.621 5.740,2.535 6.270 C 2.487 6.564,2.487 15.103,2.535 15.397 C 2.682 16.301,3.334 17.062,4.226 17.371 L 4.550 17.483 9.167 17.483 L 13.783 17.483 14.108 17.371 C 14.509 17.232,14.852 17.011,15.138 16.707 C 15.416 16.413,15.569 16.159,15.707 15.765 L 15.817 15.450 15.817 13.450 C 15.817 11.467,15.816 11.449,15.745 11.316 C 15.581 11.010,15.328 10.852,15.000 10.852 C 14.672 10.852,14.419 11.010,14.255 11.316 C 14.185 11.447,14.183 11.486,14.167 13.350 C 14.150 15.217,14.149 15.252,14.078 15.383 C 13.984 15.558,13.852 15.680,13.667 15.764 C 13.518 15.831,13.472 15.832,9.167 15.832 C 4.862 15.832,4.815 15.831,4.667 15.764 C 4.465 15.673,4.341 15.550,4.246 15.350 L 4.167 15.183 4.168 10.833 C 4.168 6.529,4.169 6.482,4.236 6.333 C 4.320 6.148,4.442 6.016,4.617 5.922 C 4.748 5.851,4.783 5.850,6.650 5.833 C 8.514 5.817,8.553 5.815,8.684 5.745 C 8.990 5.581,9.148 5.328,9.148 5.000 C 9.148 4.672,8.990 4.419,8.684 4.255 C 8.552 4.184,8.526 4.183,6.650 4.178 C 5.605 4.176,4.671 4.187,4.575 4.203 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="firebase" stroke="currentColor" viewBox="0 0 24 24"><path d="M7.057 1.039 C 6.917 1.095,6.771 1.304,6.744 1.487 C 6.730 1.582,6.243 4.729,5.662 8.480 C 5.082 12.231,4.611 15.304,4.616 15.309 C 4.621 15.314,5.836 13.141,7.316 10.480 L 10.007 5.642 8.827 3.411 C 7.572 1.036,7.546 0.997,7.264 1.003 C 7.196 1.004,7.103 1.020,7.057 1.039 M11.858 4.123 C 11.791 4.142,11.699 4.199,11.654 4.249 C 11.596 4.314,4.496 17.042,4.329 17.380 C 4.292 17.454,5.075 16.671,9.573 12.128 C 12.041 9.635,14.065 7.574,14.071 7.547 C 14.084 7.490,12.471 4.382,12.369 4.267 C 12.303 4.192,12.076 4.076,12.011 4.084 C 11.994 4.086,11.925 4.103,11.858 4.123 M17.223 5.542 C 17.114 5.579,15.666 6.998,11.330 11.313 C 3.959 18.648,4.015 18.592,4.061 18.632 C 4.083 18.651,5.730 19.613,7.722 20.770 C 10.202 22.210,11.418 22.895,11.580 22.942 C 11.853 23.021,12.258 23.004,12.500 22.903 C 12.646 22.841,19.793 18.733,19.931 18.631 C 19.995 18.584,19.926 18.142,18.939 12.240 C 18.355 8.753,17.858 5.850,17.834 5.789 C 17.745 5.566,17.472 5.456,17.223 5.542 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="github" stroke="currentColor" viewBox="0 0 20 20"><path d="M8.967 1.114 C 7.562 1.293,6.284 1.767,5.136 2.538 C 3.396 3.705,2.179 5.312,1.516 7.317 C 0.899 9.185,0.901 11.297,1.523 13.167 C 2.207 15.225,3.592 16.987,5.399 18.096 C 5.850 18.373,6.598 18.734,6.992 18.866 C 7.266 18.957,7.316 18.965,7.437 18.932 C 7.608 18.886,7.717 18.780,7.763 18.615 C 7.786 18.531,7.791 18.197,7.777 17.644 C 7.765 17.180,7.753 16.800,7.750 16.800 C 7.747 16.800,7.595 16.822,7.414 16.850 C 6.598 16.973,5.942 16.862,5.434 16.517 C 5.114 16.300,4.906 16.039,4.729 15.637 C 4.463 15.028,4.151 14.604,3.814 14.392 C 3.739 14.345,3.622 14.254,3.553 14.189 C 3.169 13.826,3.791 13.666,4.393 13.972 C 4.666 14.110,4.978 14.412,5.183 14.733 C 5.410 15.092,5.552 15.256,5.773 15.419 C 6.127 15.679,6.564 15.791,7.009 15.734 C 7.257 15.703,7.799 15.545,7.801 15.504 C 7.801 15.493,7.822 15.385,7.848 15.264 C 7.906 14.989,8.053 14.665,8.214 14.455 C 8.282 14.366,8.333 14.290,8.327 14.285 C 8.321 14.281,8.182 14.258,8.017 14.235 C 7.852 14.211,7.550 14.151,7.346 14.099 C 5.633 13.671,4.698 12.668,4.380 10.917 C 4.333 10.660,4.320 10.415,4.320 9.850 C 4.320 9.158,4.325 9.098,4.410 8.783 C 4.520 8.373,4.806 7.788,5.034 7.506 L 5.204 7.295 5.134 7.023 C 5.040 6.655,5.013 6.177,5.066 5.793 C 5.111 5.459,5.246 4.948,5.310 4.872 C 5.369 4.800,5.811 4.849,6.182 4.968 C 6.536 5.081,7.053 5.338,7.469 5.606 L 7.755 5.791 8.103 5.713 C 8.826 5.549,9.136 5.517,10.000 5.517 C 10.864 5.517,11.174 5.549,11.896 5.712 L 12.242 5.790 12.563 5.588 C 13.305 5.121,13.940 4.870,14.411 4.857 C 14.676 4.850,14.682 4.852,14.726 4.942 C 14.751 4.993,14.809 5.180,14.857 5.359 C 14.931 5.637,14.943 5.757,14.946 6.200 C 14.949 6.639,14.938 6.760,14.873 7.006 L 14.797 7.296 14.965 7.505 C 15.196 7.791,15.483 8.377,15.591 8.783 C 15.675 9.096,15.680 9.161,15.680 9.850 C 15.681 10.637,15.641 10.963,15.478 11.533 C 15.362 11.939,15.075 12.503,14.824 12.819 C 14.230 13.564,13.222 14.059,11.942 14.234 L 11.636 14.276 11.754 14.413 C 11.819 14.488,11.924 14.658,11.987 14.790 C 12.205 15.240,12.212 15.309,12.221 17.057 C 12.231 18.776,12.231 18.780,12.426 18.878 C 12.615 18.973,12.691 18.971,13.025 18.860 C 13.408 18.734,14.259 18.317,14.683 18.049 C 15.618 17.458,16.440 16.692,17.120 15.781 C 18.778 13.557,19.349 10.667,18.666 7.950 C 18.349 6.690,17.812 5.577,17.011 4.526 C 16.691 4.106,15.927 3.330,15.500 2.992 C 14.263 2.012,12.844 1.389,11.300 1.148 C 10.825 1.074,9.444 1.054,8.967 1.114 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="google" stroke="currentColor" viewBox="0 0 24 24"><path d="M10.768 3.140 C 9.225 3.375,7.673 4.067,6.340 5.113 C 5.895 5.462,5.081 6.302,4.736 6.768 C 3.806 8.025,3.140 9.862,3.040 11.446 C 2.898 13.690,3.637 15.922,5.102 17.680 C 6.081 18.854,7.358 19.759,8.880 20.359 C 9.932 20.773,10.973 20.963,12.188 20.963 C 13.808 20.963,15.086 20.684,16.420 20.040 C 17.221 19.653,17.771 19.264,18.454 18.601 C 19.788 17.308,20.642 15.483,20.927 13.320 C 20.989 12.847,20.988 11.409,20.925 10.982 C 20.849 10.461,20.917 10.494,19.852 10.465 C 19.351 10.452,17.415 10.429,15.550 10.415 L 12.160 10.389 12.160 12.109 L 12.160 13.828 14.597 13.864 C 15.937 13.884,17.047 13.914,17.065 13.931 C 17.154 14.021,16.748 14.953,16.402 15.453 C 16.163 15.799,15.638 16.320,15.300 16.548 C 14.760 16.911,14.086 17.180,13.398 17.307 C 13.118 17.359,12.807 17.377,12.200 17.378 C 11.468 17.378,11.341 17.368,11.020 17.285 C 9.973 17.013,9.139 16.544,8.421 15.823 C 7.696 15.095,7.203 14.274,6.951 13.376 C 6.870 13.087,6.863 12.970,6.861 12.000 C 6.860 11.001,6.865 10.922,6.954 10.622 C 7.331 9.353,8.145 8.235,9.217 7.514 C 10.111 6.913,10.779 6.699,11.900 6.654 C 13.284 6.599,14.083 6.819,15.238 7.574 L 15.697 7.873 15.838 7.759 C 15.916 7.696,16.510 7.125,17.158 6.490 L 18.337 5.336 17.938 5.034 C 16.744 4.131,15.406 3.509,14.032 3.217 C 13.577 3.120,13.451 3.111,12.340 3.098 C 11.445 3.087,11.045 3.098,10.768 3.140 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="hamburger-menu" stroke="currentColor" viewBox="0 0 20 20"><path d="M2.732 4.975 C 2.295 5.196,2.295 5.804,2.732 6.025 L 2.881 6.100 10.000 6.100 L 17.119 6.100 17.268 6.025 C 17.705 5.804,17.705 5.196,17.268 4.975 L 17.119 4.900 10.000 4.900 L 2.881 4.900 2.732 4.975 M2.732 13.975 C 2.295 14.196,2.295 14.804,2.732 15.025 L 2.881 15.100 10.000 15.100 L 17.119 15.100 17.268 15.025 C 17.705 14.804,17.705 14.196,17.268 13.975 L 17.119 13.900 10.000 13.900 L 2.881 13.900 2.732 13.975 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="instagram" stroke="currentColor" viewBox="0 0 30 30"><path d="M10.375 0.031 C 9.250 0.064,7.859 0.154,7.350 0.229 C 5.392 0.514,3.783 1.277,2.553 2.502 C 1.586 3.465,1.038 4.367,0.597 5.719 C 0.088 7.282,0.000 8.647,0.000 15.000 C 0.000 21.460,0.086 22.729,0.633 24.391 C 1.424 26.792,3.137 28.515,5.556 29.343 C 7.226 29.914,8.467 30.000,15.018 30.000 C 21.544 29.999,22.704 29.918,24.425 29.345 C 26.565 28.633,28.221 27.121,29.091 25.086 C 29.908 23.175,30.035 21.556,29.984 13.750 C 29.953 8.945,29.910 7.999,29.668 6.800 C 29.482 5.878,29.077 4.749,28.694 4.086 C 27.595 2.185,25.765 0.894,23.444 0.383 C 22.093 0.085,21.209 0.045,15.675 0.029 C 13.063 0.022,10.678 0.023,10.375 0.031 M21.147 2.797 C 22.819 2.913,23.916 3.209,24.775 3.776 C 25.544 4.284,26.291 5.189,26.632 6.026 C 27.069 7.096,27.176 7.907,27.255 10.713 C 27.321 13.071,27.286 19.608,27.200 21.022 C 27.078 23.016,26.694 24.234,25.881 25.205 C 24.921 26.349,23.631 26.958,21.761 27.147 C 20.680 27.257,17.315 27.312,13.575 27.283 C 8.791 27.245,7.856 27.189,6.778 26.875 C 5.764 26.580,5.080 26.193,4.446 25.556 C 3.505 24.610,3.027 23.461,2.854 21.725 C 2.698 20.170,2.663 11.634,2.801 9.100 C 2.888 7.513,3.055 6.701,3.477 5.807 C 3.757 5.217,4.041 4.820,4.507 4.370 C 5.314 3.590,6.285 3.142,7.650 2.919 C 8.064 2.852,9.417 2.763,10.525 2.731 C 11.806 2.694,20.435 2.747,21.147 2.797 M22.514 5.270 C 21.719 5.529,21.239 6.180,21.239 7.000 C 21.239 7.839,21.771 8.518,22.593 8.728 C 23.215 8.886,23.866 8.689,24.316 8.206 C 24.683 7.811,24.775 7.570,24.775 7.000 C 24.775 6.590,24.757 6.486,24.641 6.240 C 24.357 5.633,23.775 5.245,23.107 5.217 C 22.875 5.207,22.642 5.228,22.514 5.270 M13.941 7.373 C 12.249 7.616,10.798 8.346,9.572 9.572 C 8.915 10.229,8.502 10.798,8.102 11.598 C 7.065 13.671,7.038 16.178,8.030 18.250 C 8.471 19.170,8.803 19.650,9.497 20.368 C 10.613 21.524,12.030 22.283,13.625 22.582 C 14.320 22.712,15.680 22.712,16.375 22.582 C 19.542 21.989,21.989 19.542,22.582 16.375 C 22.712 15.680,22.712 14.320,22.582 13.625 C 22.283 12.030,21.524 10.613,20.368 9.497 C 19.215 8.383,17.889 7.698,16.351 7.419 C 15.751 7.311,14.537 7.287,13.941 7.373 M16.175 10.144 C 17.970 10.592,19.337 11.932,19.836 13.732 C 19.958 14.171,19.973 14.310,19.973 15.000 C 19.973 15.851,19.896 16.256,19.596 16.978 C 19.142 18.068,18.068 19.142,16.978 19.596 C 16.256 19.896,15.851 19.973,15.000 19.973 C 14.310 19.973,14.171 19.958,13.732 19.836 C 10.960 19.068,9.387 16.230,10.235 13.526 C 10.801 11.721,12.266 10.434,14.167 10.071 C 14.656 9.977,15.653 10.014,16.175 10.144 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="light" stroke="currentColor" viewBox="0 0 20 20"><path d="M9.750 2.463 C 9.429 2.610,9.400 2.714,9.400 3.709 C 9.400 4.483,9.403 4.526,9.475 4.668 C 9.696 5.105,10.304 5.105,10.525 4.668 C 10.597 4.526,10.600 4.484,10.599 3.701 C 10.599 2.979,10.591 2.868,10.537 2.750 C 10.464 2.591,10.390 2.520,10.225 2.451 C 10.064 2.384,9.914 2.388,9.750 2.463 M4.783 4.522 C 4.522 4.660,4.403 4.917,4.473 5.196 C 4.506 5.328,4.574 5.415,4.964 5.813 C 5.534 6.396,5.706 6.482,6.025 6.349 C 6.190 6.280,6.264 6.209,6.337 6.050 C 6.412 5.886,6.416 5.737,6.349 5.574 C 6.286 5.422,5.501 4.622,5.326 4.531 C 5.176 4.453,4.922 4.449,4.783 4.522 M14.683 4.521 C 14.523 4.605,13.733 5.402,13.664 5.550 C 13.585 5.719,13.585 5.880,13.663 6.050 C 13.736 6.209,13.810 6.280,13.975 6.349 C 14.294 6.482,14.465 6.396,15.038 5.811 C 15.438 5.404,15.497 5.329,15.524 5.199 C 15.582 4.913,15.468 4.653,15.232 4.533 C 15.076 4.453,14.824 4.448,14.683 4.521 M9.617 6.019 C 8.626 6.154,7.897 6.489,7.244 7.110 C 5.458 8.807,5.628 11.706,7.601 13.196 C 9.562 14.677,12.416 14.026,13.544 11.842 C 14.764 9.478,13.406 6.632,10.795 6.082 C 10.555 6.032,9.814 5.992,9.617 6.019 M10.482 7.251 C 11.479 7.425,12.310 8.129,12.637 9.077 C 13.054 10.288,12.598 11.639,11.536 12.336 C 10.019 13.332,7.953 12.633,7.363 10.923 C 6.667 8.904,8.382 6.885,10.482 7.251 M2.732 9.475 C 2.295 9.696,2.295 10.304,2.732 10.525 C 2.874 10.597,2.917 10.600,3.700 10.600 C 4.483 10.600,4.526 10.597,4.668 10.525 C 5.105 10.304,5.105 9.696,4.668 9.475 C 4.526 9.403,4.483 9.400,3.700 9.400 C 2.917 9.400,2.874 9.403,2.732 9.475 M15.332 9.475 C 14.895 9.696,14.895 10.304,15.332 10.525 C 15.474 10.597,15.517 10.600,16.300 10.600 C 17.083 10.600,17.126 10.597,17.268 10.525 C 17.705 10.304,17.705 9.696,17.268 9.475 C 17.126 9.403,17.083 9.400,16.300 9.400 C 15.517 9.400,15.474 9.403,15.332 9.475 M5.550 13.663 C 5.470 13.700,5.235 13.910,4.962 14.189 C 4.562 14.596,4.503 14.671,4.476 14.801 C 4.376 15.292,4.821 15.677,5.283 15.500 C 5.425 15.446,6.261 14.612,6.337 14.450 C 6.415 14.281,6.415 14.120,6.337 13.950 C 6.264 13.791,6.190 13.720,6.025 13.651 C 5.863 13.584,5.713 13.588,5.550 13.663 M13.950 13.663 C 13.791 13.736,13.720 13.810,13.651 13.975 C 13.584 14.137,13.588 14.287,13.663 14.450 C 13.739 14.612,14.575 15.446,14.717 15.500 C 15.179 15.677,15.624 15.292,15.524 14.801 C 15.497 14.671,15.438 14.596,15.038 14.189 C 14.456 13.595,14.281 13.511,13.950 13.663 M9.750 15.063 C 9.429 15.210,9.400 15.314,9.400 16.309 C 9.400 17.083,9.403 17.126,9.475 17.268 C 9.696 17.705,10.304 17.705,10.525 17.268 C 10.597 17.126,10.600 17.084,10.599 16.301 C 10.599 15.579,10.591 15.468,10.537 15.350 C 10.464 15.191,10.390 15.120,10.225 15.051 C 10.064 14.984,9.914 14.988,9.750 15.063 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="linkedin" stroke="currentColor" viewBox="0 0 20 20"><path d="M2.667 1.720 C 2.185 1.850,1.803 2.251,1.702 2.733 C 1.673 2.870,1.666 4.737,1.673 10.067 L 1.683 17.217 1.807 17.476 C 1.949 17.772,2.181 18.022,2.436 18.151 C 2.817 18.344,2.361 18.333,10.033 18.333 C 17.832 18.333,17.291 18.348,17.667 18.120 C 17.889 17.984,18.141 17.685,18.242 17.435 L 18.317 17.250 18.326 10.050 C 18.332 5.319,18.323 2.796,18.301 2.692 C 18.215 2.288,17.986 1.996,17.608 1.809 L 17.353 1.683 10.102 1.677 C 3.796 1.671,2.826 1.677,2.667 1.720 M5.943 4.467 C 6.364 4.528,6.699 4.771,6.886 5.152 C 6.977 5.336,6.983 5.377,6.983 5.733 C 6.982 6.097,6.977 6.127,6.878 6.317 C 6.755 6.553,6.495 6.808,6.274 6.911 C 6.141 6.972,6.057 6.983,5.733 6.983 C 5.388 6.983,5.332 6.975,5.167 6.896 C 4.648 6.648,4.379 6.120,4.464 5.518 C 4.552 4.894,4.984 4.512,5.683 4.438 C 5.702 4.436,5.818 4.449,5.943 4.467 M13.438 7.981 C 14.460 8.198,15.170 8.931,15.433 10.040 C 15.546 10.517,15.566 11.014,15.566 13.325 L 15.567 15.567 14.352 15.567 L 13.137 15.567 13.125 13.292 C 13.115 11.255,13.107 10.996,13.056 10.817 C 12.879 10.205,12.562 9.917,12.021 9.876 C 11.504 9.837,10.997 10.116,10.768 10.564 C 10.606 10.881,10.601 10.968,10.600 13.342 L 10.600 15.567 9.417 15.567 L 8.233 15.567 8.233 11.850 L 8.233 8.133 9.417 8.133 L 10.600 8.133 10.600 8.656 L 10.600 9.178 10.737 8.981 C 11.077 8.489,11.561 8.144,12.112 7.999 C 12.409 7.922,13.111 7.912,13.438 7.981 M6.867 11.850 L 6.867 15.567 5.650 15.567 L 4.433 15.567 4.433 11.850 L 4.433 8.133 5.650 8.133 L 6.867 8.133 6.867 11.850 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="location" stroke="currentColor" viewBox="0 0 20 20"><path d="M9.500 2.419 C 9.436 2.427,9.242 2.449,9.070 2.470 C 8.375 2.551,7.592 2.798,6.876 3.163 C 4.433 4.409,3.063 7.037,3.485 9.667 C 3.858 11.995,5.754 14.578,8.750 16.843 C 9.947 17.747,9.981 17.754,10.689 17.256 C 12.689 15.849,14.443 14.073,15.418 12.469 C 16.484 10.714,16.818 9.069,16.446 7.403 C 15.877 4.855,13.723 2.894,11.039 2.481 C 10.722 2.433,9.729 2.393,9.500 2.419 M10.707 3.650 C 12.389 3.874,13.827 4.786,14.678 6.170 C 15.296 7.174,15.541 8.538,15.305 9.650 C 14.891 11.600,13.315 13.702,10.766 15.703 C 10.499 15.912,10.218 16.127,10.141 16.179 L 10.001 16.275 9.813 16.146 C 9.276 15.776,8.271 14.931,7.638 14.317 C 6.043 12.769,5.007 11.131,4.699 9.672 C 4.459 8.533,4.699 7.182,5.322 6.170 C 6.428 4.372,8.576 3.367,10.707 3.650 M9.667 6.419 C 9.016 6.532,8.588 6.745,8.167 7.167 C 7.828 7.506,7.601 7.891,7.479 8.339 C 7.400 8.628,7.398 9.368,7.477 9.653 C 7.725 10.558,8.444 11.276,9.347 11.523 C 9.609 11.595,10.339 11.602,10.600 11.536 C 11.550 11.295,12.296 10.548,12.536 9.600 C 12.596 9.359,12.596 8.641,12.536 8.400 C 12.301 7.471,11.561 6.715,10.655 6.480 C 10.457 6.429,9.832 6.390,9.667 6.419 M10.504 7.697 C 10.855 7.830,11.165 8.139,11.306 8.496 C 11.410 8.761,11.410 9.239,11.306 9.504 C 11.166 9.859,10.859 10.166,10.504 10.306 C 10.357 10.363,10.248 10.379,10.000 10.379 C 9.752 10.379,9.643 10.363,9.496 10.306 C 8.714 9.998,8.381 9.089,8.770 8.326 C 8.855 8.161,9.165 7.852,9.333 7.767 C 9.685 7.587,10.141 7.560,10.504 7.697 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="logout-left" stroke="currentColor" viewBox="0 0 20 20"><path d="M15.250 4.463 C 15.091 4.536,15.020 4.610,14.951 4.775 C 14.906 4.884,14.900 5.485,14.900 10.009 L 14.900 15.119 14.975 15.268 C 15.196 15.705,15.804 15.705,16.025 15.268 L 16.100 15.119 16.099 10.001 C 16.099 5.106,16.096 4.878,16.037 4.750 C 15.964 4.591,15.890 4.520,15.725 4.451 C 15.564 4.384,15.414 4.388,15.250 4.463 M7.250 5.964 C 7.085 6.042,3.487 9.638,3.435 9.777 C 3.390 9.897,3.390 10.103,3.435 10.223 C 3.487 10.362,7.085 13.958,7.250 14.036 C 7.413 14.112,7.563 14.116,7.725 14.049 C 7.890 13.980,7.964 13.909,8.037 13.750 C 8.112 13.586,8.116 13.437,8.049 13.274 C 8.014 13.190,7.590 12.741,6.724 11.875 L 5.450 10.600 8.285 10.600 L 11.119 10.600 11.268 10.525 C 11.705 10.304,11.705 9.696,11.268 9.475 L 11.119 9.400 8.285 9.400 L 5.450 9.400 6.724 8.125 C 7.590 7.259,8.014 6.810,8.049 6.726 C 8.116 6.563,8.112 6.414,8.037 6.250 C 7.964 6.091,7.890 6.020,7.725 5.951 C 7.563 5.884,7.413 5.888,7.250 5.964 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="logout-right" stroke="currentColor" viewBox="0 0 20 20"><path d="M4.750 4.463 C 4.591 4.536,4.520 4.610,4.451 4.775 C 4.406 4.884,4.400 5.485,4.400 10.009 L 4.400 15.119 4.475 15.268 C 4.696 15.705,5.304 15.705,5.525 15.268 L 5.600 15.119 5.599 10.001 C 5.599 5.106,5.596 4.878,5.537 4.750 C 5.464 4.591,5.390 4.520,5.225 4.451 C 5.064 4.384,4.914 4.388,4.750 4.463 M12.250 5.963 C 12.091 6.036,12.020 6.110,11.951 6.275 C 11.886 6.431,11.886 6.569,11.951 6.726 C 11.986 6.810,12.410 7.259,13.276 8.125 L 14.550 9.400 11.715 9.400 L 8.881 9.400 8.732 9.475 C 8.295 9.696,8.295 10.304,8.732 10.525 L 8.881 10.600 11.715 10.600 L 14.550 10.600 13.276 11.875 C 12.410 12.741,11.986 13.190,11.951 13.274 C 11.884 13.437,11.888 13.586,11.963 13.750 C 12.036 13.909,12.110 13.980,12.275 14.049 C 12.437 14.116,12.587 14.112,12.750 14.036 C 12.915 13.958,16.513 10.362,16.565 10.223 C 16.584 10.171,16.600 10.071,16.600 10.000 C 16.600 9.929,16.584 9.829,16.565 9.777 C 16.513 9.638,12.915 6.042,12.750 5.964 C 12.582 5.885,12.420 5.885,12.250 5.963 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="mailgun" stroke="currentColor" viewBox="0 0 24 24"><path d="M11.340 3.024 C 10.026 3.160,9.091 3.415,8.060 3.918 C 5.286 5.272,3.420 7.912,3.059 10.992 C 2.620 14.745,4.632 18.403,8.060 20.083 C 10.550 21.304,13.449 21.303,15.940 20.081 C 16.582 19.766,17.102 19.438,17.626 19.018 C 18.006 18.712,18.680 18.067,18.680 18.008 C 18.680 17.971,17.301 16.800,17.257 16.800 C 17.242 16.800,17.064 16.959,16.861 17.153 C 15.819 18.149,14.530 18.779,13.040 19.019 C 12.484 19.108,11.445 19.100,10.874 19.002 C 8.375 18.573,6.351 16.954,5.421 14.640 C 4.863 13.253,4.764 11.638,5.146 10.184 C 5.789 7.736,7.736 5.789,10.184 5.146 C 11.293 4.854,12.639 4.844,13.716 5.119 C 15.446 5.561,16.918 6.602,17.915 8.090 C 18.686 9.242,19.117 10.715,19.070 12.040 C 19.048 12.676,18.964 12.950,18.710 13.226 C 18.317 13.652,17.612 13.539,17.370 13.010 C 17.276 12.805,17.272 12.768,17.299 12.346 C 17.449 9.933,15.959 7.735,13.648 6.961 C 13.120 6.784,12.658 6.715,12.000 6.715 C 11.342 6.715,10.880 6.784,10.352 6.961 C 8.603 7.547,7.306 8.938,6.856 10.710 C 6.342 12.740,7.080 14.884,8.740 16.179 C 10.131 17.265,11.925 17.587,13.612 17.054 C 14.628 16.733,15.591 16.048,16.230 15.193 C 16.375 14.999,16.498 14.840,16.504 14.840 C 16.510 14.840,16.606 14.936,16.717 15.053 C 17.082 15.439,17.534 15.614,18.160 15.612 C 20.167 15.606,21.267 13.779,20.941 10.992 C 20.819 9.950,20.536 8.984,20.083 8.060 C 19.190 6.237,17.762 4.810,15.944 3.923 C 15.066 3.494,14.269 3.244,13.320 3.101 C 12.911 3.039,11.662 2.991,11.340 3.024 M12.840 8.702 C 12.983 8.738,13.263 8.845,13.462 8.941 C 14.174 9.282,14.717 9.824,15.057 10.534 C 15.314 11.070,15.377 11.357,15.377 12.000 C 15.377 12.642,15.314 12.930,15.059 13.462 C 14.718 14.176,14.200 14.700,13.500 15.041 C 12.914 15.326,12.689 15.377,12.000 15.377 C 11.311 15.377,11.086 15.326,10.500 15.041 C 9.800 14.700,9.282 14.176,8.941 13.462 C 8.686 12.930,8.623 12.642,8.623 12.000 C 8.623 11.363,8.685 11.077,8.938 10.540 C 9.401 9.558,10.294 8.869,11.380 8.657 C 11.731 8.588,12.481 8.611,12.840 8.702 M11.601 10.502 C 11.149 10.628,10.787 10.934,10.584 11.360 C 10.472 11.594,10.460 11.658,10.460 12.000 C 10.460 12.343,10.472 12.405,10.585 12.640 C 10.850 13.192,11.417 13.560,12.003 13.560 C 12.458 13.560,12.968 13.294,13.254 12.907 C 13.853 12.098,13.501 10.914,12.554 10.554 C 12.270 10.446,11.876 10.424,11.601 10.502 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="mcp" stroke="currentColor" viewBox="0 0 156 174"><path d="M85.450 1.455 C 81.141 2.234,76.461 4.304,72.822 7.040 C 71.652 7.920,56.551 22.842,35.705 43.717 C 5.175 74.290,0.524 79.047,0.282 79.950 C -0.169 81.632,-0.054 82.990,0.663 84.428 C 2.141 87.394,5.753 88.659,8.631 87.218 C 9.103 86.981,25.343 70.962,44.720 51.620 C 71.709 24.680,80.316 16.236,81.512 15.526 C 82.372 15.016,84.010 14.273,85.152 13.876 C 87.017 13.227,87.590 13.152,90.740 13.141 C 94.566 13.129,96.050 13.437,98.846 14.823 C 102.071 16.422,105.112 19.380,106.815 22.576 C 109.478 27.571,109.369 34.670,106.551 39.774 C 105.561 41.568,103.245 43.951,78.625 68.510 C 63.859 83.239,51.597 95.658,51.376 96.108 C 49.799 99.320,50.831 102.870,53.796 104.435 C 55.168 105.159,57.489 105.251,58.963 104.639 C 59.643 104.357,67.967 96.221,86.970 77.269 C 107.275 57.017,114.383 50.082,115.507 49.427 C 121.192 46.113,128.442 46.115,134.091 49.432 C 136.073 50.596,139.508 54.083,140.732 56.173 C 142.241 58.751,142.787 60.761,142.936 64.293 C 143.131 68.931,142.427 71.626,140.068 75.270 C 139.379 76.334,128.857 87.003,106.991 108.810 L 74.924 140.790 73.854 143.035 C 71.870 147.199,71.877 151.367,73.873 155.480 C 74.582 156.940,75.725 158.209,82.262 164.795 C 86.424 168.989,90.165 172.597,90.574 172.812 C 91.627 173.366,93.786 173.532,95.160 173.164 C 97.440 172.555,99.329 169.878,99.314 167.280 C 99.302 165.187,98.587 164.263,91.377 157.029 C 85.048 150.678,84.500 150.056,84.500 149.232 C 84.500 148.390,86.387 146.448,116.181 116.613 C 133.605 99.166,148.384 84.188,149.022 83.330 C 155.704 74.345,156.964 63.298,152.485 52.957 C 149.873 46.927,144.189 41.025,138.190 38.115 C 133.355 35.769,130.143 35.034,124.667 35.019 L 120.764 35.009 120.765 31.220 C 120.766 22.678,117.870 15.632,111.940 9.750 C 107.451 5.297,102.090 2.487,96.087 1.440 C 93.271 0.949,88.212 0.956,85.450 1.455 M88.400 25.498 C 87.493 25.906,81.620 31.626,62.308 50.907 C 37.311 75.865,34.383 78.887,32.634 81.522 C 30.557 84.651,28.818 88.943,28.052 92.831 C 27.565 95.301,27.643 101.341,28.193 103.870 C 29.577 110.226,32.363 115.302,36.833 119.616 C 47.455 129.867,63.723 130.867,75.660 122.002 C 76.819 121.142,88.184 109.995,103.668 94.532 C 124.060 74.168,129.839 68.256,130.247 67.340 C 131.563 64.387,130.220 60.827,127.259 59.422 C 126.130 58.886,123.449 58.902,122.239 59.451 C 121.628 59.729,111.809 69.333,94.640 86.446 C 70.071 110.937,67.847 113.084,66.158 113.952 C 63.380 115.379,60.769 116.005,57.634 115.996 C 51.934 115.979,47.144 113.709,43.646 109.368 C 40.910 105.971,39.778 102.684,39.784 98.155 C 39.791 93.042,41.016 89.812,44.429 85.904 C 45.541 84.631,57.567 72.534,71.154 59.020 C 88.076 42.189,96.001 34.134,96.315 33.446 C 96.897 32.167,96.912 29.733,96.344 28.536 C 94.911 25.516,91.369 24.162,88.400 25.498 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="message" stroke="currentColor" viewBox="0 0 20 20"><path d="M3.750 3.463 C 3.591 3.536,3.520 3.610,3.451 3.775 C 3.406 3.883,3.400 4.410,3.400 8.263 C 3.400 11.267,3.411 12.658,3.435 12.723 C 3.479 12.839,3.618 12.988,3.750 13.061 C 3.837 13.109,4.005 13.118,5.025 13.127 L 6.200 13.137 6.200 14.620 C 6.200 15.878,6.208 16.121,6.251 16.225 C 6.320 16.390,6.391 16.464,6.550 16.537 C 6.717 16.614,6.881 16.615,7.040 16.541 C 7.108 16.509,8.023 15.733,9.073 14.817 L 10.983 13.150 13.567 13.133 C 15.892 13.118,16.160 13.111,16.250 13.061 C 16.382 12.988,16.521 12.839,16.565 12.723 C 16.589 12.658,16.600 11.266,16.599 8.256 C 16.599 4.084,16.596 3.877,16.537 3.750 C 16.464 3.591,16.390 3.520,16.225 3.451 C 16.116 3.406,15.416 3.400,9.993 3.401 C 4.136 3.401,3.878 3.404,3.750 3.463 M15.400 8.267 L 15.400 11.933 13.015 11.933 C 11.032 11.933,10.615 11.941,10.540 11.980 C 10.490 12.006,9.767 12.621,8.933 13.347 L 7.417 14.667 7.400 13.492 C 7.389 12.687,7.371 12.296,7.345 12.250 C 7.295 12.165,7.138 12.019,7.044 11.971 C 6.994 11.945,6.596 11.933,5.786 11.933 L 4.600 11.933 4.600 8.267 L 4.600 4.600 10.000 4.600 L 15.400 4.600 15.400 8.267 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="microsoft" stroke="currentColor" viewBox="0 0 24 24"><rect x="12.8182" y="12.8182" width="8.18182" height="8.18182" fill="currentColor"></rect><rect x="3" y="12.8182" width="8.18182" height="8.18182" fill="currentColor"></rect><rect x="12.8182" y="3" width="8.18182" height="8.18182" fill="currentColor"></rect><rect x="3" y="3" width="8.18182" height="8.18182" fill="currentColor"></rect></symbol><symbol id="mongo" viewBox="0 0 250 250"><path fill="#A6A385" d="m132.118576,245.311905l-6.359024,-2.172424c0,0 0.776367,-32.416153 -10.856194,-34.742371c-7.755051,-8.99585 1.240746,-381.551559 29.158333,-1.240768c0,0 -9.615448,4.807755 -11.322021,13.02858c-1.861847,8.065567 -0.621094,25.126984 -0.621094,25.126984l0,0l0,0z"></path><path fill="#499D4A" d="m133.219955,217.975906c0,0 62.153046,-34.939911 43.96405,-116.754906c-12.562012,-55.3708 -42.188004,-73.5177 -45.444,-80.497801c-3.567001,-4.963 -6.980003,-13.64824 -6.980003,-13.64824l2.326996,154.015036c0,0.156006 -6.245499,51.043503 6.008507,56.782501"></path><path fill="#58AA50" d="m122.50312,215.996826c0,0 -52.269646,-35.674057 -49.167053,-98.489357c2.945869,-62.816769 39.86071,-93.681702 46.994659,-99.265772c4.6539,-4.962999 4.809174,-6.824864 5.119713,-11.787839c3.256439,6.980127 2.63678,104.384009 3.101166,115.86132c1.396027,44.204063 -2.481499,85.306969 -6.048485,93.681648l0,0l0,0z"></path></symbol><symbol id="minus" stroke="currentColor" viewBox="0 0 20 20"><path d="M5.732 9.475 C 5.295 9.696,5.295 10.304,5.732 10.525 L 5.881 10.600 10.000 10.600 L 14.119 10.600 14.268 10.525 C 14.593 10.361,14.694 9.968,14.491 9.662 C 14.450 9.600,14.349 9.516,14.268 9.475 L 14.119 9.400 10.000 9.400 L 5.881 9.400 5.732 9.475 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="nuxt" stroke="currentColor" viewBox="0 0 24 24"><path d="M9.001 5.147 C 8.584 5.355,8.694 5.181,6.639 8.860 C 3.704 14.113,2.102 17.063,2.038 17.327 C 1.893 17.934,2.241 18.599,2.865 18.904 L 3.080 19.009 5.950 18.990 C 8.721 18.971,8.831 18.968,9.140 18.885 C 10.175 18.609,10.973 18.105,11.594 17.332 C 11.906 16.945,12.097 16.618,13.780 13.600 C 15.050 11.323,15.641 10.280,15.662 10.280 C 15.697 10.280,19.280 16.702,19.280 16.766 C 19.280 16.785,18.401 16.800,17.326 16.800 C 16.252 16.800,15.156 16.812,14.892 16.826 L 14.411 16.852 13.830 17.896 C 13.287 18.871,13.255 18.942,13.334 18.966 C 13.381 18.980,15.113 18.994,17.182 18.996 L 20.944 19.000 21.162 18.892 C 21.677 18.636,21.973 18.167,21.978 17.600 C 21.981 17.226,21.978 17.220,20.861 15.180 C 18.665 11.167,16.805 7.869,16.608 7.638 C 16.535 7.552,16.364 7.428,16.223 7.359 C 16.003 7.250,15.927 7.234,15.648 7.234 C 15.244 7.234,15.011 7.329,14.760 7.596 C 14.564 7.805,14.374 8.116,13.694 9.338 C 13.449 9.779,13.234 10.137,13.217 10.134 C 13.200 10.131,12.751 9.348,12.221 8.394 C 10.869 5.966,10.607 5.521,10.435 5.354 C 10.103 5.032,9.427 4.934,9.001 5.147 M10.802 10.252 L 11.995 12.401 11.354 13.550 C 10.259 15.518,10.090 15.792,9.798 16.082 C 9.522 16.354,9.152 16.576,8.760 16.704 C 8.564 16.768,8.331 16.777,6.630 16.790 C 5.469 16.800,4.720 16.791,4.720 16.768 C 4.720 16.737,8.475 9.954,9.281 8.529 C 9.421 8.281,9.552 8.084,9.572 8.091 C 9.593 8.098,10.146 9.070,10.802 10.252 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="persons" stroke="currentColor" viewBox="0 0 20 20"><path d="M7.017 2.438 C 6.652 2.484,6.313 2.588,5.948 2.766 C 3.954 3.733,3.295 6.168,4.523 8.025 C 4.691 8.278,5.064 8.669,5.333 8.875 C 5.631 9.102,6.217 9.382,6.617 9.489 C 6.914 9.569,7.009 9.578,7.500 9.578 C 7.989 9.578,8.086 9.569,8.376 9.491 C 8.735 9.394,9.224 9.176,9.523 8.978 C 9.778 8.809,10.169 8.437,10.375 8.167 C 10.602 7.869,10.882 7.283,10.989 6.883 C 11.069 6.586,11.078 6.491,11.078 6.000 C 11.078 5.511,11.069 5.414,10.991 5.124 C 10.831 4.530,10.527 3.973,10.133 3.553 C 9.335 2.703,8.182 2.290,7.017 2.438 M8.133 3.681 C 8.234 3.709,8.444 3.794,8.600 3.871 C 8.829 3.984,8.942 4.070,9.187 4.315 C 9.448 4.575,9.513 4.664,9.643 4.934 C 9.840 5.347,9.883 5.537,9.883 6.000 C 9.883 6.467,9.840 6.656,9.641 7.067 C 9.510 7.335,9.441 7.430,9.184 7.687 C 8.925 7.947,8.835 8.014,8.566 8.144 C 7.857 8.486,7.143 8.486,6.434 8.144 C 6.165 8.014,6.074 7.946,5.814 7.686 C 5.552 7.425,5.487 7.336,5.357 7.066 C 5.160 6.653,5.117 6.463,5.117 6.000 C 5.117 5.537,5.160 5.347,5.357 4.934 C 5.487 4.664,5.552 4.575,5.814 4.314 C 6.074 4.053,6.165 3.987,6.434 3.857 C 6.608 3.774,6.832 3.689,6.933 3.670 C 7.034 3.650,7.147 3.627,7.183 3.619 C 7.310 3.589,7.951 3.631,8.133 3.681 M13.234 3.673 C 12.906 3.841,12.805 4.232,13.010 4.538 C 13.061 4.615,13.185 4.703,13.402 4.817 C 13.577 4.909,13.800 5.043,13.897 5.115 C 14.273 5.391,14.639 5.963,14.751 6.448 C 14.780 6.575,14.804 6.824,14.804 7.000 C 14.804 7.176,14.780 7.425,14.751 7.552 C 14.639 8.038,14.273 8.609,13.886 8.901 C 13.786 8.976,13.565 9.108,13.394 9.194 C 13.174 9.305,13.062 9.383,13.009 9.462 C 12.806 9.769,12.907 10.159,13.234 10.327 C 13.445 10.436,13.623 10.413,14.007 10.227 C 14.960 9.765,15.637 8.921,15.925 7.836 C 15.998 7.560,16.009 7.447,16.009 7.000 C 16.009 6.553,15.998 6.440,15.925 6.164 C 15.636 5.076,14.968 4.244,14.010 3.777 C 13.618 3.587,13.445 3.564,13.234 3.673 M4.952 10.438 C 4.337 10.497,3.556 10.743,3.025 11.046 C 1.978 11.644,1.149 12.594,0.749 13.656 C 0.464 14.411,0.401 14.858,0.401 16.135 C 0.400 17.090,0.402 17.124,0.475 17.268 C 0.696 17.705,1.304 17.705,1.525 17.268 C 1.597 17.125,1.600 17.085,1.600 16.242 C 1.600 14.895,1.669 14.485,2.014 13.783 C 2.406 12.987,2.987 12.406,3.783 12.014 C 4.216 11.801,4.605 11.685,5.044 11.636 C 5.472 11.588,9.528 11.588,9.956 11.636 C 11.453 11.803,12.759 12.884,13.216 14.333 C 13.357 14.781,13.399 15.211,13.399 16.218 C 13.400 17.086,13.403 17.125,13.475 17.268 C 13.696 17.706,14.301 17.705,14.527 17.266 C 14.604 17.117,14.604 17.116,14.590 15.983 C 14.574 14.720,14.550 14.537,14.311 13.833 C 13.676 11.963,11.966 10.619,9.983 10.434 C 9.544 10.393,5.385 10.396,4.952 10.438 M15.732 10.975 C 15.294 11.196,15.295 11.809,15.734 12.023 C 15.816 12.063,16.041 12.171,16.233 12.264 C 17.021 12.642,17.625 13.256,18.018 14.076 C 18.324 14.715,18.400 15.165,18.400 16.335 C 18.400 17.082,18.404 17.126,18.475 17.268 C 18.696 17.705,19.304 17.705,19.525 17.268 C 19.597 17.125,19.600 17.085,19.600 16.267 C 19.600 15.330,19.573 15.018,19.448 14.512 C 19.055 12.916,17.853 11.560,16.320 10.983 C 16.047 10.880,15.923 10.879,15.732 10.975 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="platform" stroke="currentColor" viewBox="0 0 24 24"><path d="M5.573 2.422 C 5.390 2.437,5.318 2.457,5.200 2.523 C 4.845 2.722,4.706 3.158,4.880 3.528 C 4.955 3.687,5.126 3.859,5.280 3.931 C 5.399 3.986,5.416 3.987,8.000 3.987 L 10.600 3.987 10.725 3.925 C 11.325 3.630,11.353 2.818,10.775 2.510 L 10.611 2.422 8.205 2.413 C 6.882 2.408,5.698 2.412,5.573 2.422 M4.067 4.823 C 3.775 4.838,3.734 4.847,3.600 4.923 C 3.245 5.123,3.106 5.558,3.281 5.929 C 3.363 6.105,3.552 6.281,3.726 6.346 C 3.869 6.400,3.909 6.400,8.035 6.394 L 12.200 6.387 12.325 6.325 C 12.925 6.030,12.953 5.218,12.375 4.910 L 12.211 4.822 8.299 4.814 C 6.147 4.809,4.243 4.813,4.067 4.823 M3.600 7.226 C 2.799 7.241,2.784 7.242,2.622 7.311 C 2.183 7.498,1.823 7.884,1.678 8.324 L 1.613 8.520 1.613 10.400 L 1.613 12.280 1.687 12.494 C 1.854 12.980,2.255 13.373,2.737 13.522 L 2.947 13.587 8.000 13.587 L 13.053 13.587 13.263 13.522 C 13.741 13.374,14.148 12.976,14.313 12.494 L 14.387 12.280 14.387 10.400 L 14.387 8.520 14.322 8.324 C 14.172 7.867,13.769 7.452,13.320 7.291 C 13.207 7.251,13.054 7.240,12.333 7.224 C 11.332 7.202,4.782 7.204,3.600 7.226 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="play" stroke="currentColor" viewBox="0 0 20 20"><path d="M5.473 3.821 C 5.412 3.852,5.322 3.930,5.273 3.994 L 5.183 4.111 5.175 9.897 C 5.167 15.548,5.168 15.686,5.230 15.788 C 5.266 15.845,5.351 15.935,5.420 15.988 C 5.527 16.070,5.574 16.083,5.748 16.081 L 5.950 16.078 11.115 13.303 C 13.956 11.777,16.324 10.497,16.377 10.459 C 16.494 10.376,16.599 10.160,16.599 10.000 C 16.599 9.864,16.504 9.641,16.413 9.562 C 16.378 9.532,14.017 8.221,11.167 6.649 C 6.134 3.873,5.978 3.789,5.783 3.777 C 5.641 3.768,5.551 3.781,5.473 3.821 M11.573 8.243 C 13.310 9.200,14.720 9.993,14.707 10.006 C 14.666 10.045,6.459 14.442,6.395 14.458 C 6.335 14.474,6.333 14.328,6.333 9.943 C 6.333 7.450,6.342 5.403,6.352 5.393 C 6.362 5.383,6.831 5.628,7.393 5.939 C 7.956 6.249,9.837 7.286,11.573 8.243 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="plus" stroke="currentColor" viewBox="0 0 20 20"><path d="M9.750 5.463 C 9.591 5.536,9.520 5.610,9.451 5.775 C 9.407 5.880,9.400 6.149,9.400 7.649 L 9.400 9.400 7.640 9.400 C 5.882 9.400,5.881 9.400,5.732 9.475 C 5.295 9.696,5.295 10.304,5.732 10.525 C 5.881 10.600,5.882 10.600,7.640 10.600 L 9.400 10.600 9.400 12.360 C 9.400 14.118,9.400 14.119,9.475 14.268 C 9.696 14.705,10.304 14.705,10.525 14.268 C 10.600 14.119,10.600 14.118,10.600 12.360 L 10.600 10.600 12.360 10.600 C 14.118 10.600,14.119 10.600,14.268 10.525 C 14.705 10.304,14.705 9.696,14.268 9.475 C 14.119 9.400,14.118 9.400,12.360 9.400 L 10.600 9.400 10.599 7.642 C 10.599 6.007,10.594 5.874,10.537 5.750 C 10.464 5.591,10.390 5.520,10.225 5.451 C 10.064 5.384,9.914 5.388,9.750 5.463 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="pop-locations" stroke="currentColor" viewBox="0 0 20 20"><path d="M9.167 4.438 C 7.692 4.591,6.489 5.403,5.845 6.679 C 5.665 7.034,5.490 7.548,5.417 7.933 C 5.388 8.089,5.357 8.248,5.349 8.287 C 5.336 8.348,5.303 8.360,5.098 8.379 C 4.540 8.431,3.888 8.622,3.350 8.890 C 2.026 9.551,1.337 10.768,1.411 12.317 C 1.497 14.133,2.739 15.301,4.866 15.565 C 5.255 15.613,14.745 15.613,15.134 15.565 C 16.701 15.370,17.807 14.676,18.307 13.574 C 18.646 12.826,18.689 11.790,18.416 10.950 C 17.980 9.610,16.649 8.644,14.885 8.388 L 14.621 8.349 14.529 8.031 C 14.275 7.147,13.888 6.448,13.316 5.840 C 12.290 4.750,10.850 4.264,9.167 4.438 M10.305 5.635 C 11.168 5.723,11.851 6.047,12.419 6.638 C 13.064 7.309,13.425 8.176,13.517 9.275 L 13.539 9.533 13.995 9.533 C 15.366 9.534,16.567 10.061,17.063 10.881 C 17.464 11.544,17.505 12.528,17.158 13.178 C 16.817 13.817,16.071 14.239,15.057 14.366 C 14.685 14.412,5.315 14.412,4.943 14.366 C 3.718 14.212,2.914 13.644,2.677 12.763 C 2.593 12.452,2.602 11.738,2.694 11.395 C 2.917 10.563,3.522 10.006,4.519 9.717 C 4.960 9.589,5.406 9.533,5.983 9.533 L 6.500 9.533 6.501 9.275 C 6.501 8.850,6.561 8.267,6.631 7.994 C 7.068 6.287,8.387 5.440,10.305 5.635 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="product-hunt" stroke="currentColor" viewBox="0 0 20 20"><path d="M9.224 1.033 C 7.407 1.209,5.791 1.860,4.351 2.994 C 3.967 3.296,3.138 4.154,2.822 4.575 C 0.394 7.814,0.393 12.182,2.821 15.425 C 3.205 15.937,4.063 16.795,4.575 17.179 C 7.818 19.607,12.182 19.607,15.425 17.179 C 15.937 16.795,16.795 15.937,17.179 15.425 C 19.607 12.182,19.606 7.814,17.178 4.575 C 16.862 4.154,16.033 3.296,15.649 2.994 C 14.353 1.973,12.898 1.338,11.312 1.100 C 10.789 1.022,9.699 0.987,9.224 1.033 M11.963 5.594 C 12.737 5.799,13.399 6.272,13.823 6.922 C 14.180 7.470,14.333 7.988,14.333 8.650 C 14.333 9.309,14.180 9.831,13.827 10.372 C 13.404 11.020,12.748 11.493,11.976 11.708 C 11.731 11.776,11.634 11.781,10.175 11.792 L 8.633 11.804 8.633 13.152 L 8.633 14.500 7.750 14.500 L 6.867 14.500 6.867 9.999 L 6.867 5.497 9.275 5.508 C 11.639 5.520,11.688 5.521,11.963 5.594 M8.633 8.648 L 8.633 10.000 9.993 10.000 C 11.492 10.000,11.607 9.988,11.905 9.797 C 12.386 9.488,12.630 8.934,12.519 8.402 C 12.425 7.950,12.166 7.624,11.741 7.423 L 11.517 7.317 10.075 7.307 L 8.633 7.297 8.633 8.648 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="refine" stroke="currentColor" viewBox="0 0 24 24"><path d="M11.513 3.038 C 11.411 3.057,11.226 3.102,11.102 3.138 C 10.832 3.216,4.728 6.259,4.360 6.498 C 3.689 6.935,3.225 7.619,3.063 8.408 C 2.968 8.871,2.968 15.129,3.063 15.592 C 3.221 16.362,3.673 17.039,4.324 17.482 C 4.447 17.566,5.986 18.353,7.744 19.231 C 10.129 20.422,11.016 20.847,11.240 20.904 C 11.450 20.957,11.679 20.980,12.000 20.980 C 12.321 20.980,12.550 20.957,12.760 20.904 C 12.984 20.847,13.871 20.422,16.256 19.231 C 18.014 18.353,19.553 17.566,19.676 17.481 C 20.331 17.033,20.779 16.361,20.937 15.592 C 21.032 15.129,21.032 8.871,20.937 8.408 C 20.775 7.619,20.314 6.941,19.639 6.499 C 19.495 6.404,17.956 5.618,16.219 4.751 C 13.975 3.631,12.979 3.153,12.780 3.103 C 12.460 3.022,11.789 2.988,11.513 3.038 M12.756 6.097 C 13.093 6.189,13.595 6.447,13.873 6.671 C 14.402 7.096,14.814 7.779,14.937 8.434 C 15.031 8.936,15.031 15.066,14.937 15.566 C 14.754 16.534,14.012 17.438,13.118 17.780 C 11.594 18.364,9.984 17.723,9.298 16.260 C 9.007 15.639,9.020 15.844,9.020 12.000 C 9.020 9.242,9.031 8.495,9.074 8.320 C 9.155 7.988,9.489 7.328,9.702 7.080 C 10.159 6.549,10.828 6.162,11.503 6.040 C 11.770 5.991,12.491 6.024,12.756 6.097 M11.600 7.555 C 11.196 7.688,10.850 7.982,10.654 8.360 C 10.550 8.561,10.540 8.616,10.540 9.000 C 10.540 9.394,10.548 9.435,10.667 9.660 C 10.820 9.951,11.065 10.193,11.360 10.346 C 11.561 10.450,11.616 10.460,12.000 10.460 C 12.384 10.460,12.439 10.450,12.640 10.346 C 12.935 10.193,13.180 9.951,13.333 9.660 C 13.452 9.435,13.460 9.394,13.460 9.000 C 13.460 8.606,13.452 8.565,13.333 8.340 C 13.179 8.048,12.933 7.805,12.640 7.657 C 12.456 7.564,12.360 7.543,12.060 7.534 C 11.862 7.528,11.655 7.537,11.600 7.555 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="regions" stroke="currentColor" viewBox="0 0 21 20"><path d="M9.468 2.484 C 8.358 2.664,7.422 3.046,6.510 3.690 C 6.111 3.973,5.323 4.766,5.030 5.180 C 4.233 6.306,3.806 7.818,3.917 9.119 C 4.093 11.169,5.147 13.050,7.302 15.155 C 8.143 15.977,9.253 16.888,10.023 17.390 C 10.274 17.554,10.317 17.570,10.500 17.570 C 10.683 17.570,10.726 17.554,10.977 17.390 C 12.355 16.491,14.197 14.796,15.194 13.510 C 17.213 10.907,17.631 8.361,16.431 5.968 C 16.114 5.334,15.817 4.930,15.261 4.374 C 14.350 3.464,13.397 2.924,12.145 2.609 C 11.339 2.406,10.262 2.356,9.468 2.484 M11.242 3.657 C 13.450 3.949,15.235 5.489,15.746 7.543 C 15.985 8.501,15.920 9.509,15.557 10.483 C 14.974 12.050,13.662 13.713,11.765 15.290 C 11.209 15.752,10.560 16.240,10.500 16.240 C 10.438 16.240,9.772 15.737,9.196 15.256 C 6.995 13.419,5.618 11.502,5.214 9.713 C 5.070 9.073,5.086 8.182,5.255 7.528 C 5.915 4.961,8.494 3.294,11.242 3.657 M9.929 6.459 C 9.106 6.623,8.309 7.338,8.034 8.158 C 7.955 8.395,7.933 8.535,7.920 8.873 C 7.899 9.410,7.958 9.706,8.177 10.150 C 8.317 10.433,8.391 10.533,8.677 10.819 C 8.968 11.110,9.059 11.177,9.346 11.316 C 10.097 11.678,10.903 11.678,11.654 11.316 C 11.941 11.177,12.032 11.110,12.323 10.819 C 12.609 10.532,12.683 10.433,12.823 10.150 C 13.018 9.755,13.089 9.445,13.089 8.995 C 13.089 8.131,12.734 7.431,12.023 6.892 C 11.475 6.477,10.672 6.311,9.929 6.459 M11.085 7.733 C 11.957 8.142,12.162 9.297,11.482 9.976 C 11.296 10.163,11.095 10.277,10.833 10.347 C 10.371 10.471,9.871 10.329,9.518 9.976 C 8.977 9.435,8.975 8.556,9.514 8.018 C 9.701 7.830,9.970 7.678,10.197 7.629 C 10.456 7.574,10.841 7.619,11.085 7.733 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="remix" stroke="currentColor" viewBox="0 0 20 20"><path d="M4.500 4.430 L 4.500 5.864 7.558 5.875 C 10.958 5.886,10.756 5.873,11.250 6.116 C 11.552 6.264,11.697 6.387,11.864 6.637 C 12.064 6.937,12.138 7.207,12.141 7.650 C 12.144 8.103,12.095 8.350,11.942 8.643 C 11.800 8.914,11.631 9.070,11.317 9.219 C 10.830 9.450,10.919 9.444,7.542 9.458 L 4.500 9.470 4.500 10.917 L 4.500 12.364 7.425 12.375 C 10.607 12.388,10.509 12.382,10.893 12.579 C 11.334 12.804,11.577 13.269,11.664 14.050 C 11.726 14.604,11.771 15.911,11.748 16.458 L 11.724 17.000 13.434 17.000 L 15.144 17.000 15.123 16.025 C 15.075 13.762,14.977 13.042,14.624 12.350 C 14.520 12.148,14.418 12.014,14.202 11.800 C 13.868 11.468,13.649 11.331,13.213 11.181 C 12.873 11.064,12.813 11.033,12.926 11.033 C 13.030 11.033,13.525 10.872,13.717 10.775 C 14.682 10.288,15.313 9.298,15.470 8.023 C 15.521 7.616,15.487 6.775,15.404 6.363 C 15.064 4.683,14.059 3.644,12.344 3.201 C 11.653 3.022,11.706 3.025,7.975 3.010 L 4.500 2.996 4.500 4.430 M4.500 15.916 L 4.500 17.000 6.652 17.000 L 8.804 17.000 8.794 16.158 L 8.783 15.317 8.692 15.161 C 8.642 15.076,8.544 14.971,8.475 14.928 L 8.350 14.850 6.425 14.841 L 4.500 14.831 4.500 15.916 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="resend" stroke="currentColor" viewBox="0 0 1800 1800"><path d="M450.000 517.223 L 450.000 584.688 677.250 585.773 C 870.883 586.698,906.719 587.540,919.500 591.464 C 960.376 604.015,990.740 627.621,1006.808 659.341 C 1014.961 675.436,1015.500 678.731,1015.500 712.500 C 1015.500 746.781,1015.041 749.468,1005.896 768.776 C 1000.613 779.927,989.401 796.337,980.979 805.241 C 955.880 831.780,937.083 839.592,829.237 868.303 C 723.268 896.514,700.782 905.450,686.641 924.971 C 667.473 951.432,668.549 978.327,690.182 1013.527 C 692.557 1017.391,772.400 1094.691,867.612 1185.304 L 1040.724 1350.055 1194.539 1349.277 L 1348.353 1348.500 1131.359 1141.500 L 914.365 934.500 982.932 932.664 C 1057.267 930.673,1081.028 927.131,1123.145 911.760 C 1159.148 898.621,1186.562 881.034,1213.859 853.564 C 1233.604 833.693,1240.848 823.696,1252.105 800.775 C 1272.544 759.163,1276.426 741.510,1276.466 690.000 C 1276.495 652.718,1275.495 643.284,1269.471 624.000 C 1246.523 550.544,1192.905 495.071,1120.449 469.823 C 1066.730 451.104,1082.967 451.943,752.250 450.801 L 450.000 449.758 450.000 517.223 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="rest" stroke="currentColor" viewBox="0 0 24 24"><path d="M4.640 2.425 C 4.589 2.435,4.499 2.466,4.440 2.494 C 4.316 2.553,3.392 3.456,2.373 4.511 C 1.626 5.286,1.627 5.285,1.627 5.597 C 1.627 5.875,1.814 6.169,2.080 6.310 C 2.215 6.382,2.612 6.380,2.760 6.307 C 2.820 6.278,3.113 6.012,3.432 5.698 L 3.998 5.140 4.006 7.470 L 4.013 9.800 4.075 9.926 C 4.204 10.188,4.528 10.400,4.800 10.400 C 5.072 10.400,5.396 10.188,5.525 9.926 L 5.587 9.800 5.594 7.471 L 5.602 5.141 6.181 5.711 C 6.513 6.037,6.807 6.304,6.867 6.333 C 6.935 6.366,7.048 6.389,7.178 6.395 C 7.353 6.404,7.404 6.396,7.527 6.340 C 7.903 6.168,8.088 5.754,7.968 5.354 C 7.925 5.209,7.538 4.795,6.303 3.571 C 5.480 2.757,5.264 2.556,5.146 2.500 C 4.987 2.425,4.787 2.395,4.640 2.425 M11.027 5.623 C 10.785 5.686,10.570 5.861,10.471 6.076 C 10.414 6.199,10.413 6.210,10.406 8.530 L 10.398 10.861 9.872 10.341 C 9.248 9.725,9.114 9.627,8.873 9.607 C 8.518 9.579,8.227 9.737,8.078 10.039 C 7.999 10.200,7.994 10.228,8.005 10.420 C 8.014 10.563,8.037 10.664,8.079 10.747 C 8.169 10.927,10.688 13.436,10.860 13.518 C 11.018 13.593,11.263 13.618,11.403 13.573 C 11.586 13.515,11.781 13.342,12.743 12.388 C 13.917 11.225,14.299 10.815,14.342 10.673 C 14.391 10.507,14.380 10.245,14.318 10.107 C 14.197 9.838,13.880 9.627,13.600 9.627 C 13.277 9.627,13.193 9.684,12.488 10.382 L 12.002 10.863 11.994 8.531 C 11.987 6.348,11.984 6.193,11.938 6.097 C 11.866 5.943,11.668 5.746,11.522 5.683 C 11.376 5.620,11.145 5.592,11.027 5.623 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="rust" stroke="currentColor" viewBox="0 0 24 24"><path d="M11.843 0.049 C 11.787 0.078,11.599 0.337,11.405 0.650 C 11.067 1.197,11.065 1.200,10.917 1.200 C 10.795 1.200,10.745 1.173,10.639 1.050 C 10.568 0.967,10.367 0.751,10.192 0.570 C 9.918 0.284,9.857 0.240,9.740 0.240 C 9.517 0.240,9.427 0.363,9.197 0.989 C 8.998 1.530,8.981 1.560,8.855 1.602 C 8.700 1.653,8.747 1.676,8.160 1.257 C 7.651 0.894,7.578 0.860,7.427 0.917 C 7.262 0.980,7.210 1.107,7.120 1.660 C 7.004 2.379,7.013 2.351,6.874 2.423 C 6.750 2.487,6.743 2.485,6.160 2.224 C 5.836 2.079,5.550 1.960,5.524 1.960 C 5.425 1.960,5.245 2.083,5.216 2.170 C 5.199 2.219,5.190 2.548,5.194 2.900 L 5.202 3.540 5.095 3.617 C 4.988 3.693,4.985 3.693,4.444 3.567 C 3.677 3.388,3.530 3.399,3.445 3.642 C 3.409 3.745,3.426 3.866,3.541 4.347 C 3.617 4.667,3.679 4.949,3.679 4.974 C 3.678 4.999,3.641 5.064,3.596 5.118 C 3.514 5.216,3.513 5.216,2.845 5.205 C 2.230 5.195,2.169 5.200,2.079 5.273 C 1.920 5.402,1.950 5.585,2.234 6.198 C 2.460 6.687,2.479 6.746,2.436 6.849 C 2.410 6.912,2.360 6.978,2.325 6.996 C 2.289 7.014,2.001 7.070,1.685 7.121 C 1.023 7.227,0.904 7.289,0.904 7.529 C 0.904 7.640,0.973 7.766,1.244 8.144 C 1.431 8.406,1.597 8.643,1.615 8.671 C 1.632 8.699,1.626 8.782,1.602 8.855 C 1.560 8.980,1.528 9.000,1.089 9.161 C 0.318 9.443,0.240 9.498,0.240 9.755 C 0.240 9.853,0.300 9.933,0.570 10.191 C 0.751 10.365,0.970 10.570,1.055 10.646 C 1.199 10.775,1.208 10.795,1.182 10.942 C 1.156 11.094,1.135 11.112,0.635 11.417 C 0.091 11.748,0.000 11.832,0.000 12.000 C -0.000 12.168,0.091 12.252,0.635 12.583 C 1.129 12.884,1.156 12.908,1.181 13.051 C 1.207 13.201,1.204 13.206,0.834 13.551 C 0.254 14.092,0.240 14.109,0.240 14.277 C 0.240 14.490,0.333 14.555,0.988 14.798 C 1.507 14.991,1.559 15.018,1.598 15.130 C 1.621 15.197,1.640 15.264,1.640 15.278 C 1.640 15.292,1.477 15.528,1.278 15.802 C 1.080 16.076,0.908 16.337,0.896 16.382 C 0.867 16.496,0.940 16.665,1.048 16.735 C 1.099 16.768,1.383 16.833,1.680 16.880 C 2.364 16.988,2.349 16.983,2.424 17.127 C 2.485 17.246,2.482 17.259,2.246 17.776 C 1.950 18.426,1.936 18.478,2.017 18.635 C 2.104 18.803,2.214 18.823,2.919 18.800 L 3.520 18.780 3.606 18.897 L 3.693 19.014 3.548 19.628 C 3.395 20.275,3.396 20.352,3.553 20.494 C 3.670 20.600,3.750 20.595,4.404 20.443 C 4.985 20.308,4.989 20.308,5.094 20.384 L 5.200 20.460 5.196 21.120 C 5.194 21.483,5.205 21.812,5.221 21.851 C 5.250 21.925,5.437 22.040,5.526 22.040 C 5.553 22.040,5.841 21.922,6.164 21.777 C 6.744 21.517,6.754 21.515,6.875 21.578 C 7.015 21.650,7.011 21.638,7.122 22.340 C 7.208 22.890,7.261 23.020,7.427 23.083 C 7.577 23.140,7.650 23.106,8.160 22.744 C 8.413 22.564,8.643 22.403,8.671 22.385 C 8.699 22.368,8.782 22.374,8.856 22.399 C 8.985 22.441,9.001 22.469,9.201 23.012 C 9.430 23.634,9.520 23.760,9.737 23.760 C 9.850 23.760,9.915 23.712,10.190 23.430 C 10.366 23.248,10.570 23.031,10.643 22.946 C 10.764 22.805,10.789 22.793,10.931 22.812 C 11.017 22.824,11.091 22.839,11.097 22.847 C 11.103 22.854,11.248 23.090,11.420 23.370 C 11.591 23.651,11.758 23.902,11.791 23.929 C 11.867 23.992,12.133 23.993,12.209 23.929 C 12.241 23.902,12.409 23.651,12.581 23.370 C 12.753 23.090,12.899 22.854,12.904 22.847 C 12.909 22.839,12.983 22.824,13.069 22.812 C 13.211 22.793,13.236 22.805,13.357 22.946 C 13.430 23.031,13.634 23.248,13.810 23.430 C 14.085 23.712,14.150 23.760,14.263 23.760 C 14.484 23.760,14.574 23.635,14.801 23.012 C 15.002 22.462,15.013 22.442,15.149 22.397 C 15.282 22.353,15.301 22.359,15.515 22.513 C 16.322 23.095,16.390 23.134,16.524 23.096 C 16.731 23.037,16.791 22.910,16.880 22.340 C 16.991 21.627,16.985 21.646,17.132 21.576 C 17.260 21.515,17.270 21.517,17.792 21.756 C 18.083 21.890,18.364 22.010,18.416 22.023 C 18.540 22.054,18.746 21.946,18.784 21.830 C 18.801 21.781,18.810 21.452,18.806 21.100 L 18.798 20.460 18.905 20.384 C 19.011 20.308,19.015 20.308,19.596 20.443 C 20.250 20.595,20.330 20.600,20.447 20.494 C 20.604 20.352,20.605 20.275,20.452 19.628 L 20.307 19.014 20.394 18.897 L 20.480 18.780 21.087 18.800 C 21.753 18.822,21.910 18.794,21.990 18.640 C 22.063 18.499,22.034 18.392,21.758 17.785 C 21.518 17.259,21.515 17.246,21.576 17.127 C 21.651 16.983,21.636 16.988,22.320 16.880 C 22.893 16.790,23.020 16.739,23.083 16.571 C 23.141 16.419,23.088 16.304,22.731 15.814 C 22.326 15.257,22.347 15.300,22.399 15.144 C 22.441 15.015,22.469 14.999,23.012 14.799 C 23.635 14.569,23.760 14.480,23.760 14.262 C 23.760 14.112,23.735 14.082,23.166 13.551 C 22.796 13.206,22.793 13.201,22.819 13.051 C 22.844 12.908,22.871 12.884,23.365 12.583 C 23.909 12.252,24.000 12.168,24.000 12.000 C 24.000 11.832,23.909 11.748,23.365 11.417 C 22.865 11.112,22.844 11.094,22.818 10.942 C 22.793 10.797,22.802 10.774,22.925 10.667 C 22.999 10.602,23.218 10.396,23.412 10.210 C 23.753 9.881,23.764 9.865,23.752 9.707 C 23.736 9.493,23.645 9.432,22.966 9.182 C 22.455 8.994,22.440 8.985,22.402 8.848 C 22.357 8.684,22.331 8.736,22.725 8.192 C 22.896 7.957,23.054 7.728,23.077 7.685 C 23.148 7.554,23.126 7.440,23.010 7.324 C 22.913 7.228,22.834 7.204,22.340 7.125 C 21.631 7.011,21.651 7.017,21.576 6.873 C 21.515 6.754,21.518 6.741,21.764 6.206 C 22.050 5.584,22.080 5.402,21.920 5.272 C 21.829 5.198,21.772 5.193,21.154 5.206 L 20.487 5.220 20.397 5.105 L 20.306 4.990 20.451 4.376 C 20.686 3.381,20.618 3.319,19.556 3.567 C 19.015 3.693,19.012 3.693,18.905 3.617 L 18.798 3.540 18.806 2.900 C 18.810 2.548,18.801 2.219,18.784 2.170 C 18.755 2.083,18.575 1.960,18.476 1.960 C 18.450 1.960,18.164 2.079,17.840 2.224 C 17.257 2.485,17.250 2.487,17.126 2.423 C 16.985 2.350,16.991 2.368,16.879 1.661 C 16.792 1.111,16.739 0.980,16.573 0.917 C 16.422 0.860,16.349 0.894,15.840 1.257 C 15.253 1.677,15.300 1.653,15.144 1.601 C 15.015 1.559,14.999 1.531,14.799 0.988 C 14.569 0.364,14.480 0.240,14.261 0.240 C 14.143 0.240,14.081 0.286,13.787 0.590 C 13.601 0.783,13.400 0.998,13.341 1.070 C 13.254 1.175,13.203 1.200,13.082 1.200 C 12.931 1.200,12.930 1.200,12.601 0.661 C 12.419 0.365,12.248 0.104,12.221 0.081 C 12.138 0.012,11.945 -0.005,11.843 0.049 M12.321 2.220 C 12.650 2.391,12.767 2.904,12.551 3.231 C 12.417 3.433,12.166 3.540,11.896 3.510 C 11.501 3.465,11.221 3.067,11.298 2.658 C 11.331 2.481,11.567 2.213,11.735 2.161 C 11.893 2.113,12.166 2.140,12.321 2.220 M10.981 3.938 C 11.337 4.312,11.617 4.572,11.690 4.598 C 11.849 4.653,12.072 4.649,12.209 4.588 C 12.269 4.562,12.609 4.262,12.964 3.922 L 13.610 3.304 13.954 3.375 C 15.019 3.594,16.375 4.228,17.319 4.948 C 17.722 5.256,18.223 5.720,18.533 6.074 C 18.902 6.496,19.372 7.132,19.517 7.405 L 19.613 7.588 19.183 8.563 C 18.946 9.100,18.743 9.596,18.731 9.665 C 18.703 9.842,18.779 10.044,18.931 10.190 C 19.013 10.269,19.356 10.445,19.880 10.676 C 20.623 11.003,20.702 11.048,20.725 11.149 C 20.739 11.210,20.753 11.553,20.755 11.910 L 20.760 12.560 20.285 12.560 C 19.953 12.560,19.798 12.575,19.770 12.610 C 19.747 12.638,19.722 12.870,19.712 13.128 C 19.697 13.549,19.683 13.618,19.576 13.828 C 19.434 14.107,19.166 14.289,18.808 14.352 C 18.434 14.418,17.978 14.299,17.785 14.085 C 17.742 14.038,17.652 13.774,17.576 13.477 C 17.392 12.751,17.221 12.422,16.820 12.016 C 16.644 11.838,16.441 11.648,16.369 11.594 L 16.237 11.496 16.523 11.301 C 17.180 10.852,17.737 10.202,17.916 9.674 C 18.327 8.467,17.599 7.100,16.194 6.442 C 16.010 6.356,15.725 6.244,15.560 6.193 L 15.260 6.101 10.367 6.081 L 5.474 6.060 5.867 5.672 C 6.083 5.458,6.377 5.190,6.520 5.075 C 7.181 4.545,8.205 3.968,9.000 3.678 C 9.375 3.541,10.170 3.324,10.307 3.322 C 10.367 3.320,10.569 3.505,10.981 3.938 M3.802 8.681 C 4.212 8.890,4.303 9.443,3.985 9.794 C 3.597 10.222,2.849 9.980,2.771 9.402 C 2.696 8.842,3.295 8.423,3.802 8.681 M20.649 8.642 C 20.965 8.730,21.160 8.996,21.160 9.341 C 21.160 9.563,21.090 9.708,20.904 9.871 C 20.492 10.233,19.815 9.944,19.769 9.387 C 19.741 9.045,19.913 8.770,20.227 8.658 C 20.415 8.591,20.460 8.589,20.649 8.642 M6.080 11.520 L 6.080 14.320 4.826 14.320 L 3.573 14.320 3.528 14.170 C 3.306 13.427,3.181 12.020,3.265 11.214 L 3.290 10.976 4.041 10.644 C 4.958 10.239,5.016 10.204,5.118 10.003 C 5.241 9.762,5.221 9.590,5.019 9.144 C 4.921 8.925,4.840 8.741,4.840 8.734 C 4.840 8.726,5.119 8.720,5.460 8.720 L 6.080 8.720 6.080 11.520 M13.404 8.894 C 13.877 9.089,14.063 9.327,14.032 9.700 C 14.006 10.014,13.834 10.195,13.420 10.346 C 13.242 10.410,13.046 10.420,11.630 10.432 L 10.040 10.445 10.040 9.622 L 10.040 8.800 11.610 8.801 C 13.157 8.802,13.183 8.803,13.404 8.894 M12.771 12.897 C 13.043 12.999,13.373 13.314,13.519 13.613 C 13.602 13.781,13.692 14.103,13.801 14.620 C 14.013 15.622,14.100 15.931,14.246 16.204 C 14.404 16.502,14.721 16.854,14.954 16.990 L 15.140 17.100 17.094 17.120 L 19.048 17.140 18.874 17.363 C 18.778 17.486,18.601 17.696,18.480 17.829 L 18.260 18.071 17.441 17.894 C 16.583 17.709,16.485 17.705,16.253 17.846 C 16.064 17.961,15.985 18.174,15.795 19.090 L 15.623 19.921 15.221 20.076 C 14.703 20.276,14.511 20.336,14.000 20.459 C 13.093 20.678,11.849 20.742,10.892 20.619 C 10.107 20.519,9.040 20.221,8.481 19.948 L 8.302 19.860 8.119 19.000 C 8.018 18.527,7.906 18.083,7.869 18.014 C 7.772 17.831,7.570 17.720,7.335 17.720 C 7.227 17.720,6.820 17.789,6.431 17.873 L 5.724 18.026 5.527 17.823 C 5.419 17.711,5.244 17.512,5.138 17.380 L 4.946 17.140 8.593 17.130 L 12.240 17.120 12.240 15.780 L 12.240 14.440 11.140 14.440 L 10.040 14.440 10.040 13.617 L 10.040 12.794 11.310 12.809 C 12.410 12.823,12.606 12.834,12.771 12.897 M7.000 18.702 C 7.361 18.884,7.489 19.381,7.263 19.723 C 7.078 20.002,6.722 20.109,6.410 19.978 C 6.212 19.896,6.123 19.810,6.035 19.620 C 5.757 19.015,6.403 18.400,7.000 18.702 M17.493 18.698 C 18.131 18.926,18.104 19.827,17.453 20.042 C 17.016 20.187,16.551 19.837,16.551 19.363 C 16.551 19.147,16.623 18.987,16.786 18.835 C 16.988 18.648,17.225 18.602,17.493 18.698 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="search" stroke="currentColor" viewBox="0 0 20 20"><path d="M8.900 4.037 C 6.770 4.278,4.966 5.726,4.299 7.730 C 4.067 8.428,4.020 8.724,4.020 9.500 C 4.020 10.083,4.031 10.235,4.095 10.533 C 4.419 12.044,5.214 13.240,6.448 14.072 C 7.029 14.463,7.708 14.743,8.467 14.904 C 8.937 15.004,9.988 15.014,10.450 14.923 C 11.125 14.791,11.868 14.506,12.394 14.178 L 12.640 14.025 13.745 15.126 C 14.818 16.196,14.855 16.229,15.005 16.251 C 15.215 16.281,15.349 16.246,15.488 16.125 C 15.728 15.914,15.781 15.625,15.625 15.364 C 15.577 15.283,15.094 14.774,14.552 14.234 C 14.010 13.693,13.567 13.239,13.567 13.224 C 13.567 13.210,13.651 13.098,13.754 12.977 C 14.311 12.320,14.736 11.402,14.923 10.450 C 15.014 9.989,15.004 8.936,14.904 8.471 C 14.579 6.951,13.784 5.758,12.540 4.922 C 11.497 4.222,10.153 3.895,8.900 4.037 M10.333 5.283 C 12.061 5.628,13.427 7.026,13.737 8.767 C 13.795 9.088,13.795 9.912,13.737 10.233 C 13.584 11.091,13.154 11.915,12.534 12.534 C 10.856 14.212,8.160 14.220,6.481 12.551 C 5.979 12.052,5.618 11.463,5.408 10.800 C 5.261 10.338,5.218 10.043,5.218 9.500 C 5.218 9.234,5.238 8.904,5.263 8.767 C 5.368 8.178,5.652 7.498,6.003 7.000 C 6.228 6.680,6.680 6.228,7.000 6.003 C 7.509 5.645,8.220 5.350,8.767 5.270 C 8.904 5.250,9.054 5.227,9.100 5.219 C 9.260 5.191,10.085 5.234,10.333 5.283 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="sendgrid" stroke="currentColor" viewBox="0 0 24 24"><path d="M9.664 3.063 C 9.436 3.146,9.257 3.297,9.131 3.511 L 9.020 3.700 9.020 6.000 L 9.020 8.300 9.131 8.489 C 9.192 8.592,9.301 8.723,9.374 8.778 C 9.667 9.001,9.649 9.000,12.227 9.000 C 14.850 9.000,14.763 8.992,14.922 9.252 C 14.997 9.375,15.000 9.470,15.000 11.760 C 15.000 13.276,15.015 14.194,15.042 14.289 C 15.104 14.512,15.316 14.763,15.539 14.878 L 15.738 14.980 17.936 14.991 C 20.430 15.003,20.395 15.007,20.701 14.701 C 21.023 14.379,21.003 14.790,20.991 8.918 L 20.980 3.700 20.869 3.511 C 20.740 3.291,20.563 3.146,20.322 3.061 C 20.070 2.972,9.906 2.974,9.664 3.063 M3.708 9.058 C 3.444 9.152,3.264 9.300,3.139 9.524 L 3.020 9.740 3.020 15.000 C 3.020 20.122,3.022 20.264,3.097 20.416 C 3.196 20.615,3.385 20.804,3.584 20.903 C 3.736 20.978,3.888 20.980,8.914 20.991 C 12.237 20.997,14.140 20.987,14.234 20.962 C 14.498 20.890,14.731 20.710,14.860 20.477 L 14.980 20.260 14.991 18.089 C 14.998 16.719,14.988 15.863,14.962 15.769 C 14.890 15.502,14.711 15.269,14.477 15.140 L 14.260 15.020 11.771 15.000 L 9.281 14.980 9.151 14.849 L 9.020 14.719 9.000 12.229 L 8.980 9.740 8.860 9.523 C 8.732 9.292,8.502 9.112,8.241 9.040 C 8.157 9.016,7.250 9.001,5.980 9.002 C 4.301 9.003,3.828 9.015,3.708 9.058 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="skills" stroke="currentColor" viewBox="0 0 24 24"><path d="M10.407 1.923 C 9.575 2.031,8.731 2.399,8.080 2.938 C 7.865 3.116,7.855 3.120,7.576 3.120 C 6.450 3.120,5.264 3.696,4.556 4.585 C 4.314 4.889,4.027 5.380,3.940 5.638 C 3.889 5.789,3.839 5.845,3.649 5.967 C 2.883 6.460,2.211 7.286,1.939 8.069 C 1.726 8.681,1.709 9.412,1.895 10.044 L 1.996 10.388 1.881 10.684 C 1.686 11.187,1.627 11.609,1.652 12.340 C 1.681 13.205,1.836 13.792,2.202 14.419 C 2.974 15.740,4.339 16.477,6.140 16.547 C 6.761 16.571,7.185 16.535,7.707 16.414 L 7.993 16.347 8.274 16.513 C 8.911 16.892,9.549 17.078,10.320 17.108 C 10.867 17.130,11.208 17.097,11.725 16.973 L 11.990 16.909 12.386 17.173 C 12.604 17.318,12.921 17.500,13.090 17.577 C 13.384 17.711,14.032 17.925,14.312 17.981 C 14.424 18.003,14.605 18.198,15.537 19.295 C 16.139 20.003,16.707 20.652,16.801 20.736 C 17.127 21.031,17.702 21.199,18.116 21.121 C 18.420 21.063,19.231 20.803,19.454 20.692 C 19.998 20.419,20.400 19.771,20.400 19.165 C 20.400 18.792,20.304 18.527,19.860 17.667 L 19.438 16.850 19.540 16.784 C 19.739 16.654,20.204 16.185,20.421 15.898 C 20.833 15.349,21.127 14.684,21.260 13.993 C 21.337 13.597,21.345 12.623,21.276 12.151 L 21.230 11.836 21.454 11.405 C 22.138 10.087,22.266 8.667,21.820 7.333 C 21.670 6.883,21.522 6.575,21.293 6.232 C 20.694 5.336,19.860 4.687,18.860 4.338 C 18.564 4.234,18.508 4.195,18.118 3.823 C 17.470 3.203,16.800 2.846,15.960 2.671 C 15.637 2.604,15.476 2.595,14.880 2.613 C 14.459 2.625,14.086 2.657,13.945 2.692 L 13.709 2.752 13.505 2.621 C 12.587 2.035,11.474 1.784,10.407 1.923 M11.409 3.981 C 11.469 4.004,11.457 4.038,11.315 4.247 C 11.014 4.690,10.901 5.017,10.820 5.673 C 10.775 6.037,10.755 6.101,10.654 6.207 C 10.498 6.371,10.282 6.475,9.958 6.543 C 9.449 6.649,9.258 6.774,9.096 7.105 C 9.002 7.297,8.992 7.356,9.009 7.621 C 9.044 8.175,9.372 8.513,9.909 8.548 C 10.266 8.572,10.857 8.421,11.327 8.187 L 11.674 8.014 11.896 8.164 C 12.252 8.403,12.744 8.561,13.135 8.560 C 13.487 8.559,13.928 8.235,14.042 7.895 C 14.158 7.549,14.083 7.173,13.848 6.912 C 13.683 6.729,13.474 6.613,13.247 6.576 C 13.098 6.553,13.080 6.535,12.987 6.325 C 12.779 5.854,12.810 5.632,13.130 5.293 C 13.499 4.903,14.036 4.643,14.657 4.554 C 15.696 4.403,16.604 4.916,17.114 5.941 C 17.250 6.213,17.260 6.220,17.610 6.260 C 17.998 6.304,18.553 6.473,18.895 6.650 C 19.642 7.038,20.036 7.680,20.104 8.620 C 20.125 8.912,20.075 9.538,20.027 9.586 C 20.016 9.597,19.907 9.525,19.786 9.426 C 19.093 8.863,18.079 8.462,17.092 8.362 C 16.631 8.316,16.500 8.332,16.232 8.465 C 15.680 8.741,15.546 9.500,15.966 9.977 C 16.177 10.217,16.349 10.288,16.820 10.326 C 17.362 10.371,17.561 10.420,17.958 10.609 C 18.644 10.936,19.198 11.659,19.341 12.414 C 19.417 12.815,19.416 13.429,19.339 13.756 C 19.196 14.358,18.697 14.999,18.091 15.357 C 17.491 15.712,16.603 15.951,15.548 16.041 C 14.966 16.091,14.926 16.088,14.428 15.954 L 14.117 15.870 14.530 15.445 C 14.997 14.964,15.272 14.567,15.549 13.971 L 15.740 13.560 16.162 13.560 C 16.536 13.560,16.608 13.548,16.792 13.456 C 17.053 13.326,17.225 13.122,17.306 12.844 C 17.455 12.335,17.202 11.841,16.670 11.599 C 16.532 11.536,16.410 11.522,16.020 11.522 C 14.726 11.524,14.049 11.908,13.825 12.767 C 13.711 13.206,13.412 13.664,12.952 14.106 C 12.360 14.674,11.552 15.045,10.771 15.108 C 10.105 15.162,9.181 14.758,8.638 14.175 C 8.376 13.893,8.218 13.648,8.014 13.208 C 7.805 12.758,7.695 12.626,7.420 12.495 C 6.641 12.127,5.766 12.832,5.980 13.655 C 6.013 13.778,6.111 14.023,6.199 14.199 C 6.288 14.375,6.360 14.528,6.360 14.539 C 6.360 14.581,5.917 14.558,5.653 14.502 C 5.028 14.369,4.638 14.186,4.329 13.880 C 3.794 13.349,3.578 12.570,3.722 11.685 C 3.780 11.330,3.891 11.128,4.070 11.053 C 4.533 10.860,5.361 10.836,5.900 11.001 C 6.611 11.219,6.613 11.219,6.855 11.165 C 7.440 11.034,7.766 10.457,7.591 9.865 C 7.561 9.761,7.468 9.625,7.341 9.498 C 7.175 9.332,7.084 9.278,6.820 9.191 C 6.177 8.979,5.718 8.908,4.980 8.906 C 4.600 8.905,4.195 8.925,4.063 8.952 C 3.933 8.978,3.817 8.991,3.806 8.979 C 3.771 8.944,3.923 8.510,4.047 8.291 C 4.208 8.006,4.582 7.678,5.056 7.407 L 5.453 7.180 5.565 6.845 C 5.973 5.631,6.494 5.200,7.556 5.200 C 7.749 5.200,8.056 5.220,8.237 5.244 L 8.566 5.289 8.953 4.911 C 9.705 4.178,10.295 3.900,11.020 3.938 C 11.196 3.947,11.371 3.967,11.409 3.981 M12.215 9.358 C 11.103 9.533,10.278 10.357,10.057 11.511 C 9.905 12.305,10.051 12.801,10.512 13.052 C 10.887 13.256,11.285 13.229,11.615 12.978 C 11.850 12.798,11.962 12.556,12.005 12.136 C 12.045 11.737,12.175 11.443,12.347 11.363 C 12.409 11.334,12.594 11.295,12.758 11.276 C 13.130 11.234,13.370 11.095,13.535 10.829 C 13.827 10.356,13.657 9.734,13.161 9.464 C 12.926 9.336,12.590 9.298,12.215 9.358 M17.997 18.280 C 18.149 18.599,18.279 18.884,18.287 18.914 C 18.295 18.947,18.240 18.990,18.150 19.022 L 17.999 19.076 17.520 18.480 C 17.256 18.152,17.040 17.868,17.040 17.849 C 17.040 17.815,17.577 17.683,17.671 17.694 C 17.699 17.697,17.846 17.961,17.997 18.280 " stroke="none" fill-rule="evenodd"></path></symbol><symbol id="sparkle" stroke="currentColor" viewBox="0 0 20 20"><path d="M10.359 3.533 C 10.347 3.579,10.328 3.729,10.317 3.867 C 10.231 4.927,9.870 6.002,9.308 6.867 C 8.254 8.489,6.294 9.627,4.050 9.919 C 3.830 9.947,3.590 9.983,3.517 9.998 L 3.383 10.025 3.562 10.029 C 3.809 10.035,4.375 10.120,4.833 10.221 C 5.428 10.352,6.067 10.579,6.650 10.865 C 7.440 11.252,7.890 11.560,8.429 12.081 C 9.566 13.183,10.161 14.485,10.331 16.247 C 10.370 16.646,10.400 16.743,10.400 16.468 C 10.400 16.020,10.630 14.922,10.849 14.319 C 11.096 13.642,11.417 13.020,11.796 12.485 C 12.064 12.105,12.659 11.502,13.067 11.195 C 13.456 10.902,14.234 10.497,14.683 10.353 C 15.214 10.184,15.999 10.035,16.375 10.034 C 16.647 10.033,16.548 9.983,16.190 9.940 C 15.261 9.830,14.172 9.448,13.373 8.953 C 11.565 7.831,10.538 5.988,10.391 3.600 C 10.383 3.480,10.377 3.467,10.359 3.533 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="star" stroke="currentColor" viewBox="0 0 20 20"><path d="M9.793 3.034 C 9.582 3.070,9.317 3.219,9.177 3.382 C 9.112 3.458,8.722 4.194,8.283 5.067 C 7.855 5.919,7.485 6.643,7.461 6.675 C 7.425 6.723,7.098 6.779,5.633 6.988 C 4.523 7.146,3.784 7.266,3.675 7.307 C 3.458 7.387,3.209 7.623,3.103 7.850 C 2.928 8.221,2.985 8.694,3.243 9.001 C 3.320 9.094,3.931 9.689,4.600 10.323 C 5.333 11.018,5.821 11.504,5.826 11.547 C 5.832 11.586,5.706 12.352,5.546 13.250 C 5.375 14.214,5.256 14.980,5.254 15.119 C 5.250 15.548,5.498 15.916,5.919 16.106 C 6.118 16.195,6.519 16.210,6.700 16.135 C 6.764 16.108,7.526 15.722,8.393 15.276 C 9.259 14.831,9.982 14.467,9.999 14.467 C 10.016 14.467,10.739 14.831,11.606 15.276 C 12.474 15.722,13.236 16.108,13.300 16.135 C 13.481 16.210,13.882 16.195,14.081 16.106 C 14.345 15.987,14.518 15.823,14.639 15.577 C 14.732 15.387,14.748 15.321,14.746 15.119 C 14.744 14.980,14.625 14.214,14.454 13.250 C 14.294 12.352,14.168 11.585,14.174 11.546 C 14.180 11.502,14.654 11.029,15.400 10.322 C 16.069 9.689,16.680 9.094,16.757 9.002 C 17.233 8.432,16.961 7.497,16.257 7.283 C 16.161 7.254,15.299 7.119,14.340 6.982 C 13.380 6.846,12.581 6.726,12.564 6.715 C 12.547 6.704,12.174 5.980,11.735 5.106 C 11.260 4.159,10.890 3.460,10.818 3.376 C 10.593 3.115,10.164 2.972,9.793 3.034 M10.812 5.933 C 11.524 7.336,11.623 7.515,11.765 7.642 C 11.852 7.720,11.989 7.808,12.071 7.837 C 12.152 7.867,12.994 8.002,13.942 8.137 C 14.891 8.272,15.663 8.392,15.658 8.404 C 15.654 8.415,15.140 8.908,14.517 9.498 C 13.182 10.762,13.149 10.796,13.038 11.033 C 12.904 11.319,12.923 11.530,13.243 13.317 C 13.397 14.178,13.519 14.888,13.514 14.894 C 13.510 14.900,12.801 14.544,11.940 14.102 C 10.238 13.228,10.142 13.190,9.813 13.259 C 9.684 13.286,9.133 13.551,8.060 14.102 C 7.199 14.544,6.490 14.900,6.485 14.894 C 6.480 14.888,6.603 14.178,6.757 13.317 C 7.077 11.530,7.096 11.319,6.962 11.033 C 6.851 10.796,6.821 10.765,5.483 9.498 C 4.860 8.908,4.346 8.415,4.342 8.404 C 4.337 8.392,5.109 8.272,6.058 8.137 C 7.006 8.002,7.848 7.867,7.929 7.837 C 8.011 7.808,8.148 7.720,8.235 7.642 C 8.377 7.515,8.476 7.337,9.188 5.933 C 9.625 5.072,9.990 4.367,10.000 4.367 C 10.009 4.367,10.374 5.072,10.812 5.933 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="system" stroke="currentColor" viewBox="0 0 20 20"><path d="M5.667 4.421 C 5.055 4.514,4.587 4.746,4.167 5.167 C 3.833 5.501,3.605 5.889,3.475 6.347 C 3.422 6.533,3.417 6.798,3.417 9.500 C 3.417 12.202,3.422 12.467,3.475 12.653 C 3.735 13.568,4.432 14.265,5.347 14.525 C 5.535 14.579,5.873 14.583,9.983 14.583 C 13.689 14.583,14.447 14.576,14.600 14.536 C 15.552 14.292,16.292 13.552,16.536 12.600 C 16.606 12.329,16.606 6.671,16.536 6.400 C 16.299 5.475,15.607 4.761,14.671 4.476 C 14.498 4.424,14.132 4.419,10.117 4.414 C 7.715 4.411,5.713 4.414,5.667 4.421 M14.504 5.692 C 14.861 5.837,15.163 6.139,15.308 6.496 L 15.383 6.683 15.383 9.500 L 15.383 12.317 15.308 12.504 C 15.163 12.861,14.861 13.163,14.504 13.308 L 14.317 13.383 10.000 13.383 L 5.683 13.383 5.496 13.308 C 5.139 13.163,4.837 12.861,4.692 12.504 L 4.617 12.317 4.608 9.569 C 4.598 6.609,4.595 6.670,4.770 6.326 C 4.855 6.161,5.165 5.852,5.333 5.767 C 5.663 5.598,5.514 5.603,10.067 5.610 L 14.317 5.617 14.504 5.692 M8.732 15.475 C 8.295 15.696,8.295 16.304,8.732 16.525 C 8.878 16.598,8.906 16.600,10.000 16.600 C 11.094 16.600,11.122 16.598,11.268 16.525 C 11.705 16.304,11.705 15.696,11.268 15.475 C 11.122 15.402,11.094 15.400,10.000 15.400 C 8.906 15.400,8.878 15.402,8.732 15.475 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="tanstack" stroke="currentColor" viewBox="0 0 20 20"><path d="M8.910 2.065 C 7.790 2.215,6.959 2.466,6.000 2.947 C 3.867 4.015,2.351 5.826,1.748 8.026 C 1.542 8.779,1.520 8.959,1.518 9.933 C 1.517 10.642,1.529 10.889,1.578 11.183 C 1.852 12.822,2.590 14.249,3.783 15.450 C 4.485 16.157,5.200 16.669,6.083 17.101 C 6.932 17.515,7.688 17.750,8.679 17.906 C 9.368 18.015,10.613 18.016,11.287 17.907 C 12.981 17.635,14.327 17.041,15.585 16.008 C 17.126 14.742,18.060 13.153,18.405 11.211 C 18.505 10.645,18.514 9.455,18.423 8.883 C 18.147 7.153,17.445 5.771,16.218 4.550 C 14.874 3.210,13.081 2.338,11.150 2.083 C 10.504 1.998,9.475 1.990,8.910 2.065 M11.067 2.884 C 12.628 3.117,13.977 3.734,15.187 4.771 C 17.048 6.365,17.915 8.894,17.430 11.317 C 17.282 12.054,16.914 12.955,16.495 13.600 C 16.249 13.979,16.244 13.983,16.058 13.904 C 15.831 13.806,14.917 13.463,14.317 13.249 C 13.784 13.060,13.567 13.002,13.567 13.050 C 13.567 13.064,13.626 13.183,13.700 13.316 C 13.773 13.448,13.823 13.566,13.811 13.578 C 13.799 13.590,13.746 13.600,13.693 13.600 C 13.598 13.600,13.433 13.465,13.433 13.388 C 13.433 13.368,13.343 13.191,13.233 12.995 C 13.123 12.798,13.033 12.631,13.033 12.623 C 13.033 12.615,13.100 12.584,13.182 12.552 C 13.337 12.493,13.467 12.337,13.467 12.209 C 13.467 12.109,13.347 11.976,13.217 11.933 C 13.127 11.904,13.010 11.907,12.683 11.949 C 11.983 12.040,11.601 11.945,11.296 11.604 C 11.141 11.430,10.835 10.887,10.872 10.850 C 10.881 10.841,10.959 10.937,11.045 11.063 C 11.228 11.331,11.501 11.599,11.686 11.692 C 11.828 11.764,12.033 11.818,12.033 11.784 C 12.033 11.747,11.969 11.635,11.648 11.113 C 11.478 10.837,11.247 10.447,11.135 10.247 C 11.022 10.047,10.899 9.857,10.861 9.825 C 10.768 9.745,10.595 9.751,10.485 9.838 C 10.392 9.911,10.381 10.019,10.448 10.175 C 10.471 10.228,10.448 10.234,10.212 10.236 C 10.068 10.237,9.785 10.256,9.584 10.277 C 9.289 10.309,9.215 10.328,9.207 10.372 C 9.201 10.403,9.297 10.590,9.419 10.789 C 9.955 11.656,10.282 12.158,10.377 12.258 L 10.480 12.367 10.905 12.367 C 11.138 12.367,11.338 12.380,11.348 12.396 C 11.375 12.440,11.213 12.495,10.950 12.532 C 10.822 12.550,10.613 12.586,10.487 12.612 C 10.360 12.639,10.239 12.654,10.217 12.646 C 10.187 12.634,9.221 11.022,8.790 10.263 C 8.569 9.874,8.261 9.787,8.114 10.072 C 8.034 10.226,8.072 10.341,8.354 10.802 C 8.504 11.047,8.615 11.267,8.625 11.339 C 8.638 11.438,8.602 11.549,8.437 11.922 C 8.158 12.550,8.060 12.739,7.993 12.780 C 7.899 12.837,7.888 12.781,7.930 12.479 C 7.960 12.268,7.961 12.181,7.934 12.154 C 7.913 12.133,7.748 12.113,7.557 12.107 C 7.080 12.094,7.082 12.095,6.971 11.874 C 6.705 11.345,6.582 10.718,6.609 10.037 C 6.641 9.227,6.838 8.590,7.242 7.983 C 7.378 7.780,7.562 7.567,7.602 7.567 C 7.614 7.567,7.602 7.645,7.575 7.742 C 7.508 7.983,7.483 8.642,7.531 8.917 C 7.633 9.500,7.784 9.573,8.148 9.214 C 8.631 8.739,8.818 8.146,8.637 7.667 C 8.588 7.540,8.583 7.500,8.617 7.500 C 8.667 7.500,9.374 7.971,9.833 8.311 C 10.008 8.440,10.274 8.664,10.425 8.809 C 10.577 8.953,10.718 9.066,10.740 9.059 C 10.946 8.990,11.062 8.354,10.948 7.915 C 10.778 7.258,10.313 6.824,9.671 6.723 C 9.541 6.702,9.433 6.676,9.433 6.666 C 9.433 6.655,9.612 6.611,9.831 6.568 C 10.330 6.471,10.932 6.484,11.332 6.599 C 11.468 6.638,11.614 6.662,11.656 6.651 C 11.995 6.566,11.390 5.674,10.780 5.358 C 10.004 4.955,9.286 5.081,8.619 5.737 C 8.453 5.900,8.306 6.033,8.292 6.033 C 8.278 6.033,8.267 5.974,8.267 5.902 C 8.267 5.411,8.021 4.970,7.597 4.698 C 7.204 4.446,6.641 4.392,6.149 4.559 C 5.793 4.680,5.370 4.923,5.346 5.021 C 5.319 5.128,5.345 5.154,5.542 5.218 C 5.784 5.297,6.113 5.473,6.347 5.649 C 6.592 5.832,6.907 6.104,6.893 6.118 C 6.887 6.124,6.740 6.092,6.566 6.048 C 5.948 5.890,5.487 5.956,5.019 6.269 C 4.591 6.556,4.310 6.929,4.122 7.458 C 4.030 7.719,4.019 7.791,4.019 8.133 C 4.018 8.573,4.049 8.667,4.199 8.667 C 4.274 8.667,4.368 8.599,4.628 8.358 C 4.812 8.188,5.084 7.976,5.232 7.888 C 5.769 7.569,6.561 7.282,7.015 7.243 L 7.248 7.222 6.881 7.586 C 6.247 8.215,5.861 8.812,5.617 9.541 C 5.342 10.364,5.227 11.395,5.338 12.033 C 5.407 12.426,5.430 12.388,5.000 12.606 C 4.610 12.802,4.089 13.168,3.703 13.515 L 3.489 13.707 3.428 13.629 C 3.286 13.448,2.836 12.488,2.706 12.089 C 2.472 11.375,2.397 10.946,2.376 10.213 C 2.351 9.312,2.441 8.633,2.689 7.850 C 2.995 6.887,3.734 5.714,4.487 4.998 C 4.945 4.562,5.624 4.106,6.450 3.679 C 7.420 3.177,8.189 2.943,9.233 2.834 C 9.622 2.793,10.642 2.821,11.067 2.884 M9.335 12.392 C 9.449 12.581,9.536 12.742,9.527 12.751 C 9.518 12.760,9.444 12.744,9.364 12.715 C 9.283 12.687,9.123 12.654,9.008 12.643 C 8.894 12.633,8.800 12.618,8.800 12.611 C 8.800 12.604,8.836 12.526,8.881 12.439 C 8.925 12.351,8.972 12.220,8.985 12.148 C 9.030 11.898,9.038 11.904,9.335 12.392 M12.477 12.917 C 12.664 13.221,12.804 13.474,12.793 13.485 C 12.751 13.527,12.517 13.412,12.411 13.298 C 12.344 13.226,12.260 13.167,12.224 13.167 C 12.161 13.167,11.242 13.350,11.125 13.387 C 11.042 13.412,11.053 13.492,11.167 13.683 C 11.221 13.775,11.266 13.861,11.266 13.873 C 11.267 13.908,11.049 13.943,10.975 13.919 C 10.913 13.900,10.565 13.385,10.521 13.248 C 10.502 13.186,10.527 13.177,10.858 13.122 C 11.250 13.056,11.968 12.892,12.100 12.837 C 12.254 12.773,12.409 12.806,12.477 12.917 M7.883 13.882 C 8.531 13.975,9.002 14.115,10.094 14.538 C 11.362 15.030,11.966 15.199,12.717 15.268 C 13.352 15.328,14.199 15.241,14.900 15.047 C 15.386 14.912,15.380 14.913,15.339 14.990 C 15.193 15.262,14.545 15.593,13.844 15.752 C 13.485 15.833,12.562 15.852,12.098 15.787 C 11.283 15.673,10.610 15.466,9.624 15.029 C 8.382 14.478,7.638 14.300,6.572 14.300 C 5.788 14.300,5.092 14.436,4.597 14.685 C 4.352 14.808,4.300 14.809,4.300 14.690 C 4.301 14.637,4.355 14.582,4.492 14.495 C 5.038 14.147,5.506 13.991,6.400 13.855 C 6.620 13.822,7.583 13.839,7.883 13.882 M7.867 15.416 C 8.240 15.498,8.717 15.668,9.350 15.944 C 10.202 16.316,10.883 16.513,11.683 16.619 C 11.992 16.660,11.726 16.709,11.110 16.726 C 10.198 16.750,9.608 16.653,8.917 16.366 C 7.462 15.762,7.146 15.684,6.005 15.643 C 5.503 15.626,5.436 15.617,5.505 15.579 C 5.638 15.505,5.893 15.428,6.161 15.381 C 6.508 15.320,7.526 15.341,7.867 15.416 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="terraform" stroke="currentColor" viewBox="0 0 128 128"><path d="M11.309 24.036 L 11.311 42.347 26.977 51.467 C 35.593 56.483,42.697 60.587,42.762 60.587 C 42.827 60.587,42.879 52.355,42.877 42.293 L 42.874 24.000 27.299 14.933 C 18.733 9.947,11.630 5.835,11.515 5.796 C 11.380 5.750,11.307 12.192,11.309 24.036 M46.345 44.606 L 46.400 62.972 61.760 71.928 C 70.208 76.853,77.288 80.976,77.493 81.089 C 77.848 81.285,77.867 80.354,77.867 62.882 L 77.867 44.469 62.220 35.354 C 53.614 30.341,46.510 26.240,46.432 26.240 C 46.354 26.240,46.315 34.505,46.345 44.606 M97.123 35.372 L 81.498 44.480 81.496 62.862 L 81.493 81.245 91.573 75.373 C 97.117 72.144,104.221 68.010,107.360 66.188 L 113.067 62.874 113.067 44.557 C 113.067 34.483,112.995 26.245,112.907 26.252 C 112.819 26.258,105.716 30.362,97.123 35.372 M46.507 85.498 L 46.507 103.822 62.027 112.850 C 70.563 117.815,77.619 121.917,77.707 121.965 C 77.795 122.013,77.867 113.804,77.867 103.724 L 77.867 85.397 62.347 76.370 C 53.811 71.405,46.755 67.305,46.667 67.259 C 46.579 67.213,46.507 75.420,46.507 85.498 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="textmagic" stroke="currentColor" viewBox="0 0 24 24"><path d="M3.000 9.040 L 3.000 15.080 4.100 15.080 L 5.200 15.080 5.200 18.529 C 5.200 21.957,5.200 21.977,5.279 21.899 C 5.322 21.855,6.606 20.308,8.133 18.460 L 10.908 15.100 8.054 15.090 L 5.200 15.079 5.200 10.160 L 5.200 5.240 12.126 5.240 C 18.719 5.240,19.049 5.243,18.992 5.310 C 18.705 5.640,10.960 15.040,10.960 15.057 C 10.960 15.070,13.219 15.080,15.980 15.080 L 21.000 15.080 21.000 9.040 L 21.000 3.000 12.000 3.000 L 3.000 3.000 3.000 9.040 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="ticket" stroke="currentColor" viewBox="0 0 24 24"><path d="M2.891 4.559 C 2.428 4.669,1.905 5.107,1.686 5.567 C 1.497 5.964,1.474 6.254,1.488 8.020 C 1.502 9.864,1.474 9.750,2.016 10.150 C 2.563 10.554,2.880 11.063,2.970 11.684 C 3.094 12.531,2.726 13.352,1.992 13.872 C 1.800 14.008,1.658 14.143,1.596 14.252 L 1.500 14.420 1.488 15.980 C 1.480 16.919,1.492 17.665,1.517 17.853 C 1.629 18.690,2.283 19.360,3.104 19.479 C 3.482 19.533,20.518 19.533,20.896 19.479 C 21.717 19.360,22.371 18.690,22.483 17.853 C 22.508 17.665,22.520 16.919,22.512 15.980 L 22.500 14.420 22.404 14.252 C 22.342 14.143,22.200 14.008,22.008 13.872 C 20.670 12.926,20.670 11.074,22.008 10.128 C 22.200 9.992,22.342 9.857,22.404 9.748 L 22.500 9.580 22.512 8.020 C 22.526 6.254,22.503 5.964,22.314 5.567 C 22.144 5.210,21.789 4.857,21.420 4.677 L 21.140 4.540 12.080 4.534 C 7.097 4.531,2.962 4.542,2.891 4.559 M15.760 6.457 C 15.760 6.968,15.789 7.082,15.970 7.269 C 16.252 7.562,16.748 7.562,17.030 7.269 C 17.211 7.082,17.240 6.968,17.240 6.457 L 17.240 6.000 18.958 6.000 C 20.205 6.000,20.705 6.013,20.781 6.048 C 20.992 6.144,21.000 6.203,21.000 7.643 L 21.000 8.970 20.667 9.295 C 19.891 10.053,19.509 10.945,19.509 12.000 C 19.509 13.055,19.891 13.947,20.667 14.705 L 21.000 15.030 21.000 16.358 C 21.000 17.738,20.994 17.793,20.825 17.929 C 20.747 17.992,20.588 17.998,18.990 17.999 L 17.240 18.000 17.240 17.543 C 17.240 17.043,17.210 16.919,17.047 16.745 C 16.907 16.595,16.726 16.520,16.504 16.520 C 16.280 16.520,16.132 16.575,15.985 16.713 C 15.799 16.887,15.760 17.030,15.760 17.539 L 15.760 18.000 9.510 17.999 C 3.649 17.998,3.255 17.994,3.175 17.929 C 3.006 17.793,3.000 17.738,3.000 16.358 L 3.000 15.031 3.334 14.703 C 4.114 13.935,4.491 13.055,4.491 12.000 C 4.491 10.944,4.107 10.050,3.332 9.297 L 3.000 8.974 3.001 7.637 C 3.003 6.208,3.009 6.164,3.204 6.056 C 3.283 6.012,4.436 6.003,9.530 6.001 L 15.760 6.000 15.760 6.457 M16.167 9.084 C 16.068 9.134,15.948 9.241,15.887 9.333 C 15.785 9.487,15.779 9.520,15.768 10.097 C 15.755 10.779,15.783 10.877,16.055 11.096 C 16.324 11.314,16.818 11.273,17.045 11.014 C 17.213 10.824,17.240 10.700,17.240 10.135 C 17.240 9.657,17.229 9.563,17.155 9.410 C 16.982 9.052,16.525 8.901,16.167 9.084 M7.167 12.086 C 6.848 12.243,6.682 12.662,6.798 13.013 C 6.868 13.227,7.110 13.424,7.369 13.478 C 7.520 13.509,8.393 13.519,10.263 13.511 C 12.693 13.501,12.951 13.494,13.064 13.432 C 13.229 13.342,13.433 13.105,13.463 12.969 C 13.476 12.909,13.493 12.838,13.501 12.812 C 13.530 12.717,13.410 12.355,13.315 12.253 C 13.263 12.196,13.148 12.116,13.060 12.076 C 12.909 12.006,12.737 12.002,10.120 12.001 C 7.357 12.000,7.339 12.001,7.167 12.086 M16.152 12.842 C 16.071 12.885,15.954 12.986,15.892 13.067 C 15.783 13.210,15.780 13.227,15.767 13.808 C 15.755 14.354,15.761 14.418,15.842 14.584 C 15.971 14.850,16.187 14.980,16.500 14.980 C 16.811 14.980,17.029 14.850,17.155 14.590 C 17.229 14.438,17.240 14.343,17.240 13.866 C 17.240 13.287,17.197 13.116,17.014 12.955 C 16.781 12.750,16.416 12.702,16.152 12.842 M7.420 14.259 C 7.398 14.267,7.331 14.284,7.271 14.297 C 7.211 14.310,7.095 14.379,7.015 14.450 C 6.595 14.818,6.699 15.443,7.220 15.684 C 7.367 15.752,7.507 15.758,9.000 15.758 C 10.493 15.758,10.633 15.752,10.780 15.684 C 11.075 15.547,11.240 15.303,11.240 15.000 C 11.240 14.799,11.181 14.647,11.047 14.506 C 10.810 14.255,10.854 14.261,9.080 14.252 C 8.189 14.248,7.442 14.251,7.420 14.259 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="tiktok" stroke="currentColor" viewBox="0 0 40 40"><path d="M20.933 15.427 C 20.933 27.068,20.957 26.455,20.471 27.433 C 19.554 29.280,17.606 30.221,15.707 29.735 C 14.100 29.324,12.853 27.987,12.526 26.324 C 12.414 25.752,12.486 24.537,12.662 24.033 C 13.214 22.458,14.427 21.383,15.983 21.089 L 16.600 20.972 16.600 18.419 L 16.600 15.867 16.417 15.868 C 16.316 15.869,15.918 15.912,15.533 15.964 C 11.480 16.512,8.319 19.669,7.623 23.866 C 7.487 24.688,7.487 26.179,7.623 27.001 C 8.204 30.507,10.559 33.375,13.768 34.487 C 14.884 34.873,15.425 34.961,16.700 34.964 C 17.921 34.967,18.480 34.885,19.500 34.555 C 21.214 34.001,22.910 32.774,24.036 31.274 C 24.872 30.160,25.559 28.557,25.839 27.067 C 25.947 26.497,25.961 25.860,25.984 20.721 L 26.009 15.009 26.569 15.374 C 28.134 16.394,30.132 17.074,31.878 17.180 L 32.535 17.220 32.517 14.660 L 32.500 12.100 32.033 12.053 C 30.985 11.946,29.712 11.463,28.843 10.843 C 27.985 10.230,27.175 9.279,26.692 8.317 C 26.217 7.372,26.024 6.668,25.896 5.417 L 25.854 5.000 23.393 5.000 L 20.933 5.000 20.933 15.427 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="twitter" stroke="currentColor" viewBox="0 0 20 20"><path d="M12.717 2.833 C 11.410 3.115,10.379 4.024,9.955 5.268 C 9.776 5.793,9.720 6.469,9.812 6.992 L 9.854 7.233 9.701 7.233 C 9.466 7.233,8.763 7.140,8.300 7.048 C 6.090 6.607,3.978 5.413,2.532 3.787 L 2.217 3.433 2.159 3.508 C 2.066 3.628,1.844 4.225,1.783 4.517 C 1.504 5.863,2.007 7.240,3.094 8.106 L 3.338 8.300 3.220 8.300 C 2.911 8.300,2.166 8.101,1.822 7.927 C 1.751 7.891,1.685 7.871,1.673 7.882 C 1.635 7.920,1.730 8.584,1.816 8.880 C 2.172 10.104,3.137 11.063,4.361 11.411 L 4.640 11.490 4.428 11.536 C 4.289 11.567,4.009 11.583,3.608 11.583 C 3.215 11.583,3.000 11.595,3.000 11.618 C 3.000 11.700,3.379 12.403,3.530 12.602 C 3.870 13.050,4.346 13.443,4.858 13.697 C 5.278 13.906,5.570 13.986,6.293 14.088 C 6.353 14.096,6.394 14.116,6.385 14.131 C 6.346 14.193,5.682 14.612,5.328 14.798 C 4.754 15.099,4.113 15.333,3.457 15.484 C 2.842 15.624,1.860 15.696,1.300 15.641 C 1.126 15.624,0.980 15.612,0.976 15.615 C 0.958 15.628,1.591 15.982,1.950 16.160 C 3.063 16.711,4.332 17.072,5.617 17.202 C 6.174 17.258,7.370 17.249,7.913 17.185 C 9.971 16.940,11.636 16.272,13.200 15.066 C 13.611 14.749,14.516 13.845,14.865 13.403 C 15.836 12.174,16.499 10.832,16.885 9.314 C 17.095 8.491,17.168 7.954,17.190 7.083 L 17.209 6.349 17.396 6.211 C 17.794 5.918,18.394 5.323,18.762 4.856 C 19.078 4.454,19.078 4.455,18.752 4.584 C 18.405 4.720,17.978 4.846,17.583 4.930 C 17.241 5.002,16.967 5.044,16.967 5.023 C 16.967 5.016,17.049 4.955,17.149 4.888 C 17.612 4.581,18.094 4.018,18.349 3.486 C 18.588 2.987,18.597 3.001,18.161 3.219 C 17.586 3.508,17.073 3.696,16.442 3.848 L 16.201 3.907 15.992 3.717 C 15.560 3.326,15.008 3.027,14.440 2.877 C 13.988 2.757,13.163 2.736,12.717 2.833 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="vue" stroke="currentColor" viewBox="0 0 25 24"><path d="M3.715 4.042 C 3.743 4.123,12.980 19.955,13.000 19.955 C 13.020 19.955,22.257 4.123,22.285 4.042 C 22.294 4.015,21.103 4.000,18.821 4.000 L 15.344 4.001 14.203 6.000 C 13.576 7.099,13.053 7.999,13.042 7.999 C 13.030 7.999,12.488 7.100,11.837 6.000 L 10.653 4.001 7.177 4.000 C 4.897 4.000,3.706 4.015,3.715 4.042 M7.500 4.250 C 7.525 4.296,7.535 4.333,7.524 4.333 C 7.512 4.333,7.483 4.296,7.458 4.250 C 7.434 4.204,7.423 4.167,7.435 4.167 C 7.446 4.167,7.475 4.204,7.500 4.250 M18.542 4.250 C 18.517 4.296,18.488 4.333,18.476 4.333 C 18.465 4.333,18.475 4.296,18.500 4.250 C 18.525 4.204,18.554 4.167,18.565 4.167 C 18.577 4.167,18.566 4.204,18.542 4.250 M18.417 4.458 C 18.392 4.504,18.363 4.542,18.351 4.542 C 18.340 4.542,18.350 4.504,18.375 4.458 C 18.400 4.412,18.429 4.375,18.440 4.375 C 18.452 4.375,18.441 4.412,18.417 4.458 M7.792 4.750 C 7.816 4.796,7.827 4.833,7.815 4.833 C 7.804 4.833,7.775 4.796,7.750 4.750 C 7.725 4.704,7.715 4.667,7.726 4.667 C 7.738 4.667,7.767 4.704,7.792 4.750 M7.917 4.958 C 7.941 5.004,7.952 5.042,7.940 5.042 C 7.929 5.042,7.900 5.004,7.875 4.958 C 7.850 4.912,7.840 4.875,7.851 4.875 C 7.863 4.875,7.892 4.912,7.917 4.958 M18.125 4.958 C 18.100 5.004,18.071 5.042,18.060 5.042 C 18.048 5.042,18.059 5.004,18.083 4.958 C 18.108 4.912,18.137 4.875,18.149 4.875 C 18.160 4.875,18.150 4.912,18.125 4.958 M9.877 10.292 C 11.583 13.202,12.988 15.583,13.000 15.583 C 13.012 15.583,14.417 13.202,16.123 10.292 L 19.225 5.000 19.904 5.000 C 20.278 5.000,20.583 5.009,20.583 5.021 C 20.583 5.062,13.024 18.000,13.000 18.000 C 12.976 18.000,5.417 5.062,5.417 5.021 C 5.417 5.009,5.722 5.000,6.096 5.000 L 6.775 5.000 9.877 10.292 M8.208 5.458 C 8.233 5.504,8.244 5.542,8.232 5.542 C 8.221 5.542,8.191 5.504,8.167 5.458 C 8.142 5.412,8.131 5.375,8.143 5.375 C 8.154 5.375,8.184 5.412,8.208 5.458 M17.833 5.458 C 17.809 5.504,17.779 5.542,17.768 5.542 C 17.756 5.542,17.767 5.504,17.792 5.458 C 17.816 5.412,17.846 5.375,17.857 5.375 C 17.869 5.375,17.858 5.412,17.833 5.458 M17.708 5.667 C 17.684 5.712,17.654 5.750,17.643 5.750 C 17.631 5.750,17.642 5.712,17.667 5.667 C 17.691 5.621,17.721 5.583,17.732 5.583 C 17.744 5.583,17.733 5.621,17.708 5.667 M8.500 5.958 C 8.525 6.004,8.535 6.042,8.524 6.042 C 8.512 6.042,8.483 6.004,8.458 5.958 C 8.434 5.912,8.423 5.875,8.435 5.875 C 8.446 5.875,8.475 5.912,8.500 5.958 M8.625 6.167 C 8.650 6.212,8.660 6.250,8.649 6.250 C 8.637 6.250,8.608 6.212,8.583 6.167 C 8.559 6.121,8.548 6.083,8.560 6.083 C 8.571 6.083,8.600 6.121,8.625 6.167 M17.417 6.167 C 17.392 6.212,17.363 6.250,17.351 6.250 C 17.340 6.250,17.350 6.212,17.375 6.167 C 17.400 6.121,17.429 6.083,17.440 6.083 C 17.452 6.083,17.441 6.121,17.417 6.167 M8.917 6.667 C 8.941 6.712,8.952 6.750,8.940 6.750 C 8.929 6.750,8.900 6.712,8.875 6.667 C 8.850 6.621,8.840 6.583,8.851 6.583 C 8.863 6.583,8.892 6.621,8.917 6.667 M17.125 6.667 C 17.100 6.712,17.071 6.750,17.060 6.750 C 17.048 6.750,17.059 6.712,17.083 6.667 C 17.108 6.621,17.137 6.583,17.149 6.583 C 17.160 6.583,17.150 6.621,17.125 6.667 M17.000 6.875 C 16.975 6.921,16.946 6.958,16.935 6.958 C 16.923 6.958,16.934 6.921,16.958 6.875 C 16.983 6.829,17.012 6.792,17.024 6.792 C 17.035 6.792,17.025 6.829,17.000 6.875 M9.208 7.167 C 9.233 7.212,9.244 7.250,9.232 7.250 C 9.221 7.250,9.191 7.212,9.167 7.167 C 9.142 7.121,9.131 7.083,9.143 7.083 C 9.154 7.083,9.184 7.121,9.208 7.167 M9.333 7.375 C 9.358 7.421,9.369 7.458,9.357 7.458 C 9.346 7.458,9.316 7.421,9.292 7.375 C 9.267 7.329,9.256 7.292,9.268 7.292 C 9.279 7.292,9.309 7.329,9.333 7.375 M16.708 7.375 C 16.684 7.421,16.654 7.458,16.643 7.458 C 16.631 7.458,16.642 7.421,16.667 7.375 C 16.691 7.329,16.721 7.292,16.732 7.292 C 16.744 7.292,16.733 7.329,16.708 7.375 M9.625 7.875 C 9.650 7.921,9.660 7.958,9.649 7.958 C 9.637 7.958,9.608 7.921,9.583 7.875 C 9.559 7.829,9.548 7.792,9.560 7.792 C 9.571 7.792,9.600 7.829,9.625 7.875 M16.417 7.875 C 16.392 7.921,16.363 7.958,16.351 7.958 C 16.340 7.958,16.350 7.921,16.375 7.875 C 16.400 7.829,16.429 7.792,16.440 7.792 C 16.452 7.792,16.441 7.829,16.417 7.875 M16.292 8.083 C 16.267 8.129,16.238 8.167,16.226 8.167 C 16.215 8.167,16.225 8.129,16.250 8.083 C 16.275 8.037,16.304 8.000,16.315 8.000 C 16.327 8.000,16.316 8.037,16.292 8.083 M9.917 8.375 C 9.941 8.421,9.952 8.458,9.940 8.458 C 9.929 8.458,9.900 8.421,9.875 8.375 C 9.850 8.329,9.840 8.292,9.851 8.292 C 9.863 8.292,9.892 8.329,9.917 8.375 M10.042 8.583 C 10.066 8.629,10.077 8.667,10.065 8.667 C 10.054 8.667,10.025 8.629,10.000 8.583 C 9.975 8.537,9.965 8.500,9.976 8.500 C 9.988 8.500,10.017 8.537,10.042 8.583 M16.000 8.583 C 15.975 8.629,15.946 8.667,15.935 8.667 C 15.923 8.667,15.934 8.629,15.958 8.583 C 15.983 8.537,16.012 8.500,16.024 8.500 C 16.035 8.500,16.025 8.537,16.000 8.583 M10.333 9.083 C 10.358 9.129,10.369 9.167,10.357 9.167 C 10.346 9.167,10.316 9.129,10.292 9.083 C 10.267 9.037,10.256 9.000,10.268 9.000 C 10.279 9.000,10.309 9.037,10.333 9.083 M15.708 9.083 C 15.684 9.129,15.654 9.167,15.643 9.167 C 15.631 9.167,15.642 9.129,15.667 9.083 C 15.691 9.037,15.721 9.000,15.732 9.000 C 15.744 9.000,15.733 9.037,15.708 9.083 M15.583 9.292 C 15.559 9.337,15.529 9.375,15.518 9.375 C 15.506 9.375,15.517 9.337,15.542 9.292 C 15.566 9.246,15.596 9.208,15.607 9.208 C 15.619 9.208,15.608 9.246,15.583 9.292 M10.625 9.583 C 10.650 9.629,10.660 9.667,10.649 9.667 C 10.637 9.667,10.608 9.629,10.583 9.583 C 10.559 9.537,10.548 9.500,10.560 9.500 C 10.571 9.500,10.600 9.537,10.625 9.583 M10.750 9.792 C 10.775 9.837,10.785 9.875,10.774 9.875 C 10.762 9.875,10.733 9.837,10.708 9.792 C 10.684 9.746,10.673 9.708,10.685 9.708 C 10.696 9.708,10.725 9.746,10.750 9.792 M15.292 9.792 C 15.267 9.837,15.238 9.875,15.226 9.875 C 15.215 9.875,15.225 9.837,15.250 9.792 C 15.275 9.746,15.304 9.708,15.315 9.708 C 15.327 9.708,15.316 9.746,15.292 9.792 M11.042 10.292 C 11.066 10.337,11.077 10.375,11.065 10.375 C 11.054 10.375,11.025 10.337,11.000 10.292 C 10.975 10.246,10.965 10.208,10.976 10.208 C 10.988 10.208,11.017 10.246,11.042 10.292 M15.000 10.292 C 14.975 10.337,14.946 10.375,14.935 10.375 C 14.923 10.375,14.934 10.337,14.958 10.292 C 14.983 10.246,15.012 10.208,15.024 10.208 C 15.035 10.208,15.025 10.246,15.000 10.292 M14.875 10.500 C 14.850 10.546,14.821 10.583,14.810 10.583 C 14.798 10.583,14.809 10.546,14.833 10.500 C 14.858 10.454,14.887 10.417,14.899 10.417 C 14.910 10.417,14.900 10.454,14.875 10.500 M11.333 10.792 C 11.358 10.838,11.369 10.875,11.357 10.875 C 11.346 10.875,11.316 10.838,11.292 10.792 C 11.267 10.746,11.256 10.708,11.268 10.708 C 11.279 10.708,11.309 10.746,11.333 10.792 M11.458 11.000 C 11.483 11.046,11.494 11.083,11.482 11.083 C 11.471 11.083,11.441 11.046,11.417 11.000 C 11.392 10.954,11.381 10.917,11.393 10.917 C 11.404 10.917,11.434 10.954,11.458 11.000 M14.583 11.000 C 14.559 11.046,14.529 11.083,14.518 11.083 C 14.506 11.083,14.517 11.046,14.542 11.000 C 14.566 10.954,14.596 10.917,14.607 10.917 C 14.619 10.917,14.608 10.954,14.583 11.000 M11.750 11.500 C 11.775 11.546,11.785 11.583,11.774 11.583 C 11.762 11.583,11.733 11.546,11.708 11.500 C 11.684 11.454,11.673 11.417,11.685 11.417 C 11.696 11.417,11.725 11.454,11.750 11.500 M14.292 11.500 C 14.267 11.546,14.238 11.583,14.226 11.583 C 14.215 11.583,14.225 11.546,14.250 11.500 C 14.275 11.454,14.304 11.417,14.315 11.417 C 14.327 11.417,14.316 11.454,14.292 11.500 M14.167 11.708 C 14.142 11.754,14.113 11.792,14.101 11.792 C 14.090 11.792,14.100 11.754,14.125 11.708 C 14.150 11.662,14.179 11.625,14.190 11.625 C 14.202 11.625,14.191 11.662,14.167 11.708 M12.042 12.000 C 12.066 12.046,12.077 12.083,12.065 12.083 C 12.054 12.083,12.025 12.046,12.000 12.000 C 11.975 11.954,11.965 11.917,11.976 11.917 C 11.988 11.917,12.017 11.954,12.042 12.000 M12.167 12.208 C 12.191 12.254,12.202 12.292,12.190 12.292 C 12.179 12.292,12.150 12.254,12.125 12.208 C 12.100 12.162,12.090 12.125,12.101 12.125 C 12.113 12.125,12.142 12.162,12.167 12.208 M13.875 12.208 C 13.850 12.254,13.821 12.292,13.810 12.292 C 13.798 12.292,13.809 12.254,13.833 12.208 C 13.858 12.162,13.887 12.125,13.899 12.125 C 13.910 12.125,13.900 12.162,13.875 12.208 M12.458 12.708 C 12.483 12.754,12.494 12.792,12.482 12.792 C 12.471 12.792,12.441 12.754,12.417 12.708 C 12.392 12.662,12.381 12.625,12.393 12.625 C 12.404 12.625,12.434 12.662,12.458 12.708 M13.583 12.708 C 13.559 12.754,13.529 12.792,13.518 12.792 C 13.506 12.792,13.517 12.754,13.542 12.708 C 13.566 12.662,13.596 12.625,13.607 12.625 C 13.619 12.625,13.608 12.662,13.583 12.708 M13.458 12.917 C 13.434 12.963,13.404 13.000,13.393 13.000 C 13.381 13.000,13.392 12.963,13.417 12.917 C 13.441 12.871,13.471 12.833,13.482 12.833 C 13.494 12.833,13.483 12.871,13.458 12.917 M12.750 13.208 C 12.775 13.254,12.785 13.292,12.774 13.292 C 12.762 13.292,12.733 13.254,12.708 13.208 C 12.684 13.162,12.673 13.125,12.685 13.125 C 12.696 13.125,12.725 13.162,12.750 13.208 M12.875 13.417 C 12.900 13.463,12.910 13.500,12.899 13.500 C 12.887 13.500,12.858 13.463,12.833 13.417 C 12.809 13.371,12.798 13.333,12.810 13.333 C 12.821 13.333,12.850 13.371,12.875 13.417 M13.167 13.417 C 13.142 13.463,13.113 13.500,13.101 13.500 C 13.090 13.500,13.100 13.463,13.125 13.417 C 13.150 13.371,13.179 13.333,13.190 13.333 C 13.202 13.333,13.191 13.371,13.167 13.417 " stroke="none" fill-rule="evenodd" fill="currentColor"></path></symbol><symbol id="x" stroke="currentColor" viewBox="0 0 20 20"><path d="M1.224 2.042 C 1.706 2.660,7.867 10.737,7.867 10.749 C 7.867 10.759,6.449 12.387,4.717 14.367 C 2.984 16.346,1.567 17.974,1.567 17.983 C 1.567 17.992,2.171 18.000,2.910 18.000 L 4.254 18.000 6.685 15.219 C 8.023 13.690,9.132 12.442,9.150 12.447 C 9.168 12.451,10.136 13.701,11.300 15.225 L 13.417 17.996 16.142 17.998 C 17.640 17.999,18.867 17.992,18.867 17.983 C 18.867 17.974,17.306 15.903,15.398 13.381 C 13.490 10.859,11.934 8.783,11.940 8.767 C 11.945 8.751,13.238 7.265,14.813 5.466 C 16.387 3.667,17.712 2.151,17.757 2.098 L 17.839 2.000 16.478 2.002 L 15.117 2.004 12.950 4.487 C 11.758 5.852,10.753 6.998,10.716 7.033 C 10.648 7.098,10.644 7.092,8.720 4.549 L 6.792 2.000 3.992 2.000 C 1.757 2.000,1.198 2.008,1.224 2.042 M10.759 9.867 C 13.388 13.341,15.568 16.225,15.605 16.275 L 15.671 16.367 14.922 16.367 L 14.172 16.367 9.298 9.992 C 6.617 6.485,4.409 3.598,4.391 3.574 C 4.364 3.540,4.517 3.534,5.169 3.541 L 5.980 3.550 10.759 9.867 " stroke="none" fill-rule="evenodd"></path></symbol><symbol id="ycombinator" stroke="currentColor" viewBox="0 0 24 24"><path d="M3.000 12.000 L 3.000 21.000 12.000 21.000 L 21.000 21.000 21.000 12.000 L 21.000 3.000 12.000 3.000 L 3.000 3.000 3.000 12.000 M9.813 7.550 C 9.928 7.832,11.602 11.179,11.718 11.360 C 11.782 11.459,11.835 11.567,11.837 11.600 C 11.839 11.633,11.886 11.758,11.942 11.877 C 12.043 12.093,12.043 12.094,12.107 12.003 C 12.142 11.952,12.228 11.774,12.299 11.606 C 12.369 11.438,12.479 11.216,12.543 11.114 C 12.607 11.012,13.047 10.135,13.520 9.165 L 14.380 7.402 15.051 7.401 L 15.722 7.400 15.666 7.490 C 15.636 7.540,14.933 8.859,14.105 10.422 L 12.600 13.265 12.600 15.132 L 12.600 17.000 12.000 17.000 L 11.400 17.000 11.400 15.102 L 11.400 13.204 9.844 10.302 L 8.288 7.400 9.020 7.400 L 9.751 7.400 9.813 7.550 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol><symbol id="youtube" stroke="currentColor" viewBox="0 0 20 20"><path d="M7.215 4.069 C 5.119 4.109,3.868 4.185,3.407 4.303 C 3.125 4.374,2.783 4.545,2.563 4.725 C 1.909 5.256,1.593 6.513,1.499 8.951 C 1.434 10.651,1.581 13.093,1.799 13.946 C 1.883 14.275,2.018 14.611,2.150 14.817 C 2.398 15.207,2.879 15.531,3.404 15.664 C 4.666 15.983,10.685 16.061,15.150 15.816 C 16.432 15.746,16.645 15.713,17.017 15.525 C 17.633 15.214,17.905 14.808,18.151 13.833 C 18.541 12.291,18.626 9.486,18.347 7.317 C 18.218 6.311,17.970 5.393,17.737 5.060 C 17.502 4.723,17.037 4.424,16.559 4.303 C 16.075 4.179,14.981 4.116,12.517 4.067 C 10.679 4.031,9.188 4.032,7.215 4.069 M9.567 8.055 C 9.833 8.193,10.676 8.646,11.442 9.062 C 12.666 9.726,12.827 9.822,12.775 9.860 C 12.655 9.949,11.222 10.701,8.958 11.861 L 8.300 12.199 8.300 9.817 L 8.300 7.436 8.692 7.620 C 8.907 7.721,9.301 7.917,9.567 8.055 " fill="currentColor" stroke="none" fill-rule="evenodd"></path></symbol></svg><!----><!----><!--]--> <!--[!--><!--]--><!--]-->
			
			<script>
				{
					__sveltekit_1nir9yu = {
						base: new URL(".", location).pathname.slice(0, -1),
						env: {}
					};

					const element = document.currentScript.parentElement;

					Promise.all([
						import("./_app/immutable/entry/start.Dbq5CDpA.js"),
						import("./_app/immutable/entry/app.CFBvmkh4.js")
					]).then(([kit, app]) => {
						kit.start(app, element, {
							node_ids: [0, 1213],
							data: [null,null],
							form: null,
							error: null
						});
					});
				}
			</script>
		</div>
    <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"6a6c1b00c04e4c339eee9812352f2ac6"}' crossorigin="anonymous"></script>
</body>
</html>
