{
  "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        function callWhenDOMReady(callback) {\r\n            if (document.readyState === \"interactive\" || document.readyState === \"complete\") {\r\n                callback()\r\n            } else {\r\n                // Note that we\u2019re listening to readystatechange instead of DOMContentLoaded because the latter\r\n                // doesn\u2019t accurately reflect when the DOM is ready. Specifically, it\u2019s delayed by scripts with\r\n                // a defer attribute.\r\n                document.addEventListener(\"readystatechange\", () => {\r\n                    if (document.readyState === \"interactive\") callback()\r\n                })\r\n            }\r\n        }\r\n\r\n        callWhenDOMReady(async function() {\r\n            try {\r\n                const routes = {bJTrxdIXv: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/2q4wvGjQkKCDyYeuuj73/pHFtt14eipnMMwO1lnDX/bJTrxdIXv.js\")), path: \"/\"}, nSfhfWWE3: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/iSwwyDkBoSfgz8bP42hR/WSQGtuCpwHsMkMkJhr8n/nSfhfWWE3.js\")), path: \"/about\"}, rPY9dz9CL: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/u5YrDIgE6MhLzgGzhd53/gcMbzDbgm8AkQ5ISPhCl/rPY9dz9CL.js\")), path: \"/stories\"}, QqHnmBFEM: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/g5ndZiQ8GyZ3oyHoJeJk/q6x7Wlqi90ZPk9rlhiiV/QqHnmBFEM.js\")), path: \"/work\"}, mMsY38q_B: {collectionId: \"UqXEheuX6\", elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/txNj47Fr2OLmW01bYCOG/YXiSGq2RxfEYe3f5x9UW/mMsY38q_B.js\")), path: \"/projects/:aJQ9OnrB2\"}, IMISx7wnp: {collectionId: \"g9xYhqdSL\", elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/a0iGPvzYEBmSe4A3NGCN/Q5nK18FVGNa4fcw0vtwl/IMISx7wnp.js\")), path: \"/blog/:naXWFlzpr\"}, Py6sXzPmd: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/XpfeV4YUJvUhgMIlwgY1/YOjmxEH1vWYeYsTR6qsO/Py6sXzPmd.js\")), path: \"/page/:aJQ9OnrB2\"}}\r\n                const collectionUtils = {g9xYhqdSL: async () => (await import(\"https://framerusercontent.com/modules/88x53yHneJtiooH3jZva/MBEoukDG2KxZP7LV0A3l/g9xYhqdSL.js\"))?.[\"utils\"], UqXEheuX6: async () => (await import(\"https://framerusercontent.com/modules/8ErTaXDGOSK9ARy8XGDU/2Gz8QB0fd6OTT596Sgi7/UqXEheuX6.js\"))?.[\"utils\"]}\r\n                const locales = [{code: \"en-US\", 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 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                        framerSiteId: \"13ebc0328fd9271d5992fb48add8d9fc6e5798d98eece3676ec39119cfa5ab5d\",\r\n                        notFoundPage,\r\n                        isReducedMotion: undefined,\r\n                        localeId,\r\n                        locales,\r\n                        preserveQueryParams: undefined,\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: {}\r\n                    }\r\n                )\r\n\r\n\r\n                const page = React.createElement(Framer.PageEffectsProvider, {\r\n                    children: contentWithFeaturesContext,\r\n                    value: {global: {enter: {mask: {angle: 180, type: \"wipe\", width: \"100%\"}, opacity: 1, rotate: 0, rotate3d: false, rotateX: 0, rotateY: 0, scale: 1, transition: {damping: 30, delay: 0, duration: 0.4, ease: [0.27, 0, 0.51, 1], mass: 1, stiffness: 400, type: \"tween\"}, x: \"0px\", y: \"0px\"}}, routes: {mMsY38q_B: {nSfhfWWE3: {enter: {opacity: 0, rotate: 0, rotate3d: false, rotateX: 0, rotateY: 0, scale: 1, transition: {damping: 30, delay: 0, duration: 0.2, ease: [0.27, 0, 0.51, 1], mass: 1, stiffness: 400, type: \"tween\"}, x: \"0px\", y: \"0px\"}, exit: {opacity: 0, rotate: 0, rotate3d: false, rotateX: 0, rotateY: 0, scale: 1, transition: {damping: 30, delay: 0.2, duration: 0.2, ease: [0.27, 0, 0.51, 1], mass: 1, stiffness: 400, type: \"tween\"}, x: \"0px\", y: \"0px\"}}}, Py6sXzPmd: {nSfhfWWE3: {enter: {opacity: 0, rotate: 0, rotate3d: false, rotateX: 0, rotateY: 0, scale: 1, transition: {damping: 30, delay: 0, duration: 0.2, ease: [0.27, 0, 0.51, 1], mass: 1, stiffness: 400, type: \"tween\"}, x: \"0px\", y: \"0px\"}, exit: {opacity: 0, rotate: 0, rotate3d: false, rotateX: 0, rotateY: 0, scale: 1, transition: {damping: 30, delay: 0.2, duration: 0.2, ease: [0.27, 0, 0.51, 1], mass: 1, stiffness: 400, type: \"tween\"}, x: \"0px\", y: \"0px\"}}}}}\r\n                })\r\n\r\n                if (shouldHydrate) {\r\n                    Framer.withPerformanceMarks(\"framer-rewrite-breakpoints\", () => {\r\n                        Framer.removeHiddenBreakpointLayersV2(breakpoints)\r\n                        window.__framer_onRewriteBreakpoints?.(breakpoints)\r\n                    })\r\n\r\n                    React.startTransition(() => {\r\n                        Framer.markHydrationStart()\r\n                        if (true) Framer.turnOffReactEventHandling()\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        \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", "callWhenDOMReady", "callback", "routes", "lazy", "collectionUtils", "locales", "notFoundPage", "container", "routeId", "localeId", "pathVariables", "breakpoints", "shouldHydrate", "routeData", "inferInitialRouteFromPath", "RootComponent", "content", "PageRoot", "contentWithFeaturesContext", "LibraryFeaturesProvider", "page", "PageEffectsProvider", "withPerformanceMarks", "removeHiddenBreakpointLayersV2", "Z", "markHydrationStart", "turnOffReactEventHandling", "d", "r", "error"]
}
