{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:react-dom@18.2.0/client.js", "framer:toplevel:framer:toplevel/default/0"],
  "sourcesContent": ["import*as t from\"react-dom\";var o=\"default\"in t?t.default:t;var a={};var e=o;a.createRoot=e.createRoot;a.hydrateRoot=e.hydrateRoot;const r=a.createRoot,d=a.hydrateRoot;export{r as createRoot,a as default,d as hydrateRoot};\n\n//# sourceMappingURL=client.js.map", "\r\n        import * as React from \"react\"\r\n        import * as ReactDOM from \"react-dom/client\"\r\n        import * as Framer from \"framer\"\r\n\r\n        window.__framer_importFromPackage = (packageAndFilename, exportIdentifier) => () => {\r\n            return React.createElement(Framer.ErrorPlaceholder, { error: 'Package component not supported: \"' + exportIdentifier + '\" in \"' + packageAndFilename + '\"' })\r\n        }\r\n\r\n        // A lot of libraries assume process.env.NODE_ENV is present in runtime/buildtime, so we are polyfilling it\r\n        window.process = {\r\n            ...window.process,\r\n            env: {\r\n                ...(window.process ? window.process.env: undefined),\r\n                NODE_ENV: \"production\"\r\n            }\r\n        }\r\n\r\n        // Fallback support for stack gaps\r\n        Framer.installFlexboxGapWorkaroundIfNeeded()\r\n\r\n        window.__framer_events = window.__framer_events || []\r\n        function track() {\r\n            window.__framer_events.push(arguments)\r\n        }\r\n\r\n        ;(async () => {\r\n            const routes = {augiA20Il: {elements: {jVFvj9IS7: \"works\"}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/5By0FVaW4nwpkwS5UYxh/AXY3CxVKXtDwy8jRLoHb/augiA20Il.js\")), path: \"/\"}, aS0Ue9ntc: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/ofnJasHwpnv20eJPZvwZ/nGybG8hokEtICF2qtiiu/aS0Ue9ntc.js\")), path: \"/about\"}, lHq1MWkab: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/hm9ML9V70WOKb4vXjCPe/YjoamKxnXiUY1PbOyGzU/lHq1MWkab.js\")), path: \"/connect\"}, nhOjNap1t: {elements: {zyjff91xq: \"works\"}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/bxOt4vkXJWHy6NiQkkmk/Le2y27XWjs8G71Mz53eM/nhOjNap1t.js\")), path: \"/work\"}, cRf69tzJG: {collectionId: \"OOVhxQ5_8\", elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/628xJykAlss9tJxXw0hN/DbdHYSwjZ2A6jWUNcYMw/cRf69tzJG.js\")), path: \"/work/:GboNJY_QY\"}, pVaHgnbWq: {page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/iSw1vjiKi0a0uELRuAth/bBWt0SvTlA3qEwZG4gYM/pVaHgnbWq.js\"))}}\r\n            const collectionUtils = {OOVhxQ5_8: async () => (await import(\"https://framerusercontent.com/modules/yie5zSFgvezJizw74CZi/IzODrAiGcgiaJNROYRs3/OOVhxQ5_8.js\"))?.[\"utils\"]}\r\n            const locales = [{code: \"en\", id: \"default\", name: \"English\", slug: \"\"}]\r\n            const notFoundPage = Framer.lazy(() => import(\"__framer-not-found-page\"))\r\n            const container = document.getElementById(\"main\")\r\n\r\n            let routeId, localeId, pathVariables, breakpoints, shouldHydrate = false\r\n            if (\"framerHydrateV2\" in container.dataset) {\r\n                const routeData = JSON.parse(container.dataset.framerHydrateV2)\r\n                routeId = routeData.routeId\r\n                localeId = routeData.localeId\r\n                pathVariables = routeData.pathVariables\r\n                breakpoints = routeData.breakpoints\r\n                shouldHydrate = true\r\n            } else {\r\n                const routeData = Framer.inferInitialRouteFromPath(routes, decodeURIComponent(location.pathname), true, locales)\r\n                routeId = routeData.routeId\r\n                localeId = routeData.localeId\r\n                pathVariables = routeData.pathVariables\r\n            }\r\n\r\n            const route = routes[routeId]\r\n            const RootComponent = await route.page.preload()\r\n            routes[routeId].page = RootComponent\r\n\r\n            const improveInpDuringHydration = true\r\n            const content = React.createElement(\r\n                Framer.PageRoot,\r\n                {\r\n                    RootComponent,\r\n                    isWebsite: true,\r\n                    routeId,\r\n                    pathVariables,\r\n                    routes,\r\n                    collectionUtils,\r\n                    notFoundPage,\r\n                    isReducedMotion: undefined,\r\n                    localeId,\r\n                    locales,\r\n                    preserveQueryParams: undefined,\r\n                    enableImproveInpDuringHydration: improveInpDuringHydration,\r\n                    shouldMarkHydrationEnd: shouldHydrate,\r\n                }\r\n            )\r\n\r\n            const contentWithFeaturesContext = React.createElement(\r\n                Framer.LibraryFeaturesProvider,\r\n                {\r\n                    children: content,\r\n                    value: {imgSizesWorkaroundEnabled: false}\r\n                }\r\n            )\r\n\r\n\r\n            const page = React.createElement(Framer.PageEffectsProvider, {\r\n                children: contentWithFeaturesContext,\r\n                value: {routes: {}}\r\n            })\r\n\r\n            if (shouldHydrate) {\r\n                performance.mark(\"framer-rewrite-breakpoints-start\")\r\n                Framer.removeHiddenBreakpointLayersV2(breakpoints)\r\n                window.__framer_onRewriteBreakpoints?.(breakpoints)\r\n                performance.mark(\"framer-rewrite-breakpoints-end\")\r\n                performance.measure(\"framer-rewrite-breakpoints\", \"framer-rewrite-breakpoints-start\", \"framer-rewrite-breakpoints-end\")\r\n\r\n                React.startTransition(() => {\r\n                    performance.mark(\"framer-hydration-start\")\r\n                    if (improveInpDuringHydration) window.__FRAMER_TURN_OFF_REACT_EVENT_HANDLING__?.()\r\n                    ReactDOM.hydrateRoot(container, page)\r\n                })\r\n            } else {\r\n                ReactDOM.createRoot(container).render(page)\r\n            }\r\n        })().catch(error => {\r\n            track(\"published_site_load_error\", {\r\n                message: String(error),\r\n                stack: error instanceof Error && typeof error.stack === \"string\" ? error.stack : null\r\n            })\r\n            throw error\r\n        })\r\n\r\n        \r\n    "],
  "mappings": "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",
  "names": ["o", "npm_react_dom_18_2_exports", "Ha", "a", "e", "r", "d", "window", "packageAndFilename", "exportIdentifier", "B", "ErrorPlaceholder", "installFlexboxGapWorkaroundIfNeeded", "track", "routes", "lazy", "collectionUtils", "locales", "notFoundPage", "container", "routeId", "localeId", "pathVariables", "breakpoints", "shouldHydrate", "routeData", "inferInitialRouteFromPath", "RootComponent", "improveInpDuringHydration", "content", "PageRoot", "contentWithFeaturesContext", "LibraryFeaturesProvider", "page", "PageEffectsProvider", "removeHiddenBreakpointLayersV2", "Z", "d", "r", "error"]
}
