{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/h8ioHyt4BUxuvVCE1Q10/aTM6mEMGlM19JjX8exDe/AvoidLayoutJumping_Prod.js", "ssg:https://framerusercontent.com/modules/KpkUWabMVQVH2tsfQyGL/FRXqpUknESTKL9llerqJ/QpIpV7YYO.js", "ssg:https://framerusercontent.com/modules/AE1tU5TGIw8B1yhqeYRc/9sWLmotDuPZol8mwsBfB/wAv3gn1J4.js", "ssg:https://framerusercontent.com/modules/4YJEdih1Z4X6HhOS0yTj/mVxf8lTCJhOdfIrihVBj/ydBtRjLyQ.js", "ssg:https://framerusercontent.com/modules/nK5QGOtBreL4VcdOU949/ZcHsmgLPeTy3tx0a5HRJ/k5n4ViP7s.js", "ssg:https://framerusercontent.com/modules/jzHqrB7JtYwKaCxJNXSQ/It06YCWs71OVNaNTsd3D/EpcQjsqsS.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useEffect,useRef}from\"react\";/**\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n *\n * @framerDisableUnlink\n */export default function AvoidLayoutJumping({direction,style}){const isCanvas=RenderTarget.current()===RenderTarget.canvas;const ref=useRef(null);const rafId=useRef();const vertical=direction===\"vertical\"||direction===\"both\";const horizontal=direction===\"horizontal\"||direction===\"both\";useEffect(()=>{if(isCanvas)return;const parent=ref.current?.parentElement?.parentElement;if(!parent)return;const container=parent.parentElement;if(!container)return;const updateSize=()=>{const rect=parent.getBoundingClientRect();if(horizontal){container.style.width=`${rect.width}px`;}if(vertical){container.style.height=`${rect.height}px`;}rafId.current=requestAnimationFrame(updateSize);};// Start the RAF loop\nrafId.current=requestAnimationFrame(updateSize);return()=>{if(rafId.current){cancelAnimationFrame(rafId.current);}if(container){if(horizontal){container.style.width=\"\";}if(vertical){container.style.height=\"\";}}};},[direction]);return /*#__PURE__*/_jsx(\"div\",{ref:ref,style:{...style}});}AvoidLayoutJumping.displayName=\"Layout Jump Preventer\";addPropertyControls(AvoidLayoutJumping,{direction:{type:ControlType.Enum,defaultValue:\"vertical\",options:[\"vertical\",\"horizontal\",\"both\"],optionTitles:[\"Vertical\",\"Horizontal\",\"Both\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\",// @ts-ignore\noptionIcons:[\"direction-vertical\",\"direction-horizontal\",\"direction-all\"],description:\"More components at [Framer University](https://frameruni.link/cc).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"AvoidLayoutJumping\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\",\"framerSupportedLayoutWidth\":\"auto\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AvoidLayoutJumping_Prod.map", "// Generated by Framer (38f2e7f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Manrope-semibold\",\"FS;Manrope-bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/6U2SGH566NSNERG6RGEV3DSNEK7DL2RF/JRDYRKMSAW2H35IWEQIPL67HAJQ35MG5/JNU3GNMUBPWW6V6JTED3S27XL5HN7NM5.woff2\",weight:\"600\"},{family:\"Manrope\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NGBUP45ES3F7RD5XGKPEDJ6QEPO4TMOK/EXDVWJ2EDDVVV65UENMX33EDDYBX6OF7/6P4FPMFQH7CCC7RZ4UU4NKSGJ2RLF7V5.woff2\",weight:\"700\"}]}];export const css=['.framer-jUei5 .framer-styles-preset-mjl6zl:not(.rich-text-wrapper), .framer-jUei5 .framer-styles-preset-mjl6zl.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-8303387e-d4c2-4989-af33-54d2c870c7ac, #2f2f2f); --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: 810px) { .framer-jUei5 .framer-styles-preset-mjl6zl:not(.rich-text-wrapper), .framer-jUei5 .framer-styles-preset-mjl6zl.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-8303387e-d4c2-4989-af33-54d2c870c7ac, #2f2f2f); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-jUei5 .framer-styles-preset-mjl6zl:not(.rich-text-wrapper), .framer-jUei5 .framer-styles-preset-mjl6zl.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-8303387e-d4c2-4989-af33-54d2c870c7ac, #2f2f2f); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-jUei5\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (38f2e7f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Manrope-600\",\"GF;Manrope-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_A87jxeN7B.woff2\",weight:\"700\"}]}];export const css=['.framer-JVFOJ .framer-styles-preset-1299tay:not(.rich-text-wrapper), .framer-JVFOJ .framer-styles-preset-1299tay.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 17px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.03em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: rgba(47, 47, 47, 0.5); --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: 810px) { .framer-JVFOJ .framer-styles-preset-1299tay:not(.rich-text-wrapper), .framer-JVFOJ .framer-styles-preset-1299tay.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 17px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.03em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: rgba(47, 47, 47, 0.5); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-JVFOJ .framer-styles-preset-1299tay:not(.rich-text-wrapper), .framer-JVFOJ .framer-styles-preset-1299tay.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 15px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.03em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: rgba(47, 47, 47, 0.5); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-JVFOJ\";\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 (f7ce5cf)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/KpkUWabMVQVH2tsfQyGL/FRXqpUknESTKL9llerqJ/QpIpV7YYO.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/AE1tU5TGIw8B1yhqeYRc/9sWLmotDuPZol8mwsBfB/wAv3gn1J4.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"korrqzK1m\",\"GEikfEB9T\",\"R0aO0VaPs\",\"Xal2egoVg\"];const serializationHash=\"framer-HiQIy\";const variantClassNames={GEikfEB9T:\"framer-v-1l2tqo5\",korrqzK1m:\"framer-v-1ix11ao\",R0aO0VaPs:\"framer-v-11t66fb\",Xal2egoVg:\"framer-v-17wfs0a\"};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 open\":\"GEikfEB9T\",\"Phone open\":\"Xal2egoVg\",Desktop:\"korrqzK1m\",Phone:\"R0aO0VaPs\"};const getProps=({answer,height,id,number,question,width,...props})=>{return{...props,LdxBjnd0w:number??props.LdxBjnd0w??\"Number\",qjzLotycz:answer??props.qjzLotycz??\"Answer\",v7GmS5esQ:question??props.v7GmS5esQ??\"Question\",variant:humanReadableVariantMap[props.variant]??props.variant??\"korrqzK1m\"};};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,LdxBjnd0w,v7GmS5esQ,qjzLotycz,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"korrqzK1m\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap11zbdqn=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"GEikfEB9T\");});const onTapqi4yqc=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"korrqzK1m\");});const onTapsavml=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"Xal2egoVg\");});const onTapymcofy=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"R0aO0VaPs\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];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-1ix11ao\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"korrqzK1m\",onTap:onTap11zbdqn,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14,...style},variants:{R0aO0VaPs:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},Xal2egoVg:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12}},...addPropertyOverrides({GEikfEB9T:{\"data-framer-name\":\"Desktop open\",onTap:onTapqi4yqc},R0aO0VaPs:{\"data-framer-name\":\"Phone\",onTap:onTapsavml},Xal2egoVg:{\"data-framer-name\":\"Phone open\",onTap:onTapymcofy}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p76ip6\",\"data-framer-name\":\"question\",layoutDependency:layoutDependency,layoutId:\"sPwqq0AgP\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uz2i08\",layoutDependency:layoutDependency,layoutId:\"CpeN6IXuV\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bw3gds\",\"data-framer-name\":\"text\",layoutDependency:layoutDependency,layoutId:\"DIjFLxrcZ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mjl6zl\",\"data-styles-preset\":\"QpIpV7YYO\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(47, 47, 47, 0.6))\"},children:\"Number\"})}),className:\"framer-k8anm0\",\"data-framer-name\":\"01/\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Wi6hEY3Ow\",style:{\"--extracted-r6o4lv\":\"rgba(47, 47, 47, 0.6)\",\"--framer-paragraph-spacing\":\"0px\"},text:LdxBjnd0w,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-mjl6zl\",\"data-styles-preset\":\"QpIpV7YYO\",children:\"Question\"})}),className:\"framer-lhuy6x\",\"data-framer-name\":\"What is your typical project timeline?\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Al3wal2cP\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:v7GmS5esQ,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-crgtts\",\"data-framer-name\":\"icon\",layoutDependency:layoutDependency,layoutId:\"L5Upiritt\",style:{backgroundColor:\"rgb(248, 248, 248)\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1j9inpi-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"dGujqxnQb-container\",nodeId:\"dGujqxnQb\",rendersWithMotion:true,scopeId:\"ydBtRjLyQ\",style:{rotate:0},variants:{GEikfEB9T:{rotate:90},R0aO0VaPs:{rotate:0},Xal2egoVg:{rotate:90}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-8303387e-d4c2-4989-af33-54d2c870c7ac, rgb(47, 47, 47))\",height:\"100%\",iconSearch:\"plus\",iconSelection:\"House\",id:\"dGujqxnQb\",layoutId:\"dGujqxnQb\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-xg51du\",\"data-framer-name\":\"answer\",layoutDependency:layoutDependency,layoutId:\"pbJh1x9Gr\",style:{opacity:0},variants:{GEikfEB9T:{opacity:1},Xal2egoVg:{opacity:1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1299tay\",\"data-styles-preset\":\"wAv3gn1J4\",children:\"Answer\"})}),className:\"framer-1ommdk2\",\"data-framer-name\":\"What is your typical project timeline?\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cGM_14Cub\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:qjzLotycz,verticalAlignment:\"top\",withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HiQIy.framer-183z65g, .framer-HiQIy .framer-183z65g { display: block; }\",\".framer-HiQIy.framer-1ix11ao { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 22px 22px 22px 34px; position: relative; width: 1320px; will-change: var(--framer-will-change-override, transform); }\",\".framer-HiQIy .framer-p76ip6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-HiQIy .framer-1uz2i08 { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-HiQIy .framer-1bw3gds { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-HiQIy .framer-k8anm0, .framer-HiQIy .framer-lhuy6x { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-HiQIy .framer-crgtts { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); overflow: hidden; position: relative; width: 50px; will-change: var(--framer-will-change-override, transform); }\",\".framer-HiQIy .framer-1j9inpi-container { flex: none; height: 25px; left: calc(50.00000000000002% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 25px / 2); width: 24px; }\",\".framer-HiQIy .framer-xg51du { align-content: center; align-items: center; bottom: -100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: 0px; max-width: 900px; overflow: visible; padding: 0px; pointer-events: none; position: absolute; width: 100%; z-index: 1; }\",\".framer-HiQIy .framer-1ommdk2 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HiQIy.framer-1ix11ao, .framer-HiQIy .framer-p76ip6, .framer-HiQIy .framer-1uz2i08, .framer-HiQIy .framer-1bw3gds, .framer-HiQIy .framer-xg51du { gap: 0px; } .framer-HiQIy.framer-1ix11ao > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-HiQIy.framer-1ix11ao > :first-child, .framer-HiQIy .framer-p76ip6 > :first-child { margin-top: 0px; } .framer-HiQIy.framer-1ix11ao > :last-child, .framer-HiQIy .framer-p76ip6 > :last-child { margin-bottom: 0px; } .framer-HiQIy .framer-p76ip6 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-HiQIy .framer-1uz2i08 > *, .framer-HiQIy .framer-xg51du > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-HiQIy .framer-1uz2i08 > :first-child, .framer-HiQIy .framer-1bw3gds > :first-child, .framer-HiQIy .framer-xg51du > :first-child { margin-left: 0px; } .framer-HiQIy .framer-1uz2i08 > :last-child, .framer-HiQIy .framer-1bw3gds > :last-child, .framer-HiQIy .framer-xg51du > :last-child { margin-right: 0px; } .framer-HiQIy .framer-1bw3gds > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } }\",\".framer-HiQIy.framer-v-1l2tqo5.framer-1ix11ao { padding: 22px 22px 32px 34px; }\",\".framer-HiQIy.framer-v-1l2tqo5 .framer-xg51du { bottom: unset; left: unset; position: relative; }\",\".framer-HiQIy.framer-v-11t66fb.framer-1ix11ao { gap: 20px; padding: 18px 18px 18px 24px; }\",\".framer-HiQIy.framer-v-11t66fb .framer-p76ip6, .framer-HiQIy.framer-v-17wfs0a .framer-p76ip6 { gap: 20px; }\",\".framer-HiQIy.framer-v-11t66fb .framer-1bw3gds, .framer-HiQIy.framer-v-17wfs0a .framer-1bw3gds { padding: 0px 20px 0px 0px; }\",\".framer-HiQIy.framer-v-11t66fb .framer-lhuy6x, .framer-HiQIy.framer-v-17wfs0a .framer-lhuy6x { --framer-text-wrap-override: balance; flex: 1 0 0px; width: 1px; }\",\".framer-HiQIy.framer-v-11t66fb .framer-crgtts, .framer-HiQIy.framer-v-17wfs0a .framer-crgtts { height: var(--framer-aspect-ratio-supported, 42px); width: 42px; }\",\".framer-HiQIy.framer-v-11t66fb .framer-1j9inpi-container, .framer-HiQIy.framer-v-17wfs0a .framer-1j9inpi-container { height: 22px; left: calc(50.00000000000002% - 22px / 2); top: calc(50.00000000000002% - 22px / 2); width: 22px; }\",\".framer-HiQIy.framer-v-11t66fb .framer-xg51du { bottom: unset; max-width: unset; top: 102px; width: 94%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HiQIy.framer-v-11t66fb.framer-1ix11ao, .framer-HiQIy.framer-v-11t66fb .framer-p76ip6 { gap: 0px; } .framer-HiQIy.framer-v-11t66fb.framer-1ix11ao > *, .framer-HiQIy.framer-v-11t66fb .framer-p76ip6 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-HiQIy.framer-v-11t66fb.framer-1ix11ao > :first-child, .framer-HiQIy.framer-v-11t66fb .framer-p76ip6 > :first-child { margin-top: 0px; } .framer-HiQIy.framer-v-11t66fb.framer-1ix11ao > :last-child, .framer-HiQIy.framer-v-11t66fb .framer-p76ip6 > :last-child { margin-bottom: 0px; } }\",\".framer-HiQIy.framer-v-17wfs0a.framer-1ix11ao { gap: 18px; padding: 18px 18px 26px 24px; }\",\".framer-HiQIy.framer-v-17wfs0a .framer-xg51du { bottom: unset; left: unset; max-width: unset; position: relative; width: 94%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HiQIy.framer-v-17wfs0a.framer-1ix11ao, .framer-HiQIy.framer-v-17wfs0a .framer-p76ip6 { gap: 0px; } .framer-HiQIy.framer-v-17wfs0a.framer-1ix11ao > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-HiQIy.framer-v-17wfs0a.framer-1ix11ao > :first-child, .framer-HiQIy.framer-v-17wfs0a .framer-p76ip6 > :first-child { margin-top: 0px; } .framer-HiQIy.framer-v-17wfs0a.framer-1ix11ao > :last-child, .framer-HiQIy.framer-v-17wfs0a .framer-p76ip6 > :last-child { margin-bottom: 0px; } .framer-HiQIy.framer-v-17wfs0a .framer-p76ip6 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-HiQIy[data-border=\"true\"]::after, .framer-HiQIy [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 94\n * @framerIntrinsicWidth 1320\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"GEikfEB9T\":{\"layout\":[\"fixed\",\"auto\"]},\"R0aO0VaPs\":{\"layout\":[\"fixed\",\"auto\"]},\"Xal2egoVg\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"LdxBjnd0w\":\"number\",\"v7GmS5esQ\":\"question\",\"qjzLotycz\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerydBtRjLyQ=withCSS(Component,css,\"framer-HiQIy\");export default FramerydBtRjLyQ;FramerydBtRjLyQ.displayName=\"Question accordion item\";FramerydBtRjLyQ.defaultProps={height:94,width:1320};addPropertyControls(FramerydBtRjLyQ,{variant:{options:[\"korrqzK1m\",\"GEikfEB9T\",\"R0aO0VaPs\",\"Xal2egoVg\"],optionTitles:[\"Desktop\",\"Desktop open\",\"Phone\",\"Phone open\"],title:\"Variant\",type:ControlType.Enum},LdxBjnd0w:{defaultValue:\"Number\",displayTextArea:false,title:\"Number\",type:ControlType.String},v7GmS5esQ:{defaultValue:\"Question\",displayTextArea:false,title:\"Question\",type:ControlType.String},qjzLotycz:{defaultValue:\"Answer\",displayTextArea:false,title:\"Answer\",type:ControlType.String}});addFonts(FramerydBtRjLyQ,[{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\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerydBtRjLyQ\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"LdxBjnd0w\\\":\\\"number\\\",\\\"v7GmS5esQ\\\":\\\"question\\\",\\\"qjzLotycz\\\":\\\"answer\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"94\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GEikfEB9T\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"R0aO0VaPs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Xal2egoVg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1320\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ydBtRjLyQ.map", "// Generated by Framer (f7ce5cf)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import LayoutJumpPreventer from\"https://framerusercontent.com/modules/h8ioHyt4BUxuvVCE1Q10/aTM6mEMGlM19JjX8exDe/AvoidLayoutJumping_Prod.js\";import QuestionAccordionItem from\"https://framerusercontent.com/modules/4YJEdih1Z4X6HhOS0yTj/mVxf8lTCJhOdfIrihVBj/ydBtRjLyQ.js\";const LayoutJumpPreventerFonts=getFonts(LayoutJumpPreventer);const QuestionAccordionItemFonts=getFonts(QuestionAccordionItem);const cycleOrder=[\"kjZHPqJiW\",\"nhNcbYXUE\"];const serializationHash=\"framer-sbjWW\";const variantClassNames={kjZHPqJiW:\"framer-v-38sdiw\",nhNcbYXUE:\"framer-v-1a8ul8r\"};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 transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};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:\"kjZHPqJiW\",Phone:\"nhNcbYXUE\"};const getProps=({_01Answer,_01Number,_01Question,_02Answer,_02Number,_02Question,_03Answer,_03Number,_03Question,_04Answer,_04Number,_04Question,_05Answer,_05Number,_05Question,_06Answer,_06Number,_06Question,height,id,width,...props})=>{return{...props,abWK0gV9H:_05Question??props.abWK0gV9H,b547EvB7L:_03Number??props.b547EvB7L??\"03 Number\",BgSzLxAIC:_02Question??props.BgSzLxAIC??\"02 Question\",EqfvwlbQd:_03Question??props.EqfvwlbQd??\"03 Question\",GVO7hyJCA:_04Number??props.GVO7hyJCA??\"04 Number\",ifHswmaUn:_05Number??props.ifHswmaUn,JHh70MO9C:_04Answer??props.JHh70MO9C??\"04 Answer\",KCHp5mNqK:_02Number??props.KCHp5mNqK??\"02 Number\",nabE3sB6p:_02Answer??props.nabE3sB6p??\"02 Answer\",OvFVrMmth:_06Question??props.OvFVrMmth,p73NAsf22:_06Number??props.p73NAsf22,rYp1Co0ez:_05Answer??props.rYp1Co0ez,Scaspv46b:_03Answer??props.Scaspv46b??\"03 Answer\",szVJGkm7A:_04Question??props.szVJGkm7A??\"04 Question\",variant:humanReadableVariantMap[props.variant]??props.variant??\"kjZHPqJiW\",VPKUL4ZCb:_01Answer??props.VPKUL4ZCb??\"01 Answer\",XOduhJKwY:_01Question??props.XOduhJKwY??\"01 Question\",zVD8PPjYY:_06Answer??props.zVD8PPjYY,zyGg5fg7y:_01Number??props.zyGg5fg7y??\"01 Number\"};};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,zyGg5fg7y,XOduhJKwY,VPKUL4ZCb,KCHp5mNqK,BgSzLxAIC,nabE3sB6p,b547EvB7L,EqfvwlbQd,Scaspv46b,GVO7hyJCA,szVJGkm7A,JHh70MO9C,ifHswmaUn,abWK0gV9H,rYp1Co0ez,p73NAsf22,OvFVrMmth,zVD8PPjYY,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"kjZHPqJiW\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=isSet(VPKUL4ZCb);const visible1=isSet(KCHp5mNqK);const visible2=isSet(b547EvB7L);const visible3=isSet(GVO7hyJCA);const visible4=isSet(ifHswmaUn);const visible5=isSet(p73NAsf22);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-38sdiw\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"kjZHPqJiW\",ref:refBinding,style:{...style},...addPropertyOverrides({nhNcbYXUE:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-o8ohx9-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"FUdXhFw__-container\",nodeId:\"FUdXhFw__\",rendersWithMotion:true,scopeId:\"k5n4ViP7s\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(LayoutJumpPreventer,{direction:\"vertical\",height:\"100%\",id:\"FUdXhFw__\",layoutId:\"FUdXhFw__\",width:\"100%\"})})}),visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:94,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||418)-0-634)/2+0+0),...addPropertyOverrides({nhNcbYXUE:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-624)/2+0+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1sjghe2-container\",layoutDependency:layoutDependency,layoutId:\"xc35fvA22-container\",nodeId:\"xc35fvA22\",rendersWithMotion:true,scopeId:\"k5n4ViP7s\",children:/*#__PURE__*/_jsx(QuestionAccordionItem,{height:\"100%\",id:\"xc35fvA22\",layoutId:\"xc35fvA22\",LdxBjnd0w:zyGg5fg7y,qjzLotycz:VPKUL4ZCb,style:{width:\"100%\"},v7GmS5esQ:XOduhJKwY,variant:\"korrqzK1m\",width:\"100%\",...addPropertyOverrides({nhNcbYXUE:{variant:\"R0aO0VaPs\"}},baseVariant,gestureVariant)})})}),visible1&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:94,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||418)-0-634)/2+94+14),...addPropertyOverrides({nhNcbYXUE:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-624)/2+94+12)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-yrip6c-container\",layoutDependency:layoutDependency,layoutId:\"E2dP4lYqW-container\",nodeId:\"E2dP4lYqW\",rendersWithMotion:true,scopeId:\"k5n4ViP7s\",children:/*#__PURE__*/_jsx(QuestionAccordionItem,{height:\"100%\",id:\"E2dP4lYqW\",layoutId:\"E2dP4lYqW\",LdxBjnd0w:KCHp5mNqK,qjzLotycz:nabE3sB6p,style:{width:\"100%\"},v7GmS5esQ:BgSzLxAIC,variant:\"korrqzK1m\",width:\"100%\",...addPropertyOverrides({nhNcbYXUE:{variant:\"R0aO0VaPs\"}},baseVariant,gestureVariant)})})}),visible2&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:94,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||418)-0-634)/2+188+28),...addPropertyOverrides({nhNcbYXUE:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-624)/2+188+24)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-a3zcqy-container\",layoutDependency:layoutDependency,layoutId:\"jMUt5_FmY-container\",nodeId:\"jMUt5_FmY\",rendersWithMotion:true,scopeId:\"k5n4ViP7s\",children:/*#__PURE__*/_jsx(QuestionAccordionItem,{height:\"100%\",id:\"jMUt5_FmY\",layoutId:\"jMUt5_FmY\",LdxBjnd0w:b547EvB7L,qjzLotycz:Scaspv46b,style:{width:\"100%\"},v7GmS5esQ:EqfvwlbQd,variant:\"korrqzK1m\",width:\"100%\",...addPropertyOverrides({nhNcbYXUE:{variant:\"R0aO0VaPs\"}},baseVariant,gestureVariant)})})}),visible3&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:94,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||418)-0-634)/2+282+42),...addPropertyOverrides({nhNcbYXUE:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-624)/2+282+36)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-m8qkes-container\",layoutDependency:layoutDependency,layoutId:\"KyheWZVwL-container\",nodeId:\"KyheWZVwL\",rendersWithMotion:true,scopeId:\"k5n4ViP7s\",children:/*#__PURE__*/_jsx(QuestionAccordionItem,{height:\"100%\",id:\"KyheWZVwL\",layoutId:\"KyheWZVwL\",LdxBjnd0w:GVO7hyJCA,qjzLotycz:JHh70MO9C,style:{width:\"100%\"},v7GmS5esQ:szVJGkm7A,variant:\"korrqzK1m\",width:\"100%\",...addPropertyOverrides({nhNcbYXUE:{variant:\"R0aO0VaPs\"}},baseVariant,gestureVariant)})})}),visible4&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:94,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||418)-0-634)/2+376+56),...addPropertyOverrides({nhNcbYXUE:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-624)/2+376+48)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-oesayt-container\",layoutDependency:layoutDependency,layoutId:\"anpo12xYP-container\",nodeId:\"anpo12xYP\",rendersWithMotion:true,scopeId:\"k5n4ViP7s\",children:/*#__PURE__*/_jsx(QuestionAccordionItem,{height:\"100%\",id:\"anpo12xYP\",layoutId:\"anpo12xYP\",LdxBjnd0w:ifHswmaUn,qjzLotycz:rYp1Co0ez,style:{width:\"100%\"},v7GmS5esQ:abWK0gV9H,variant:\"korrqzK1m\",width:\"100%\",...addPropertyOverrides({nhNcbYXUE:{variant:\"R0aO0VaPs\"}},baseVariant,gestureVariant)})})}),visible5&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:94,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||418)-0-634)/2+470+70),...addPropertyOverrides({nhNcbYXUE:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||348)-0-624)/2+470+60)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cy08op-container\",layoutDependency:layoutDependency,layoutId:\"mjLhbS0y1-container\",nodeId:\"mjLhbS0y1\",rendersWithMotion:true,scopeId:\"k5n4ViP7s\",children:/*#__PURE__*/_jsx(QuestionAccordionItem,{height:\"100%\",id:\"mjLhbS0y1\",layoutId:\"mjLhbS0y1\",LdxBjnd0w:p73NAsf22,qjzLotycz:zVD8PPjYY,style:{width:\"100%\"},v7GmS5esQ:OvFVrMmth,variant:\"korrqzK1m\",width:\"100%\",...addPropertyOverrides({nhNcbYXUE:{variant:\"R0aO0VaPs\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-sbjWW.framer-1yvzg7r, .framer-sbjWW .framer-1yvzg7r { display: block; }\",\".framer-sbjWW.framer-38sdiw { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1320px; }\",\".framer-sbjWW .framer-o8ohx9-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; width: auto; z-index: 1; }\",\".framer-sbjWW .framer-1sjghe2-container, .framer-sbjWW .framer-yrip6c-container, .framer-sbjWW .framer-a3zcqy-container, .framer-sbjWW .framer-m8qkes-container, .framer-sbjWW .framer-oesayt-container, .framer-sbjWW .framer-cy08op-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-sbjWW.framer-38sdiw { gap: 0px; } .framer-sbjWW.framer-38sdiw > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-sbjWW.framer-38sdiw > :first-child { margin-top: 0px; } .framer-sbjWW.framer-38sdiw > :last-child { margin-bottom: 0px; } }\",\".framer-sbjWW.framer-v-1a8ul8r.framer-38sdiw { gap: 12px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-sbjWW.framer-v-1a8ul8r.framer-38sdiw { gap: 0px; } .framer-sbjWW.framer-v-1a8ul8r.framer-38sdiw > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-sbjWW.framer-v-1a8ul8r.framer-38sdiw > :first-child { margin-top: 0px; } .framer-sbjWW.framer-v-1a8ul8r.framer-38sdiw > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 418\n * @framerIntrinsicWidth 1320\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"nhNcbYXUE\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"zyGg5fg7y\":\"_01Number\",\"XOduhJKwY\":\"_01Question\",\"VPKUL4ZCb\":\"_01Answer\",\"KCHp5mNqK\":\"_02Number\",\"BgSzLxAIC\":\"_02Question\",\"nabE3sB6p\":\"_02Answer\",\"b547EvB7L\":\"_03Number\",\"EqfvwlbQd\":\"_03Question\",\"Scaspv46b\":\"_03Answer\",\"GVO7hyJCA\":\"_04Number\",\"szVJGkm7A\":\"_04Question\",\"JHh70MO9C\":\"_04Answer\",\"ifHswmaUn\":\"_05Number\",\"abWK0gV9H\":\"_05Question\",\"rYp1Co0ez\":\"_05Answer\",\"p73NAsf22\":\"_06Number\",\"OvFVrMmth\":\"_06Question\",\"zVD8PPjYY\":\"_06Answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerk5n4ViP7s=withCSS(Component,css,\"framer-sbjWW\");export default Framerk5n4ViP7s;Framerk5n4ViP7s.displayName=\"FAQ\";Framerk5n4ViP7s.defaultProps={height:418,width:1320};addPropertyControls(Framerk5n4ViP7s,{variant:{options:[\"kjZHPqJiW\",\"nhNcbYXUE\"],optionTitles:[\"Desktop\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},zyGg5fg7y:{defaultValue:\"01 Number\",displayTextArea:false,title:\"01 Number\",type:ControlType.String},XOduhJKwY:{defaultValue:\"01 Question\",displayTextArea:true,title:\"01 Question\",type:ControlType.String},VPKUL4ZCb:{defaultValue:\"01 Answer\",displayTextArea:true,title:\"01 Answer\",type:ControlType.String},KCHp5mNqK:{defaultValue:\"02 Number\",displayTextArea:false,title:\"02 Number\",type:ControlType.String},BgSzLxAIC:{defaultValue:\"02 Question\",displayTextArea:true,title:\"02 Question\",type:ControlType.String},nabE3sB6p:{defaultValue:\"02 Answer\",displayTextArea:true,title:\"02 Answer\",type:ControlType.String},b547EvB7L:{defaultValue:\"03 Number\",displayTextArea:false,title:\"03 Number\",type:ControlType.String},EqfvwlbQd:{defaultValue:\"03 Question\",displayTextArea:true,title:\"03 Question\",type:ControlType.String},Scaspv46b:{defaultValue:\"03 Answer\",displayTextArea:true,title:\"03 Answer\",type:ControlType.String},GVO7hyJCA:{defaultValue:\"04 Number\",displayTextArea:false,title:\"04 Number\",type:ControlType.String},szVJGkm7A:{defaultValue:\"04 Question\",displayTextArea:true,title:\"04 Question\",type:ControlType.String},JHh70MO9C:{defaultValue:\"04 Answer\",displayTextArea:true,title:\"04 Answer\",type:ControlType.String},ifHswmaUn:{defaultValue:\"\",displayTextArea:false,title:\"05 Number\",type:ControlType.String},abWK0gV9H:{defaultValue:\"\",displayTextArea:true,title:\"05 Question\",type:ControlType.String},rYp1Co0ez:{defaultValue:\"\",displayTextArea:true,title:\"05 Answer\",type:ControlType.String},p73NAsf22:{defaultValue:\"\",displayTextArea:false,title:\"06 Number\",type:ControlType.String},OvFVrMmth:{defaultValue:\"\",displayTextArea:true,title:\"06 Question\",type:ControlType.String},zVD8PPjYY:{defaultValue:\"\",displayTextArea:true,title:\"06 Answer\",type:ControlType.String}});addFonts(Framerk5n4ViP7s,[{explicitInter:true,fonts:[]},...LayoutJumpPreventerFonts,...QuestionAccordionItemFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerk5n4ViP7s\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1320\",\"framerVariables\":\"{\\\"zyGg5fg7y\\\":\\\"_01Number\\\",\\\"XOduhJKwY\\\":\\\"_01Question\\\",\\\"VPKUL4ZCb\\\":\\\"_01Answer\\\",\\\"KCHp5mNqK\\\":\\\"_02Number\\\",\\\"BgSzLxAIC\\\":\\\"_02Question\\\",\\\"nabE3sB6p\\\":\\\"_02Answer\\\",\\\"b547EvB7L\\\":\\\"_03Number\\\",\\\"EqfvwlbQd\\\":\\\"_03Question\\\",\\\"Scaspv46b\\\":\\\"_03Answer\\\",\\\"GVO7hyJCA\\\":\\\"_04Number\\\",\\\"szVJGkm7A\\\":\\\"_04Question\\\",\\\"JHh70MO9C\\\":\\\"_04Answer\\\",\\\"ifHswmaUn\\\":\\\"_05Number\\\",\\\"abWK0gV9H\\\":\\\"_05Question\\\",\\\"rYp1Co0ez\\\":\\\"_05Answer\\\",\\\"p73NAsf22\\\":\\\"_06Number\\\",\\\"OvFVrMmth\\\":\\\"_06Question\\\",\\\"zVD8PPjYY\\\":\\\"_06Answer\\\"}\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nhNcbYXUE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"418\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./k5n4ViP7s.map", "// Generated by Framer (38f2e7f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Manrope-600\",\"GF;Manrope-700\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_A87jxeN7B.woff2\",weight:\"700\"}]}];export const css=['.framer-yCH5d .framer-styles-preset-1f8kmhi:not(.rich-text-wrapper), .framer-yCH5d .framer-styles-preset-1f8kmhi.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.04em; --framer-line-height: 1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-8303387e-d4c2-4989-af33-54d2c870c7ac, #2f2f2f); --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: 810px) { .framer-yCH5d .framer-styles-preset-1f8kmhi:not(.rich-text-wrapper), .framer-yCH5d .framer-styles-preset-1f8kmhi.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 30px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.04em; --framer-line-height: 1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-8303387e-d4c2-4989-af33-54d2c870c7ac, #2f2f2f); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-yCH5d .framer-styles-preset-1f8kmhi:not(.rich-text-wrapper), .framer-yCH5d .framer-styles-preset-1f8kmhi.rich-text-wrapper p { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-letter-spacing: -0.04em; --framer-line-height: 1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-8303387e-d4c2-4989-af33-54d2c870c7ac, #2f2f2f); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-yCH5d\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["AvoidLayoutJumping", "direction", "style", "isCanvas", "RenderTarget", "ref", "pe", "rafId", "vertical", "horizontal", "ue", "parent", "container", "updateSize", "rect", "p", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "PhosphorFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "height", "id", "number", "question", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "LdxBjnd0w", "v7GmS5esQ", "qjzLotycz", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap11zbdqn", "args", "onTapqi4yqc", "onTapsavml", "onTapymcofy", "scopingClassNames", "cx", "LayoutGroup", "u", "RichText", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerydBtRjLyQ", "withCSS", "ydBtRjLyQ_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "LayoutJumpPreventerFonts", "getFonts", "AvoidLayoutJumping", "QuestionAccordionItemFonts", "ydBtRjLyQ_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "isSet", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "_01Answer", "_01Number", "_01Question", "_02Answer", "_02Number", "_02Question", "_03Answer", "_03Number", "_03Question", "_04Answer", "_04Number", "_04Question", "_05Answer", "_05Number", "_05Question", "_06Answer", "_06Number", "_06Question", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "zyGg5fg7y", "XOduhJKwY", "VPKUL4ZCb", "KCHp5mNqK", "BgSzLxAIC", "nabE3sB6p", "b547EvB7L", "EqfvwlbQd", "Scaspv46b", "GVO7hyJCA", "szVJGkm7A", "JHh70MO9C", "ifHswmaUn", "abWK0gV9H", "rYp1Co0ez", "p73NAsf22", "OvFVrMmth", "zVD8PPjYY", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "visible", "visible1", "visible2", "visible3", "visible4", "visible5", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "Framerk5n4ViP7s", "withCSS", "k5n4ViP7s_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className"]
}
