{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/e1QisWwkK3ir0kXucJV2/BZCBLG4idxOvb1tFg4cB/WithRedirect.js", "ssg:https://framerusercontent.com/modules/JYJMwXtQiTzgXNauvjYb/Mca1kC2qEzPnXVAcruoj/Ob9kfX2yg.js", "ssg:https://framerusercontent.com/modules/ZeI7vcSPAelqhXxywBb1/eepn281hyyK5sRgqJeS7/Ob9kfX2yg.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect}from\"react\";export function withRedirect(Component){return props=>{useEffect(()=>{const timer=setTimeout(()=>{window.location.href=\"https://www.hitpayapp.com\"// Redirect to the URL you want\n;},5e3)// 5 seconds\n;return()=>clearTimeout(timer);},[]);return /*#__PURE__*/_jsx(Component,{...props});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withRedirect\":{\"type\":\"reactHoc\",\"name\":\"withRedirect\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WithRedirect.map", "// Generated by Framer (ee31e22)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={G1mESio9Q:new LazyValue(()=>import(\"./Ob9kfX2yg-1.js\")),o5Eqpnggv:new LazyValue(()=>import(\"./Ob9kfX2yg-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ee31e22)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import NavbarNavbar from\"#framer/local/canvasComponent/c_3TMTlJs/c_3TMTlJs.js\";import FooterFooter from\"#framer/local/canvasComponent/FjZ5ZtZG6/FjZ5ZtZG6.js\";import ButtonCTAPrimary from\"#framer/local/canvasComponent/lEunyGIos/lEunyGIos.js\";import{withRedirect}from\"#framer/local/codeFile/a7X0pJE/WithRedirect.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/Ob9kfX2yg/Ob9kfX2yg.js\";import metadataProvider from\"#framer/local/webPageMetadata/Ob9kfX2yg/Ob9kfX2yg.js\";const NavbarNavbarFonts=getFonts(NavbarNavbar);const ButtonCTAPrimaryFonts=getFonts(ButtonCTAPrimary);const FooterFooterFonts=getFonts(FooterFooter);const MotionDivWithRedirect1bgdin4=withCodeBoundaryForOverrides(motion.div,{nodeId:\"bjVMxsAo7\",override:withRedirect,scopeId:\"Ob9kfX2yg\"});const breakpoints={aLKVhNvPN:\"(min-width: 1536px)\",bjVMxsAo7:\"(min-width: 1200px) and (max-width: 1535px)\",E3a6vy9Rs:\"(min-width: 768px) and (max-width: 1023px)\",SbPmeoy49:\"(max-width: 767px)\",tz3ifq9Os:\"(min-width: 1024px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-p1LgS\";const variantClassNames={aLKVhNvPN:\"framer-v-sunct7\",bjVMxsAo7:\"framer-v-1bgdin4\",E3a6vy9Rs:\"framer-v-nngmq8\",SbPmeoy49:\"framer-v-50yumj\",tz3ifq9Os:\"framer-v-9nt8q7\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop LG\":\"aLKVhNvPN\",Desktop:\"bjVMxsAo7\",Laptop:\"tz3ifq9Os\",Phone:\"SbPmeoy49\",Tablet:\"E3a6vy9Rs\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"bjVMxsAo7\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);const router=useRouter();const elementId=useRouteElementId(\"pznueOICz\");const ref1=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"bjVMxsAo7\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(MotionDivWithRedirect1bgdin4,{...restProps,className:cx(scopingClassNames,\"framer-1bgdin4\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SbPmeoy49:{width:\"min(94.1026vw, 1344px)\",y:16}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:75,width:\"min(94vw, 1344px)\",y:24,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1115clv-container\",\"data-framer-name\":\"Navigation Bar\",layoutScroll:true,name:\"Navigation Bar\",nodeId:\"jCGOnONx1\",rendersWithMotion:true,scopeId:\"Ob9kfX2yg\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E3a6vy9Rs:{variant:\"eBilU4md9\"},SbPmeoy49:{variant:\"ZbylnCzU7\"}},children:/*#__PURE__*/_jsx(NavbarNavbar,{Bj0Sdos0R:false,height:\"100%\",id:\"jCGOnONx1\",ik4Ts0IqP:false,KusHe3sHz:false,layoutId:\"jCGOnONx1\",name:\"Navigation Bar\",OyD_xewH3:false,style:{maxWidth:\"100%\",width:\"100%\"},variant:\"ka4lRQf2a\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(motion.div,{background:{alt:\"\",fit:\"fill\",positionX:\"center\",positionY:\"bottom\"},className:\"framer-31d7gq\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0),pixelHeight:800,pixelWidth:1440,positionX:\"center\",positionY:\"top\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/lxfP9otdKni0pLjEu29thCQyMu0.png\",srcSet:\"https://framerusercontent.com/images/lxfP9otdKni0pLjEu29thCQyMu0.png?scale-down-to=512 512w,https://framerusercontent.com/images/lxfP9otdKni0pLjEu29thCQyMu0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lxfP9otdKni0pLjEu29thCQyMu0.png 1440w\"},className:\"framer-c0kwzr\",\"data-framer-name\":\"Background (Absolute)\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12ke970\",\"data-framer-name\":\"Text Wrapper\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-153qlkj\",\"data-framer-name\":\"Title & Description\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-11yozcj\",\"data-framer-name\":\"Breadcrumb\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{SbPmeoy49:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hhdW9yYSBNZWRpdW0=\",\"--framer-font-family\":'\"Hauora Medium\", \"Hauora Medium Placeholder\", sans-serif',\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 5, 1)\"},children:\"\u26A0\uFE0F404 Error Code\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hhdW9yYSBNZWRpdW0=\",\"--framer-font-family\":'\"Hauora Medium\", \"Hauora Medium Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 5, 1)\"},children:\"\u26A0\uFE0F404 Error Code\"})}),className:\"framer-o7v1bn\",fonts:[\"CUSTOM;Hauora Medium\"],verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E3a6vy9Rs:{children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO01EIE5pY2hyb21lIERhcms=\",\"--framer-font-family\":'\"MD Nichrome Dark\", \"MD Nichrome Dark Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 5, 1)\"},children:\"Page Not Found\"})})},SbPmeoy49:{children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO01EIE5pY2hyb21lIERhcms=\",\"--framer-font-family\":'\"MD Nichrome Dark\", \"MD Nichrome Dark Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 5, 1)\"},children:\"Page Not Found\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO01EIE5pY2hyb21lIERhcms=\",\"--framer-font-family\":'\"MD Nichrome Dark\", \"MD Nichrome Dark Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 5, 1)\"},children:\"Page Not Found\"})}),className:\"framer-1i633x2\",fonts:[\"CUSTOM;MD Nichrome Dark\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E3a6vy9Rs:{children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hhdW9yYSBSZWd1bGFy\",\"--framer-font-family\":'\"Hauora Regular\", \"Hauora Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(33, 40, 51)\"},children:\"The page you're looking for doesn't exist or may have been moved. Don't worry, you'll be redirected to the homepage in 5 seconds. Sit tight or click the button below to return now.\"})})},SbPmeoy49:{children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hhdW9yYSBSZWd1bGFy\",\"--framer-font-family\":'\"Hauora Regular\", \"Hauora Regular Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(33, 40, 51)\"},children:\"The page you're looking for doesn't exist or may have been moved. Don't worry, you'll be redirected to the homepage in 5 seconds. Sit tight or click the button below to return now.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hhdW9yYSBSZWd1bGFy\",\"--framer-font-family\":'\"Hauora Regular\", \"Hauora Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(33, 40, 51)\"},children:\"The page you're looking for doesn't exist or may have been moved. Don't worry, you'll be redirected to the homepage in 5 seconds. Sit tight or click the button below to return now.\"})}),className:\"framer-1kvoq0f\",fonts:[\"CUSTOM;Hauora Regular\"],verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E3a6vy9Rs:{y:(componentViewport?.y||0)+0+0+0+335+0+274},SbPmeoy49:{width:`min(${componentViewport?.width||\"100vw\"} * 0.9, 1280px)`,y:(componentViewport?.y||0)+0+0+0+353.2+0+237.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"236px\",y:(componentViewport?.y||0)+0+0+0+319.5+0+305,children:/*#__PURE__*/_jsx(Container,{className:\"framer-cjjjro-container\",\"data-framer-name\":\"Get Started\",name:\"Get Started\",nodeId:\"Fz50PzXWA\",rendersWithMotion:true,scopeId:\"Ob9kfX2yg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aLKVhNvPN:{VAWQ0LRmM:resolvedLinks[1]},E3a6vy9Rs:{VAWQ0LRmM:resolvedLinks[3]},SbPmeoy49:{VAWQ0LRmM:resolvedLinks[4]},tz3ifq9Os:{VAWQ0LRmM:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(ButtonCTAPrimary,{h7OSmR99_:false,height:\"100%\",id:\"Fz50PzXWA\",layoutId:\"Fz50PzXWA\",name:\"Get Started\",style:{height:\"100%\",width:\"100%\"},variant:\"FRSkeOPCe\",VAWQ0LRmM:resolvedLinks[0],width:\"100%\",Xp7v6Z_G4:getLocalizedValue(\"v8\",activeLocale)??\"Return to homepage\"})})})})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1266,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1e3,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1115h0j-container\",\"data-framer-name\":\"Footer\",id:elementId,name:\"Footer\",nodeId:\"pznueOICz\",ref:ref1,rendersWithMotion:true,scopeId:\"Ob9kfX2yg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{E3a6vy9Rs:{variant:\"D804Y1hkH\"},SbPmeoy49:{variant:\"sFoooCQcH\"},tz3ifq9Os:{variant:\"k8MhehjZy\"}},children:/*#__PURE__*/_jsx(FooterFooter,{height:\"100%\",id:\"pznueOICz\",layoutId:\"pznueOICz\",name:\"Footer\",style:{width:\"100%\"},variant:\"sWkLSHsU0\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-p1LgS.framer-1fvx0bz, .framer-p1LgS .framer-1fvx0bz { display: block; }\",\".framer-p1LgS.framer-1bgdin4 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-p1LgS .framer-1115clv-container { flex: none; height: auto; left: 50%; max-width: 1344px; position: fixed; top: 24px; transform: translateX(-50%); width: 94%; z-index: 1; }\",\".framer-p1LgS .framer-31d7gq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: 100vh; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-p1LgS .framer-c0kwzr { flex: none; height: 100vh; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-p1LgS .framer-12ke970 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 0px; position: relative; width: 90%; }\",\".framer-p1LgS .framer-153qlkj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-p1LgS .framer-11yozcj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-p1LgS .framer-o7v1bn { --framer-paragraph-spacing: 0px; flex: none; height: auto; mix-blend-mode: darken; position: relative; white-space: pre; width: auto; }\",\".framer-p1LgS .framer-1i633x2 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-p1LgS .framer-1kvoq0f { --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.75; position: relative; white-space: pre-wrap; width: 600px; word-break: break-word; word-wrap: break-word; }\",\".framer-p1LgS .framer-cjjjro-container { flex: none; height: 56px; position: relative; width: 236px; }\",\".framer-p1LgS .framer-1115h0j-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-p1LgS.framer-1bgdin4, .framer-p1LgS .framer-31d7gq, .framer-p1LgS .framer-12ke970, .framer-p1LgS .framer-153qlkj, .framer-p1LgS .framer-11yozcj { gap: 0px; } .framer-p1LgS.framer-1bgdin4 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-p1LgS.framer-1bgdin4 > :first-child, .framer-p1LgS .framer-31d7gq > :first-child, .framer-p1LgS .framer-12ke970 > :first-child, .framer-p1LgS .framer-153qlkj > :first-child { margin-top: 0px; } .framer-p1LgS.framer-1bgdin4 > :last-child, .framer-p1LgS .framer-31d7gq > :last-child, .framer-p1LgS .framer-12ke970 > :last-child, .framer-p1LgS .framer-153qlkj > :last-child { margin-bottom: 0px; } .framer-p1LgS .framer-31d7gq > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-p1LgS .framer-12ke970 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-p1LgS .framer-153qlkj > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-p1LgS .framer-11yozcj > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-p1LgS .framer-11yozcj > :first-child { margin-left: 0px; } .framer-p1LgS .framer-11yozcj > :last-child { margin-right: 0px; } }\",\"@media (min-width: 1536px) { .framer-p1LgS.framer-1bgdin4 { width: 1536px; }}\",\"@media (min-width: 1024px) and (max-width: 1199px) { .framer-p1LgS.framer-1bgdin4 { width: 1024px; }}\",\"@media (min-width: 768px) and (max-width: 1023px) { .framer-p1LgS.framer-1bgdin4 { width: 768px; }}\",\"@media (max-width: 767px) { .framer-p1LgS.framer-1bgdin4 { width: 390px; } .framer-p1LgS .framer-1115clv-container { top: 16px; width: 94%; } .framer-p1LgS .framer-1i633x2 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-p1LgS .framer-1kvoq0f, .framer-p1LgS .framer-cjjjro-container { width: 100%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2066\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"aLKVhNvPN\":{\"layout\":[\"fixed\",\"auto\"]},\"tz3ifq9Os\":{\"layout\":[\"fixed\",\"auto\"]},\"E3a6vy9Rs\":{\"layout\":[\"fixed\",\"auto\"]},\"SbPmeoy49\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"pznueOICz\":{\"pattern\":\":pznueOICz\",\"name\":\"footer\"}}\n * @framerResponsiveScreen\n */const FramerOb9kfX2yg=withCSS(Component,css,\"framer-p1LgS\");export default FramerOb9kfX2yg;FramerOb9kfX2yg.displayName=\"Page\";FramerOb9kfX2yg.defaultProps={height:2066,width:1200};addFonts(FramerOb9kfX2yg,[{explicitInter:true,fonts:[{family:\"Hauora Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/D9a0hUMvwcCh17oVHBHrlhPwy0A.woff2\"},{family:\"MD Nichrome Dark\",source:\"custom\",url:\"https://framerusercontent.com/assets/Qckh3j3IwaEABdZvwqyEekYfDDM.woff2\"},{family:\"Hauora Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/RIU6PGzHesDZKR9GvoEeNnOgVEw.woff2\"}]},...NavbarNavbarFonts,...ButtonCTAPrimaryFonts,...FooterFooterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOb9kfX2yg\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerColorSyntax\":\"true\",\"framerScrollSections\":\"{\\\"pznueOICz\\\":{\\\"pattern\\\":\\\":pznueOICz\\\",\\\"name\\\":\\\"footer\\\"}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aLKVhNvPN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tz3ifq9Os\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"E3a6vy9Rs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"SbPmeoy49\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"2066\",\"framerImmutableVariables\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["withRedirect", "Component", "props", "ue", "timer", "window", "p", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavbarNavbarFonts", "getFonts", "c_3TMTlJs_default", "ButtonCTAPrimaryFonts", "lEunyGIos_default", "FooterFooterFonts", "FjZ5ZtZG6_default", "MotionDivWithRedirect1bgdin4", "withCodeBoundaryForOverrides", "motion", "withRedirect", "breakpoints", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "usePreloadLocalizedValues", "router", "useRouter", "elementId", "useRouteElementId", "ref1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "MotionDivWithRedirect1bgdin4", "PropertyOverrides2", "ComponentViewportProvider", "Container", "c_3TMTlJs_default", "motion", "Image2", "getLoadingLazyAtYPosition", "getLocalizedValue", "x", "RichText2", "ResolveLinks", "resolvedLinks", "lEunyGIos_default", "FjZ5ZtZG6_default", "css", "FramerOb9kfX2yg", "withCSS", "Ob9kfX2yg_default", "addFonts", "NavbarNavbarFonts", "ButtonCTAPrimaryFonts", "FooterFooterFonts", "__FramerMetadata__"]
}
