{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/pIDks7BvDNjtWa77wlqK/s56qe2KxlkZ7CY3lPTHw/VMXWdd9PM.js"],
  "sourcesContent": ["// Generated by Framer (3266cfb)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouteElementId,withCSS,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import LayoutFooter from\"#framer/local/canvasComponent/bEQ2coNIM/bEQ2coNIM.js\";import FormButton from\"#framer/local/canvasComponent/G9b5CLzyM/G9b5CLzyM.js\";import MiscBlurGradient from\"#framer/local/canvasComponent/ItSBDLNPs/ItSBDLNPs.js\";import ElementsLogo from\"#framer/local/canvasComponent/J43O2dMrn/J43O2dMrn.js\";import ElementsCursor from\"#framer/local/canvasComponent/JRhVqE77l/JRhVqE77l.js\";import ElementsWindow from\"#framer/local/canvasComponent/QKk7jG_Gc/QKk7jG_Gc.js\";import LayoutFAQ from\"#framer/local/canvasComponent/tAzjl4tN2/tAzjl4tN2.js\";import Pulse from\"#framer/local/codeFile/k1qfXhM/Pulse.js\";import metadataProvider from\"#framer/local/webPageMetadata/VMXWdd9PM/VMXWdd9PM.js\";const ElementsLogoFonts=getFonts(ElementsLogo);const PulseFonts=getFonts(Pulse);const FormButtonFonts=getFonts(FormButton);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const ElementsWindowFonts=getFonts(ElementsWindow);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const LayoutFAQFonts=getFonts(LayoutFAQ);const MotionMainWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.main);const LayoutFooterFonts=getFonts(LayoutFooter);const MiscBlurGradientFonts=getFonts(MiscBlurGradient);const MiscBlurGradientWithVariantAppearEffect=withVariantAppearEffect(MiscBlurGradient);const ElementsCursorFonts=getFonts(ElementsCursor);const breakpoints={kJDZ76CvR:\"(min-width: 1200px)\",LJbNaYB61:\"(min-width: 810px) and (max-width: 1199px)\",TawAD464N:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Y1KoI\";const variantClassNames={kJDZ76CvR:\"framer-v-yhs085\",LJbNaYB61:\"framer-v-hmylw1\",TawAD464N:\"framer-v-kz9xcs\"};const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:10};const animation2={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition2={damping:40,delay:.075,mass:1,stiffness:400,type:\"spring\"};const textEffect={effect:animation2,repeat:false,startDelay:0,tokenization:\"line\",transition:transition2,trigger:\"onMount\",type:\"appear\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.98,skewX:0,skewY:0,transition:transition1};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition3={damping:30,delay:.2,mass:1,stiffness:400,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"kJDZ76CvR\",Phone:\"TawAD464N\",Tablet:\"LJbNaYB61\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"kJDZ76CvR\"};};const cursor={component:ElementsCursor,variant:\"TCQHSGvab\"};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{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const VR8GI0_Ab3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"zEXrAqvfQ\");const ref1=React.useRef(null);useCustomCursors({\"1xj17em\":cursor});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"kJDZ76CvR\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-8d55b5af-fa52-46ae-86d5-6fffdc241b4a, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-yhs085\",className),\"data-framer-cursor\":\"1xj17em\",ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pg9cw4\",children:/*#__PURE__*/_jsxs(MotionMainWithOptimizedAppearEffect,{animate:animation,className:\"framer-1j43piy\",\"data-framer-appear-id\":\"1j43piy\",\"data-framer-name\":\"Main\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-1ozh7rq\",\"data-framer-appear-id\":\"1ozh7rq\",\"data-framer-name\":\"Container\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3bklb1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TawAD464N:{y:(componentViewport?.y||0)+0+0+0+56+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"48px\",y:(componentViewport?.y||0)+0+0+0+80+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-124jbb6-container\",nodeId:\"Y08xyrfWX\",scopeId:\"VMXWdd9PM\",children:/*#__PURE__*/_jsx(ElementsLogo,{height:\"100%\",id:\"Y08xyrfWX\",layoutId:\"Y08xyrfWX\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dbi76d\",\"data-border\":true,\"data-framer-name\":\"Elements/Chip\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-lk6aao-container\",isAuthoredByUser:true,nodeId:\"MoJ2PZOE9\",scopeId:\"VMXWdd9PM\",children:/*#__PURE__*/_jsx(Pulse,{borderWidth:5,color:\"var(--token-2930bc44-c91b-4c30-943e-1add685a6fe2, rgb(223, 255, 26))\",delay:1,direction:\"out\",height:\"100%\",id:\"MoJ2PZOE9\",layoutId:\"MoJ2PZOE9\",pulseOpacity:.5,pulseSize:7,radiusType:\"full\",radiusValue:20,style:\"solid\",transition:{damping:60,delay:0,mass:1,stiffness:150,type:\"spring\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--token-7d78e336-3e6a-4c64-8307-f4b8a2ae60ad, rgb(18, 18, 18))\",\"--framer-text-transform\":\"uppercase\"},children:\"1m+ IPs mapped and rising\"})}),className:\"framer-yliti9\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-osrphd\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lbnddl\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Qkk7RE0gUmV0cm9ncmFkZS9SZWd1bGFyL3Yw\",\"--framer-font-family\":'\"DM Retrograde\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"48px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7d78e336-3e6a-4c64-8307-f4b8a2ae60ad, rgb(18, 18, 18))\"},children:\"Programmatically convert any IP into GEO location data instantly.\"})}),className:\"framer-1n1mg2m\",effect:textEffect,fonts:[\"BI;DM Retrograde/Regular/v0\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3BhY2UgR3JvdGVzay1yZWd1bGFy\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-ea5c1554-743c-46cf-939d-d8d8b48ee669, rgb(126, 126, 126))\"},children:\"Ip2Geo is a super-lightweight and type-safe library that allows you to convert any IP to geolocation data, 100% free with unlimited uses\u2014no catch. It works exclusively online and can run on both the client and server.\"})}),className:\"framer-uluqir\",fonts:[\"FS;Space Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6x3x02\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TawAD464N:{y:(componentViewport?.y||0)+0+0+0+56+0+0+120+0+0+0+206}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,y:(componentViewport?.y||0)+0+0+0+80+0+0+120+0+0+0+206,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19glcao-container\",nodeId:\"nHosTQc8O\",rendersWithMotion:true,scopeId:\"VMXWdd9PM\",whileTap:animation3,children:/*#__PURE__*/_jsx(FormButton,{GM0Fn93Sc:\"https://www.npmjs.com/package/@minilibs/ip2geo\",height:\"100%\",id:\"nHosTQc8O\",layoutId:\"nHosTQc8O\",style:{height:\"100%\"},variant:\"oB7IhlPbW\",width:\"100%\",wKacBPDMg:\"Install via @npm\"})})})})]})})]}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TawAD464N:{height:480,y:(componentViewport?.y||0)+0+0+0+56+393}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:430,width:`min(max(${componentViewport?.width||\"100vw\"}, 1px) - 32px, 720px)`,y:(componentViewport?.y||0)+0+0+0+80+401,children:/*#__PURE__*/_jsxs(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-ou4itv-container\",\"data-framer-appear-id\":\"ou4itv\",id:\"ou4itv\",initial:animation1,nodeId:\"iNGI_y6Mz\",optimized:true,rendersWithMotion:true,scopeId:\"VMXWdd9PM\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TawAD464N:{style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ElementsWindow,{height:\"100%\",id:\"iNGI_y6Mz\",layoutId:\"iNGI_y6Mz\",style:{maxWidth:\"100%\",width:\"100%\"},VR8GI0_Ab:VR8GI0_Ab3bnx0g({overlay}),width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},className:cx(scopingClassNames,\"framer-1x7wrfb\"),\"data-framer-portal-id\":\"ou4itv\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"w8iK6jUXP\")}),getContainer())})})]})})})})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation4,className:\"framer-e3d9uo\",\"data-framer-appear-id\":\"e3d9uo\",\"data-framer-name\":\"FAQ\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-47csav\",\"data-framer-name\":\"Text Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Qkk7RE0gUmV0cm9ncmFkZS9SZWd1bGFyL3Yw\",\"--framer-font-family\":'\"DM Retrograde\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7d78e336-3e6a-4c64-8307-f4b8a2ae60ad, rgb(18, 18, 18))\"},children:\"FAQ\"})}),className:\"framer-j4ojkq\",fonts:[\"BI;DM Retrograde/Regular/v0\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3BhY2UgR3JvdGVzay1yZWd1bGFy\",\"--framer-font-family\":'\"Space Grotesk\", \"Space Grotesk Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-ea5c1554-743c-46cf-939d-d8d8b48ee669, rgb(126, 126, 126))\"},children:\"Everything you need to know about Ip2Geo.\"})}),className:\"framer-1s9nq0b\",fonts:[\"FS;Space Grotesk-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TawAD464N:{y:(componentViewport?.y||0)+0+0+0+56+905+24+195.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:440,width:`min(max(${componentViewport?.width||\"100vw\"}, 1px) - 32px, 448px)`,y:(componentViewport?.y||0)+0+0+0+80+871+24+195.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lq9836-container\",\"data-framer-name\":\"FAQs\",name:\"FAQs\",nodeId:\"WfmelKXLM\",scopeId:\"VMXWdd9PM\",children:/*#__PURE__*/_jsx(LayoutFAQ,{height:\"100%\",id:\"WfmelKXLM\",layoutId:\"WfmelKXLM\",name:\"FAQs\",style:{width:\"100%\"},width:\"100%\"})})})})]})]})}),/*#__PURE__*/_jsx(\"footer\",{className:\"framer-10p6d75\",\"data-framer-name\":\"Footer\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TawAD464N:{y:(componentViewport?.y||0)+0+1652.2+40+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1642.2+40+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tnrw80-container\",nodeId:\"xm4Aa6w7_\",scopeId:\"VMXWdd9PM\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TawAD464N:{variant:\"hy_0aSoSF\"}},children:/*#__PURE__*/_jsx(LayoutFooter,{height:\"100%\",id:\"xm4Aa6w7_\",layoutId:\"xm4Aa6w7_\",style:{width:\"100%\"},variant:\"sP3min45v\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-136),pixelHeight:2335,pixelWidth:2226,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.8775)`,src:\"https://framerusercontent.com/images/OBXhfZVQNCVYmKIYk59pXIjBo.png\",srcSet:\"https://framerusercontent.com/images/OBXhfZVQNCVYmKIYk59pXIjBo.png?scale-down-to=1024 976w,https://framerusercontent.com/images/OBXhfZVQNCVYmKIYk59pXIjBo.png?scale-down-to=2048 1952w,https://framerusercontent.com/images/OBXhfZVQNCVYmKIYk59pXIjBo.png 2226w\"},className:\"framer-1w35noe\",\"data-framer-name\":\"Graphic\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:componentViewport?.width||\"100vw\",y:928,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mpr7cy-container\",layoutScroll:true,nodeId:\"oewDxUwRe\",rendersWithMotion:true,scopeId:\"VMXWdd9PM\",children:/*#__PURE__*/_jsx(MiscBlurGradientWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref1,target:\"uajRqFhbR\"}],__framer__threshold:1,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"oewDxUwRe\",layoutId:\"oewDxUwRe\",style:{height:\"100%\",width:\"100%\"},variant:\"w_tz8fwwc\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Y1KoI.framer-1fk8ylr, .framer-Y1KoI .framer-1fk8ylr { display: block; }\",\".framer-Y1KoI.framer-yhs085 { align-content: center; align-items: center; background-color: var(--token-8d55b5af-fa52-46ae-86d5-6fffdc241b4a, #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-Y1KoI .framer-1pg9cw4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Y1KoI .framer-1j43piy { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 80px 16px 8px 16px; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); z-index: 2; }\",\".framer-Y1KoI .framer-1ozh7rq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Y1KoI .framer-3bklb1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Y1KoI .framer-124jbb6-container { flex: none; height: 48px; position: relative; width: 48px; }\",\".framer-Y1KoI .framer-1dbi76d { --border-bottom-width: 1px; --border-color: var(--token-fbb46a62-288b-442b-8059-5c9249521eb6, rgba(23, 23, 23, 0.05)); --border-left-width: 1px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background: radial-gradient(28.000000000000004% 84% at 5.6000000000000005% 50%, var(--token-d526f135-b064-4f55-ad70-e3a6bd8f6df5, #ffffff) 0%, var(--token-d526f135-b064-4f55-ad70-e3a6bd8f6df5, rgb(255, 255, 255)) 100%); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px 8px 0px 8px; position: relative; width: min-content; }\",\".framer-Y1KoI .framer-lk6aao-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 8px); position: relative; width: 8px; }\",\".framer-Y1KoI .framer-yliti9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Y1KoI .framer-osrphd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Y1KoI .framer-lbnddl { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Y1KoI .framer-1n1mg2m, .framer-Y1KoI .framer-j4ojkq, .framer-Y1KoI .framer-1s9nq0b { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Y1KoI .framer-uluqir { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 70%; word-break: break-word; word-wrap: break-word; }\",\".framer-Y1KoI .framer-6x3x02 { background-color: rgba(255, 255, 255, 0); flex: none; height: 14px; overflow: hidden; position: relative; width: 1px; }\",\".framer-Y1KoI .framer-19glcao-container { flex: none; height: 35px; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-Y1KoI .framer-ou4itv-container { flex: none; height: auto; max-width: 720px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-Y1KoI.framer-1x7wrfb { inset: 0px; position: fixed; user-select: none; z-index: 2; }\",\".framer-Y1KoI .framer-e3d9uo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 448px; overflow: visible; padding: 24px 0px 24px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Y1KoI .framer-47csav { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Y1KoI .framer-1lq9836-container, .framer-Y1KoI .framer-1tnrw80-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-Y1KoI .framer-10p6d75 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 40px 0px 40px 0px; position: relative; width: 100%; z-index: 4; }\",\".framer-Y1KoI .framer-1w35noe { aspect-ratio: 1.1622516556291391 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 906px); overflow: visible; position: absolute; right: -180px; top: -136px; width: 88%; z-index: 0; }\",\".framer-Y1KoI .framer-1mpr7cy-container { bottom: 0px; flex: none; height: 72px; left: 0px; position: fixed; right: 0px; z-index: 2; }\",'.framer-Y1KoI[data-border=\"true\"]::after, .framer-Y1KoI [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-Y1KoI.framer-yhs085 { width: 810px; } .framer-Y1KoI .framer-lbnddl { width: 85%; } .framer-Y1KoI .framer-1w35noe { height: var(--framer-aspect-ratio-supported, 612px); }}\",\"@media (max-width: 809px) { .framer-Y1KoI.framer-yhs085 { width: 390px; } .framer-Y1KoI .framer-1j43piy { gap: 32px; padding: 56px 16px 8px 16px; } .framer-Y1KoI .framer-osrphd { gap: 20px; } .framer-Y1KoI .framer-lbnddl { width: 90%; } .framer-Y1KoI .framer-ou4itv-container { height: 480px; } .framer-Y1KoI .framer-1w35noe { height: var(--framer-aspect-ratio-supported, 172px); }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1626\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"LJbNaYB61\":{\"layout\":[\"fixed\",\"auto\"]},\"TawAD464N\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"zEXrAqvfQ\":{\"pattern\":\":zEXrAqvfQ\",\"name\":\"footer\"}}\n * @framerResponsiveScreen\n */const FramerVMXWdd9PM=withCSS(Component,css,\"framer-Y1KoI\");export default FramerVMXWdd9PM;FramerVMXWdd9PM.displayName=\"Page\";FramerVMXWdd9PM.defaultProps={height:1626,width:1200};addFonts(FramerVMXWdd9PM,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"DM Retrograde\",source:\"builtIn\",style:\"normal\",url:\"https://framerusercontent.com/assets/AsxleeWh5ZhW5L1QUxbSeyNRNLw.woff2\",weight:\"400\"},{family:\"Space Grotesk\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/6DG6HUOGHOB35UGAANBDBVY77OCFNQOA/MX56D7EXTFRCL3EZPNM332VF6D5TDENT/2MGP255ZY2RSFHKW6LNN6W6BWQGC2LUO.woff2\",weight:\"400\"}]},...ElementsLogoFonts,...PulseFonts,...FormButtonFonts,...ElementsWindowFonts,...LayoutFAQFonts,...LayoutFooterFonts,...MiscBlurGradientFonts,...ElementsCursorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVMXWdd9PM\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"1626\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"zEXrAqvfQ\\\":{\\\"pattern\\\":\\\":zEXrAqvfQ\\\",\\\"name\\\":\\\"footer\\\"}}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LJbNaYB61\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TawAD464N\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["ElementsLogoFonts", "getFonts", "J43O2dMrn_default", "PulseFonts", "PulseEffect", "FormButtonFonts", "G9b5CLzyM_default", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "ElementsWindowFonts", "QKk7jG_Gc_default", "ContainerWithOptimizedAppearEffect", "Container", "LayoutFAQFonts", "tAzjl4tN2_default", "MotionMainWithOptimizedAppearEffect", "LayoutFooterFonts", "bEQ2coNIM_default", "MiscBlurGradientFonts", "ItSBDLNPs_default", "MiscBlurGradientWithVariantAppearEffect", "withVariantAppearEffect", "ElementsCursorFonts", "JRhVqE77l_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "transition2", "textEffect", "animation3", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition3", "animation4", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "cursor", "JRhVqE77l_default", "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", "activeVariantCallback", "delay", "useActiveVariantCallback", "VR8GI0_Ab3bnx0g", "overlay", "loadMore", "args", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "MotionMainWithOptimizedAppearEffect", "MotionDivWithOptimizedAppearEffect", "PropertyOverrides2", "ComponentViewportProvider", "Container", "J43O2dMrn_default", "PulseEffect", "RichText2", "x", "G9b5CLzyM_default", "l", "ContainerWithOptimizedAppearEffect", "QKk7jG_Gc_default", "AnimatePresence", "Ga", "tAzjl4tN2_default", "bEQ2coNIM_default", "Image2", "getLoadingLazyAtYPosition", "MiscBlurGradientWithVariantAppearEffect", "css", "FramerVMXWdd9PM", "withCSS", "VMXWdd9PM_default", "addFonts", "ElementsLogoFonts", "PulseFonts", "FormButtonFonts", "ElementsWindowFonts", "LayoutFAQFonts", "LayoutFooterFonts", "MiscBlurGradientFonts", "ElementsCursorFonts", "__FramerMetadata__"]
}
