{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/zb9hDn8dT5aOBE4LEGKQ/pzh4Grdo43hheMBGlHuk/WebsiteView.js", "ssg:https://framerusercontent.com/modules/ad5oAJCP0xTpLqFLxFcU/Rl7Z2Uy0jVpbDIZr0jgv/fe7ScvgKG.js", "ssg:https://framerusercontent.com/modules/v5pmxcju2THL6vFW2YSm/B5GlLghQID8TthVztpXc/TOCEZf2yd.js", "ssg:https://framerusercontent.com/modules/aZGuEEcseHQFPozJNZWB/U2gsOj1tJsKPuz1Ez7fv/b3LldkSP2.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import*as React from\"react\";import{Frame,addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";/**\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function WebsiteFrame(props){const[isLoading,setIsLoading]=React.useState(true);const Spinner=/*#__PURE__*/_jsx(motion.div,{style:{borderRadius:\"50%\",width:50,height:50,border:`5px solid ${props.trackColor}`,borderTop:`5px solid ${props.loaderColor}`,boxSizing:\"border-box\"},animate:{rotate:360},transition:{ease:\"linear\",repeat:Infinity,duration:1}});return /*#__PURE__*/_jsxs(Frame,{width:\"100%\",height:\"100%\",background:props.backgroundColor,borderRadius:10,children:[isLoading&&/*#__PURE__*/_jsx(Frame,{background:\"\",center:true,children:/*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",alignItems:\"center\",justifyContent:\"center\",height:\"100%\"},children:Spinner})}),/*#__PURE__*/_jsx(\"iframe\",{src:props.websiteUrl,style:{width:\"100%\",height:\"100%\",border:\"none\",borderRadius:\"10px\"},onLoad:()=>setIsLoading(false)})]});}WebsiteFrame.defaultProps={websiteUrl:\"https://www.example.com\",loaderColor:\"#3498db\",trackColor:\"#e9e9e9\",backgroundColor:\"#fff\"};addPropertyControls(WebsiteFrame,{websiteUrl:{title:\"URL\",type:ControlType.String,defaultValue:\"https://www.example.com\",description:\"Format: https://www... (Not all websites will allow embedding)\"},loaderColor:{title:\"Loader\",type:ControlType.Color,defaultValue:\"#3498db\"},trackColor:{title:\"Spinner BG\",type:ControlType.Color,defaultValue:\"#e9e9e9\"},backgroundColor:{title:\"BG\",type:ControlType.Color,defaultValue:\"#fff\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"WebsiteFrame\":{\"type\":\"reactComponent\",\"name\":\"WebsiteFrame\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"400\",\"framerIntrinsicWidth\":\"400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WebsiteView.map", "// Generated by Framer (2abc263)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{WebsiteFrame}from\"https://framerusercontent.com/modules/zb9hDn8dT5aOBE4LEGKQ/pzh4Grdo43hheMBGlHuk/WebsiteView.js\";const WebsiteFrameFonts=getFonts(WebsiteFrame);const cycleOrder=[\"SkA177c20\",\"Lb_mmdC9s\",\"CmW5gRVFp\"];const serializationHash=\"framer-AK57T\";const variantClassNames={CmW5gRVFp:\"framer-v-10b86l9\",Lb_mmdC9s:\"framer-v-1c1r7dz\",SkA177c20:\"framer-v-18f3lqc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"SkA177c20\",Mobile:\"CmW5gRVFp\",Tablet:\"Lb_mmdC9s\"};const getProps=({height,id,uRL,width,...props})=>{return{...props,qmHMgxqZ0:uRL??props.qmHMgxqZ0??\"https://www.example.com\",variant:humanReadableVariantMap[props.variant]??props.variant??\"SkA177c20\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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,qmHMgxqZ0,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"SkA177c20\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-18f3lqc\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"SkA177c20\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"radial-gradient(105% 126.2% at 50% 50%, rgb(94, 94, 94) 0%, rgb(0, 0, 0) 100%)\",borderBottomLeftRadius:13,borderBottomRightRadius:13,borderTopLeftRadius:13,borderTopRightRadius:13,...style},...addPropertyOverrides({CmW5gRVFp:{\"data-framer-name\":\"Mobile\"},Lb_mmdC9s:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\"},className:\"framer-anv4gf\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"hOplGZ_DL\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.07)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 0px 4px 0px rgba(0, 0, 0, 0.1), 0px 1px 1px 0px rgba(0, 0, 0, 0.06), 0px 2px 2px 0px rgba(0, 0, 0, 0.1)\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-q01dtv-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"PKT_fPjN9-container\",nodeId:\"PKT_fPjN9\",rendersWithMotion:true,scopeId:\"fe7ScvgKG\",children:/*#__PURE__*/_jsx(WebsiteFrame,{backgroundColor:\"rgb(255, 255, 255)\",height:\"100%\",id:\"PKT_fPjN9\",layoutId:\"PKT_fPjN9\",loaderColor:\"rgb(255, 255, 255)\",style:{height:\"100%\",width:\"100%\"},trackColor:\"rgb(233, 233, 233)\",websiteUrl:qmHMgxqZ0,width:\"100%\"})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-AK57T.framer-11fc1lk, .framer-AK57T .framer-11fc1lk { display: block; }\",\".framer-AK57T.framer-18f3lqc { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 400px; justify-content: center; overflow: hidden; padding: 5px; position: relative; width: 700px; will-change: var(--framer-will-change-override, transform); }\",\".framer-AK57T .framer-anv4gf { flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-AK57T .framer-q01dtv-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-AK57T.framer-18f3lqc { gap: 0px; } .framer-AK57T.framer-18f3lqc > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-AK57T.framer-18f3lqc > :first-child { margin-top: 0px; } .framer-AK57T.framer-18f3lqc > :last-child { margin-bottom: 0px; } }\",'.framer-AK57T[data-border=\"true\"]::after, .framer-AK57T [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 400\n * @framerIntrinsicWidth 700\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Lb_mmdC9s\":{\"layout\":[\"fixed\",\"fixed\"]},\"CmW5gRVFp\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"qmHMgxqZ0\":\"uRL\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerfe7ScvgKG=withCSS(Component,css,\"framer-AK57T\");export default Framerfe7ScvgKG;Framerfe7ScvgKG.displayName=\"Browser - 2\";Framerfe7ScvgKG.defaultProps={height:400,width:700};addPropertyControls(Framerfe7ScvgKG,{variant:{options:[\"SkA177c20\",\"Lb_mmdC9s\",\"CmW5gRVFp\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},qmHMgxqZ0:{defaultValue:\"https://www.example.com\",title:\"URL\",type:ControlType.String}});addFonts(Framerfe7ScvgKG,[{explicitInter:true,fonts:[]},...WebsiteFrameFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerfe7ScvgKG\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"qmHMgxqZ0\\\":\\\"uRL\\\"}\",\"framerIntrinsicHeight\":\"400\",\"framerIntrinsicWidth\":\"700\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Lb_mmdC9s\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CmW5gRVFp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fe7ScvgKG.map", "// Generated by Framer (fed3180)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;ABC Diatype Unlicensed Trial Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"ABC Diatype Unlicensed Trial Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/SRQ4NvYbVDqKtjkaKr79q5P5Yg.woff2\"}]}];export const css=['.framer-zVpVT .framer-styles-preset-1do8wn6:not(.rich-text-wrapper), .framer-zVpVT .framer-styles-preset-1do8wn6.rich-text-wrapper p { --framer-font-family: \"ABC Diatype Unlicensed Trial Regular\", \"ABC Diatype Unlicensed Trial Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.7em; --framer-paragraph-spacing: 22px; --framer-text-alignment: start; --framer-text-color: var(--token-61532e94-7ccb-48b7-b34c-4f4e3cca48ff, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1799px) and (min-width: 1200px) { .framer-zVpVT .framer-styles-preset-1do8wn6:not(.rich-text-wrapper), .framer-zVpVT .framer-styles-preset-1do8wn6.rich-text-wrapper p { --framer-font-family: \"ABC Diatype Unlicensed Trial Regular\", \"ABC Diatype Unlicensed Trial Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.7em; --framer-paragraph-spacing: 22px; --framer-text-alignment: start; --framer-text-color: var(--token-61532e94-7ccb-48b7-b34c-4f4e3cca48ff, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 0px) { .framer-zVpVT .framer-styles-preset-1do8wn6:not(.rich-text-wrapper), .framer-zVpVT .framer-styles-preset-1do8wn6.rich-text-wrapper p { --framer-font-family: \"ABC Diatype Unlicensed Trial Regular\", \"ABC Diatype Unlicensed Trial Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.7em; --framer-paragraph-spacing: 22px; --framer-text-alignment: start; --framer-text-color: var(--token-61532e94-7ccb-48b7-b34c-4f4e3cca48ff, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-zVpVT\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (fed3180)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PropertyOverrides,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Scroll_Progress from\"https://framerusercontent.com/modules/c7VS5bZCbX2jPgv9Ynlj/qxgwhINBKHaPW8Dhi5rx/Scroll_Progress.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import Browser2 from\"#framer/local/canvasComponent/fe7ScvgKG/fe7ScvgKG.js\";import FormatIcon from\"#framer/local/canvasComponent/SNteP4kuF/SNteP4kuF.js\";import HACKS,{enumToDisplayNameFunctions}from\"#framer/local/collection/dzDgIZbIg/dzDgIZbIg.js\";import*as sharedStyle1 from\"#framer/local/css/FMzcXT0k9/FMzcXT0k9.js\";import*as sharedStyle from\"#framer/local/css/MiTtD5lIk/MiTtD5lIk.js\";import*as sharedStyle2 from\"#framer/local/css/TOCEZf2yd/TOCEZf2yd.js\";import metadataProvider from\"#framer/local/webPageMetadata/b3LldkSP2/b3LldkSP2.js\";const PhosphorFonts=getFonts(Phosphor);const FormatIconFonts=getFonts(FormatIcon);const Browser2Fonts=getFonts(Browser2);const Scroll_ProgressFonts=getFonts(Scroll_Progress);const breakpoints={aUjmu87pS:\"(min-width: 810px) and (max-width: 1199px)\",dAUhGyinO:\"(min-width: 1200px) and (max-width: 1799px)\",oU4O_R7vG:\"(max-width: 809px)\",V49zmmcz2:\"(min-width: 1800px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-rlojc\";const variantClassNames={aUjmu87pS:\"framer-v-8w9inv\",dAUhGyinO:\"framer-v-1h8j7b8\",oU4O_R7vG:\"framer-v-cpgvth\",V49zmmcz2:\"framer-v-1x9yd3o\"};const transition1={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const convertFromEnum=(value,activeLocale)=>{switch(value){case\"Rwt5MHOIa\":return\"iH6fg5doD\";case\"oQUoPD7bV\":return\"w9wuzFIf3\";case\"njMeAKZ8W\":return\"OASeZvKB9\";case\"RLNCFdVCR\":return\"KKaxSgS05\";case\"E4dcPlJl0\":return\"JAdum28zW\";case\"yjdtIqLyt\":return\"zaHK6NACP\";case\"wCobgtGl7\":return\"WbmBWNk6m\";case\"xzr0U89WA\":return\"GysZwEAEH\";case\"eSFf2BfQP\":return\"ehzCmjpgv\";case\"rewrJ_BCD\":return\"D1SZ6Dt07\";case\"eEu0Pi7X4\":return\"l0g2vJXvI\";case\"xnTLgI5MM\":return\"aAXeYfOn_\";default:return\"KKaxSgS05\";}};const negate=value=>{return!value;};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={boxShadow:\"0px 4px 4px 0px var(--token-377dcbcd-118e-40ed-a2ee-627e8b851bbb, rgba(41, 41, 41, 0.1))\",opacity:.7,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"dAUhGyinO\",Large:\"V49zmmcz2\",Phone:\"oU4O_R7vG\",Tablet:\"aUjmu87pS\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"dAUhGyinO\"};};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:\"b3LldkSP2\",data:HACKS,type:\"Collection\"},select:[{collection:\"b3LldkSP2\",name:\"VdPGjDQxb\",type:\"Identifier\"},{collection:\"b3LldkSP2\",name:\"zY5v7iydM\",type:\"Identifier\"},{collection:\"b3LldkSP2\",name:\"S0psD9BAO\",type:\"Identifier\"},{collection:\"b3LldkSP2\",name:\"bcuQmXDuR\",type:\"Identifier\"},{collection:\"b3LldkSP2\",name:\"t7fDyrDlR\",type:\"Identifier\"},{collection:\"b3LldkSP2\",name:\"K5sgQbtTJ\",type:\"Identifier\"},{collection:\"b3LldkSP2\",name:\"JqhBWg0R7\",type:\"Identifier\"},{collection:\"b3LldkSP2\",name:\"nbmTgjdP2\",type:\"Identifier\"},{collection:\"b3LldkSP2\",name:\"IjUy_Pf9h\",type:\"Identifier\"},{collection:\"b3LldkSP2\",name:\"yoTBTByKg\",type:\"Identifier\"},{collection:\"b3LldkSP2\",name:\"cpyj3bkIP\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"b3LldkSP2\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,S0psD9BAO=getFromCurrentRouteData(\"S0psD9BAO\")??\"\",bcuQmXDuR=getFromCurrentRouteData(\"bcuQmXDuR\")??\"\",yoTBTByKg=getFromCurrentRouteData(\"yoTBTByKg\")??\"\",IjUy_Pf9h=getFromCurrentRouteData(\"IjUy_Pf9h\"),nbmTgjdP2=getFromCurrentRouteData(\"nbmTgjdP2\")??\"\",K5sgQbtTJ=getFromCurrentRouteData(\"K5sgQbtTJ\"),JqhBWg0R7=getFromCurrentRouteData(\"JqhBWg0R7\"),t7fDyrDlR=getFromCurrentRouteData(\"t7fDyrDlR\")??\"\",cpyj3bkIP=getFromCurrentRouteData(\"cpyj3bkIP\")??\"\",VdPGjDQxb=getFromCurrentRouteData(\"VdPGjDQxb\")??\"\",PMyF4s2D3,zY5v7iydM=getFromCurrentRouteData(\"zY5v7iydM\")??\"\",...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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=isSet(IjUy_Pf9h);const visible1=isSet(yoTBTByKg);const textContent=enumToDisplayNameFunctions[\"JqhBWg0R7\"]?.(JqhBWg0R7,activeLocale);const visible2=isSet(cpyj3bkIP);const visible3=negate(isSet(cpyj3bkIP));useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"dAUhGyinO\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-b8a731f4-71cb-4ba6-85fe-4a1a13f1a401, rgb(217, 217, 217)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1h8j7b8\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b13tyc\",\"data-framer-name\":\"MAIN CONTENT\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c3s39c\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-47c0v\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1iqewy2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1f2ma5p\",\"data-styles-preset\":\"MiTtD5lIk\",children:\"EF's 2025 Spring Batch Company List\"})}),className:\"framer-1lmiwm4\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:S0psD9BAO,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-sih2ar\",\"data-styles-preset\":\"FMzcXT0k9\",children:\"A list of TechCrunch journalists including their email-adds for responsible press outreach\"})}),className:\"framer-11y24lp\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:bcuQmXDuR,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Link,{href:yoTBTByKg,motionChild:true,nodeId:\"KWjSmvcea\",openInNewTab:true,scopeId:\"b3LldkSP2\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1xevirz framer-1q57rmw\",whileHover:animation,children:[visible&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+0+0+0+0+0+497+5.1),sizes:\"19px\",...toResponsiveImage(IjUy_Pf9h)},className:\"framer-1uzmyvm\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBEaWF0eXBlIFVubGljZW5zZWQgVHJpYWwgQm9sZA==\",\"--framer-font-family\":'\"ABC Diatype Unlicensed Trial Bold\", \"ABC Diatype Unlicensed Trial Bold Placeholder\", sans-serif',\"--framer-text-color\":\"var(--token-61532e94-7ccb-48b7-b34c-4f4e3cca48ff, rgb(0, 0, 0))\"},children:\"Kyle Poyar\"})}),className:\"framer-1mfqu8w\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;ABC Diatype Unlicensed Trial Bold\"],text:nbmTgjdP2,verticalAlignment:\"top\",withExternalLayout:true}),visible1&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2nk93p-container\",isModuleExternal:true,nodeId:\"IscWKKCVo\",scopeId:\"b3LldkSP2\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-292dffec-6389-4167-8d39-65a254c4631e, rgba(89, 89, 89, 0.5))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"LinkSimple\",id:\"IscWKKCVo\",layoutId:\"IscWKKCVo\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oxrd9g\",\"data-framer-name\":\"Tags\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oU4O_R7vG:{y:(componentViewport?.y||0)+100+0+0+0+0+0+535.2+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,width:\"22px\",y:(componentViewport?.y||0)+100+0+0+0+0+0+535.2+13,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7jcisy-container\",nodeId:\"ak2fsGUnN\",scopeId:\"b3LldkSP2\",children:/*#__PURE__*/_jsx(FormatIcon,{height:\"100%\",id:\"ak2fsGUnN\",layoutId:\"ak2fsGUnN\",style:{height:\"100%\",width:\"100%\"},variant:convertFromEnum(K5sgQbtTJ,activeLocale),width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6fs3np\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBEaWF0eXBlIFBsdXMgVmFyaWFibGUgVW5saWNlbnNlZCBUcmlhbCBSZWd1bGFy\",\"--framer-font-family\":'\"ABC Diatype Plus Variable Unlicensed Trial Regular\", \"ABC Diatype Plus Variable Unlicensed Trial Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-61532e94-7ccb-48b7-b34c-4f4e3cca48ff, rgb(0, 0, 0))\"},children:\"Companies\"})}),className:\"framer-188nsot\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;ABC Diatype Plus Variable Unlicensed Trial Regular\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pvf89g\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBEaWF0eXBlIFBsdXMgVmFyaWFibGUgVW5saWNlbnNlZCBUcmlhbCBSZWd1bGFy\",\"--framer-font-family\":'\"ABC Diatype Plus Variable Unlicensed Trial Regular\", \"ABC Diatype Plus Variable Unlicensed Trial Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-61532e94-7ccb-48b7-b34c-4f4e3cca48ff, rgb(0, 0, 0))\"},children:\"Business\"})}),className:\"framer-wgsdyo\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;ABC Diatype Plus Variable Unlicensed Trial Regular\"],text:t7fDyrDlR,verticalAlignment:\"top\",withExternalLayout:true})})]})]}),visible2&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-15e8yoj\",\"data-framer-name\":\"Text (formatted)\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:cpyj3bkIP,className:\"framer-u9of0f\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],stylesPresetsClassNames:{p:\"framer-styles-preset-1do8wn6\"},verticalAlignment:\"top\",withExternalLayout:true})}),visible3&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aUjmu87pS:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 40px, 1200px) * 0.8)`},oU4O_R7vG:{width:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 1200px), 1px)`,y:(componentViewport?.y||0)+100+0+0+0+782},V49zmmcz2:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 40px, 1200px) * 0.8)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:`calc(min(${componentViewport?.width||\"100vw\"} - 300px, 1200px) * 0.8)`,y:(componentViewport?.y||0)+100+0+0+0+795,children:/*#__PURE__*/_jsx(Container,{className:\"framer-cl9jep-container\",\"data-framer-name\":\"Resource\",name:\"Resource\",nodeId:\"h1pV6NDSQ\",scopeId:\"b3LldkSP2\",children:/*#__PURE__*/_jsx(Browser2,{height:\"100%\",id:\"h1pV6NDSQ\",layoutId:\"h1pV6NDSQ\",name:\"Resource\",qmHMgxqZ0:VdPGjDQxb,style:{height:\"100%\",width:\"100%\"},variant:\"SkA177c20\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4o7tv2\",children:/*#__PURE__*/_jsx(Link,{href:zY5v7iydM,motionChild:true,nodeId:\"T5OCET_WN\",scopeId:\"b3LldkSP2\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1by6arx framer-1q57rmw\",\"data-border\":true,\"data-framer-name\":\"Submit btn\",whileHover:animation1,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0FCQyBEaWF0eXBlIFBsdXMgVmFyaWFibGUgVW5saWNlbnNlZCBUcmlhbCBSZWd1bGFy\",\"--framer-font-family\":'\"ABC Diatype Plus Variable Unlicensed Trial Regular\", \"ABC Diatype Plus Variable Unlicensed Trial Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"var(--token-61532e94-7ccb-48b7-b34c-4f4e3cca48ff, rgb(0, 0, 0))\"},children:\"Show source\"})}),className:\"framer-rnz3gt\",fonts:[\"CUSTOM;ABC Diatype Plus Variable Unlicensed Trial Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-8ih7s9-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"acvvkiZMu\",scopeId:\"b3LldkSP2\",children:/*#__PURE__*/_jsx(Scroll_Progress,{backgroundColor:\"var(--token-18ef2c38-e03b-40aa-b413-56eb53cc3811, rgb(41, 41, 41))\",height:\"100%\",id:\"acvvkiZMu\",layoutId:\"acvvkiZMu\",Origin:\"l\",progressHeight:3,progressMargin:0,progressPosition:true,style:{width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rlojc.framer-1q57rmw, .framer-rlojc .framer-1q57rmw { display: block; }\",\".framer-rlojc.framer-1h8j7b8 { align-content: center; align-items: center; background-color: var(--token-b8a731f4-71cb-4ba6-85fe-4a1a13f1a401, #d9d9d9); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 100px 30px 30px 270px; position: relative; width: 1200px; }\",\".framer-rlojc .framer-1b13tyc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-rlojc .framer-c3s39c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 29px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 80%; }\",\".framer-rlojc .framer-47c0v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-rlojc .framer-1iqewy2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-rlojc .framer-1lmiwm4, .framer-rlojc .framer-u9of0f { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-rlojc .framer-11y24lp { flex: none; height: auto; opacity: 0.6; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-rlojc .framer-1xevirz { align-content: center; align-items: center; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 0px 0px 0px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-rlojc .framer-1uzmyvm { aspect-ratio: 1 / 1; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; flex: none; height: var(--framer-aspect-ratio-supported, 19px); overflow: visible; position: relative; width: 19px; }\",\".framer-rlojc .framer-1mfqu8w { flex: none; height: auto; opacity: 0.6; position: relative; white-space: pre; width: auto; }\",\".framer-rlojc .framer-2nk93p-container { flex: none; height: 13px; position: relative; width: 13px; }\",\".framer-rlojc .framer-oxrd9g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; padding: 13px 0px 70px 0px; position: relative; width: 100%; }\",\".framer-rlojc .framer-7jcisy-container { flex: none; height: 22px; position: relative; width: 22px; }\",\".framer-rlojc .framer-6fs3np { --border-bottom-width: 1px; --border-color: var(--token-377dcbcd-118e-40ed-a2ee-627e8b851bbb, rgba(41, 41, 41, 0.1)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 3px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-rlojc .framer-188nsot { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-rlojc .framer-pvf89g { align-content: center; align-items: center; background-color: var(--token-377dcbcd-118e-40ed-a2ee-627e8b851bbb, rgba(41, 41, 41, 0.1)); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 3px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-rlojc .framer-wgsdyo { flex: none; height: auto; opacity: 0.81; position: relative; white-space: pre; width: auto; }\",\".framer-rlojc .framer-15e8yoj { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-rlojc .framer-cl9jep-container { flex: none; height: 100vh; position: relative; width: 100%; }\",\".framer-rlojc .framer-4o7tv2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-rlojc .framer-1by6arx { --border-bottom-width: 1px; --border-color: var(--token-b8a731f4-71cb-4ba6-85fe-4a1a13f1a401, #b0b0b0); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: center; overflow: visible; padding: 8px 13px 8px 13px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-rlojc .framer-rnz3gt { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-rlojc .framer-8ih7s9-container { flex: none; height: auto; position: absolute; right: 0px; top: 0px; width: 100%; z-index: 2; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-rlojc[data-border=\"true\"]::after, .framer-rlojc [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-rlojc.framer-1h8j7b8 { padding: 100px 20px 20px 20px; width: 810px; }}\",\"@media (max-width: 809px) { .framer-rlojc.framer-1h8j7b8 { padding: 100px 20px 20px 20px; width: 390px; } .framer-rlojc .framer-c3s39c { flex: 1 0 0px; width: 1px; } .framer-rlojc .framer-oxrd9g { padding: 0px 0px 70px 0px; }}\",\"@media (min-width: 1800px) { .framer-rlojc.framer-1h8j7b8 { padding: 100px 20px 20px 20px; width: 1800px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2753.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"aUjmu87pS\":{\"layout\":[\"fixed\",\"auto\"]},\"oU4O_R7vG\":{\"layout\":[\"fixed\",\"auto\"]},\"V49zmmcz2\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Framerb3LldkSP2=withCSS(Component,css,\"framer-rlojc\");export default Framerb3LldkSP2;Framerb3LldkSP2.displayName=\"HACKS\";Framerb3LldkSP2.defaultProps={height:2753.5,width:1200};addFonts(Framerb3LldkSP2,[{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\"},{family:\"ABC Diatype Unlicensed Trial Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/qRKTZQewo5BpAMzBnIkqwpCjyk.woff2\"},{family:\"ABC Diatype Plus Variable Unlicensed Trial Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/MyAoAMW4ofB7FCxiOn00GfV6bc.woff2\"}]},...PhosphorFonts,...FormatIconFonts,...Browser2Fonts,...Scroll_ProgressFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerb3LldkSP2\",\"slots\":[],\"annotations\":{\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicHeight\":\"2753.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aUjmu87pS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oU4O_R7vG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"V49zmmcz2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "4sBAMU,SAASA,EAAaC,EAAM,CAAC,GAAK,CAACC,EAAUC,CAAY,EAAQC,GAAS,EAAI,EAAQC,EAAqBC,EAAKC,EAAO,IAAI,CAAC,MAAM,CAAC,aAAa,MAAM,MAAM,GAAG,OAAO,GAAG,OAAO,aAAaN,EAAM,UAAU,GAAG,UAAU,aAAaA,EAAM,WAAW,GAAG,UAAU,YAAY,EAAE,QAAQ,CAAC,OAAO,GAAG,EAAE,WAAW,CAAC,KAAK,SAAS,OAAO,IAAS,SAAS,CAAC,CAAC,CAAC,EAAE,OAAoBO,EAAMC,EAAM,CAAC,MAAM,OAAO,OAAO,OAAO,WAAWR,EAAM,gBAAgB,aAAa,GAAG,SAAS,CAACC,GAAwBI,EAAKG,EAAM,CAAC,WAAW,GAAG,OAAO,GAAK,SAAsBH,EAAK,MAAM,CAAC,MAAM,CAAC,QAAQ,OAAO,WAAW,SAAS,eAAe,SAAS,OAAO,MAAM,EAAE,SAASD,CAAO,CAAC,CAAC,CAAC,EAAeC,EAAK,SAAS,CAAC,IAAIL,EAAM,WAAW,MAAM,CAAC,MAAM,OAAO,OAAO,OAAO,OAAO,OAAO,aAAa,MAAM,EAAE,OAAO,IAAIE,EAAa,EAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAACH,EAAa,aAAa,CAAC,WAAW,0BAA0B,YAAY,UAAU,WAAW,UAAU,gBAAgB,MAAM,EAAEU,EAAoBV,EAAa,CAAC,WAAW,CAAC,MAAM,MAAM,KAAKW,EAAY,OAAO,aAAa,0BAA0B,YAAY,gEAAgE,EAAE,YAAY,CAAC,MAAM,SAAS,KAAKA,EAAY,MAAM,aAAa,SAAS,EAAE,WAAW,CAAC,MAAM,aAAa,KAAKA,EAAY,MAAM,aAAa,SAAS,EAAE,gBAAgB,CAAC,MAAM,KAAK,KAAKA,EAAY,MAAM,aAAa,MAAM,CAAC,CAAC,ECL/4B,IAAMC,GAAkBC,EAASC,CAAY,EAAQC,GAAW,CAAC,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,QAAQ,YAAY,OAAO,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,IAAAC,EAAI,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUF,GAAKE,EAAM,WAAW,0BAA0B,QAAQN,GAAwBM,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMvB,IAAeuB,EAAM,iBAAwBvB,EAAS,KAAK,GAAG,EAAEuB,EAAM,iBAAwBvB,EAAS,KAAK,GAAG,EAAUyB,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,EAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAtC,EAAQ,UAAAuC,EAAU,GAAGC,CAAS,EAAExB,GAASK,CAAK,EAAO,CAAC,YAAAoB,EAAY,WAAAC,EAAW,oBAAAC,GAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,GAAgB,WAAAC,GAAW,SAAAlD,CAAQ,EAAEmD,GAAgB,CAAC,WAAAxD,GAAW,eAAe,YAAY,IAAImC,EAAW,QAAA5B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQuD,EAAiB5B,GAAuBD,EAAMvB,CAAQ,EAAuCqD,GAAkBC,EAAG1D,GAAkB,GAAhD,CAAC,CAAuE,EAAE,OAAoBiB,EAAK0C,EAAY,CAAC,GAAGf,GAAUT,EAAgB,SAAsBlB,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKE,EAAO,IAAI,CAAC,GAAG2B,EAAU,GAAGI,EAAgB,UAAUQ,EAAGD,GAAkB,iBAAiBd,EAAUK,CAAU,EAAE,cAAc,GAAK,mBAAmB,UAAU,iBAAiBQ,EAAiB,SAAS,YAAY,IAAItB,EAAW,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,2BAA2B,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,WAAW,iFAAiF,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,GAAGQ,CAAK,EAAE,GAAGxC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,QAAQ,EAAE,UAAU,CAAC,mBAAmB,QAAQ,CAAC,EAAE6C,EAAYI,CAAc,EAAE,SAAsBlC,EAAK2C,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,EAAE,UAAU,gBAAgB,cAAc,GAAK,iBAAiBJ,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,4BAA4B,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,6GAA6G,EAAE,SAAsBvC,EAAK4C,EAA0B,CAAC,SAAsB5C,EAAK6C,GAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBN,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvC,EAAKnB,EAAa,CAAC,gBAAgB,qBAAqB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,YAAY,qBAAqB,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,WAAW,qBAAqB,WAAW+C,EAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQkB,GAAI,CAAC,kFAAkF,kFAAkF,yTAAyT,8KAA8K,2HAA2H,6WAA6W,+bAA+b,EAW1nMC,EAAgBC,EAAQpC,GAAUkC,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,cAAcA,EAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,UAAU,SAAS,QAAQ,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,0BAA0B,MAAM,MAAM,KAAKA,EAAY,MAAM,CAAC,CAAC,EAAEC,EAASL,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,EAAE,GAAGpE,EAAiB,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECXthB0E,GAAU,UAAU,CAAC,6CAA6C,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,uCAAuC,OAAO,SAAS,IAAI,uEAAuE,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,kwBAAkwB,yzBAAyzB,qzBAAqzB,EAAeC,GAAU,eCAt4C,IAAMC,GAAcC,EAASC,CAAQ,EAAQC,GAAgBF,EAASG,CAAU,EAAQC,GAAcJ,EAASK,EAAQ,EAAQC,GAAqBN,EAASO,CAAe,EAAQC,GAAY,CAAC,UAAU,6CAA6C,UAAU,8CAA8C,UAAU,qBAAqB,UAAU,qBAAqB,EAAoD,IAAMC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,kBAAkB,EAAQC,GAAY,CAAC,OAAO,IAAI,MAAM,EAAE,SAAS,IAAI,KAAK,QAAQ,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,EAAW,EAAQE,EAAMC,GAAW,MAAM,QAAQA,CAAK,EAASA,EAAM,OAAO,EAA4BA,GAAQ,MAAMA,IAAQ,GAAWC,GAAkBD,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBE,GAAgB,CAACF,EAAMG,IAAe,CAAC,OAAOH,EAAM,CAAC,IAAI,YAAY,MAAM,YAAY,IAAI,YAAY,MAAM,YAAY,IAAI,YAAY,MAAM,YAAY,IAAI,YAAY,MAAM,YAAY,IAAI,YAAY,MAAM,YAAY,IAAI,YAAY,MAAM,YAAY,IAAI,YAAY,MAAM,YAAY,IAAI,YAAY,MAAM,YAAY,IAAI,YAAY,MAAM,YAAY,IAAI,YAAY,MAAM,YAAY,IAAI,YAAY,MAAM,YAAY,IAAI,YAAY,MAAM,YAAY,QAAQ,MAAM,WAAY,CAAC,EAAQI,GAAOJ,GAAc,CAACA,EAAcK,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,UAAU,2FAA2F,QAAQ,GAAG,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,EAAW,EAAQE,GAAU,CAAC,CAAC,MAAAP,CAAK,IAAoBQ,GAAoB,EAAqB,KAAyBC,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAOT,CAAK,EAAE,yBAAyB,EAAE,CAAC,EAAUU,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAA6BC,EAAW,SAASF,EAAMG,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAApB,EAAa,UAAAqB,EAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAQC,EAAqBC,GAAwB,EAAO,CAACC,CAAgB,EAAEC,GAAa,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKC,GAAM,KAAK,YAAY,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,MAAMC,GAAoCL,EAAqB,WAAW,CAAC,CAAC,EAAQM,EAAwBC,GAAK,CAAC,GAAG,CAACL,EAAiB,MAAM,IAAIM,GAAc,mCAAmC,KAAK,UAAUR,CAAoB,CAAC,EAAE,EAAE,OAAOE,EAAiBK,CAAG,CAAE,EAAO,CAAC,MAAAE,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,UAAAC,EAAUP,EAAwB,WAAW,GAAG,GAAG,UAAAQ,GAAUR,EAAwB,WAAW,GAAG,GAAG,UAAAS,EAAUT,EAAwB,WAAW,GAAG,GAAG,UAAAU,EAAUV,EAAwB,WAAW,EAAE,UAAAW,GAAUX,EAAwB,WAAW,GAAG,GAAG,UAAAY,GAAUZ,EAAwB,WAAW,EAAE,UAAAa,GAAUb,EAAwB,WAAW,EAAE,UAAAc,EAAUd,EAAwB,WAAW,GAAG,GAAG,UAAAe,EAAUf,EAAwB,WAAW,GAAG,GAAG,UAAAgB,GAAUhB,EAAwB,WAAW,GAAG,GAAG,UAAAiB,GAAU,UAAAC,GAAUlB,EAAwB,WAAW,GAAG,GAAG,GAAGmB,EAAS,EAAE1C,GAASI,CAAK,EAAQuC,GAAU,IAAI,CAAC,IAAMC,EAASA,EAAiBzB,EAAiB3B,CAAY,EAAE,GAAGoD,EAAS,OAAO,CAAC,IAAIC,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUD,EAAS,MAAM,GAAQC,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUD,EAAS,MAAM,EAAE,SAAS,KAAK,YAAYC,CAAS,EAAG,CAAC,EAAE,CAAC1B,EAAiB3B,CAAY,CAAC,EAAQsD,GAAmB,IAAI,CAAC,IAAMF,EAASA,EAAiBzB,EAAiB3B,CAAY,EAAE,SAAS,MAAMoD,EAAS,OAAO,GAAMA,EAAS,UAAU,SAAS,cAAc,uBAAuB,GAAG,aAAa,UAAUA,EAAS,QAAQ,CAAG,EAAE,CAACzB,EAAiB3B,CAAY,CAAC,EAAE,GAAK,CAACuD,GAAYC,EAAmB,EAAEC,GAA8BpB,EAAQqB,GAAY,EAAK,EAAQC,GAAe,OAAkHC,GAAkBC,EAAGrE,GAAkB,GAAnH,CAAa2C,GAAuBA,GAAuBA,EAAS,CAAuE,EAAQ2B,GAAQlE,EAAM6C,CAAS,EAAQsB,GAASnE,EAAM4C,CAAS,EAAQwB,GAAYC,GAA2B,YAAerB,GAAU5C,CAAY,EAAQkE,GAAStE,EAAMkD,CAAS,EAAQqB,GAASlE,GAAOL,EAAMkD,CAAS,CAAC,EAAE,OAAAsB,GAAiB,CAAC,CAAC,EAAsB9D,EAAK+D,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAA5E,EAAiB,EAAE,SAAsB6E,EAAMC,EAAY,CAAC,GAAGnC,GAAUjB,EAAgB,SAAS,CAAcb,EAAKF,GAAU,CAAC,MAAM,kGAAkG,CAAC,EAAekE,EAAME,EAAO,IAAI,CAAC,GAAGtB,GAAU,UAAUW,EAAGD,GAAkB,iBAAiBzB,CAAS,EAAE,IAAIjB,EAAW,MAAM,CAAC,GAAGgB,CAAK,EAAE,SAAS,CAAc5B,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAsBgE,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,SAAS,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,eAAe,mBAAmB,QAAQ,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAchE,EAAKmE,EAAS,CAAC,sBAAsB,GAAK,SAAsBnE,EAAWoE,EAAS,CAAC,SAAsBpE,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,qCAAqC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,OAAO,EAAE,KAAKgC,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAehC,EAAKmE,EAAS,CAAC,sBAAsB,GAAK,SAAsBnE,EAAWoE,EAAS,CAAC,SAAsBpE,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,4FAA4F,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,OAAO,EAAE,KAAKiC,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAejC,EAAKqE,EAAK,CAAC,KAAKnC,EAAU,YAAY,GAAK,OAAO,YAAY,aAAa,GAAK,QAAQ,YAAY,SAAsB8B,EAAME,EAAO,EAAE,CAAC,UAAU,gCAAgC,WAAW7E,GAAU,SAAS,CAACmE,IAAsBxD,EAAKsE,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQC,IAA2BtD,GAAmB,GAAG,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,IAAI,GAAG,EAAE,MAAM,OAAO,GAAGzB,GAAkB2C,CAAS,CAAC,EAAE,UAAU,gBAAgB,CAAC,EAAenC,EAAKmE,EAAS,CAAC,sBAAsB,GAAK,SAAsBnE,EAAWoE,EAAS,CAAC,SAAsBpE,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,2DAA2D,uBAAuB,mGAAmG,sBAAsB,iEAAiE,EAAE,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,0CAA0C,EAAE,KAAKoC,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAEqB,IAAuBzD,EAAKwE,EAA0B,CAAC,SAAsBxE,EAAKyE,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBzE,EAAK0E,EAAS,CAAC,MAAM,2EAA2E,OAAO,OAAO,WAAW,QAAQ,cAAc,aAAa,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,OAAO,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAchE,EAAK2E,EAAkB,CAAC,WAAW1B,GAAY,UAAU,CAAC,UAAU,CAAC,GAAGhC,GAAmB,GAAG,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC,EAAE,SAAsBjB,EAAKwE,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAO,GAAGvD,GAAmB,GAAG,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,MAAM,GAAG,SAAsBjB,EAAKyE,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBzE,EAAK4E,EAAW,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQnF,GAAgB4C,GAAU3C,CAAY,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeM,EAAK,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,SAAsBA,EAAKmE,EAAS,CAAC,sBAAsB,GAAK,SAAsBnE,EAAWoE,EAAS,CAAC,SAAsBpE,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,+EAA+E,uBAAuB,qIAAqI,qBAAqB,OAAO,sBAAsB,iEAAiE,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,MAAM,CAAC,2DAA2D,EAAE,KAAK0D,GAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAe1D,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKmE,EAAS,CAAC,sBAAsB,GAAK,SAAsBnE,EAAWoE,EAAS,CAAC,SAAsBpE,EAAK,KAAK,CAAC,MAAM,CAAC,kBAAkB,+EAA+E,uBAAuB,qIAAqI,qBAAqB,OAAO,sBAAsB,iEAAiE,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,MAAM,CAAC,2DAA2D,EAAE,KAAKuC,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqB,IAAuB5D,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,mBAAmB,SAAsBA,EAAKmE,EAAS,CAAC,sBAAsB,GAAK,SAAS3B,EAAU,UAAU,gBAAgB,mBAAmB,QAAQ,MAAM,CAAC,OAAO,EAAE,wBAAwB,CAAC,EAAE,8BAA8B,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAEqB,IAAuB7D,EAAK2E,EAAkB,CAAC,WAAW1B,GAAY,UAAU,CAAC,UAAU,CAAC,MAAM,YAAYhC,GAAmB,OAAO,OAAO,yBAAyB,EAAE,UAAU,CAAC,MAAM,WAAWA,GAAmB,OAAO,OAAO,yBAAyB,GAAGA,GAAmB,GAAG,GAAG,IAAI,EAAE,EAAE,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,YAAYA,GAAmB,OAAO,OAAO,yBAAyB,CAAC,EAAE,SAAsBjB,EAAKwE,EAA0B,CAAC,OAAO,IAAI,MAAM,YAAYvD,GAAmB,OAAO,OAAO,2BAA2B,GAAGA,GAAmB,GAAG,GAAG,IAAI,EAAE,EAAE,EAAE,IAAI,SAAsBjB,EAAKyE,EAAU,CAAC,UAAU,0BAA0B,mBAAmB,WAAW,KAAK,WAAW,OAAO,YAAY,QAAQ,YAAY,SAAsBzE,EAAK6E,GAAS,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,WAAW,UAAUpC,GAAU,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAezC,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKqE,EAAK,CAAC,KAAK1B,GAAU,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB3C,EAAKkE,EAAO,EAAE,CAAC,UAAU,gCAAgC,cAAc,GAAK,mBAAmB,aAAa,WAAWrE,GAAW,SAAsBG,EAAKmE,EAAS,CAAC,sBAAsB,GAAK,SAAsBnE,EAAWoE,EAAS,CAAC,SAAsBpE,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,+EAA+E,uBAAuB,qIAAqI,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,iEAAiE,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,2DAA2D,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKwE,EAA0B,CAAC,SAAsBxE,EAAKyE,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBzE,EAAK8E,EAAgB,CAAC,gBAAgB,qEAAqE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,OAAO,IAAI,eAAe,EAAE,eAAe,EAAE,iBAAiB,GAAK,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe9E,EAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ+E,GAAI,CAAC,kFAAkF,kFAAkF,yWAAyW,ySAAyS,wQAAwQ,sRAAsR,gRAAgR,mMAAmM,mLAAmL,qfAAqf,iTAAiT,+HAA+H,wGAAwG,mRAAmR,wGAAwG,wqBAAwqB,iHAAiH,yiBAAyiB,+HAA+H,+QAA+Q,yGAAyG,8QAA8Q,0uBAA0uB,6LAA6L,0IAA0I,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,gcAAgc,qIAAqI,qOAAqO,8GAA8G,EAapxsBC,EAAgBC,EAAQ1E,GAAUwE,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,QAAQA,EAAgB,aAAa,CAAC,OAAO,OAAO,MAAM,IAAI,EAAEG,EAASH,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,oCAAoC,OAAO,SAAS,IAAI,uEAAuE,EAAE,CAAC,OAAO,qDAAqD,OAAO,SAAS,IAAI,uEAAuE,CAAC,CAAC,EAAE,GAAGI,GAAc,GAAGC,GAAgB,GAAGC,GAAc,GAAGC,GAAqB,GAAGC,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EAC1yE,IAAMC,GAAqB,CAAC,QAAU,CAAC,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,kBAAoB,OAAO,qBAAuB,OAAO,yBAA2B,OAAO,yBAA2B,QAAQ,qBAAuB,OAAO,6BAA+B,OAAO,4BAA8B,OAAO,qBAAuB,4BAA4B,sBAAwB,SAAS,oCAAsC,oMAA0O,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["WebsiteFrame", "props", "isLoading", "setIsLoading", "ye", "Spinner", "p", "motion", "u", "Frame", "addPropertyControls", "ControlType", "WebsiteFrameFonts", "getFonts", "WebsiteFrame", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "uRL", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "qmHMgxqZ0", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Image2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "Framerfe7ScvgKG", "withCSS", "fe7ScvgKG_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "PhosphorFonts", "getFonts", "Icon", "FormatIconFonts", "SNteP4kuF_default", "Browser2Fonts", "fe7ScvgKG_default", "Scroll_ProgressFonts", "n", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "isSet", "value", "toResponsiveImage", "convertFromEnum", "activeLocale", "negate", "transition2", "animation1", "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", "dzDgIZbIg_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "S0psD9BAO", "bcuQmXDuR", "yoTBTByKg", "IjUy_Pf9h", "nbmTgjdP2", "K5sgQbtTJ", "JqhBWg0R7", "t7fDyrDlR", "cpyj3bkIP", "VdPGjDQxb", "PMyF4s2D3", "zY5v7iydM", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "visible", "visible1", "textContent", "enumToDisplayNameFunctions", "visible2", "visible3", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "RichText2", "x", "Link", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "Container", "Icon", "PropertyOverrides2", "SNteP4kuF_default", "fe7ScvgKG_default", "n", "css", "Framerb3LldkSP2", "withCSS", "b3LldkSP2_default", "addFonts", "PhosphorFonts", "FormatIconFonts", "Browser2Fonts", "Scroll_ProgressFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
