{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/8Gv7KdORUXuH558Z0H81/xK5q5xCtCWNv3YZcGehO/FAQ_Schema_Backend.js", "ssg:https://framerusercontent.com/modules/axrRxZv9Av7x8EX3nxIg/CRbhpD2Mp8OtRf3CCFYC/JOsyKZrzD.js", "ssg:https://framerusercontent.com/modules/QGUNLMsmY6f8N8Fvlzfq/zRtKOLbEai8RuE5EivPl/nDp6wbwWl.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{Helmet}from\"react-helmet\";export function FAQSchema(props){const[schema,setSchema]=React.useState(null);const generateFAQSchema=()=>{let faqSchema={\"@context\":\"https://schema.org\",\"@type\":\"FAQPage\",mainEntity:[]};const questionElements=Array.from(document.querySelectorAll(`[data-framer-name='${props.questionLayerName}']`));const answerElements=Array.from(document.querySelectorAll(`[data-framer-name='${props.answerLayerName}']`));if(questionElements.length===answerElements.length){for(let i=0;i<questionElements.length;i++){var _questionElements_i_querySelector;let questionText=(_questionElements_i_querySelector=questionElements[i].querySelector(\"h3\"))===null||_questionElements_i_querySelector===void 0?void 0:_questionElements_i_querySelector.textContent;let answerParagraphs=answerElements[i].querySelectorAll(\"p\");let answerText=\"\";answerParagraphs.forEach(p=>{answerText+=p.textContent+\" \";});faqSchema.mainEntity.push({\"@type\":\"Question\",name:questionText,acceptedAnswer:{\"@type\":\"Answer\",text:answerText.trim()}});}}setSchema(JSON.stringify(faqSchema));};React.useEffect(()=>{generateFAQSchema();},[]);return /*#__PURE__*/_jsxs(Frame,{...props,background:null,children:[/*#__PURE__*/_jsx(Helmet,{children:schema&&/*#__PURE__*/_jsx(\"script\",{type:\"application/ld+json\",children:schema})}),props.children]});}FAQSchema.defaultProps={height:128,width:240,questionLayerName:\"FAQQuestion\",answerLayerName:\"FAQAnswer\"};addPropertyControls(FAQSchema,{questionLayerName:{title:\"Question Layer Name\",type:ControlType.String,defaultValue:\"FAQQuestion\"},answerLayerName:{title:\"Answer Layer Name\",type:ControlType.String,defaultValue:\"FAQAnswer\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"FAQSchema\":{\"type\":\"reactComponent\",\"name\":\"FAQSchema\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FAQ_Schema_Backend.map", "// Generated by Framer (013b13c)\nimport{jsx as _jsx}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{FAQSchema}from\"https://framerusercontent.com/modules/8Gv7KdORUXuH558Z0H81/xK5q5xCtCWNv3YZcGehO/FAQ_Schema_Backend.js\";const FAQSchemaFonts=getFonts(FAQSchema);const serializationHash=\"framer-fWATP\";const variantClassNames={HTs_ixnwk:\"framer-v-1y7kj7y\"};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 getProps=({answerLayerName,height,id,questionLayerName,width,...props})=>{return{...props,hAevhQnKx:questionLayerName??props.hAevhQnKx??\"FAQQuestion\",w3ro76Tph:answerLayerName??props.w3ro76Tph??\"FAQAnswer\"};};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,hAevhQnKx,w3ro76Tph,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"HTs_ixnwk\",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-1y7kj7y\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"HTs_ixnwk\",ref:refBinding,style:{...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pixtob-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"UHBEEdLfm-container\",nodeId:\"UHBEEdLfm\",rendersWithMotion:true,scopeId:\"JOsyKZrzD\",children:/*#__PURE__*/_jsx(FAQSchema,{answerLayerName:w3ro76Tph,height:\"100%\",id:\"UHBEEdLfm\",layoutId:\"UHBEEdLfm\",questionLayerName:hAevhQnKx,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fWATP.framer-1je9rv9, .framer-fWATP .framer-1je9rv9 { display: block; }\",\".framer-fWATP.framer-1y7kj7y { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 980px; }\",\".framer-fWATP .framer-1pixtob-container { flex: none; height: 1px; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(2.220446049250313e-14% - 1px / 2); width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fWATP.framer-1y7kj7y { gap: 0px; } .framer-fWATP.framer-1y7kj7y > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-fWATP.framer-1y7kj7y > :first-child { margin-left: 0px; } .framer-fWATP.framer-1y7kj7y > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1\n * @framerIntrinsicWidth 980\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"hAevhQnKx\":\"questionLayerName\",\"w3ro76Tph\":\"answerLayerName\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJOsyKZrzD=withCSS(Component,css,\"framer-fWATP\");export default FramerJOsyKZrzD;FramerJOsyKZrzD.displayName=\"FAQ Schema Component\";FramerJOsyKZrzD.defaultProps={height:1,width:980};addPropertyControls(FramerJOsyKZrzD,{hAevhQnKx:{defaultValue:\"FAQQuestion\",title:\"Question Layer Name\",type:ControlType.String},w3ro76Tph:{defaultValue:\"FAQAnswer\",title:\"Answer Layer Name\",type:ControlType.String}});addFonts(FramerJOsyKZrzD,[{explicitInter:true,fonts:[]},...FAQSchemaFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJOsyKZrzD\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"980\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"1\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"hAevhQnKx\\\":\\\"questionLayerName\\\",\\\"w3ro76Tph\\\":\\\"answerLayerName\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./JOsyKZrzD.map", "// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentPresetsProvider,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromComponentPreset,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/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import*as componentPresets from\"https://framerusercontent.com/modules/GBn0ylreiO66S3XoD27W/k9EC6BKbn1fYtDgxUYGp/componentPresets.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/IaPJVFPstr9opQ9rfNzg/TPHQTJgPcW3JA7BCarBJ/AS4PcgcTr.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/J4BJIxeh1vTcWBQbjqVF/spJEToI88IZplerSyKaw/BTAYseOlj.js\";import*as sharedStyle10 from\"https://framerusercontent.com/modules/ZexaV9g3Qb43p37nR7uQ/2nDmi15Sg2EoZmt3YOhD/CMGQTlim6.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/hm04zW03lMZd1j76dDC2/Jd4hr7Dx1xFi5VnEW0oh/EjC9d_Yj1.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/5KoJ5ZBcvgTr1AqkaOeu/gOfC1sjtlx9Hn96YMunm/fVxnimdqP.js\";import*as sharedStyle11 from\"https://framerusercontent.com/modules/TyqEHva5GSkC1soHzTQp/Vnx60uuEXBy8y59TkOc0/k32DmqACN.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/fie5mD46LwQMRpxegTSg/iEQxNbS5VhpbliXlqcNS/nVrBiSF4P.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/M6Df9VBBekBA2BciejIs/p5Bnc4mYdGiGc5ppLCNU/TMeZR6gRy.js\";import*as sharedStyle9 from\"https://framerusercontent.com/modules/ZIZtR8vgFf8DGFiJK9rh/kYJDcgWhGJyjlTzCd3Ev/X9UCAPkO5.js\";import*as sharedStyle12 from\"https://framerusercontent.com/modules/c06XjzQboR1NqP3oYkmz/TxzGQQjDtYn1YpkDltCl/xxrpaKQuu.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/imlxZuQB8E3WDXFJ6BZu/VCcmKqHlsTkvirVA039D/xZndidUCt.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/638fbnA4IuOxKU9a5IQj/26VZFJpg9d247cNx4KOR/YAP816Y5n.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/gSB7aPk4Sf3lTC1Jcnov/i0CgeMlwqQVqIave4KTt/YckFIlg3V.js\";import FAQSchemaComponent from\"https://framerusercontent.com/modules/axrRxZv9Av7x8EX3nxIg/CRbhpD2Mp8OtRf3CCFYC/JOsyKZrzD.js\";const FAQSchemaComponentFonts=getFonts(FAQSchemaComponent);const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"TyBo7cuGo\",\"yYeBTeS53\"];const serializationHash=\"framer-UGhiw\";const variantClassNames={TyBo7cuGo:\"framer-v-4kdz9w\",yYeBTeS53:\"framer-v-f3w5z8\"};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={Answer:\"yYeBTeS53\",Question:\"TyBo7cuGo\"};const getProps=({answer,height,id,question,width,...props})=>{return{...props,G2Iba_rf5:question??props.G2Iba_rf5??\"Is my personal information secure when using the virtual assistant?\",gX5GSf8XK:answer??props.gX5GSf8XK??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Yes, we take data privacy and security seriously. Your personal information will be encrypted and stored securely.\"})}),variant:humanReadableVariantMap[props.variant]??props.variant??\"TyBo7cuGo\"};};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,G2Iba_rf5,gX5GSf8XK,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"TyBo7cuGo\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1n158lk=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});await delay(()=>setVariant(\"yYeBTeS53\"),300);});const onTapwy40zd=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});await delay(()=>setVariant(\"TyBo7cuGo\"),300);});const onTapi6nafn=activeVariantCallback(async(...args)=>{setVariant(\"yYeBTeS53\");});const onTappsf8ti=activeVariantCallback(async(...args)=>{setVariant(\"TyBo7cuGo\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"yYeBTeS53\")return true;return false;};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-4kdz9w\",className,classNames),\"data-framer-name\":\"Question\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"TyBo7cuGo\",onTap:onTap1n158lk,ref:refBinding,style:{backgroundColor:\"var(--token-92bb8be5-56c7-4ffa-b071-dcd41546131b, rgb(244, 244, 244))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},variants:{yYeBTeS53:{borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15}},...addPropertyOverrides({yYeBTeS53:{\"data-framer-name\":\"Answer\",onTap:onTapwy40zd}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vg3gbl-container\",layoutDependency:layoutDependency,layoutId:\"g9WiYiWmC-container\",nodeId:\"g9WiYiWmC\",rendersWithMotion:true,scopeId:\"nDp6wbwWl\",children:/*#__PURE__*/_jsx(FAQSchemaComponent,{hAevhQnKx:\"FAQQuestion\",height:\"100%\",id:\"g9WiYiWmC\",layoutId:\"g9WiYiWmC\",style:{width:\"100%\"},w3ro76Tph:\"FAQAnswer\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jfva5z\",\"data-border\":true,\"data-framer-name\":\"FAQ Single Question\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"pK9JsOOkR\",onTap:onTapi6nafn,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(228, 228, 228)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-82ff0e80-909a-4a78-8d6f-851f32b2b8de, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},variants:{yYeBTeS53:{borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15}},...addPropertyOverrides({yYeBTeS53:{onTap:onTappsf8ti}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wg9pck\",\"data-framer-name\":\"FAQQuestion\",layoutDependency:layoutDependency,layoutId:\"bzc7ahIdx\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-ad1f0f62-7edb-4a0e-83cc-532215fdd7d2, rgb(0, 0, 0)))\"},children:\"Is my personal information secure when using the virtual assistant?\"})}),className:\"framer-1qxybi\",\"data-framer-name\":\"Is my personal information secure when using the virtual assistant?\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GUizsWdev\",style:{\"--extracted-a0htzi\":\"var(--token-ad1f0f62-7edb-4a0e-83cc-532215fdd7d2, rgb(0, 0, 0))\"},text:G2Iba_rf5,variants:{yYeBTeS53:{\"--extracted-a0htzi\":\"var(--token-7d83949f-a967-48a3-8f07-15e8bd6e7d88, rgb(33, 91, 238))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({yYeBTeS53:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-7d83949f-a967-48a3-8f07-15e8bd6e7d88, rgb(33, 91, 238)))\"},children:\"Is my personal information secure when using the virtual assistant?\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4b0263-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"jJBETerXU-container\",nodeId:\"jJBETerXU\",rendersWithMotion:true,scopeId:\"nDp6wbwWl\",style:{rotate:0},variants:{yYeBTeS53:{rotate:45}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-ad1f0f62-7edb-4a0e-83cc-532215fdd7d2, rgb(0, 0, 0))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Plus\",id:\"jJBETerXU\",layoutId:\"jJBETerXU\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-bqzniv\",layoutDependency:layoutDependency,layoutId:\"KKsQZlBaw\",style:{backgroundColor:\"var(--token-92bb8be5-56c7-4ffa-b071-dcd41546131b, rgb(244, 244, 244))\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pkf0jx\",\"data-framer-name\":\"FAQAnswer\",layoutDependency:layoutDependency,layoutId:\"FtjjXQj3u\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js:default\":componentPresets.props[\"k72YiG4ti\"],\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"PtnY28bje\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"PGk5KK79k\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:gX5GSf8XK,className:\"framer-1svcekd\",\"data-framer-name\":\"Yes, we take data privacy and security seriously. Your personal information will be encrypted and stored securely.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mPBLpC7np\",style:{\"--extracted-r6o4lv\":\"var(--token-ad1f0f62-7edb-4a0e-83cc-532215fdd7d2, rgb(0, 0, 0))\"},stylesPresetsClassNames:{a:\"framer-styles-preset-fsrzda\",blockquote:\"framer-styles-preset-80bz11\",code:\"framer-styles-preset-spqoy6\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-1wml6uu\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-aqgkdx\",h5:\"framer-styles-preset-bd65jw\",h6:\"framer-styles-preset-1vwxz9c\",img:\"framer-styles-preset-18x7l37\",p:\"framer-styles-preset-21ogod\",table:\"framer-styles-preset-yfwvhb\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({yYeBTeS53:{stylesPresetsClassNames:{a:\"framer-styles-preset-1bwzom3\",blockquote:\"framer-styles-preset-80bz11\",code:\"framer-styles-preset-spqoy6\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-1wml6uu\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-aqgkdx\",h5:\"framer-styles-preset-bd65jw\",h6:\"framer-styles-preset-1vwxz9c\",img:\"framer-styles-preset-18x7l37\",p:\"framer-styles-preset-21ogod\",table:\"framer-styles-preset-yfwvhb\"}}},baseVariant,gestureVariant)})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-UGhiw.framer-wo2st5, .framer-UGhiw .framer-wo2st5 { display: block; }\",\".framer-UGhiw.framer-4kdz9w { 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: 0px; position: relative; width: 700px; will-change: var(--framer-will-change-override, transform); }\",\".framer-UGhiw .framer-1vg3gbl-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-UGhiw .framer-1jfva5z { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 24px; position: relative; width: 100%; }\",\".framer-UGhiw .framer-wg9pck { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-UGhiw .framer-1qxybi { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-UGhiw .framer-4b0263-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-UGhiw .framer-bqzniv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-UGhiw .framer-1pkf0jx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-UGhiw .framer-1svcekd { flex: none; height: 1px; 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-UGhiw.framer-4kdz9w, .framer-UGhiw .framer-1jfva5z, .framer-UGhiw .framer-bqzniv, .framer-UGhiw .framer-1pkf0jx { gap: 0px; } .framer-UGhiw.framer-4kdz9w > *, .framer-UGhiw .framer-1jfva5z > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-UGhiw.framer-4kdz9w > :first-child, .framer-UGhiw .framer-1jfva5z > :first-child, .framer-UGhiw .framer-1pkf0jx > :first-child { margin-top: 0px; } .framer-UGhiw.framer-4kdz9w > :last-child, .framer-UGhiw .framer-1jfva5z > :last-child, .framer-UGhiw .framer-1pkf0jx > :last-child { margin-bottom: 0px; } .framer-UGhiw .framer-bqzniv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-UGhiw .framer-bqzniv > :first-child { margin-left: 0px; } .framer-UGhiw .framer-bqzniv > :last-child { margin-right: 0px; } .framer-UGhiw .framer-1pkf0jx > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-UGhiw.framer-v-f3w5z8 .framer-1jfva5z { gap: 24px; }\",\".framer-UGhiw.framer-v-f3w5z8 .framer-1pkf0jx { height: min-content; }\",\".framer-UGhiw.framer-v-f3w5z8 .framer-1svcekd { height: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UGhiw.framer-v-f3w5z8 .framer-1jfva5z { gap: 0px; } .framer-UGhiw.framer-v-f3w5z8 .framer-1jfva5z > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-UGhiw.framer-v-f3w5z8 .framer-1jfva5z > :first-child { margin-top: 0px; } .framer-UGhiw.framer-v-f3w5z8 .framer-1jfva5z > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,'.framer-UGhiw[data-border=\"true\"]::after, .framer-UGhiw [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 77\n * @framerIntrinsicWidth 700\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"yYeBTeS53\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"G2Iba_rf5\":\"question\",\"gX5GSf8XK\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramernDp6wbwWl=withCSS(Component,css,\"framer-UGhiw\");export default FramernDp6wbwWl;FramernDp6wbwWl.displayName=\"FAQ Single\";FramernDp6wbwWl.defaultProps={height:77,width:700};addPropertyControls(FramernDp6wbwWl,{variant:{options:[\"TyBo7cuGo\",\"yYeBTeS53\"],optionTitles:[\"Question\",\"Answer\"],title:\"Variant\",type:ControlType.Enum},G2Iba_rf5:{defaultValue:\"Is my personal information secure when using the virtual assistant?\",displayTextArea:false,title:\"Question\",type:ControlType.String},gX5GSf8XK:{defaultValue:\"<p>Yes, we take data privacy and security seriously. Your personal information will be encrypted and stored securely.</p>\",title:\"Answer\",type:ControlType.RichText}});addFonts(FramernDp6wbwWl,[{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\"}]},...FAQSchemaComponentFonts,...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...componentPresets.fonts?.[\"PtnY28bje\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"PtnY28bje\"]):[],...componentPresets.fonts?.[\"PGk5KK79k\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"PGk5KK79k\"]):[],...componentPresets.fonts?.[\"k72YiG4ti\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"k72YiG4ti\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernDp6wbwWl\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yYeBTeS53\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"G2Iba_rf5\\\":\\\"question\\\",\\\"gX5GSf8XK\\\":\\\"answer\\\"}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"700\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"77\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "64BAAuL,SAASA,EAAUC,EAAM,CAAC,GAAK,CAACC,EAAOC,CAAS,EAAQC,GAAS,IAAI,EAAQC,EAAkB,IAAI,CAAC,IAAIC,EAAU,CAAC,WAAW,qBAAqB,QAAQ,UAAU,WAAW,CAAC,CAAC,EAAQC,EAAiB,MAAM,KAAK,SAAS,iBAAiB,sBAAsBN,EAAM,iBAAiB,IAAI,CAAC,EAAQO,EAAe,MAAM,KAAK,SAAS,iBAAiB,sBAAsBP,EAAM,eAAe,IAAI,CAAC,EAAE,GAAGM,EAAiB,SAASC,EAAe,OAAQ,QAAQC,EAAE,EAAEA,EAAEF,EAAiB,OAAOE,IAAI,CAAC,IAAIC,EAAkC,IAAIC,GAAcD,EAAkCH,EAAiBE,CAAC,EAAE,cAAc,IAAI,KAAK,MAAMC,IAAoC,OAAO,OAAOA,EAAkC,YAAgBE,EAAiBJ,EAAeC,CAAC,EAAE,iBAAiB,GAAG,EAAMI,EAAW,GAAGD,EAAiB,QAAQE,GAAG,CAACD,GAAYC,EAAE,YAAY,GAAI,CAAC,EAAER,EAAU,WAAW,KAAK,CAAC,QAAQ,WAAW,KAAKK,EAAa,eAAe,CAAC,QAAQ,SAAS,KAAKE,EAAW,KAAK,CAAC,CAAC,CAAC,CAAE,CAAEV,EAAU,KAAK,UAAUG,CAAS,CAAC,CAAE,EAAE,OAAMS,GAAU,IAAI,CAACV,EAAkB,CAAE,EAAE,CAAC,CAAC,EAAsBW,EAAMC,GAAM,CAAC,GAAGhB,EAAM,WAAW,KAAK,SAAS,CAAca,EAAKI,GAAO,CAAC,SAAShB,GAAqBY,EAAK,SAAS,CAAC,KAAK,sBAAsB,SAASZ,CAAM,CAAC,CAAC,CAAC,EAAED,EAAM,QAAQ,CAAC,CAAC,CAAE,CAACD,EAAU,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,kBAAkB,cAAc,gBAAgB,WAAW,EAAEmB,EAAoBnB,EAAU,CAAC,kBAAkB,CAAC,MAAM,sBAAsB,KAAKoB,EAAY,OAAO,aAAa,aAAa,EAAE,gBAAgB,CAAC,MAAM,oBAAoB,KAAKA,EAAY,OAAO,aAAa,WAAW,CAAC,CAAC,ECC3yC,IAAMC,GAAeC,EAASC,CAAS,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,EAAyL,IAAMC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,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,GAAS,CAAC,CAAC,gBAAAC,EAAgB,OAAAC,EAAO,GAAAC,EAAG,kBAAAC,EAAkB,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUF,GAAmBE,EAAM,WAAW,cAAc,UAAUL,GAAiBK,EAAM,WAAW,WAAW,GAAUC,GAAuB,CAACD,EAAME,IAAeF,EAAM,iBAAwBE,EAAS,KAAK,GAAG,EAAEF,EAAM,iBAAwBE,EAAS,KAAK,GAAG,EAAUC,GAA6BC,EAAW,SAASJ,EAAMK,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,UAAAC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAE5B,GAASM,CAAK,EAAO,CAAC,YAAAuB,EAAY,WAAAC,EAAW,oBAAAC,GAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,GAAgB,WAAAC,EAAW,SAAA5B,CAAQ,EAAE6B,EAAgB,CAAC,eAAe,YAAY,IAAIvB,EAAW,QAAAW,EAAQ,kBAAAa,EAAiB,CAAC,EAAQC,EAAiBhC,GAAuBD,EAAME,CAAQ,EAAuCgC,EAAkBC,EAAGC,GAAkB,GAAhD,CAAC,CAAuE,EAAE,OAAoB9C,EAAK+C,EAAY,CAAC,GAAGnB,GAAUT,EAAgB,SAAsBnB,EAAKC,GAAS,CAAC,QAAQW,EAAS,QAAQ,GAAM,SAAsBZ,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKE,EAAO,IAAI,CAAC,GAAG8B,EAAU,GAAGI,EAAgB,UAAUS,EAAGD,EAAkB,iBAAiBjB,EAAUO,CAAU,EAAE,mBAAmB,YAAY,iBAAiBS,EAAiB,SAAS,YAAY,IAAIzB,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,SAAsB1B,EAAKgD,EAA0B,CAAC,SAAsBhD,EAAKiD,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiBN,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB3C,EAAKkD,EAAU,CAAC,gBAAgBnB,EAAU,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,kBAAkBD,EAAU,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQqB,GAAI,CAAC,kFAAkF,kFAAkF,0PAA0P,4MAA4M,8WAA8W,EAS3qIC,EAAgBC,EAAQxC,GAAUsC,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,uBAAuBA,EAAgB,aAAa,CAAC,OAAO,EAAE,MAAM,GAAG,EAAEG,EAAoBH,EAAgB,CAAC,UAAU,CAAC,aAAa,cAAc,MAAM,sBAAsB,KAAKI,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,YAAY,MAAM,oBAAoB,KAAKA,EAAY,MAAM,CAAC,CAAC,EAAEC,EAASL,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,EAAE,GAAGM,EAAc,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECTk4D,IAAMC,GAAwBC,EAASC,EAAkB,EAAQC,GAAcF,EAASG,EAAQ,EAAQC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,EAAqBC,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,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,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,OAAO,YAAY,SAAS,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,OAAAC,EAAO,GAAAC,EAAG,SAAAC,EAAS,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUF,GAAUE,EAAM,WAAW,sEAAsE,UAAUL,GAAQK,EAAM,WAAwBX,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,SAAS,oHAAoH,CAAC,CAAC,CAAC,EAAE,QAAQE,GAAwBO,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAMxB,IAAewB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAEwB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAvC,EAAQ,UAAAwC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAE1B,GAASM,CAAK,EAAO,CAAC,YAAAqB,EAAY,WAAAC,EAAW,oBAAAC,GAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,GAAgB,WAAAC,EAAW,SAAApD,CAAQ,EAAEqD,EAAgB,CAAC,WAAA1D,GAAW,eAAe,YAAY,IAAIoC,EAAW,QAAA7B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQyD,EAAiB7B,GAAuBD,EAAMxB,CAAQ,EAAO,CAAC,sBAAAuD,EAAsB,MAAAC,CAAK,EAAEC,GAAyBZ,CAAW,EAAQa,GAAaH,EAAsB,SAASI,KAAO,CAACR,GAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,MAAMK,EAAM,IAAIJ,EAAW,WAAW,EAAE,GAAG,CAAE,CAAC,EAAQQ,GAAYL,EAAsB,SAASI,KAAO,CAACR,GAAgB,CAAC,UAAU,EAAK,CAAC,EAAE,MAAMK,EAAM,IAAIJ,EAAW,WAAW,EAAE,GAAG,CAAE,CAAC,EAAQS,GAAYN,EAAsB,SAASI,KAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAQU,GAAYP,EAAsB,SAASI,KAAO,CAACP,EAAW,WAAW,CAAE,CAAC,EAAmVW,GAAkBC,EAAGpE,GAAkB,GAA5V,CAAa4C,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAwBA,GAAwBA,GAAwBA,EAAS,CAAuE,EAAQyB,GAAY,IAAQpB,IAAc,YAAuC,OAAoBhC,EAAKqD,EAAY,CAAC,GAAGzB,GAAUT,EAAgB,SAAsBnB,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBgE,EAAMpD,EAAO,IAAI,CAAC,GAAG6B,EAAU,GAAGI,EAAgB,UAAUgB,EAAGD,GAAkB,gBAAgBvB,EAAUM,CAAU,EAAE,mBAAmB,WAAW,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,MAAMI,GAAa,IAAI3B,EAAW,MAAM,CAAC,gBAAgB,wEAAwE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,GAAGQ,CAAK,EAAE,SAAS,CAAC,UAAU,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,CAAC,EAAE,GAAGzC,EAAqB,CAAC,UAAU,CAAC,mBAAmB,SAAS,MAAM8D,EAAW,CAAC,EAAEf,EAAYI,CAAc,EAAE,SAAS,CAAcpC,EAAKuD,EAA0B,CAAC,OAAO,EAAE,MAAM/B,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,SAAsBxB,EAAKwD,EAA8B,CAAC,UAAU,2BAA2B,iBAAiBf,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBzC,EAAKrB,GAAmB,CAAC,UAAU,cAAc,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,UAAU,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2E,EAAMpD,EAAO,IAAI,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,sBAAsB,iBAAiB,GAAK,iBAAiBuC,EAAiB,SAAS,YAAY,MAAMO,GAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,qBAAqB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,wEAAwE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAS,CAAC,UAAU,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,CAAC,EAAE,GAAG/D,EAAqB,CAAC,UAAU,CAAC,MAAMgE,EAAW,CAAC,EAAEjB,EAAYI,CAAc,EAAE,SAAS,CAAckB,EAAMpD,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,iBAAiBuC,EAAiB,SAAS,YAAY,SAAS,CAAczC,EAAKyD,GAAS,CAAC,sBAAsB,GAAK,SAAsBzD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,0FAA0F,EAAE,SAAS,qEAAqE,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,sEAAsE,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iEAAiE,EAAE,KAAKZ,EAAU,SAAS,CAAC,UAAU,CAAC,qBAAqB,qEAAqE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG5C,EAAqB,CAAC,UAAU,CAAC,SAAsBe,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,MAAM,CAAC,qBAAqB,OAAO,uBAAuB,QAAQ,sBAAsB,8FAA8F,EAAE,SAAS,qEAAqE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE8B,EAAYI,CAAc,CAAC,CAAC,EAAepC,EAAKuD,EAA0B,CAAC,SAAsBvD,EAAKwD,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBf,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,OAAO,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,EAAE,CAAC,EAAE,SAAsBzC,EAAKnB,GAAS,CAAC,MAAM,kEAAkE,OAAO,OAAO,WAAW,QAAQ,cAAc,OAAO,GAAG,YAAY,SAAS,YAAY,SAAS,GAAM,aAAa,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,OAAO,UAAU,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEuE,GAAY,GAAgBpD,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,uEAAuE,CAAC,CAAC,EAAezC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,iBAAiBuC,EAAiB,SAAS,YAAY,SAAsBzC,EAAK0D,GAAyB,CAAC,QAAQ,CAAC,oEAAqF/C,EAAM,UAAa,sEAAuFA,EAAM,UAAa,wEAAyFA,EAAM,SAAY,EAAE,SAAsBX,EAAKyD,GAAS,CAAC,sBAAsB,GAAK,SAAS3B,EAAU,UAAU,iBAAiB,mBAAmB,qHAAqH,MAAM,CAAC,OAAO,EAAE,iBAAiBW,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,iEAAiE,EAAE,wBAAwB,CAAC,EAAE,8BAA8B,WAAW,8BAA8B,KAAK,8BAA8B,GAAG,8BAA8B,GAAG,+BAA+B,GAAG,+BAA+B,GAAG,8BAA8B,GAAG,8BAA8B,GAAG,+BAA+B,IAAI,+BAA+B,EAAE,8BAA8B,MAAM,6BAA6B,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAGxD,EAAqB,CAAC,UAAU,CAAC,wBAAwB,CAAC,EAAE,+BAA+B,WAAW,8BAA8B,KAAK,8BAA8B,GAAG,8BAA8B,GAAG,+BAA+B,GAAG,+BAA+B,GAAG,8BAA8B,GAAG,8BAA8B,GAAG,+BAA+B,IAAI,+BAA+B,EAAE,8BAA8B,MAAM,6BAA6B,CAAC,CAAC,EAAE+C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQuB,GAAI,CAAC,kFAAkF,gFAAgF,2VAA2V,yGAAyG,0SAA0S,yQAAyQ,sKAAsK,wGAAwG,oQAAoQ,wQAAwQ,oKAAoK,6/BAA6/B,+DAA+D,yEAAyE,kEAAkE,mbAAmb,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAiBA,GAAI,GAAiBA,GAAI,GAAiBA,GAAI,+bAA+b,EAS50gBC,EAAgBC,EAAQhD,GAAU8C,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,aAAaA,EAAgB,aAAa,CAAC,OAAO,GAAG,MAAM,GAAG,EAAEG,EAAoBH,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,WAAW,QAAQ,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,sEAAsE,gBAAgB,GAAM,MAAM,WAAW,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,4HAA4H,MAAM,SAAS,KAAKA,EAAY,QAAQ,CAAC,CAAC,EAAEC,EAASL,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,CAAC,CAAC,EAAE,GAAGnF,GAAwB,GAAGG,GAAc,GAAGsF,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAsCC,EAAK,EAAE,GAAGD,EAAsCC,EAAK,EAAE,GAAGD,EAAsCC,EAAK,EAAE,GAAoBA,GAAQ,UAAaC,EAA6CD,GAAQ,SAAY,EAAE,CAAC,EAAE,GAAoBA,GAAQ,UAAaC,EAA6CD,GAAQ,SAAY,EAAE,CAAC,EAAE,GAAoBA,GAAQ,UAAaC,EAA6CD,GAAQ,SAAY,EAAE,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC",
  "names": ["FAQSchema", "props", "schema", "setSchema", "ye", "generateFAQSchema", "faqSchema", "questionElements", "answerElements", "i", "_questionElements_i_querySelector", "questionText", "answerParagraphs", "answerText", "p", "ue", "u", "Frame", "ae", "addPropertyControls", "ControlType", "FAQSchemaFonts", "getFonts", "FAQSchema", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "answerLayerName", "height", "id", "questionLayerName", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "hAevhQnKx", "w3ro76Tph", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "ComponentViewportProvider", "SmartComponentScopedContainer", "FAQSchema", "css", "FramerJOsyKZrzD", "withCSS", "JOsyKZrzD_default", "addPropertyControls", "ControlType", "addFonts", "FAQSchemaFonts", "FAQSchemaComponentFonts", "getFonts", "JOsyKZrzD_default", "PhosphorFonts", "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", "question", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "G2Iba_rf5", "gX5GSf8XK", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1n158lk", "args", "onTapwy40zd", "onTapi6nafn", "onTappsf8ti", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "ComponentPresetsProvider", "css", "FramernDp6wbwWl", "withCSS", "nDp6wbwWl_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset"]
}
