{"version":3,"file":"script_main.wT0ERXxU.mjs","names":["_Fragment","Main","content","breakpoints"],"sources":["https:/framerusercontent.com/modules/OWveDbCoN6FmU24MeXm3/hqHBLZ2eLd4uiOOhHMkW/EnterPopup.js","https:/framerusercontent.com/modules/cYZNXhn8KoecuXlTcCMn/ESQMavTmVGhJ8wq8Hl7A/UEO1K5Qbp.js","framer:toplevel/main"],"sourcesContent":["import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useState,useEffect}from\"react\";import{addPropertyControls,ControlType,motion}from\"framer\";export default function EnterPopup({logo,delay,children}){const[isVisible,setIsVisible]=useState(false);useEffect(()=>{const timer=setTimeout(()=>{setIsVisible(true);},delay*1e3);return()=>clearTimeout(timer);},[delay]);const handleCloseClick=()=>{setIsVisible(false);};return /*#__PURE__*/_jsx(_Fragment,{children:isVisible&&/*#__PURE__*/_jsx(motion.div,{style:backdrop,initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},transition:{duration:.5},children:/*#__PURE__*/_jsxs(motion.div,{style:popup,initial:{y:-100},animate:{y:0},exit:{y:100},transition:{type:\"spring\",stiffness:300,damping:30},children:[/*#__PURE__*/_jsx(\"img\",{style:logoStyles,src:logo,srcSet:logo,alt:\"Logo\"}),/*#__PURE__*/_jsx(\"span\",{onClick:handleCloseClick,style:closeButton,children:\"✕\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Sign Up to Our Email List\"}),/*#__PURE__*/_jsx(\"div\",{style:content,children:children})]})})});}const backdrop={position:\"fixed\",top:\"0\",left:\"0\",width:\"100%\",height:\"100%\",backgroundColor:\"rgba(0, 0, 0, 0.5)\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",zIndex:\"9999\"};const popup={backgroundColor:\"#181818\",padding:\"120px 40px 40px 40px\",borderRadius:\"16px\",width:\"90%\",maxWidth:\"600px\",height:\"80vh\",position:\"relative\",border:\"1px solid #292828\",display:\"flex\",flexDirection:\"column\",alignItems:\"center\",gap:\"50px\"};const logoStyles={position:\"absolute\",top:\"12px\",left:\"30px\",width:\"100px\"};const closeButton={position:\"absolute\",top:\"30px\",right:\"30px\",fontSize:\"30px\",cursor:\"pointer\",color:\"#fff\"};const titleStyles={fontFamily:'\"Tilt Warp\", sans-serif',fontSize:\"40px\",textAlign:\"center\",margin:0,color:\"#FFBB00\"};const content={maxWidth:\"500px\"};addPropertyControls(EnterPopup,{logo:{type:ControlType.Image},delay:{type:ControlType.Number,title:\"Popup Delay (s)\",defaultValue:1,min:1,max:60,step:1},children:{type:ControlType.ComponentInstance}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"EnterPopup\",\"slots\":[\"children\"],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./EnterPopup.map","// Generated by Framer (c76752e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,RenderTarget,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import EnterPopup from\"#framer/local/codeFile/Zi_O6AX/EnterPopup.js\";import{HubSpotForm}from\"#framer/local/codeFile/fRQwCg2/HubspotForm.js\";const HubSpotFormFonts=getFonts(HubSpotForm);const EnterPopupFonts=getFonts(EnterPopup);const breakpoints={};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-RfRdC\";const variantClassNames={kFlciY1YP:\"framer-v-o0nevo\"};const breakpointRules={};const breakpointKeys=Object.keys(breakpointRules);const rules=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RfRdC.framer-roytrk, .framer-RfRdC .framer-roytrk { display: block; }\",\".framer-RfRdC.framer-o0nevo { align-content: center; align-items: center; background-color: var(--token-3f8f9928-d645-4e4a-8f2e-02c4fc06c4c5, #070808); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-RfRdC .framer-1rdxz3y-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-RfRdC .framer-eoafu0-container { height: min-content; position: relative; width: 100%; }\",\".framer-RfRdC .framer-154oteq { background: transparent; flex-grow: 1; height: 0px; margin: 0px; margin-bottom: calc(0 * -1px); position: relative; width: 0px; }\",'[data-layout-template=\"true\"] > #overlay { margin-bottom: calc(0 * -1px); }',\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-RfRdC.framer-o0nevo { gap: 0px; } .framer-RfRdC.framer-o0nevo > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-RfRdC.framer-o0nevo > :first-child { margin-top: 0px; } .framer-RfRdC.framer-o0nevo > :last-child { margin-bottom: 0px; } }\"];const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const getProps=({height,id,width,...props})=>{return{...props};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,children,...restProps}=getProps(props);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{isLayoutTemplate:true,primaryVariantId:\"kFlciY1YP\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\":root body { background: var(--token-3f8f9928-d645-4e4a-8f2e-02c4fc06c4c5, rgb(7, 8, 8)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-o0nevo\",className),\"data-layout-template\":true,ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rdxz3y-container\",children:/*#__PURE__*/_jsx(EnterPopup,{delay:60,height:\"100%\",id:\"Kd0NIPGNF\",layoutId:\"Kd0NIPGNF\",logo:\"https://framerusercontent.com/images/APdnXr1041BxpidRZCp6c7ojlQ.png\",width:\"100%\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-eoafu0-container\",children:/*#__PURE__*/_jsx(HubSpotForm,{formId:\"35cc8da8-91b8-46f9-94e4-80c7b1e16345\",height:\"100%\",hubspotCustomStyles:\"#label-email-35cc8da8-91b8-46f9-94e4-80c7b1e16345 {     display: none; }  #hsForm_35cc8da8-91b8-46f9-94e4-80c7b1e16345 {     display: flex;     Flex-wrap: wrap;     margin: 0;     justify-content: center; }  #hsForm_35cc8da8-91b8-46f9-94e4-80c7b1e16345 .actions {     padding: 0 0 0 4px;     margin: 0; }  .hs-form * {     width: 100%; }  .hs_submit.hs-submit, .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {     margin: 0; }  .hs-input, .hs-button {     height: 64px;     border-radius: 80px !important;     border: 1px solid #C1C1C1; }  .hs-submit {     flex: 0 1 100%; }  #hsForm_35cc8da8-91b8-46f9-94e4-80c7b1e16345 .hs-fieldtype-text.hs_email {     flex: 0 1 100%;     margin-bottom: 16px; }  .hs-button.primary.large {     font-weight: 400; }  .hs-input:not([type=file]) {     background-color: #1A160A; }  #email-35cc8da8-91b8-46f9-94e4-80c7b1e16345 {     padding: 0 20px;     font-size: 14px;     font-family: DM Sans;     color: #fff; }  form>.hs_error_rollup {     display: none; }  .hs-input:focus {     Border-color: #F6BD41; }  label.hs-error-msg.hs-main-font-element, ul.no-list.hs-error-msgs.inputs-list {     display: none; }  .submitted-message.hs-main-font-element {     color: hsl(0, 0%, 100%);     text-align: center; }  .hs-form-booleancheckbox-display {     color: #c1c1c1 !important; }  .legal-consent-container {     padding: 20px 0; }  .legal-consent-container {     order: 2 }\",hubspotFormSelectorId:\"ContactSubscribe\",id:\"ftAm2kdkf\",layoutId:\"ftAm2kdkf\",portalId:\"47494528\",redirectUrl:\"https://stllrgold.com/thank-you/newsletter\",style:{width:\"100%\"},width:\"100%\"})})})})})}),children,/*#__PURE__*/_jsx(\"div\",{className:\"framer-154oteq\"})]}),/*#__PURE__*/_jsx(\"div\",{id:\"template-overlay\"})]})});});const css=target=>{const isStaticRenderer=target===RenderTarget.canvas||target===RenderTarget.export;if(!isStaticRenderer){return[...rules,...breakpointKeys.map(key=>{const query=breakpointRules[key];return`@media ${query} { ${breakpointRules[key].join(\" \")} }`;})];}return[...rules,...breakpointKeys.flatMap(key=>{const selector=breakpointRules[key];return breakpointRules[key].map(rule=>`${selector} ${rule}`);})];};/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1000\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerHitTargets {\"kFlciY1YP\":[\".framer-1rdxz3y-container\"]}\n * @framerBreakpoints {\"kFlciY1YP\":{\"canvasClassName\":\"framer-o0nevo-override\",\"minHeight\":1000,\"name\":\"Desktop\",\"width\":1200}}\n * @framerDefaultVariant kFlciY1YP\n * @framerLayoutTemplate\n */const FramerUEO1K5Qbp=withCSS(Component,css,\"framer-RfRdC\");export default FramerUEO1K5Qbp;FramerUEO1K5Qbp.displayName=\"Main\";FramerUEO1K5Qbp.defaultProps={height:1e3,width:1200};addFonts(FramerUEO1K5Qbp,[{explicitInter:true,fonts:[]},...HubSpotFormFonts,...EnterPopupFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUEO1K5Qbp\",\"slots\":[],\"annotations\":{\"framerLayoutTemplate\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerBreakpoints\":\"{\\\"kFlciY1YP\\\":{\\\"canvasClassName\\\":\\\"framer-o0nevo-override\\\",\\\"minHeight\\\":1000,\\\"name\\\":\\\"Desktop\\\",\\\"width\\\":1200}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"1000\",\"framerDefaultVariant\":\"kFlciY1YP\",\"framerHitTargets\":\"{\\\"kFlciY1YP\\\":[\\\".framer-1rdxz3y-container\\\"]}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","\r\n        import * as Framer from \"framer\";\r\nimport * as React from \"react\";\r\nimport { createPortal } from \"react-dom\";\r\nimport * as ReactDOM from \"react-dom/client\";\r\nimport Main from \"https://framerusercontent.com/modules/cYZNXhn8KoecuXlTcCMn/ESQMavTmVGhJ8wq8Hl7A/UEO1K5Qbp.js\";\r\n\r\n        const routes = {SmM8xpML3: {elements: {C465kxS2c: \"critical-share\", Cewi8DbDP: \"financial-statements\", DlzFxDRp8: \"our-shareholders\", G3k54o77p: \"hero\", hHT0A1le2: \"leadership\", LLVRUrgI9: \"tower\", oK2pMcIIn: \"subscription\", PLa52Qn0R: \"news\", tFrNmlvJ4: \"connect-with-us\", UO_TJoVLx: \"assets\", UWih4ztQ7: \"investors-news\", v6NtrXnfB: \"colomac\", vPgEGlXyl: \"mineral-resource\", Y9uEajV6y: \"about-stllr\", Ym3kQNtwY: \"real-time-value\", zlOSQ2YOp: \"esg\"}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/fQgrw3u7eJvn5YRSY6l0/GXbsGxoQLLJ1CUGFl1zK/SmM8xpML3.js\")), path: \"/\"}, N2Ug7knix: {elements: {FmHYtA3JS: \"mineral-resource\", HeGjfnhaH: \"assets\", I1wmeDnMi: \"connect-with-us\", iqp5ZiG6v: \"leadership\", L0_CS5Jkb: \"subscription\", lAhxLH0VI: \"real-time-value\", P9ox1LmTt: \"colomac\", qxdIv2phC: \"about-stllr\", RS9Y3Uydp: \"tower\", UU4wkvkoY: \"news\", uZDnKUpCn: \"hero\", WQrsIjaLR: \"investors-news\", yE7m1GTD4: \"our-shareholders\", Z_YkcvTid: \"our-shareholders-1\", zyOPJFokN: \"esg\"}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/4VtoqbVOFIr5S3Po9JeY/aZioHCSeNzYdi6eCyMrT/N2Ug7knix.js\")), path: \"/home\"}, IlK_UALzJ: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/cc5rMRv0IzK73DMznrLu/7B5WBBIQZm0BIV65Ng9s/IlK_UALzJ.js\")), path: \"/news\"}, BCD9XtY4R: {elements: {zdn5EuBw5: \"about-stllr\"}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/usr0kAbYaNppHUkGaNgs/geCpBVExAfkt5NPboV33/BCD9XtY4R.js\")), path: \"/got-gold\"}, gclFqF3Sv: {elements: {znVzNbfoC: \"about-stllr\"}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/rrgXAaBvpzxCnXGeJouV/dULfkCqW1mCI2ku6bCXf/gclFqF3Sv.js\")), path: \"/davidlin\"}, FSx87sMvS: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/bVLK6OiRxkT2VsaSy8Zv/JwgUITNfZotgc4c4CDnp/FSx87sMvS.js\")), path: \"/404\"}, XoweUdBj8: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/KLeYL5FB1q4Xsv9dOft9/cOGt77WfamejfE018krw/XoweUdBj8.js\")), path: \"/annual-general-special-meeting\"}, sDpK4bEMt: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/qSsPIhcUe9XmBHHwIKGy/CpHDyIdNmEaTjrgwpwkk/sDpK4bEMt.js\")), path: \"/thank-you/contact\"}, YjA7HvP4v: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/u4KOQ0VmkRcENMifcCTs/TBjvZza0knZXb2psYeh1/YjA7HvP4v.js\")), path: \"/thank-you/investors\"}, m2oF8RgWd: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/iEgzwVi4wqFsjfox0caH/Vv55xVWsVjrBPXTeuUyb/m2oF8RgWd.js\")), path: \"/thank-you/newsletter\"}, G8lCvi15C: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/6WCrSLp1v7IKRj36lOz4/QVXSpuPi84QIiLpCoIje/G8lCvi15C.js\")), path: \"/governance-legal\"}, jYIRIQIrH: {elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/u5WsUTX40QVaB5efd2fm/yamxRhiWh3laz5YIT1tO/jYIRIQIrH.js\")), path: \"/info\"}, Y3QPzGkSd: {collectionId: \"FuUrt2i9f\", elements: {}, page: Framer.lazy(() => import(\"https://framerusercontent.com/modules/54CWhR7pTqe67J4tThhO/6eE3Ex7p4qQLcITg5Hka/Y3QPzGkSd.js\")), path: \"/news/:vBPTD9eTz\"}}\r\n\r\n        const locales = [{code: \"en-CA\", id: \"default\", name: \"English\", slug: \"\"}]\r\n        const collectionUtils = {FuUrt2i9f: async () => (await import(\"https://framerusercontent.com/modules/rNfevVRhpvLKrK1NQ1XM/78Oi0XMnAle6QyjwepAG/FuUrt2i9f.js\"))?.[\"utils\"]}\r\n        const framerSiteId = \"3f86003da2e3cc6dd784d57a306466279cb0d0f8882beae03db94ef8f7f10fe8\"\r\n        function Template({routeId, children, style, ...rest}) {const templateProps = {}\r\nconst props = templateProps[routeId] ?? {}\r\nswitch (routeId) {case \"SmM8xpML3\":\r\ncase \"N2Ug7knix\":\r\ncase \"IlK_UALzJ\":\r\ncase \"BCD9XtY4R\":\r\ncase \"gclFqF3Sv\":\r\ncase \"FSx87sMvS\":\r\ncase \"XoweUdBj8\":\r\ncase \"sDpK4bEMt\":\r\ncase \"YjA7HvP4v\":\r\ncase \"m2oF8RgWd\":\r\ncase \"G8lCvi15C\":\r\ncase \"jYIRIQIrH\":\r\ncase \"Y3QPzGkSd\":\r\nreturn React.createElement(Main, {...props, key: \"Main\", routeId, style}, children(true));\r\ndefault: { return children(false) }}}\r\nexport function getLayoutTemplateBreakpoints(routeId) {switch (routeId) {case \"SmM8xpML3\":\r\ncase \"N2Ug7knix\":\r\ncase \"IlK_UALzJ\":\r\ncase \"BCD9XtY4R\":\r\ncase \"gclFqF3Sv\":\r\ncase \"FSx87sMvS\":\r\ncase \"XoweUdBj8\":\r\ncase \"sDpK4bEMt\":\r\ncase \"YjA7HvP4v\":\r\ncase \"m2oF8RgWd\":\r\ncase \"G8lCvi15C\":\r\ncase \"jYIRIQIrH\":\r\ncase \"Y3QPzGkSd\":\r\nreturn [{hash: \"o0nevo\"}]\r\ndefault: { return undefined }}}\r\n\r\n        export async function getPageRoot({ routeId, pathVariables, localeId }) {\r\n            const rootPreload = routes[routeId].page.preload()\r\n\r\n            const content = React.createElement(\r\n                Framer.PageRoot,\r\n                {\r\n                    isWebsite: true,\r\n                    routeId,\r\n                    pathVariables,\r\n                    routes,\r\n                    collectionUtils,\r\n                    framerSiteId,\r\n                    notFoundPage: Framer.lazy(() => import(\"https://framerusercontent.com/modules/bVLK6OiRxkT2VsaSy8Zv/JwgUITNfZotgc4c4CDnp/FSx87sMvS.js\")),\r\n                    isReducedMotion: undefined,\r\n                    localeId,\r\n                    locales,\r\n                    preserveQueryParams: undefined,\r\n                    siteCanonicalURL: \"https://stllrgold.com\",\r\n                    EditorBar: \r\n            typeof window !== \"undefined\" ? (() => {\r\n                const isBot = /bot|-google|google-|yandex|ia_archiver|crawl|spider/iu.test(navigator.userAgent)\r\n                if (isBot) {\r\n                    console.log(\"[Framer Editor Bar] Unavailable because navigator is bot\")\r\n                    return\r\n                }\r\n\r\n                return Framer.lazy(async () => {\r\n                    const dependencies = {\r\n                        __version: 2,\r\n                        framer: {\r\n                            useCurrentRoute: Framer.useCurrentRoute,\r\n                            useLocaleInfo: Framer.useLocaleInfo,\r\n                            useRouter: Framer.useRouter,\r\n                        },\r\n                        react: {\r\n                            createElement: React.createElement,\r\n                            Fragment: React.Fragment,\r\n                            memo: React.memo,\r\n                            useCallback: React.useCallback,\r\n                            useEffect: React.useEffect,\r\n                            useRef: React.useRef,\r\n                            useState: React.useState,\r\n                        },\r\n                        \"react-dom\": { createPortal },\r\n                    }\r\n\r\n                    window.__framer_editorBarDependencies = dependencies\r\n\r\n                    const { createEditorBar } = await import(\"https://framer.com/edit/init.mjs\")\r\n                    return {\r\n                        default: createEditorBar({ dependencies }),\r\n                    }\r\n                })\r\n            })() : undefined\r\n        ,\r\n                    LayoutTemplate: Template,\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: {editorBarDisableFrameAncestorsSecurity: false, editorBarOnPageEditing: true, motionDivToDiv: false, motionDivToDivBackgroundImage: true, pauseOffscreen: true, replaceNestedLinks: true, synchronousNavigationOnDesktop: false, yieldOnTap: false}\r\n                }\r\n            )\r\n\r\n            const contentWithGracefullyDegradingErrorBoundary = React.createElement(Framer.GracefullyDegradingErrorBoundary, {\r\n                children: contentWithFeaturesContext\r\n            })\r\n\r\n            \r\n            const page = React.createElement(Framer.PageEffectsProvider, {\r\n                children: contentWithGracefullyDegradingErrorBoundary,\r\n                value: {global: {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\"}}, routes: {}}\r\n            })\r\n\r\n            // We don't want the initial render to immediately have to suspend.\r\n            await rootPreload\r\n            return page\r\n        }\r\n\r\n        const isBrowser = typeof document !== \"undefined\"\r\n        if (isBrowser) {\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            window.__framer_events = window.__framer_events || []\r\n\r\n            // Fallback support for stack gaps\r\n            Framer.installFlexboxGapWorkaroundIfNeeded()\r\n\r\n            const container = document.getElementById(\"main\")\r\n            // We know that #main is parsed before this script, so we don't need to wait for DOMContentLoaded or similar events.\r\n            if (\"framerHydrateV2\" in container.dataset) main(true, container)\r\n            else main(false, container)\r\n        }\r\n\r\n        function track() {\r\n            if (!isBrowser) return\r\n            window.__framer_events.push(arguments)\r\n        }\r\n\r\n        async function main(shouldHydrate, container) {\r\n            function handleError(error, errorInfo, recoverable = true) {\r\n                if (error.caught || window.__framer_hadFatalError) return // we already logged it\r\n\r\n                const componentStack = errorInfo?.componentStack\r\n                if (recoverable) {\r\n                    console.warn(\"Recoverable error has happened. Please check any custom code or code overrides to fix server/client mismatches:\\n\", error, componentStack)\r\n                    // we only want to collect 1%, because this can be quite noisy (floods the data pipeline)\r\n                    if (Math.random() > 0.01) return\r\n                } else {\r\n                    console.error(\"Fatal crash has happened. If you are the author of this website, please report this issue to the Framer team via https://www.framer.community/:\\n\", error, componentStack)\r\n                }\r\n                track(recoverable ? \"published_site_load_recoverable_error\" : \"published_site_load_error\", {\r\n                    message: String(error),\r\n                    componentStack, // componentStack is more useful\r\n                    stack: componentStack ? undefined : error instanceof Error && typeof error.stack === \"string\" ? error.stack : null,\r\n                })\r\n            }\r\n\r\n            try {\r\n                let routeId, localeId, pathVariables, breakpoints\r\n                if (shouldHydrate) {\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\r\n                    routeId = Framer.patchRoutesForABTesting(routes, routeId) // Prioritize optimized route id to avoid flickering in browsers not supporting the server-timing header (Safari older than 16.4)\r\n                } else {\r\n                    Framer.patchRoutesForABTesting(routes, undefined) // This must happen before inferInitialRouteFromPath\r\n\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 pagePromise = getPageRoot({ routeId, localeId, pathVariables })\r\n\r\n                \r\nif (typeof window !== \"undefined\") {\r\n    void (async () => {\r\n        const route = routes[routeId]\r\n\r\n        const defaultLocaleId = \"default\"\r\n        const framerLocale = locales.find(({ id }) => !localeId ? id === defaultLocaleId : id === localeId).code\r\n\r\n        let collectionItemId = null\r\n        if (route?.collectionId && collectionUtils) {\r\n              const utils = await collectionUtils[route.collectionId]?.()\r\n              const [slug] = Object.values(pathVariables)\r\n              if (utils && typeof slug === \"string\") {\r\n                  collectionItemId = (await utils.getRecordIdBySlug(slug, framerLocale || undefined)) ?? null\r\n              }\r\n        }\r\n\r\n        const resolvedDateTimeOptions = Intl.DateTimeFormat().resolvedOptions()\r\n        const timezone = resolvedDateTimeOptions.timeZone\r\n        const locale = resolvedDateTimeOptions.locale\r\n\r\n        // wait for the page to be activated before sending the pageview event\r\n        // https://developer.chrome.com/docs/web-platform/prerender-pages#impact-on-analytics\r\n        await new Promise((resolve) => {\r\n            if (document.prerendering) {\r\n                document.addEventListener(\"prerenderingchange\", resolve, { once: true })\r\n            } else {\r\n                resolve()\r\n            }\r\n        })\r\n\r\n        window.__framer_events.push([\r\n            \"published_site_pageview\",\r\n            {\r\n                framerSiteId: framerSiteId ?? null,\r\n                routePath: route?.path || \"/\",\r\n                collectionItemId,\r\n                framerLocale: framerLocale || null,\r\n                webPageId: route?.abTestingVariantId ?? routeId,\r\n                abTestId: route?.abTestId,\r\n                referrer: document.referrer || null,\r\n                url: window.location.href,\r\n                hostname: window.location.hostname || null,\r\n                pathname: window.location.pathname || null,\r\n                hash: window.location.hash || null,\r\n                search: window.location.search || null,\r\n                timezone,\r\n                locale,\r\n            },\r\n            \"eager\"\r\n        ])\r\n\r\n        // Yield to avoid blocking the main thread with the user code\r\n        await Framer.yieldToMain({ priority: \"background\", ensureContinueBeforeUnload: true, continueAfter: \"paint\" })\r\n\r\n        document.dispatchEvent(new CustomEvent(\"framer:pageview\", {\r\n            detail: { framerLocale: framerLocale || null }\r\n        }))\r\n    })()\r\n}\r\n\r\n\r\n                const page = await pagePromise\r\n                if (shouldHydrate) {\r\n                    \r\n\r\n                    Framer.withPerformanceMarks(\"framer-rewrite-breakpoints\", () => {\r\n                        Framer.removeHiddenBreakpointLayersV2(breakpoints)\r\n                        window.__framer_onRewriteBreakpoints?.(breakpoints)\r\n                    })\r\n\r\n                    \r\n\r\n                    const startTransition = React.startTransition\r\n                    startTransition(() => {\r\n                        Framer.markHydrationStart()\r\n                        if (true) Framer.turnOffReactEventHandling()\r\n                        ReactDOM.hydrateRoot(container, page, { onRecoverableError: handleError })\r\n                    })\r\n                } else {\r\n                    \r\n                    ReactDOM.createRoot(container, { onRecoverableError: handleError }).render(page)\r\n                }\r\n            } catch (error) {\r\n                handleError(error, undefined, false)\r\n                throw error\r\n            }\r\n        }\r\n\r\n        \r\n\r\n        \r\n    "],"mappings":"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"}