{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/t2ZM0g8nM7AejsXOkrNh/nxnsMNEWttGEn3YPBBoX/t_C9jr8vy.js"],
  "sourcesContent": ["// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,NotFoundError,PropertyOverrides,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import MenuHeader from\"#framer/local/canvasComponent/sHDtSFoda/sHDtSFoda.js\";import Footer from\"#framer/local/canvasComponent/szMc4FbGj/szMc4FbGj.js\";import CTA from\"#framer/local/canvasComponent/uEUAEBjpg/uEUAEBjpg.js\";import TermsConditions from\"#framer/local/collection/wo3ub6Qoa/wo3ub6Qoa.js\";import*as sharedStyle5 from\"#framer/local/css/co_1XyCaU/co_1XyCaU.js\";import*as sharedStyle from\"#framer/local/css/cVdFp1NgK/cVdFp1NgK.js\";import*as sharedStyle3 from\"#framer/local/css/iiihjcP5A/iiihjcP5A.js\";import*as sharedStyle1 from\"#framer/local/css/R1gnTk2ou/R1gnTk2ou.js\";import*as sharedStyle6 from\"#framer/local/css/v1ImMsSIo/v1ImMsSIo.js\";import*as sharedStyle4 from\"#framer/local/css/WAjrwRZCt/WAjrwRZCt.js\";import*as sharedStyle2 from\"#framer/local/css/wUjahkKXE/wUjahkKXE.js\";import metadataProvider from\"#framer/local/webPageMetadata/t_C9jr8vy/t_C9jr8vy.js\";const MenuHeaderFonts=getFonts(MenuHeader);const MotionDivWithFX=withFX(motion.div);const CTAFonts=getFonts(CTA);const FooterFonts=getFonts(Footer);const breakpoints={ATbM4jNyS:\"(min-width: 1200px) and (max-width: 1439px)\",BKc7RCwzf:\"(min-width: 768px) and (max-width: 1199px)\",sJhj4aY9z:\"(max-width: 767px)\",zm9AyPj3j:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-rpzxx\";const variantClassNames={ATbM4jNyS:\"framer-v-1nn33ql\",BKc7RCwzf:\"framer-v-qhbz68\",sJhj4aY9z:\"framer-v-1ltjshw\",zm9AyPj3j:\"framer-v-l56jnq\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition1={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Laptop \":\"ATbM4jNyS\",Desktop:\"zm9AyPj3j\",Phone:\"sJhj4aY9z\",Tablet:\"BKc7RCwzf\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"zm9AyPj3j\"};};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 currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"t_C9jr8vy\",data:TermsConditions,type:\"Collection\"},select:[{collection:\"t_C9jr8vy\",name:\"QhU_Gzrln\",type:\"Identifier\"},{collection:\"t_C9jr8vy\",name:\"zAO7CcLyt\",type:\"Identifier\"},{collection:\"t_C9jr8vy\",name:\"B6KtmmBRK\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"t_C9jr8vy\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,QhU_Gzrln=getFromCurrentRouteData(\"QhU_Gzrln\")??\"\",zAO7CcLyt=getFromCurrentRouteData(\"zAO7CcLyt\"),B6KtmmBRK=getFromCurrentRouteData(\"B6KtmmBRK\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,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);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"UAIM04k6V\");const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const textContent=toDateString(zAO7CcLyt,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"sJhj4aY9z\")return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"zm9AyPj3j\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-cd2ac776-5213-4078-8007-6d2bb8da85b4, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-l56jnq\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-95upy7\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sJhj4aY9z:{width:\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:99,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3ufrd1-container\",nodeId:\"niMRPaj4k\",scopeId:\"t_C9jr8vy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BKc7RCwzf:{variant:\"xUumHVNSl\"},sJhj4aY9z:{variant:\"E1YAuomXJ\"}},children:/*#__PURE__*/_jsx(MenuHeader,{height:\"100%\",HJv2elVK3:{borderBottomWidth:1,borderColor:\"rgba(82, 82, 90, 0.1)\",borderLeftWidth:0,borderRightWidth:0,borderStyle:\"solid\",borderTopWidth:0},id:\"niMRPaj4k\",layoutId:\"niMRPaj4k\",style:{width:\"100%\"},variant:\"uVS9A4MQL\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qqfg48\",\"data-framer-name\":\"Hero Section \",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\"},className:\"framer-1egwqve\",\"data-framer-name\":\"Container\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i3ek60\",\"data-framer-name\":\"Title and Date\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1e2oq3h\",\"data-styles-preset\":\"cVdFp1NgK\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fd416b15-ea9f-4f03-8a17-a0a2debddd66, rgb(10, 9, 21))\"},children:\"Privacy Policy\"})}),className:\"framer-1lywkw4\",\"data-framer-name\":\"Master your projects with effortless task management\",fonts:[\"Inter\"],text:QhU_Gzrln,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dlferu\",\"data-framer-name\":\"Date \",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8xbj8o\",\"data-styles-preset\":\"R1gnTk2ou\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fd416b15-ea9f-4f03-8a17-a0a2debddd66, rgb(10, 9, 21))\"},children:\"Last Updated:\"})}),className:\"framer-1sg2oou\",\"data-framer-name\":\"Master your projects with effortless task management\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BKc7RCwzf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8xbj8o\",\"data-styles-preset\":\"R1gnTk2ou\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fd416b15-ea9f-4f03-8a17-a0a2debddd66, rgb(10, 9, 21))\"},children:\"Last Updated:\"})})},sJhj4aY9z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8xbj8o\",\"data-styles-preset\":\"R1gnTk2ou\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fd416b15-ea9f-4f03-8a17-a0a2debddd66, rgb(10, 9, 21))\"},children:\"Last Updated:\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-8xbj8o\",\"data-styles-preset\":\"R1gnTk2ou\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-fd416b15-ea9f-4f03-8a17-a0a2debddd66, rgb(10, 9, 21))\"},children:\"Content\"})}),className:\"framer-1bcnxge\",\"data-framer-name\":\"Master your projects with effortless task management\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:B6KtmmBRK,className:\"framer-eyre0c\",fonts:[\"Inter\"],stylesPresetsClassNames:{h1:\"framer-styles-preset-1e2oq3h\",h2:\"framer-styles-preset-1jf82fh\",h3:\"framer-styles-preset-1srupu2\",h4:\"framer-styles-preset-1pm97t6\",img:\"framer-styles-preset-o99o64\",p:\"framer-styles-preset-1qyrs65\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATbM4jNyS:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+152),pixelHeight:660,pixelWidth:840,sizes:\"393px\",src:\"https://framerusercontent.com/images/wn6H4eqOyrcTgBHmQ1w2rzss.png\",srcSet:\"https://framerusercontent.com/images/wn6H4eqOyrcTgBHmQ1w2rzss.png?scale-down-to=512 512w,https://framerusercontent.com/images/wn6H4eqOyrcTgBHmQ1w2rzss.png 840w\"}},BKc7RCwzf:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+152),pixelHeight:660,pixelWidth:840,sizes:\"224px\",src:\"https://framerusercontent.com/images/wn6H4eqOyrcTgBHmQ1w2rzss.png\",srcSet:\"https://framerusercontent.com/images/wn6H4eqOyrcTgBHmQ1w2rzss.png?scale-down-to=512 512w,https://framerusercontent.com/images/wn6H4eqOyrcTgBHmQ1w2rzss.png 840w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+152),pixelHeight:660,pixelWidth:840,sizes:\"420px\",src:\"https://framerusercontent.com/images/wn6H4eqOyrcTgBHmQ1w2rzss.png\",srcSet:\"https://framerusercontent.com/images/wn6H4eqOyrcTgBHmQ1w2rzss.png?scale-down-to=512 512w,https://framerusercontent.com/images/wn6H4eqOyrcTgBHmQ1w2rzss.png 840w\"},className:\"framer-dnatgg hidden-1ltjshw\",\"data-framer-name\":\"Background Shape\"})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BKc7RCwzf:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+22),pixelHeight:660,pixelWidth:376,sizes:\"188px\",src:\"https://framerusercontent.com/images/kKKzBdIqrJ8i6knlQFpfFPy14.png\",srcSet:\"https://framerusercontent.com/images/kKKzBdIqrJ8i6knlQFpfFPy14.png 376w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+152),pixelHeight:660,pixelWidth:376,sizes:\"188px\",src:\"https://framerusercontent.com/images/kKKzBdIqrJ8i6knlQFpfFPy14.png\",srcSet:\"https://framerusercontent.com/images/kKKzBdIqrJ8i6knlQFpfFPy14.png 376w\"},className:\"framer-ptczc4 hidden-1ltjshw\",\"data-framer-name\":\"Background Shape\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-eciq8b\",\"data-framer-name\":\"Cta Sections\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATbM4jNyS:{y:(componentViewport?.y||0)+0+482.8+50},BKc7RCwzf:{y:(componentViewport?.y||0)+0+432.8+40},sJhj4aY9z:{y:(componentViewport?.y||0)+0+374.8+30}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:750,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+603.8+44,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gfgxx8-container\",nodeId:\"VR108rNsE\",scopeId:\"t_C9jr8vy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATbM4jNyS:{variant:\"tuOmkmdiT\"},BKc7RCwzf:{variant:\"dkTdg0Kgb\"},sJhj4aY9z:{variant:\"pA4hrmp0i\"}},children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"VR108rNsE\",layoutId:\"VR108rNsE\",style:{width:\"100%\"},variant:\"ijHSUDs3B\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dfu732\",\"data-framer-name\":\"Footer Section \",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATbM4jNyS:{y:(componentViewport?.y||0)+0+1282.8+0},BKc7RCwzf:{y:(componentViewport?.y||0)+0+1222.8+0},sJhj4aY9z:{y:(componentViewport?.y||0)+0+1154.8+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:565,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+1397.8+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dycjam-container\",nodeId:\"MxNr3iQWn\",scopeId:\"t_C9jr8vy\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ATbM4jNyS:{variant:\"kDAz0ZvnD\"},BKc7RCwzf:{variant:\"loN5cVv7M\"},sJhj4aY9z:{variant:\"yCnmRyNHa\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"MxNr3iQWn\",layoutId:\"MxNr3iQWn\",style:{width:\"100%\"},variant:\"fR0i5EBU4\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rpzxx.framer-6dj6he, .framer-rpzxx .framer-6dj6he { display: block; }\",\".framer-rpzxx.framer-l56jnq { align-content: center; align-items: center; background-color: var(--token-cd2ac776-5213-4078-8007-6d2bb8da85b4, #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: 1440px; }\",\".framer-rpzxx .framer-95upy7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-rpzxx .framer-3ufrd1-container, .framer-rpzxx .framer-gfgxx8-container, .framer-rpzxx .framer-1dycjam-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-rpzxx .framer-qqfg48 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: center; overflow: hidden; padding: 203px 30px 64px 30px; position: relative; width: 100%; }\",\".framer-rpzxx .framer-1egwqve { align-content: center; align-items: center; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 104px; height: min-content; justify-content: center; max-width: 1224px; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-rpzxx .framer-1i3ek60 { 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%; }\",\".framer-rpzxx .framer-1lywkw4 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-rpzxx .framer-1dlferu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-rpzxx .framer-1sg2oou, .framer-rpzxx .framer-1bcnxge { --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.6; position: relative; white-space: pre; width: auto; }\",\".framer-rpzxx .framer-eyre0c { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 83%; word-break: break-word; word-wrap: break-word; }\",\".framer-rpzxx .framer-dnatgg { align-content: center; align-items: center; aspect-ratio: 1.2727272727272727 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 330px); justify-content: center; opacity: 0.2; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 152px; width: 420px; z-index: 1; }\",\".framer-rpzxx .framer-ptczc4 { align-content: center; align-items: center; aspect-ratio: 0.5696969696969697 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 330px); justify-content: center; left: 0px; opacity: 0.2; overflow: hidden; padding: 0px; position: absolute; top: 152px; width: 188px; z-index: 1; }\",\".framer-rpzxx .framer-eciq8b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 44px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-rpzxx .framer-1dfu732 { align-content: center; align-items: center; 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%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-rpzxx.framer-l56jnq, .framer-rpzxx .framer-95upy7, .framer-rpzxx .framer-qqfg48, .framer-rpzxx .framer-1egwqve, .framer-rpzxx .framer-1i3ek60, .framer-rpzxx .framer-1dlferu, .framer-rpzxx .framer-dnatgg, .framer-rpzxx .framer-ptczc4, .framer-rpzxx .framer-eciq8b, .framer-rpzxx .framer-1dfu732 { gap: 0px; } .framer-rpzxx.framer-l56jnq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-rpzxx.framer-l56jnq > :first-child, .framer-rpzxx .framer-qqfg48 > :first-child, .framer-rpzxx .framer-1egwqve > :first-child, .framer-rpzxx .framer-1i3ek60 > :first-child { margin-top: 0px; } .framer-rpzxx.framer-l56jnq > :last-child, .framer-rpzxx .framer-qqfg48 > :last-child, .framer-rpzxx .framer-1egwqve > :last-child, .framer-rpzxx .framer-1i3ek60 > :last-child { margin-bottom: 0px; } .framer-rpzxx .framer-95upy7 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-rpzxx .framer-95upy7 > :first-child, .framer-rpzxx .framer-1dlferu > :first-child, .framer-rpzxx .framer-dnatgg > :first-child, .framer-rpzxx .framer-ptczc4 > :first-child, .framer-rpzxx .framer-eciq8b > :first-child, .framer-rpzxx .framer-1dfu732 > :first-child { margin-left: 0px; } .framer-rpzxx .framer-95upy7 > :last-child, .framer-rpzxx .framer-1dlferu > :last-child, .framer-rpzxx .framer-dnatgg > :last-child, .framer-rpzxx .framer-ptczc4 > :last-child, .framer-rpzxx .framer-eciq8b > :last-child, .framer-rpzxx .framer-1dfu732 > :last-child { margin-right: 0px; } .framer-rpzxx .framer-qqfg48 > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-rpzxx .framer-1egwqve > * { margin: 0px; margin-bottom: calc(104px / 2); margin-top: calc(104px / 2); } .framer-rpzxx .framer-1i3ek60 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-rpzxx .framer-1dlferu > * { margin: 0px; margin-left: calc(3px / 2); margin-right: calc(3px / 2); } .framer-rpzxx .framer-dnatgg > *, .framer-rpzxx .framer-ptczc4 > *, .framer-rpzxx .framer-eciq8b > *, .framer-rpzxx .framer-1dfu732 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,\"@media (min-width: 1200px) and (max-width: 1439px) { .framer-rpzxx.framer-l56jnq { width: 1200px; } .framer-rpzxx .framer-qqfg48 { padding: 170px 30px 0px 30px; } .framer-rpzxx .framer-1egwqve { gap: 80px; max-width: 1124px; } .framer-rpzxx .framer-1i3ek60 { order: 0; width: 61%; } .framer-rpzxx .framer-1lywkw4 { order: 0; width: 77%; } .framer-rpzxx .framer-1dlferu, .framer-rpzxx .framer-eyre0c { order: 1; } .framer-rpzxx .framer-dnatgg { aspect-ratio: unset; height: 308px; right: -73px; width: 393px; } .framer-rpzxx .framer-eciq8b { padding: 50px 0px 0px 0px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-rpzxx .framer-1egwqve { gap: 0px; } .framer-rpzxx .framer-1egwqve > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-rpzxx .framer-1egwqve > :first-child { margin-top: 0px; } .framer-rpzxx .framer-1egwqve > :last-child { margin-bottom: 0px; } }}\",\"@media (min-width: 768px) and (max-width: 1199px) { .framer-rpzxx.framer-l56jnq { width: 768px; } .framer-rpzxx .framer-qqfg48 { padding: 150px 30px 0px 30px; } .framer-rpzxx .framer-1egwqve { gap: 50px; max-width: 768px; } .framer-rpzxx .framer-1lywkw4 { width: 81%; } .framer-rpzxx .framer-dnatgg { height: var(--framer-aspect-ratio-supported, 176px); width: 224px; } .framer-rpzxx .framer-ptczc4 { left: -34px; top: 22px; } .framer-rpzxx .framer-eciq8b { padding: 40px 0px 0px 0px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-rpzxx .framer-1egwqve { gap: 0px; } .framer-rpzxx .framer-1egwqve > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-rpzxx .framer-1egwqve > :first-child { margin-top: 0px; } .framer-rpzxx .framer-1egwqve > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 767px) { .framer-rpzxx.framer-l56jnq { width: 390px; } .framer-rpzxx .framer-95upy7 { position: fixed; } .framer-rpzxx .framer-3ufrd1-container { flex: none; width: 100%; z-index: 1; } .framer-rpzxx .framer-qqfg48 { padding: 120px 20px 0px 20px; } .framer-rpzxx .framer-1egwqve { gap: 30px; max-width: 390px; } .framer-rpzxx .framer-1i3ek60 { gap: 16px; } .framer-rpzxx .framer-eyre0c { width: 100%; } .framer-rpzxx .framer-eciq8b { padding: 30px 0px 0px 0px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-rpzxx .framer-1egwqve, .framer-rpzxx .framer-1i3ek60 { gap: 0px; } .framer-rpzxx .framer-1egwqve > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-rpzxx .framer-1egwqve > :first-child, .framer-rpzxx .framer-1i3ek60 > :first-child { margin-top: 0px; } .framer-rpzxx .framer-1egwqve > :last-child, .framer-rpzxx .framer-1i3ek60 > :last-child { margin-bottom: 0px; } .framer-rpzxx .framer-1i3ek60 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6826.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ATbM4jNyS\":{\"layout\":[\"fixed\",\"auto\"]},\"BKc7RCwzf\":{\"layout\":[\"fixed\",\"auto\"]},\"sJhj4aY9z\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"UAIM04k6V\":{\"pattern\":\":UAIM04k6V\",\"name\":\"hero\"}}\n * @framerResponsiveScreen\n */const Framert_C9jr8vy=withCSS(Component,css,\"framer-rpzxx\");export default Framert_C9jr8vy;Framert_C9jr8vy.displayName=\"Terms & Conditions\";Framert_C9jr8vy.defaultProps={height:6826.5,width:1440};addFonts(Framert_C9jr8vy,[{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/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{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/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{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/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{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/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{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/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...MenuHeaderFonts,...CTAFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framert_C9jr8vy\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"6826.5\",\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ATbM4jNyS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BKc7RCwzf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sJhj4aY9z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"{\\\"UAIM04k6V\\\":{\\\"pattern\\\":\\\":UAIM04k6V\\\",\\\"name\\\":\\\"hero\\\"}}\",\"framerIntrinsicWidth\":\"1440\",\"framerResponsiveScreen\":\"\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["MenuHeaderFonts", "getFonts", "sHDtSFoda_default", "MotionDivWithFX", "withFX", "motion", "CTAFonts", "uEUAEBjpg_default", "FooterFonts", "szMc4FbGj_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "wo3ub6Qoa_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "QhU_Gzrln", "zAO7CcLyt", "B6KtmmBRK", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "elementId", "useRouteElementId", "ref1", "activeLocaleCode", "useLocaleCode", "textContent", "isDisplayed", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "ComponentViewportProvider", "Container", "RichText2", "x", "getLoadingLazyAtYPosition", "Image2", "css", "Framert_C9jr8vy", "withCSS", "t_C9jr8vy_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
