{
  "version": 3,
  "sources": ["framer:toplevel:framer:toplevel/default/0"],
  "sourcesContent": ["\n        import * as React from \"react\"\n        import * as ReactDOM from \"react-dom/client\"\n        import * as Framer from \"framer\"\n\n        window.__framer_importFromPackage = (packageAndFilename, exportIdentifier) => () => {\n            return React.createElement(Framer.ErrorPlaceholder, { error: 'Package component not supported: \"' + exportIdentifier + '\" in \"' + packageAndFilename + '\"' })\n        }\n\n        // A lot of libraries assume process.env.NODE_ENV is present in runtime/buildtime, so we are polyfilling it\n        window.process = {\n            ...window.process,\n            env: {\n                ...(window.process ? window.process.env: undefined),\n                NODE_ENV: \"production\"\n            }\n        }\n\n        // Fallback support for stack gaps\n        Framer.installFlexboxGapWorkaroundIfNeeded()\n\n        ;(async () => {\n            const routes = {nQAxGWOf5: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/iJ0MPz6oahijoi84iWBv/6n3OKOX6tC4kXSYPnK9J/nQAxGWOf5.js\")), path: \"/\"}, rUEeXU7Hd: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/yuSbNGGms6wZ2ftMFpjN/9pU5YevjEPJCbtL0Fn1r/rUEeXU7Hd.js\")), path: \"/company\"}, zORMsvukn: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/63kU53RVJIYSSHkhgUTh/usQejlGB6bKtJyBPqigD/zORMsvukn.js\")), path: \"/service\"}, ELcK7bn9P: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/dfPzin7QfR9BVCuKoosG/LJeIoETEjVdmhM4ZO9W4/ELcK7bn9P.js\")), path: \"/service-detail\"}, MqVTym_qu: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/yeancfpHCKEYD217xSFl/IJ0SanPk13xtaXV4LxDD/MqVTym_qu.js\")), path: \"/waitlist\"}, KHV6x0zIz: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/yYFAUhaLZ1MbYJxzijWX/zHbxW6U3EAqArpYRVmpx/KHV6x0zIz.js\")), path: \"/contact\"}, YXVMDnCj5: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/2mLH9SMZe3IhRFCEJOye/qdQeQxZ3SdScq3JJxKZO/YXVMDnCj5.js\")), path: \"/404\"}, QzMco9u4J: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/7yNShDdsBQKHq4iZXI96/Ixg7mqkVFrQ9gXV2fKYQ/QzMco9u4J.js\")), path: \"/project/:byjV43PuY\"}, XiprclGAp: {page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/f61zTned9nKaWNkgTdqq/m47QhIA4WuwQB5Wc0aTE/XiprclGAp.js\"))}}\n            const collectionUtils = {}\n            const locales = [{code: \"en\", id: \"default\", name: \"English\", slug: \"\"}]\n            const notFoundPage = Framer.lazy(() => import(\"https://framerusercontent.com/modules/2mLH9SMZe3IhRFCEJOye/qdQeQxZ3SdScq3JJxKZO/YXVMDnCj5.js\"))\n            const container = document.getElementById(\"main\")\n\n            let routeId, localeId, pathVariables, shouldHydrate = false\n            if (\"framerHydrateV2\" in container.dataset) {\n                const routeData = JSON.parse(container.dataset.framerHydrateV2)\n                routeId = routeData.routeId\n                localeId = routeData.localeId\n                pathVariables = routeData.pathVariables\n                shouldHydrate = true\n            } else {\n                const routeData = Framer.inferInitialRouteFromPath(routes, decodeURIComponent(location.pathname), true, locales)\n                routeId = routeData.routeId\n                localeId = routeData.localeId\n                pathVariables = routeData.pathVariables\n            }\n\n            const route = routes[routeId]\n            const RootComponent = await route.page.preload()\n            routes[routeId].page = RootComponent\n\n            const content = React.createElement(\n                Framer.PageRoot,\n                {\n                    RootComponent,\n                    isWebsite: true,\n                    routeId,\n                    pathVariables,\n                    routes,\n                    collectionUtils,\n                    notFoundPage,\n                    isReducedMotion: undefined,\n                    localeId,\n                    locales,\n                    preserveQueryParams: undefined,\n                }\n            )\n\n            const contentWithFeaturesContext = React.createElement(\n                Framer.LibraryFeaturesProvider,\n                {\n                    children: content,\n                    value: {imgSizesWorkaroundEnabled: false}\n                }\n            )\n\n\n            const page = React.createElement(Framer.PageEffectsProvider, {\n                children: contentWithFeaturesContext,\n                value: {routes: {}}\n            })\n\n            window.__framer_events = window.__framer_events || []\n            function track() {\n                window.__framer_events.push(arguments)\n            }\n\n            function handleRecoverableError(error, { componentStack }) {\n                track(\"published_site_load_recoverable_error\", {\n                    message: String(error),\n                    stack: error instanceof Error && typeof error.stack === \"string\" ? error.stack : null,\n                    componentStack: componentStack\n                })\n\n                console.error(error)\n            }\n\n            if (shouldHydrate) {\n                React.startTransition(() => {\n                    ReactDOM.hydrateRoot(container, page, {\n                        onRecoverableError: handleRecoverableError\n                    })\n                })\n            } else {\n                ReactDOM.createRoot(container, { onRecoverableError: handleRecoverableError }).render(page)\n            }\n        })().catch(error => {\n            track(\"published_site_load_error\", {\n                message: String(error),\n                stack: error instanceof Error && typeof error.stack === \"string\" ? error.stack : null\n            })\n            throw error\n        })\n\n        \n    "],
  "mappings": "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",
  "names": ["window", "packageAndFilename", "exportIdentifier", "B", "ErrorPlaceholder", "installFlexboxGapWorkaroundIfNeeded", "routes", "lazy", "collectionUtils", "locales", "notFoundPage", "container", "routeId", "localeId", "pathVariables", "shouldHydrate", "routeData", "inferInitialRouteFromPath", "RootComponent", "content", "PageRoot", "contentWithFeaturesContext", "LibraryFeaturesProvider", "page", "PageEffectsProvider", "track", "handleRecoverableError", "error", "componentStack", "Z", "d", "r"]
}
