{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/2rGdY3xNPdGAC1LGc2Ew/gQcpGdBaDKqalAQX5HN3/Pattern.js", "ssg:https://framerusercontent.com/modules/z9EoktionPnqEoxwOhyN/LScDgsF9Tkdftt895EF7/WVoxR23Zi.js", "ssg:https://framerusercontent.com/modules/BKdXeLavEbNAq2fzlzpE/CEykbOmsX1952QHdLLqs/OU6_GmAGW.js", "ssg:https://framerusercontent.com/modules/oAPb1q0n27iHg6IiuvGa/LQ4UMbFwNEhe67lN2O8r/qFmrwr7a6.js", "ssg:https://framerusercontent.com/modules/yhVj3Nnx8WNmrvHBeS8R/I9ItKO20JR9z8cH6o5Gf/DiEPcp92_.js", "ssg:https://framer.com/m/phosphor-icons/House.js@0.0.53", "ssg:https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js", "ssg:https://framerusercontent.com/modules/8Zt5fZyCYGffhAlw6m1a/BRdfMFda6I855qcuop8n/PDVLV9ogm.js", "ssg:https://framerusercontent.com/modules/pEExTszG5ePMbmmi4OzZ/W5dPLAOXzkcclbmwUKWU/eLjr815uE.js", "ssg:https://framerusercontent.com/modules/w9SWhKseeyVC7XzvimmZ/Mr9KAMNJIyQA8MGSwOEf/fqut_9jlo.js", "ssg:https://framerusercontent.com/modules/hgQpV2Haz2BrqWuCtzoq/lun1a6sl0DhySZH0Wc7J/gaIZH4UiA.js", "ssg:https://framerusercontent.com/modules/guUBTky5jFSRMNkOJxYX/AFRKG7QP4X20LU9K8LnM/KjBGXFn33.js", "ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/H7Hprjo8hFoL6HVuvde6/SlideShow.js", "ssg:https://framerusercontent.com/modules/NmRlTCI0yQD2DHKJ0HxE/tuBHb4asFSurbwxKIrSV/dv4KAPOO0.js", "ssg:https://framerusercontent.com/modules/Ar5wACOhBwAqv9HCdlOB/EFdExJ4L74Wlc4Ir1xY8/fWqrhQDzQ.js", "ssg:https://framerusercontent.com/modules/8aFkUegUx2HTXXL7uI5P/dKzunZLZjOHjo2oGRRsC/PavwfUFLy.js", "ssg:https://framerusercontent.com/modules/iCRPMFDmJmyZhjHaZX4y/JMuH2bdmAOvglmrPrUtV/WJ3UDxyAH.js", "ssg:https://framerusercontent.com/modules/uF87qImk3a33btBBMGOt/MZ6mr7hgajM8RDEoLYcN/augiA20Il.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,Color}from\"framer\";import{motion}from\"framer-motion\";/**\n * PATTERN\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 200\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Pattern(props){const{patternType,front,back,radius,scale,shouldAnimate,direction,diagonal,duration}=props;const isCanvas=RenderTarget.current()===RenderTarget.canvas;let pattern;let position;let size;let repeat;let blendMode;let filter;let addBackground;let backgroundPosAnimation;const frontHex=Color.toHexString(Color(front));const backHex=Color.toHexString(Color(back));const frontWithoutHex=frontHex.replace(\"#\",\"\");const backWithoutHex=backHex.replace(\"#\",\"\");const factor=direction===\"left\"||direction===\"top\"?-1:1;const xScale=direction===\"left\"||direction===\"right\"?factor*scale:0;const yScale=direction===\"top\"||direction===\"bottom\"?factor*scale:0;if(patternType===\"wave\"){pattern=`radial-gradient(circle at center center, ${front}, ${back}), repeating-radial-gradient(circle at center center, ${front}, ${front}, ${scale}px, transparent ${scale*2}px, transparent ${scale}px)`;blendMode=\"multiply\";}if(patternType===\"zigzag\"){pattern=`linear-gradient(135deg, ${front} 25%, transparent 25%), linear-gradient(225deg, ${front} 25%, transparent 25%), linear-gradient(45deg, ${front} 25%, transparent 25%), linear-gradient(315deg, ${front} 25%, ${back} 25%)`;position=`${scale}px 0, ${scale}px 0, 0 0, 0 0`;size=`${scale*2}px ${scale*2}px`;repeat=`repeat`;}if(patternType===\"diagonal\"){pattern=`repeating-linear-gradient(45deg, ${front}, ${front} ${scale/2}px, ${back} ${scale/2}px, ${back} ${scale*2}px )`;}if(patternType===\"diagonal-two\"){pattern=`repeating-linear-gradient( 135deg, ${front}, ${front} ${scale/2}px, ${back} ${scale/2}px, ${back} ${scale*2}px )`;}if(patternType===\"blocks\"){pattern=`linear-gradient(30deg, ${front} 12%, transparent 12.5%, transparent 87%, ${front} 87.5%, ${front}), linear-gradient(150deg, ${front} 12%, transparent 12.5%, transparent 87%, ${front} 87.5%, ${front}), linear-gradient(30deg, ${front} 12%, transparent 12.5%, transparent 87%, ${front} 87.5%, ${front}), linear-gradient(150deg, ${front} 12%, transparent 12.5%, transparent 87%, ${front} 87.5%, ${front}), linear-gradient(60deg, ${back} 25%, transparent 25.5%, transparent 75%, ${back} 75%, ${back}), linear-gradient(60deg, ${back} 25%, transparent 25.5%, transparent 75%, ${back} 75%, ${back})`;size=`${scale*8}px ${scale*14}px`;position=`0 0, 0 0, ${scale*4}px ${scale*7}px, ${scale*4}px ${scale*7}px, 0 0, ${scale*4}px ${scale*7}px`;}if(patternType===\"polka\"){pattern=`radial-gradient(${front} 1px, transparent 1px), radial-gradient(${front} 1px, ${back} 1px)`;size=`${scale*2}px ${scale*2}px`;position=`0 0, ${scale}px ${scale}px`;}if(patternType===\"rhombus\"){pattern=`linear-gradient(135deg, ${front} 25%, transparent 25%), linear-gradient(225deg, ${front} 25%, transparent 25%), linear-gradient(45deg, ${front} 25%, transparent 25%), linear-gradient(315deg, ${front} 25%, ${back} 25%)`;position=`${scale}px 0, ${scale}px 0, 0 0, 0 0`;size=`${scale}px ${scale}px`;repeat=\"repeat\";}if(patternType===\"stars\"){pattern=`radial-gradient(ellipse ${scale}px ${scale}px, ${front}, ${front} 25%, ${back} 25%)`;size=`${scale/2}px ${scale/2}px`;if(shouldAnimate){backgroundPosAnimation=`${xScale}px ${yScale}px`;}}if(patternType===\"circles\"){pattern=`radial-gradient(circle at 100% 50%, ${back} 20%, ${front} 21%, ${front} 34%, transparent 35%, transparent), radial-gradient(circle at 0% 50%, ${back} 20%, ${front} 21%, ${front} 34%, ${back} 35%, ${back})`;size=`${scale*2}px ${scale*2}px`;}if(patternType===\"rectangles\"){pattern=`repeating-linear-gradient(45deg, ${front} 25%, transparent 25%, transparent 75%, ${front} 75%, ${front}), repeating-linear-gradient(45deg, ${front} 25%, ${back} 25%, ${back} 75%, ${front} 75%, ${front})`;position=`0 0, ${scale}px ${scale}px`;size=`${scale*2}px ${scale*2}px`;}if(patternType===\"lines\"){pattern=`linear-gradient(0deg, ${front} 50%, ${back} 50%)`;size=`${scale}px ${scale}px`;}if(patternType===\"lines-vertical\"){pattern=`linear-gradient(to right, ${front} 50%, ${back} 50%)`;size=`${scale}px ${scale}px`;}if(patternType===\"paper\"){pattern=`linear-gradient(${front} 2px, transparent 2px), linear-gradient(90deg, ${front} 2px, transparent 2px), linear-gradient(${front} 1px, transparent 1px), linear-gradient(90deg, ${front} 1px, ${back} 1px)`;size=`${scale*5}px ${scale*5}px, ${scale*5}px ${scale*5}px, ${scale}px ${scale}px, ${scale}px ${scale}px`;position=`-2px -2px, -2px -2px, -1px -1px, -1px -1px`;}if(patternType===\"crosses\"){pattern=`url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' %3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23${frontWithoutHex}' %3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E\")`;size=`${scale*4}px ${scale*4}px`;addBackground=back;}if(patternType===\"wave-lines\"){pattern=`url(\"data:image/svg+xml,%3Csvg width='100' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23${frontWithoutHex}' fill-rule='evenodd'/%3E%3C/svg%3E\")`;size=`${scale*10}px ${scale*2}px`;addBackground=back;if(shouldAnimate){backgroundPosAnimation=`${xScale*10}px ${yScale*2}px`;}}if(patternType===\"clouds\"){pattern=`url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='28'%3E%3Cpath fill='%23${frontWithoutHex}' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'%3E%3C/path%3E%3C/svg%3E\")`;size=`${scale*5.6}px ${scale*2.8}px`;addBackground=back;if(shouldAnimate){backgroundPosAnimation=`${xScale*5.6}px ${yScale*2.8}px`;}}if(patternType===\"stars-two\"){pattern=`url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23${frontWithoutHex}' d='m16 8.764 2.351 4.764 5.257.764L19.804 18l.898 5.236L16 20.764l-4.702 2.472.898-5.236-3.804-3.708 5.257-.764Z'%3E%3C/path%3E%3C/svg%3E\")`;size=`${scale*3.2}px ${scale*3.2}px`;addBackground=back;}if(patternType===\"wiggle\"){pattern=`url(\"data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23${frontWithoutHex}' %3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E\")`;addBackground=back;size=`${scale*5.2}px ${scale*2.6}px`;if(shouldAnimate){if(diagonal){backgroundPosAnimation=`-${scale*5.2}px -${scale*5.2}px`;}else{backgroundPosAnimation=`${scale*5.2}px ${scale*5.2}px`;}}}if(patternType===\"groovy\"){pattern=`url(\"data:image/svg+xml,%3Csvg width='24' height='40' viewBox='0 0 24 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 40c5.523 0 10-4.477 10-10V0C4.477 0 0 4.477 0 10v30zm22 0c-5.523 0-10-4.477-10-10V0c5.523 0 10 4.477 10 10v30z' fill='%23${frontWithoutHex}' fill-rule='evenodd'/%3E%3C/svg%3E\")`;addBackground=back;size=`${scale*2.4}px ${scale*4}px`;if(shouldAnimate){backgroundPosAnimation=`${xScale*2.4}px ${yScale*4}px`;}}if(patternType===\"plus\"){pattern=`url(\"data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23${frontWithoutHex}' %3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E\")`;addBackground=back;size=`${scale*6}px ${scale*6}px`;}return /*#__PURE__*/ _jsx(motion.div,{style:{width:\"100%\",height:\"100%\",backgroundColor:addBackground?addBackground:\"transparent\",backgroundImage:pattern,backgroundPosition:position,backgroundSize:size,backgroundRepeat:repeat,backgroundBlendMode:blendMode,borderRadius:radius,filter:filter},animate:shouldAnimate&&{backgroundPosition:backgroundPosAnimation},transition:{type:\"tween\",ease:\"linear\",duration:duration,repeat:Infinity,repeatType:\"loop\"}});};Pattern.displayName=\"Pattern\";/* Property Controls */ addPropertyControls(Pattern,{patternType:{type:ControlType.Enum,defaultValue:\"wave-lines\",options:[\"wave-lines\",\"clouds\",\"wiggle\",\"groovy\",\"plus\",\"circles\",\"rectangles\",\"lines\",\"lines-vertical\",\"diagonal\",\"diagonal-two\",\"blocks\",\"wave\",\"zigzag\",\"polka\",\"rhombus\",\"stars\",\"stars-two\",\"paper\",\"crosses\",],optionTitles:[\"Wave Lines\",\"Clouds\",\"Wiggle\",\"Groovy\",\"Plus\",\"Circles\",\"Rectangles\",\"Lines\",\"Lines Vertical\",\"Diagonal\",\"Diagonal 2\",\"Blocks\",\"Wave\",\"ZigZag\",\"Polka\",\"Rhombus\",\"Stars\",\"Stars 2\",\"Paper\",\"Crosses\",],title:\"Type\"},front:{type:ControlType.Color,title:\"Front\",defaultValue:\"#FFF\"},back:{type:ControlType.Color,title:\"Back\",defaultValue:\"#2DD\"},scale:{type:ControlType.Number,min:1,max:100,step:1,defaultValue:10},radius:{type:ControlType.Number,min:0,max:100,step:1,defaultValue:0},shouldAnimate:{type:ControlType.Boolean,title:\"Animate\",defaultValue:false,hidden(props){return props.patternType!==\"wave-lines\"&&props.patternType!==\"wiggle\"&&props.patternType!==\"clouds\"&&props.patternType!==\"stars\"&&props.patternType!==\"groovy\";}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\",],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true,hidden(props){return props.patternType===\"wiggle\"||props.shouldAnimate===false;}},diagonal:{type:ControlType.Boolean,title:\"Direction\",defaultValue:true,enabledTitle:\"TL\",disabledTitle:\"BR\",hidden(props){return props.patternType!==\"wiggle\";}},duration:{type:ControlType.Number,min:0,max:50,step:.1,defaultValue:5,hidden(props){return props.shouldAnimate===false;}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Pattern\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"200\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Pattern.map", "// Generated by Framer (f4b44ab)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={bOvvZCqEL:{hover:true}};const cycleOrder=[\"bOvvZCqEL\"];const serializationHash=\"framer-kmS4v\";const variantClassNames={bOvvZCqEL:\"framer-v-ecvkb6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:700,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const getProps=({height,id,link,text,width,...props})=>{var _ref;return{...props,FyrjlJ64l:link!==null&&link!==void 0?link:props.FyrjlJ64l,RXax2L2nn:(_ref=text!==null&&text!==void 0?text:props.RXax2L2nn)!==null&&_ref!==void 0?_ref:\"Get the Template\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,RXax2L2nn,FyrjlJ64l,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"bOvvZCqEL\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-kmS4v\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:FyrjlJ64l,openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,className:`${cx(\"framer-ecvkb6\",className)} framer-1qr2bnw`,\"data-framer-name\":\"Regular\",layoutDependency:layoutDependency,layoutId:\"bOvvZCqEL\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px 0px rgba(0, 0, 0, 0.01505), 0px 2.288533303243457px 2.288533303243457px 0px rgba(0, 0, 0, 0.05721), 0px 10px 10px 0px rgba(0, 0, 0, 0.25)\",...style},variants:{\"bOvvZCqEL-hover\":{\"--border-bottom-width\":\"1px\",\"--border-color\":'var(--token-c2d4f150-9d36-424f-95fe-afc2b485fcf8, rgb(255, 255, 255)) /* {\"name\":\"Color 2\"} */',\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(15, 15, 15)\"}},...addPropertyOverrides({\"bOvvZCqEL-hover\":{\"data-border\":true,\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m68y0w\",layoutDependency:layoutDependency,layoutId:\"KEheL7t8T\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNzAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\"},children:\"Get the Template\"})}),className:\"framer-1klxq37\",\"data-framer-name\":\"Text 1\",fonts:[\"GF;Inter Tight-700\"],layoutDependency:layoutDependency,layoutId:\"ycqGsl88r\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:RXax2L2nn,variants:{\"bOvvZCqEL-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"bOvvZCqEL-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNzAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Get the Template\"})})}},baseVariant,gestureVariant)})})})})})})});});const css=['.framer-kmS4v [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kmS4v .framer-1qr2bnw { display: block; }\",\".framer-kmS4v .framer-ecvkb6 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 38px; justify-content: center; padding: 5px 10px 5px 10px; position: relative; text-decoration: none; width: 142px; }\",\".framer-kmS4v .framer-1m68y0w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-kmS4v .framer-1klxq37 { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kmS4v .framer-ecvkb6, .framer-kmS4v .framer-1m68y0w { gap: 0px; } .framer-kmS4v .framer-ecvkb6 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-kmS4v .framer-ecvkb6 > :first-child { margin-top: 0px; } .framer-kmS4v .framer-ecvkb6 > :last-child { margin-bottom: 0px; } .framer-kmS4v .framer-1m68y0w > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-kmS4v .framer-1m68y0w > :first-child { margin-left: 0px; } .framer-kmS4v .framer-1m68y0w > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 38\n * @framerIntrinsicWidth 142\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"slGXEq6SZ\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"RXax2L2nn\":\"text\",\"FyrjlJ64l\":\"link\"}\n * @framerImmutableVariables true\n */const FramerWVoxR23Zi=withCSS(Component,css,\"framer-kmS4v\");export default FramerWVoxR23Zi;FramerWVoxR23Zi.displayName=\"Get template - fixed button\";FramerWVoxR23Zi.defaultProps={height:38,width:142};addPropertyControls(FramerWVoxR23Zi,{RXax2L2nn:{defaultValue:\"Get the Template\",displayTextArea:false,title:\"Text\",type:ControlType.String},FyrjlJ64l:{title:\"Link\",type:ControlType.Link}});addFonts(FramerWVoxR23Zi,[{family:\"Inter Tight\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mj6AiqWSRToK8EPg.woff2\",weight:\"700\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWVoxR23Zi\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"142\",\"framerVariables\":\"{\\\"RXax2L2nn\\\":\\\"text\\\",\\\"FyrjlJ64l\\\":\\\"link\\\"}\",\"framerIntrinsicHeight\":\"38\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"slGXEq6SZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WVoxR23Zi.map", "// Generated by Framer (5eef525)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-medium\",\"FS;Poppins-bold\",\"FS;Poppins-bold italic\",\"FS;Poppins-medium italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K4RHKGAGLQZBXEZQT2O2AGSLKJF2E4YC/JRUTXNFPWLFGIEVSSEYOW7EP7TYM3V6A/UCDYLFFGLZRGCFY5GYDYM5LDB52BAR5M.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/EOHGWBZYYKO6R4PWP4S2B3FFWHHBEZN6/UWQLMF4AFWLXCJQCFV3WRVYC77KZXPRB/FYG6OCH7XOLUUSZTIZE65ATBZWF623O4.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JQL34MORONR7D7BXOVTX3KBGJGEJQ5BJ/CKUZVY5SFANCFAT7FS3MP6ZL4BMEWCJE/NOLRWF3JBJ434MILPG5RB6R2B4HGRSZB.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/4HH4RITHYMRL7VREMN2WV2L6LQZKPRWE/ZWMGJ4LKTJ4NT5NKCHS5WLI6CRRRO2SE/OFRM3ATAEVJKZWGG6S4JN4P6SBPN2BLD.woff2\",weight:\"500\"}]}];export const css=['.framer-HXU40 .framer-styles-preset-5fegtk:not(.rich-text-wrapper), .framer-HXU40 .framer-styles-preset-5fegtk.rich-text-wrapper h4 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-f37763bf-5253-4d14-8ac0-e88a5446af25, #1a1a1a); --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-HXU40 .framer-styles-preset-5fegtk:not(.rich-text-wrapper), .framer-HXU40 .framer-styles-preset-5fegtk.rich-text-wrapper h4 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-f37763bf-5253-4d14-8ac0-e88a5446af25, #1a1a1a); --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-HXU40 .framer-styles-preset-5fegtk:not(.rich-text-wrapper), .framer-HXU40 .framer-styles-preset-5fegtk.rich-text-wrapper h4 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-f37763bf-5253-4d14-8ac0-e88a5446af25, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-HXU40\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d2515d1)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-medium\",\"FS;Poppins-bold\",\"FS;Poppins-bold italic\",\"FS;Poppins-medium italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K4RHKGAGLQZBXEZQT2O2AGSLKJF2E4YC/JRUTXNFPWLFGIEVSSEYOW7EP7TYM3V6A/UCDYLFFGLZRGCFY5GYDYM5LDB52BAR5M.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/EOHGWBZYYKO6R4PWP4S2B3FFWHHBEZN6/UWQLMF4AFWLXCJQCFV3WRVYC77KZXPRB/FYG6OCH7XOLUUSZTIZE65ATBZWF623O4.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JQL34MORONR7D7BXOVTX3KBGJGEJQ5BJ/CKUZVY5SFANCFAT7FS3MP6ZL4BMEWCJE/NOLRWF3JBJ434MILPG5RB6R2B4HGRSZB.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/4HH4RITHYMRL7VREMN2WV2L6LQZKPRWE/ZWMGJ4LKTJ4NT5NKCHS5WLI6CRRRO2SE/OFRM3ATAEVJKZWGG6S4JN4P6SBPN2BLD.woff2\",weight:\"500\"}]}];export const css=['.framer-UrB3g .framer-styles-preset-1gykxu6:not(.rich-text-wrapper), .framer-UrB3g .framer-styles-preset-1gykxu6.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, #6d6d6d); --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-UrB3g .framer-styles-preset-1gykxu6:not(.rich-text-wrapper), .framer-UrB3g .framer-styles-preset-1gykxu6.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, #6d6d6d); --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-UrB3g .framer-styles-preset-1gykxu6:not(.rich-text-wrapper), .framer-UrB3g .framer-styles-preset-1gykxu6.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, #6d6d6d); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-UrB3g\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5eef525)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/BKdXeLavEbNAq2fzlzpE/CEykbOmsX1952QHdLLqs/OU6_GmAGW.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/oAPb1q0n27iHg6IiuvGa/LQ4UMbFwNEhe67lN2O8r/qFmrwr7a6.js\";const cycleOrder=[\"IncdSF1ql\",\"PCGp1JabJ\",\"kQWvGV8N6\",\"bM0_PTQSF\",\"MvhO6qYMs\",\"irciaZgnN\",\"ejjWCYwL6\",\"Nzu_U6K8_\",\"dOwSxL_vt\",\"xBJHRTgXZ\",\"e4HPqXq57\",\"DldECxmn0\"];const serializationHash=\"framer-BUWnm\";const variantClassNames={bM0_PTQSF:\"framer-v-ekpl8f\",DldECxmn0:\"framer-v-1g1typ5\",dOwSxL_vt:\"framer-v-1835qv8\",e4HPqXq57:\"framer-v-ihj9y9\",ejjWCYwL6:\"framer-v-qwp89q\",IncdSF1ql:\"framer-v-wpurvm\",irciaZgnN:\"framer-v-on59sa\",kQWvGV8N6:\"framer-v-1a3im1g\",MvhO6qYMs:\"framer-v-n6noz\",Nzu_U6K8_:\"framer-v-1lw2amw\",PCGp1JabJ:\"framer-v-pd5ee8\",xBJHRTgXZ:\"framer-v-i3foez\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:380,type:\"spring\"};const negate=value=>{return!value;};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const isSet=value=>{return value!==undefined&&value!==null&&value!==\"\";};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Default screen\":\"IncdSF1ql\",\"Phone - default\":\"dOwSxL_vt\",\"Phone - screen 1\":\"xBJHRTgXZ\",\"Phone - screen 2\":\"e4HPqXq57\",\"Phone - screen 3\":\"DldECxmn0\",\"Screen 1\":\"PCGp1JabJ\",\"Screen 2\":\"kQWvGV8N6\",\"Screen 3\":\"bM0_PTQSF\",\"Tablet - default\":\"MvhO6qYMs\",\"Tablet - screen 1\":\"irciaZgnN\",\"Tablet - screen 2\":\"ejjWCYwL6\",\"Tablet - screen 3\":\"Nzu_U6K8_\"};const getProps=({defaultScreen,feature1Details,feature1Icon,feature1Title,feature2Details,feature2Icon,feature2Title,feature3Details,feature3Icon,feature3Title,height,id,notch,screen1,screen2,screen3,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4,_ref5,_ref6,_ref7;return{...props,B8Saajkta:feature2Icon!==null&&feature2Icon!==void 0?feature2Icon:props.B8Saajkta,eo6TSyphw:feature1Icon!==null&&feature1Icon!==void 0?feature1Icon:props.eo6TSyphw,fF6HPjNdH:(_ref=feature1Title!==null&&feature1Title!==void 0?feature1Title:props.fF6HPjNdH)!==null&&_ref!==void 0?_ref:\"Feature 1\",HIO96P3HE:screen1!==null&&screen1!==void 0?screen1:props.HIO96P3HE,pq_YCdI0i:(_ref1=notch!==null&&notch!==void 0?notch:props.pq_YCdI0i)!==null&&_ref1!==void 0?_ref1:true,Q06wcLKxB:(_ref2=feature1Details!==null&&feature1Details!==void 0?feature1Details:props.Q06wcLKxB)!==null&&_ref2!==void 0?_ref2:\"Feature 1 details\",RrIywmrsM:(_ref3=feature2Title!==null&&feature2Title!==void 0?feature2Title:props.RrIywmrsM)!==null&&_ref3!==void 0?_ref3:\"Feature 2\",SEEm0gr0A:screen3!==null&&screen3!==void 0?screen3:props.SEEm0gr0A,ttLj_fqLW:screen2!==null&&screen2!==void 0?screen2:props.ttLj_fqLW,U_7xIEyCA:defaultScreen!==null&&defaultScreen!==void 0?defaultScreen:props.U_7xIEyCA,variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"IncdSF1ql\",WQaHKt3AH:(_ref5=feature3Details!==null&&feature3Details!==void 0?feature3Details:props.WQaHKt3AH)!==null&&_ref5!==void 0?_ref5:\"Feature 2 details\",xKHcdY8k4:(_ref6=feature3Title!==null&&feature3Title!==void 0?feature3Title:props.xKHcdY8k4)!==null&&_ref6!==void 0?_ref6:\"Feature 3\",XR14aN5YY:feature3Icon!==null&&feature3Icon!==void 0?feature3Icon:props.XR14aN5YY,XZiTKNlUA:(_ref7=feature2Details!==null&&feature2Details!==void 0?feature2Details:props.XZiTKNlUA)!==null&&_ref7!==void 0?_ref7:\"Feature 2 details\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,pq_YCdI0i,U_7xIEyCA,HIO96P3HE,eo6TSyphw,fF6HPjNdH,Q06wcLKxB,ttLj_fqLW,B8Saajkta,RrIywmrsM,XZiTKNlUA,SEEm0gr0A,XR14aN5YY,xKHcdY8k4,WQaHKt3AH,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"IncdSF1ql\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const visible=negate(pq_YCdI0i);const visible1=isSet(eo6TSyphw);const visible2=isSet(B8Saajkta);const visible3=isSet(XR14aN5YY);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1264,intrinsicWidth:2800},className:cx(serializationHash,...sharedStyleClassNames,\"framer-wpurvm\",className,classNames),\"data-framer-name\":\"Default screen\",layoutDependency:layoutDependency,layoutId:\"IncdSF1ql\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({bM0_PTQSF:{\"data-framer-name\":\"Screen 3\"},DldECxmn0:{\"data-framer-name\":\"Phone - screen 3\"},dOwSxL_vt:{\"data-framer-name\":\"Phone - default\"},e4HPqXq57:{\"data-framer-name\":\"Phone - screen 2\"},ejjWCYwL6:{\"data-framer-name\":\"Tablet - screen 2\"},irciaZgnN:{\"data-framer-name\":\"Tablet - screen 1\"},kQWvGV8N6:{\"data-framer-name\":\"Screen 2\"},MvhO6qYMs:{\"data-framer-name\":\"Tablet - default\"},Nzu_U6K8_:{\"data-framer-name\":\"Tablet - screen 3\"},PCGp1JabJ:{\"data-framer-name\":\"Screen 1\"},xBJHRTgXZ:{\"data-framer-name\":\"Phone - screen 1\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-rot4cv\",\"data-framer-name\":\"Shadow\",layoutDependency:layoutDependency,layoutId:\"xN703FWzb\",style:{backgroundColor:\"var(--token-d2956da8-9ba6-4f67-aa9e-f9f428a0191a, rgb(18, 18, 18))\",borderBottomLeftRadius:42,borderBottomRightRadius:42,borderTopLeftRadius:42,borderTopRightRadius:42,filter:\"blur(10px)\",opacity:.2,WebkitFilter:\"blur(10px)\"}}),visible&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:2163,pixelWidth:1072,positionX:\"center\",positionY:\"center\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 10px) / 0, 1px)`,src:\"https://framerusercontent.com/images/xx8NciXORr52d6luindTUCd91E.png\",srcSet:\"https://framerusercontent.com/images/xx8NciXORr52d6luindTUCd91E.png?scale-down-to=2048 1015w,https://framerusercontent.com/images/xx8NciXORr52d6luindTUCd91E.png 1072w\"},className:\"framer-134qax\",\"data-framer-name\":\"Device Render\",layoutDependency:layoutDependency,layoutId:\"QATsBphdv\"}),pq_YCdI0i&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:2163,pixelWidth:1072,positionX:\"center\",positionY:\"center\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 10px) / 0, 1px)`,src:\"https://framerusercontent.com/images/M5BYpFV5ukCc6wJlq4Wqvkzw.png\",srcSet:\"https://framerusercontent.com/images/M5BYpFV5ukCc6wJlq4Wqvkzw.png?scale-down-to=2048 1015w,https://framerusercontent.com/images/M5BYpFV5ukCc6wJlq4Wqvkzw.png 1072w\"},className:\"framer-fyqcwa\",\"data-framer-name\":\"Device Render - notch\",layoutDependency:layoutDependency,layoutId:\"av0fDHkzg\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ogggjg\",\"data-framer-name\":\"Screens\",layoutDependency:layoutDependency,layoutId:\"HLbGYUlUM\",style:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 38px)`,...toResponsiveImage(U_7xIEyCA),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-op6xt9\",\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"c4BrEQFcp\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 38px)`,...toResponsiveImage(HIO96P3HE),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-7nmnlv\",\"data-framer-name\":\"Screen 1\",layoutDependency:layoutDependency,layoutId:\"sNmGYlnzE\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 38px)`,...toResponsiveImage(ttLj_fqLW),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-dke9ta\",\"data-framer-name\":\"Screen 2\",layoutDependency:layoutDependency,layoutId:\"Qz_4fyeIP\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 38px)`,...toResponsiveImage(SEEm0gr0A),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-eay363\",\"data-framer-name\":\"Screen 3\",layoutDependency:layoutDependency,layoutId:\"CsSrbFIoU\"})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1r72bdc\",\"data-framer-name\":\"Feature 1\",layoutDependency:layoutDependency,layoutId:\"FzYtDffsK\",style:{background:'linear-gradient(90deg, var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, rgb(246, 246, 246)) /* {\"name\":\"White 50\"} */ 25%, var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, rgb(255, 255, 255)) /* {\"name\":\"White\"} */ 100%)',backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:12,borderTopLeftRadius:0,borderTopRightRadius:12,opacity:0},transformTemplate:transformTemplate1,variants:{DldECxmn0:{background:'linear-gradient(180deg, var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, rgb(255, 255, 255)) /* {\"name\":\"White\"} */ 0%, rgba(255, 255, 255, 0) 100%)',borderBottomLeftRadius:12,borderTopLeftRadius:12},dOwSxL_vt:{background:'linear-gradient(180deg, var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, rgb(255, 255, 255)) /* {\"name\":\"White\"} */ 0%, rgba(255, 255, 255, 0) 100%)',borderBottomLeftRadius:12,borderTopLeftRadius:12},e4HPqXq57:{background:'linear-gradient(180deg, var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, rgb(255, 255, 255)) /* {\"name\":\"White\"} */ 0%, rgba(255, 255, 255, 0) 100%)',borderBottomLeftRadius:12,borderTopLeftRadius:12},irciaZgnN:{background:\"linear-gradient(90deg, var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, rgb(246, 246, 246)) 0%, var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, rgb(246, 246, 246)) 100%)\",backgroundColor:\"var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, rgb(246, 246, 246))\",opacity:1},PCGp1JabJ:{opacity:1},xBJHRTgXZ:{background:'linear-gradient(180deg, var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, rgb(255, 255, 255)) /* {\"name\":\"White\"} */ 0%, rgba(255, 255, 255, 0) 100%)',borderBottomLeftRadius:12,borderTopLeftRadius:12,opacity:1}},...addPropertyOverrides({DldECxmn0:{transformTemplate:undefined},dOwSxL_vt:{transformTemplate:undefined},e4HPqXq57:{transformTemplate:undefined},ejjWCYwL6:{transformTemplate:transformTemplate2},irciaZgnN:{transformTemplate:transformTemplate2},MvhO6qYMs:{transformTemplate:transformTemplate2},Nzu_U6K8_:{transformTemplate:transformTemplate2},PCGp1JabJ:{transformTemplate:transformTemplate2},xBJHRTgXZ:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[visible1&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-d3qmcy\",\"data-framer-name\":\"Icon 1\",layoutDependency:layoutDependency,layoutId:\"QrqY4QWQy\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"32px\",...toResponsiveImage(eo6TSyphw),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-xz50f1\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"FJ1jg6Soo\",...addPropertyOverrides({xBJHRTgXZ:{background:{alt:\"\",fit:\"fill\",sizes:\"28px\",...toResponsiveImage(eo6TSyphw),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-5fegtk\",\"data-styles-preset\":\"OU6_GmAGW\",children:\"Feature 1\"})}),className:\"framer-1k579p4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"An31tFJmR\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:fF6HPjNdH,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({DldECxmn0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-5fegtk\",\"data-styles-preset\":\"OU6_GmAGW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Feature 1\"})})},dOwSxL_vt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-5fegtk\",\"data-styles-preset\":\"OU6_GmAGW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Feature 1\"})})},e4HPqXq57:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-5fegtk\",\"data-styles-preset\":\"OU6_GmAGW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Feature 1\"})})},xBJHRTgXZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-5fegtk\",\"data-styles-preset\":\"OU6_GmAGW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Feature 1\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(135, 135, 135)))\"},children:\"Feature 1 details\"})}),className:\"framer-1bukr80\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IR5dmjBX1\",style:{\"--extracted-r6o4lv\":\"var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(135, 135, 135))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Q06wcLKxB,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({DldECxmn0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(135, 135, 135)))\"},children:\"Feature 1 details\"})})},dOwSxL_vt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(135, 135, 135)))\"},children:\"Feature 1 details\"})})},e4HPqXq57:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(135, 135, 135)))\"},children:\"Feature 1 details\"})})},xBJHRTgXZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(135, 135, 135)))\"},children:\"Feature 1 details\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ztto3c\",\"data-framer-name\":\"Feature 2\",layoutDependency:layoutDependency,layoutId:\"pzxW3GFNq\",style:{background:'linear-gradient(270deg, var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, rgb(246, 246, 246)) /* {\"name\":\"White 50\"} */ 25%, var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, rgb(255, 255, 255)) /* {\"name\":\"White\"} */ 100%)',backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:12,borderBottomRightRadius:0,borderTopLeftRadius:12,borderTopRightRadius:0,opacity:0},transformTemplate:transformTemplate2,variants:{DldECxmn0:{background:'linear-gradient(0deg, rgba(245, 245, 245, 0) 0%, var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, rgb(255, 255, 255)) /* {\"name\":\"White\"} */ 100%)',borderBottomRightRadius:12,borderTopRightRadius:12},dOwSxL_vt:{background:'linear-gradient(0deg, rgba(245, 245, 245, 0) 0%, var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, rgb(255, 255, 255)) /* {\"name\":\"White\"} */ 100%)',borderBottomRightRadius:12,borderTopRightRadius:12},e4HPqXq57:{background:'linear-gradient(0deg, rgba(245, 245, 245, 0) 0%, var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, rgb(255, 255, 255)) /* {\"name\":\"White\"} */ 100%)',borderBottomRightRadius:12,borderTopRightRadius:12,opacity:1},ejjWCYwL6:{background:\"linear-gradient(270deg, var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, rgb(246, 246, 246)) 0%, var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, rgb(246, 246, 246)) 100%)\",backgroundColor:\"var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, rgb(246, 246, 246))\",opacity:1},kQWvGV8N6:{opacity:1},xBJHRTgXZ:{background:'linear-gradient(0deg, rgba(245, 245, 245, 0) 0%, var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, rgb(255, 255, 255)) /* {\"name\":\"White\"} */ 100%)',borderBottomRightRadius:12,borderTopRightRadius:12}},...addPropertyOverrides({DldECxmn0:{transformTemplate:undefined},dOwSxL_vt:{transformTemplate:undefined},e4HPqXq57:{transformTemplate:undefined},xBJHRTgXZ:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[visible2&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-l98g52\",\"data-framer-name\":\"Icon 2\",layoutDependency:layoutDependency,layoutId:\"dNg3jxlF8\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"32px\",...toResponsiveImage(B8Saajkta)},className:\"framer-131yoak\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"jmx0X5tw2\",...addPropertyOverrides({e4HPqXq57:{background:{alt:\"\",fit:\"fill\",sizes:\"28px\",...toResponsiveImage(B8Saajkta)}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-5fegtk\",\"data-styles-preset\":\"OU6_GmAGW\",children:\"Feature 2\"})}),className:\"framer-1koqex6\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WAtIHY8nn\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:RrIywmrsM,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({DldECxmn0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-5fegtk\",\"data-styles-preset\":\"OU6_GmAGW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Feature 2\"})})},dOwSxL_vt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-5fegtk\",\"data-styles-preset\":\"OU6_GmAGW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Feature 2\"})})},e4HPqXq57:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-5fegtk\",\"data-styles-preset\":\"OU6_GmAGW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Feature 2\"})})},xBJHRTgXZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-5fegtk\",\"data-styles-preset\":\"OU6_GmAGW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Feature 2\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(135, 135, 135)))\"},children:\"Feature 2 details\"})}),className:\"framer-6eeplj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Tp41kz5r1\",style:{\"--extracted-r6o4lv\":\"var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(135, 135, 135))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:XZiTKNlUA,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({DldECxmn0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(135, 135, 135)))\"},children:\"Feature 2 details\"})})},dOwSxL_vt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(135, 135, 135)))\"},children:\"Feature 2 details\"})})},e4HPqXq57:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(135, 135, 135)))\"},children:\"Feature 2 details\"})})},xBJHRTgXZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(135, 135, 135)))\"},children:\"Feature 2 details\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1669swe\",\"data-framer-name\":\"Feature 3\",layoutDependency:layoutDependency,layoutId:\"SYWew6rx9\",style:{background:'linear-gradient(90deg, var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, rgb(246, 246, 246)) /* {\"name\":\"White 50\"} */ 25%, var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, rgb(255, 255, 255)) /* {\"name\":\"White\"} */ 100%)',backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:12,borderTopLeftRadius:0,borderTopRightRadius:12,opacity:0},transformTemplate:transformTemplate2,variants:{bM0_PTQSF:{opacity:1},DldECxmn0:{background:'linear-gradient(180deg, var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, rgb(255, 255, 255)) /* {\"name\":\"White\"} */ 0%, rgba(255, 255, 255, 0) 100%)',borderBottomLeftRadius:12,borderTopLeftRadius:12,opacity:1},dOwSxL_vt:{background:'linear-gradient(180deg, var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, rgb(246, 246, 246)) /* {\"name\":\"White 50\"} */ 0%, rgba(255, 255, 255, 0) 100%)',borderBottomLeftRadius:12,borderTopLeftRadius:12},e4HPqXq57:{background:'linear-gradient(180deg, var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, rgb(246, 246, 246)) /* {\"name\":\"White 50\"} */ 0%, rgba(255, 255, 255, 0) 100%)',borderBottomLeftRadius:12,borderTopLeftRadius:12},Nzu_U6K8_:{background:\"linear-gradient(90deg, var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, rgb(246, 246, 246)) 0%, var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, rgb(246, 246, 246)) 100%)\",backgroundColor:\"var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, rgb(246, 246, 246))\",opacity:1},xBJHRTgXZ:{background:'linear-gradient(180deg, var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, rgb(246, 246, 246)) /* {\"name\":\"White 50\"} */ 0%, rgba(255, 255, 255, 0) 100%)',borderBottomLeftRadius:12,borderTopLeftRadius:12}},...addPropertyOverrides({DldECxmn0:{transformTemplate:undefined},dOwSxL_vt:{transformTemplate:undefined},e4HPqXq57:{transformTemplate:undefined},xBJHRTgXZ:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[visible3&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1aagomn\",\"data-framer-name\":\"Icon 3\",layoutDependency:layoutDependency,layoutId:\"D5in4Fiiw\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"32px\",...toResponsiveImage(XR14aN5YY)},className:\"framer-4tsyk6\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"X0RN_EjJA\",...addPropertyOverrides({DldECxmn0:{background:{alt:\"\",fit:\"fill\",sizes:\"28px\",...toResponsiveImage(XR14aN5YY)}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-5fegtk\",\"data-styles-preset\":\"OU6_GmAGW\",children:\"Feature 3\"})}),className:\"framer-6bxon4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"chO28Q4zf\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:xKHcdY8k4,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({DldECxmn0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-5fegtk\",\"data-styles-preset\":\"OU6_GmAGW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Feature 3\"})})},dOwSxL_vt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-5fegtk\",\"data-styles-preset\":\"OU6_GmAGW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Feature 3\"})})},e4HPqXq57:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-5fegtk\",\"data-styles-preset\":\"OU6_GmAGW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Feature 3\"})})},xBJHRTgXZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-5fegtk\",\"data-styles-preset\":\"OU6_GmAGW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Feature 3\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(135, 135, 135)))\"},children:\"Feature 2 details\"})}),className:\"framer-phafa9\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NmgzgkFlf\",style:{\"--extracted-r6o4lv\":\"var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(135, 135, 135))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:WQaHKt3AH,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({DldECxmn0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(135, 135, 135)))\"},children:\"Feature 2 details\"})})},dOwSxL_vt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(135, 135, 135)))\"},children:\"Feature 2 details\"})})},e4HPqXq57:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(135, 135, 135)))\"},children:\"Feature 2 details\"})})},xBJHRTgXZ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(135, 135, 135)))\"},children:\"Feature 2 details\"})})}},baseVariant,gestureVariant)})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BUWnm.framer-wrlv9p, .framer-BUWnm .framer-wrlv9p { display: block; }\",\".framer-BUWnm.framer-wpurvm { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 600px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 300px; }\",\".framer-BUWnm .framer-rot4cv { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 22px; z-index: 1; }\",\".framer-BUWnm .framer-134qax { flex: 1 0 0px; height: 100%; overflow: visible; position: relative; width: 1px; z-index: 1; }\",\".framer-BUWnm .framer-fyqcwa { flex: 1 0 0px; height: 100%; overflow: visible; position: relative; width: 1px; z-index: 2; }\",\".framer-BUWnm .framer-ogggjg { align-content: center; align-items: center; bottom: 19px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; left: 19px; overflow: hidden; padding: 0px; position: absolute; right: 19px; top: 19px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-BUWnm .framer-op6xt9 { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-BUWnm .framer-7nmnlv { flex: none; height: 562px; left: 0px; overflow: visible; position: absolute; right: 0px; top: 562px; z-index: 1; }\",\".framer-BUWnm .framer-dke9ta { flex: none; height: 562px; left: 0px; overflow: visible; position: absolute; right: 0px; top: 1124px; z-index: 1; }\",\".framer-BUWnm .framer-eay363 { flex: none; height: 562px; left: 0px; overflow: visible; position: absolute; right: 0px; top: 1686px; z-index: 1; }\",\".framer-BUWnm .framer-1r72bdc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; left: 113%; max-width: 420px; overflow: hidden; padding: 32px 32px 32px 64px; position: absolute; top: 50%; width: 420px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-BUWnm .framer-d3qmcy, .framer-BUWnm .framer-l98g52, .framer-BUWnm .framer-1aagomn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-BUWnm .framer-xz50f1, .framer-BUWnm .framer-131yoak, .framer-BUWnm .framer-4tsyk6 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: hidden; position: relative; width: 32px; }\",\".framer-BUWnm .framer-1k579p4, .framer-BUWnm .framer-1bukr80, .framer-BUWnm .framer-1koqex6, .framer-BUWnm .framer-6eeplj, .framer-BUWnm .framer-6bxon4, .framer-BUWnm .framer-phafa9 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-BUWnm .framer-ztto3c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; left: -250px; max-width: 420px; overflow: hidden; padding: 32px 64px 32px 32px; position: absolute; top: 50%; width: 420px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-BUWnm .framer-1669swe { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; max-width: 420px; overflow: hidden; padding: 32px 32px 32px 64px; position: absolute; right: -250px; top: 50%; width: 420px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BUWnm.framer-wpurvm, .framer-BUWnm .framer-ogggjg, .framer-BUWnm .framer-1r72bdc, .framer-BUWnm .framer-d3qmcy, .framer-BUWnm .framer-ztto3c, .framer-BUWnm .framer-l98g52, .framer-BUWnm .framer-1669swe, .framer-BUWnm .framer-1aagomn { gap: 0px; } .framer-BUWnm.framer-wpurvm > *, .framer-BUWnm .framer-ogggjg > *, .framer-BUWnm .framer-d3qmcy > *, .framer-BUWnm .framer-l98g52 > *, .framer-BUWnm .framer-1aagomn > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-BUWnm.framer-wpurvm > :first-child, .framer-BUWnm .framer-ogggjg > :first-child, .framer-BUWnm .framer-d3qmcy > :first-child, .framer-BUWnm .framer-l98g52 > :first-child, .framer-BUWnm .framer-1aagomn > :first-child { margin-left: 0px; } .framer-BUWnm.framer-wpurvm > :last-child, .framer-BUWnm .framer-ogggjg > :last-child, .framer-BUWnm .framer-d3qmcy > :last-child, .framer-BUWnm .framer-l98g52 > :last-child, .framer-BUWnm .framer-1aagomn > :last-child { margin-right: 0px; } .framer-BUWnm .framer-1r72bdc > *, .framer-BUWnm .framer-ztto3c > *, .framer-BUWnm .framer-1669swe > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-BUWnm .framer-1r72bdc > :first-child, .framer-BUWnm .framer-ztto3c > :first-child, .framer-BUWnm .framer-1669swe > :first-child { margin-top: 0px; } .framer-BUWnm .framer-1r72bdc > :last-child, .framer-BUWnm .framer-ztto3c > :last-child, .framer-BUWnm .framer-1669swe > :last-child { margin-bottom: 0px; } }\",\".framer-BUWnm.framer-v-pd5ee8.framer-wpurvm, .framer-BUWnm.framer-v-1a3im1g.framer-wpurvm, .framer-BUWnm.framer-v-ekpl8f.framer-wpurvm, .framer-BUWnm.framer-v-n6noz.framer-wpurvm, .framer-BUWnm.framer-v-on59sa.framer-wpurvm, .framer-BUWnm.framer-v-qwp89q.framer-wpurvm, .framer-BUWnm.framer-v-1lw2amw.framer-wpurvm, .framer-BUWnm.framer-v-1835qv8.framer-wpurvm, .framer-BUWnm.framer-v-i3foez.framer-wpurvm, .framer-BUWnm.framer-v-ihj9y9.framer-wpurvm, .framer-BUWnm.framer-v-1g1typ5.framer-wpurvm { aspect-ratio: 0.5 / 1; height: var(--framer-aspect-ratio-supported, 600px); }\",\".framer-BUWnm.framer-v-pd5ee8 .framer-rot4cv { order: 0; }\",\".framer-BUWnm.framer-v-pd5ee8 .framer-134qax { order: 1; }\",\".framer-BUWnm.framer-v-pd5ee8 .framer-fyqcwa { order: 2; }\",\".framer-BUWnm.framer-v-pd5ee8 .framer-ogggjg { order: 4; }\",\".framer-BUWnm.framer-v-pd5ee8 .framer-op6xt9 { bottom: 562px; height: 562px; top: unset; }\",\".framer-BUWnm.framer-v-pd5ee8 .framer-7nmnlv, .framer-BUWnm.framer-v-1a3im1g .framer-dke9ta, .framer-BUWnm.framer-v-ekpl8f .framer-eay363, .framer-BUWnm.framer-v-on59sa .framer-7nmnlv, .framer-BUWnm.framer-v-qwp89q .framer-dke9ta, .framer-BUWnm.framer-v-1lw2amw .framer-eay363, .framer-BUWnm.framer-v-i3foez .framer-7nmnlv, .framer-BUWnm.framer-v-ihj9y9 .framer-dke9ta, .framer-BUWnm.framer-v-1g1typ5 .framer-eay363 { bottom: 0px; height: unset; top: 0px; }\",\".framer-BUWnm.framer-v-pd5ee8 .framer-dke9ta, .framer-BUWnm.framer-v-1a3im1g .framer-eay363, .framer-BUWnm.framer-v-on59sa .framer-dke9ta, .framer-BUWnm.framer-v-qwp89q .framer-eay363, .framer-BUWnm.framer-v-i3foez .framer-dke9ta, .framer-BUWnm.framer-v-ihj9y9 .framer-eay363 { top: 562px; }\",\".framer-BUWnm.framer-v-pd5ee8 .framer-eay363, .framer-BUWnm.framer-v-on59sa .framer-eay363, .framer-BUWnm.framer-v-i3foez .framer-eay363 { top: 1124px; }\",\".framer-BUWnm.framer-v-pd5ee8 .framer-1r72bdc { left: unset; order: 3; right: -390px; }\",\".framer-BUWnm.framer-v-pd5ee8 .framer-ztto3c { order: 5; }\",\".framer-BUWnm.framer-v-pd5ee8 .framer-1669swe { order: 6; right: -390px; }\",\".framer-BUWnm.framer-v-1a3im1g .framer-op6xt9 { bottom: 1152px; height: 562px; top: unset; }\",\".framer-BUWnm.framer-v-1a3im1g .framer-7nmnlv, .framer-BUWnm.framer-v-ekpl8f .framer-dke9ta { bottom: 562px; top: unset; }\",\".framer-BUWnm.framer-v-1a3im1g .framer-ztto3c { left: -390px; }\",\".framer-BUWnm.framer-v-ekpl8f .framer-op6xt9 { bottom: 1686px; height: 562px; top: unset; }\",\".framer-BUWnm.framer-v-ekpl8f .framer-7nmnlv { bottom: 1124px; top: unset; }\",\".framer-BUWnm.framer-v-ekpl8f .framer-1669swe { right: -390px; }\",\".framer-BUWnm.framer-v-n6noz .framer-1r72bdc { left: unset; padding: 24px; right: -131px; top: 50%; width: 280px; }\",\".framer-BUWnm.framer-v-n6noz .framer-ztto3c { left: unset; padding: 24px; right: 130px; top: 50%; width: 280px; }\",\".framer-BUWnm.framer-v-n6noz .framer-1669swe { left: 130px; padding: 24px; right: unset; top: 50%; width: 280px; }\",\".framer-BUWnm.framer-v-on59sa .framer-op6xt9, .framer-BUWnm.framer-v-i3foez .framer-op6xt9 { bottom: unset; height: 562px; top: -562px; }\",\".framer-BUWnm.framer-v-on59sa .framer-1r72bdc { left: unset; padding: 24px; right: -246px; width: 260px; }\",\".framer-BUWnm.framer-v-on59sa .framer-ztto3c, .framer-BUWnm.framer-v-1lw2amw .framer-ztto3c { left: unset; right: 130px; width: 300px; }\",\".framer-BUWnm.framer-v-on59sa .framer-1669swe, .framer-BUWnm.framer-v-qwp89q .framer-1669swe { left: 130px; right: unset; width: 300px; }\",\".framer-BUWnm.framer-v-qwp89q .framer-op6xt9, .framer-BUWnm.framer-v-ihj9y9 .framer-op6xt9 { bottom: unset; height: 562px; top: -1124px; }\",\".framer-BUWnm.framer-v-qwp89q .framer-7nmnlv, .framer-BUWnm.framer-v-1lw2amw .framer-dke9ta, .framer-BUWnm.framer-v-ihj9y9 .framer-7nmnlv, .framer-BUWnm.framer-v-1g1typ5 .framer-dke9ta { top: -562px; }\",\".framer-BUWnm.framer-v-qwp89q .framer-1r72bdc, .framer-BUWnm.framer-v-1lw2amw .framer-1r72bdc { left: unset; right: -131px; width: 300px; }\",\".framer-BUWnm.framer-v-qwp89q .framer-ztto3c { left: unset; padding: 24px; right: 286px; top: 50%; width: 260px; }\",\".framer-BUWnm.framer-v-1lw2amw .framer-op6xt9, .framer-BUWnm.framer-v-1g1typ5 .framer-op6xt9 { bottom: unset; height: 562px; top: -1686px; }\",\".framer-BUWnm.framer-v-1lw2amw .framer-7nmnlv, .framer-BUWnm.framer-v-1g1typ5 .framer-7nmnlv { top: -1124px; }\",\".framer-BUWnm.framer-v-1lw2amw .framer-1669swe { padding: 24px; right: -246px; width: 260px; }\",\".framer-BUWnm.framer-v-1835qv8 .framer-1r72bdc, .framer-BUWnm.framer-v-1835qv8 .framer-ztto3c, .framer-BUWnm.framer-v-1835qv8 .framer-1669swe, .framer-BUWnm.framer-v-i3foez .framer-ztto3c, .framer-BUWnm.framer-v-i3foez .framer-1669swe, .framer-BUWnm.framer-v-ihj9y9 .framer-1r72bdc, .framer-BUWnm.framer-v-ihj9y9 .framer-1669swe, .framer-BUWnm.framer-v-1g1typ5 .framer-1r72bdc, .framer-BUWnm.framer-v-1g1typ5 .framer-ztto3c { align-content: center; align-items: center; left: 0px; padding: 32px 24px 64px 24px; right: 0px; top: 0px; width: unset; }\",\".framer-BUWnm.framer-v-i3foez .framer-1r72bdc, .framer-BUWnm.framer-v-ihj9y9 .framer-ztto3c, .framer-BUWnm.framer-v-1g1typ5 .framer-1669swe { align-content: center; align-items: center; bottom: 560px; left: 0px; padding: 32px 24px 64px 24px; right: 0px; top: unset; width: unset; }\",\".framer-BUWnm.framer-v-i3foez .framer-xz50f1, .framer-BUWnm.framer-v-ihj9y9 .framer-131yoak, .framer-BUWnm.framer-v-1g1typ5 .framer-4tsyk6 { height: var(--framer-aspect-ratio-supported, 28px); width: 28px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 600\n * @framerIntrinsicWidth 300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"PCGp1JabJ\":{\"layout\":[\"fixed\",\"fixed\"]},\"kQWvGV8N6\":{\"layout\":[\"fixed\",\"fixed\"]},\"bM0_PTQSF\":{\"layout\":[\"fixed\",\"fixed\"]},\"MvhO6qYMs\":{\"layout\":[\"fixed\",\"fixed\"]},\"irciaZgnN\":{\"layout\":[\"fixed\",\"fixed\"]},\"ejjWCYwL6\":{\"layout\":[\"fixed\",\"fixed\"]},\"Nzu_U6K8_\":{\"layout\":[\"fixed\",\"fixed\"]},\"dOwSxL_vt\":{\"layout\":[\"fixed\",\"fixed\"]},\"xBJHRTgXZ\":{\"layout\":[\"fixed\",\"fixed\"]},\"e4HPqXq57\":{\"layout\":[\"fixed\",\"fixed\"]},\"DldECxmn0\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"pq_YCdI0i\":\"notch\",\"U_7xIEyCA\":\"defaultScreen\",\"HIO96P3HE\":\"screen1\",\"eo6TSyphw\":\"feature1Icon\",\"fF6HPjNdH\":\"feature1Title\",\"Q06wcLKxB\":\"feature1Details\",\"ttLj_fqLW\":\"screen2\",\"B8Saajkta\":\"feature2Icon\",\"RrIywmrsM\":\"feature2Title\",\"XZiTKNlUA\":\"feature2Details\",\"SEEm0gr0A\":\"screen3\",\"XR14aN5YY\":\"feature3Icon\",\"xKHcdY8k4\":\"feature3Title\",\"WQaHKt3AH\":\"feature3Details\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerDiEPcp92_=withCSS(Component,css,\"framer-BUWnm\");export default FramerDiEPcp92_;FramerDiEPcp92_.displayName=\"Phone mockup/Feature - scroll section\";FramerDiEPcp92_.defaultProps={height:600,width:300};addPropertyControls(FramerDiEPcp92_,{variant:{options:[\"IncdSF1ql\",\"PCGp1JabJ\",\"kQWvGV8N6\",\"bM0_PTQSF\",\"MvhO6qYMs\",\"irciaZgnN\",\"ejjWCYwL6\",\"Nzu_U6K8_\",\"dOwSxL_vt\",\"xBJHRTgXZ\",\"e4HPqXq57\",\"DldECxmn0\"],optionTitles:[\"Default screen\",\"Screen 1\",\"Screen 2\",\"Screen 3\",\"Tablet - default\",\"Tablet - screen 1\",\"Tablet - screen 2\",\"Tablet - screen 3\",\"Phone - default\",\"Phone - screen 1\",\"Phone - screen 2\",\"Phone - screen 3\"],title:\"Variant\",type:ControlType.Enum},pq_YCdI0i:{defaultValue:true,title:\"Notch\",type:ControlType.Boolean},U_7xIEyCA:{title:\"Default screen\",type:ControlType.ResponsiveImage},HIO96P3HE:{title:\"Screen 1\",type:ControlType.ResponsiveImage},eo6TSyphw:{description:\"Icon will be hidden if not set\",title:\"Feature 1 icon\",type:ControlType.ResponsiveImage},fF6HPjNdH:{defaultValue:\"Feature 1\",displayTextArea:false,placeholder:\"Feature 1\",title:\"Feature 1 title\",type:ControlType.String},Q06wcLKxB:{defaultValue:\"Feature 1 details\",description:\"\",displayTextArea:true,placeholder:\"Feature 1 details\",title:\"Feature 1 details\",type:ControlType.String},ttLj_fqLW:{title:\"Screen 2\",type:ControlType.ResponsiveImage},B8Saajkta:{description:\"Icon will be hidden if not set\",title:\"Feature 2 icon\",type:ControlType.ResponsiveImage},RrIywmrsM:{defaultValue:\"Feature 2\",placeholder:\"Feature 2\",title:\"Feature 2 title\",type:ControlType.String},XZiTKNlUA:{defaultValue:\"Feature 2 details\",displayTextArea:true,placeholder:\"Feature 2 details\",title:\"Feature 2 details \",type:ControlType.String},SEEm0gr0A:{title:\"Screen 3\",type:ControlType.ResponsiveImage},XR14aN5YY:{description:\"Icon will be hidden if not set\",title:\"Feature 3 icon\",type:ControlType.ResponsiveImage},xKHcdY8k4:{defaultValue:\"Feature 3\",placeholder:\"Feature 3\",title:\"Feature 3 title\",type:ControlType.String},WQaHKt3AH:{defaultValue:\"Feature 2 details\",displayTextArea:true,placeholder:\"Feature 2 details\",title:\"Feature 3 details \",type:ControlType.String}});addFonts(FramerDiEPcp92_,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDiEPcp92_\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"600\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PCGp1JabJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kQWvGV8N6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bM0_PTQSF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MvhO6qYMs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"irciaZgnN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ejjWCYwL6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Nzu_U6K8_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dOwSxL_vt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xBJHRTgXZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"e4HPqXq57\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DldECxmn0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"300\",\"framerVariables\":\"{\\\"pq_YCdI0i\\\":\\\"notch\\\",\\\"U_7xIEyCA\\\":\\\"defaultScreen\\\",\\\"HIO96P3HE\\\":\\\"screen1\\\",\\\"eo6TSyphw\\\":\\\"feature1Icon\\\",\\\"fF6HPjNdH\\\":\\\"feature1Title\\\",\\\"Q06wcLKxB\\\":\\\"feature1Details\\\",\\\"ttLj_fqLW\\\":\\\"screen2\\\",\\\"B8Saajkta\\\":\\\"feature2Icon\\\",\\\"RrIywmrsM\\\":\\\"feature2Title\\\",\\\"XZiTKNlUA\\\":\\\"feature2Details\\\",\\\"SEEm0gr0A\\\":\\\"screen3\\\",\\\"XR14aN5YY\\\":\\\"feature3Icon\\\",\\\"xKHcdY8k4\\\":\\\"feature3Title\\\",\\\"WQaHKt3AH\\\":\\\"feature3Details\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "let Component;\nvar House_default = (React) => {\n  if (!Component) {\n    const weights = /* @__PURE__ */ new Map([\n      [\n        \"bold\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M221.56,100.85,141.61,25.38l-.16-.15a19.93,19.93,0,0,0-26.91,0l-.17.15L34.44,100.85A20.07,20.07,0,0,0,28,115.55V208a20,20,0,0,0,20,20H96a20,20,0,0,0,20-20V164h24v44a20,20,0,0,0,20,20h48a20,20,0,0,0,20-20V115.55A20.07,20.07,0,0,0,221.56,100.85ZM204,204H164V160a20,20,0,0,0-20-20H112a20,20,0,0,0-20,20v44H52V117.28l76-71.75,76,71.75Z\" }))\n      ],\n      [\n        \"duotone\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\n          \"path\",\n          {\n            d: \"M216,115.54V208a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.54a8,8,0,0,1,2.62-5.92l80-75.54a8,8,0,0,1,10.77,0l80,75.54A8,8,0,0,1,216,115.54Z\",\n            opacity: \"0.2\"\n          }\n        ), /* @__PURE__ */ React.createElement(\"path\", { d: \"M218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z\" }))\n      ],\n      [\n        \"fill\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M224,115.55V208a16,16,0,0,1-16,16H168a16,16,0,0,1-16-16V168a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v40a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V115.55a16,16,0,0,1,5.17-11.78l80-75.48.11-.11a16,16,0,0,1,21.53,0,1.14,1.14,0,0,0,.11.11l80,75.48A16,16,0,0,1,224,115.55Z\" }))\n      ],\n      [\n        \"light\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M217.47,105.24l-80-75.5-.09-.08a13.94,13.94,0,0,0-18.83,0l-.09.08-80,75.5A14,14,0,0,0,34,115.55V208a14,14,0,0,0,14,14H96a14,14,0,0,0,14-14V160a2,2,0,0,1,2-2h32a2,2,0,0,1,2,2v48a14,14,0,0,0,14,14h48a14,14,0,0,0,14-14V115.55A14,14,0,0,0,217.47,105.24ZM210,208a2,2,0,0,1-2,2H160a2,2,0,0,1-2-2V160a14,14,0,0,0-14-14H112a14,14,0,0,0-14,14v48a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V115.55a2,2,0,0,1,.65-1.48l.09-.08,79.94-75.48a2,2,0,0,1,2.63,0L209.26,114l.08.08a2,2,0,0,1,.66,1.48Z\" }))\n      ],\n      [\n        \"regular\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z\" }))\n      ],\n      [\n        \"thin\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M216.13,106.72,136.07,31.13a12,12,0,0,0-16.2.05L39.93,106.67A12,12,0,0,0,36,115.54V208a12,12,0,0,0,12,12H96a12,12,0,0,0,12-12V160a4,4,0,0,1,4-4h32a4,4,0,0,1,4,4v48a12,12,0,0,0,12,12h48a12,12,0,0,0,12-12V115.54A12,12,0,0,0,216.13,106.72ZM212,208a4,4,0,0,1-4,4H160a4,4,0,0,1-4-4V160a12,12,0,0,0-12-12H112a12,12,0,0,0-12,12v48a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V115.54a4.09,4.09,0,0,1,1.36-3L125.3,37.05a4,4,0,0,1,5.33,0l80.06,75.58a4,4,0,0,1,1.31,3Z\" }))\n      ]\n    ]);\n    const House = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", { ref, ...props }, weights.get(props.weight)));\n    House.displayName = \"House\";\n    Component = House;\n  }\n  return Component;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nexport {\n  __FramerMetadata__,\n  House_default as default\n};\n", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HouseFactory from\"https://framer.com/m/phosphor-icons/House.js@0.0.53\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"AddressBook\",\"AirTrafficControl\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"AmazonLogo\",\"Anchor\",\"AnchorSimple\",\"AndroidLogo\",\"AngularLogo\",\"Aperture\",\"AppStoreLogo\",\"AppWindow\",\"AppleLogo\",\"ApplePodcastsLogo\",\"Archive\",\"ArchiveBox\",\"ArchiveTray\",\"Armchair\",\"ArrowArcLeft\",\"ArrowArcRight\",\"ArrowBendDownLeft\",\"ArrowBendDownRight\",\"ArrowBendLeftDown\",\"ArrowBendLeftUp\",\"ArrowBendRightDown\",\"ArrowBendRightUp\",\"ArrowBendUpLeft\",\"ArrowBendUpRight\",\"ArrowCircleDown\",\"ArrowCircleDownLeft\",\"ArrowCircleDownRight\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpLeft\",\"ArrowCircleUpRight\",\"ArrowClockwise\",\"ArrowDown\",\"ArrowDownLeft\",\"ArrowDownRight\",\"ArrowElbowDownLeft\",\"ArrowElbowDownRight\",\"ArrowElbowLeft\",\"ArrowElbowLeftDown\",\"ArrowElbowLeftUp\",\"ArrowElbowRight\",\"ArrowElbowRightDown\",\"ArrowElbowRightUp\",\"ArrowElbowUpLeft\",\"ArrowElbowUpRight\",\"ArrowFatDown\",\"ArrowFatLeft\",\"ArrowFatLineDown\",\"ArrowFatLineLeft\",\"ArrowFatLineRight\",\"ArrowFatLineUp\",\"ArrowFatLinesDown\",\"ArrowFatLinesLeft\",\"ArrowFatLinesRight\",\"ArrowFatLinesUp\",\"ArrowFatRight\",\"ArrowFatUp\",\"ArrowLeft\",\"ArrowLineDown\",\"ArrowLineDownLeft\",\"ArrowLineDownRight\",\"ArrowLineLeft\",\"ArrowLineRight\",\"ArrowLineUp\",\"ArrowLineUpLeft\",\"ArrowLineUpRight\",\"ArrowRight\",\"ArrowSquareDown\",\"ArrowSquareDownLeft\",\"ArrowSquareDownRight\",\"ArrowSquareIn\",\"ArrowSquareLeft\",\"ArrowSquareOut\",\"ArrowSquareRight\",\"ArrowSquareUp\",\"ArrowSquareUpLeft\",\"ArrowSquareUpRight\",\"ArrowUDownLeft\",\"ArrowUDownRight\",\"ArrowULeftDown\",\"ArrowULeftUp\",\"ArrowURightDown\",\"ArrowURightUp\",\"ArrowUUpLeft\",\"ArrowUUpRight\",\"ArrowUp\",\"ArrowUpLeft\",\"ArrowUpRight\",\"ArrowsClockwise\",\"ArrowsDownUp\",\"ArrowsHorizontal\",\"ArrowsIn\",\"ArrowsInCardinal\",\"ArrowsInLineVertical\",\"ArrowsInSimple\",\"ArrowsLeftRight\",\"ArrowsMerge\",\"ArrowsOut\",\"ArrowsOutCardinal\",\"ArrowsOutSimple\",\"ArrowsSplit\",\"ArrowsVertical\",\"Article\",\"ArticleMedium\",\"ArticleNyTimes\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Baby\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barricade\",\"Baseball\",\"BaseballCap\",\"Basket\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryPlusVertical\",\"BatteryVerticalEmpty\",\"BatteryVerticalFull\",\"BatteryVerticalHigh\",\"BatteryVerticalLow\",\"BatteryWarning\",\"Bed\",\"BeerBottle\",\"BeerStein\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"BezierCurve\",\"Bicycle\",\"Binoculars\",\"Bird\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Bone\",\"Book\",\"BookBookmark\",\"BookOpen\",\"BookOpenText\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"Boot\",\"BoundingBox\",\"BowlFood\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Bridge\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Broom\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Buildings\",\"Bus\",\"Butterfly\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarPlus\",\"CalendarX\",\"CallBell\",\"Camera\",\"CameraPlus\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarProfile\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretCircleUpDown\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretRight\",\"CaretUp\",\"CaretUpDown\",\"Carrot\",\"CassetteTape\",\"CastleTurret\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"Certificate\",\"Chair\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"Champagne\",\"ChargingStation\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartDonut\",\"ChartLine\",\"ChartLineDown\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"ChartPolar\",\"ChartScatter\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleText\",\"ChatDots\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckFat\",\"CheckSquare\",\"CheckSquareOffset\",\"Checks\",\"Church\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Circuitry\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClockCounterClockwise\",\"ClockCountdown\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"CloudWarning\",\"CloudX\",\"Club\",\"CoatHanger\",\"CodaLogo\",\"Code\",\"CodeBlock\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"Command\",\"Compass\",\"CompassTool\",\"ComputerTower\",\"Confetti\",\"ContactlessPayment\",\"Control\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Couch\",\"Cpu\",\"CreditCard\",\"Crop\",\"Cross\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownSimple\",\"Cube\",\"CubeFocus\",\"CubeTransparent\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorClick\",\"CursorText\",\"Cylinder\",\"Database\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DevToLogo\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSpeaker\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Devices\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscordLogo\",\"Divide\",\"Dna\",\"Dog\",\"Door\",\"DoorOpen\",\"Dot\",\"DotOutline\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"Dress\",\"DribbbleLogo\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"DropboxLogo\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Elevator\",\"Engine\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"EscalatorDown\",\"EscalatorUp\",\"Exam\",\"Exclude\",\"ExcludeSquare\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"Fan\",\"FastForward\",\"FastForwardCircle\",\"Feather\",\"FigmaLogo\",\"File\",\"FileArchive\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileCloud\",\"FileCode\",\"FileCss\",\"FileCsv\",\"FileDashed\",\"FileDoc\",\"FileHtml\",\"FileImage\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMagnifyingGlass\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FileRs\",\"FileSql\",\"FileSvg\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmReel\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireExtinguisher\",\"FireSimple\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagCheckered\",\"FlagPennant\",\"Flame\",\"Flashlight\",\"Flask\",\"FloppyDisk\",\"FloppyDiskBack\",\"FlowArrow\",\"Flower\",\"FlowerLotus\",\"FlowerTulip\",\"FlyingSaucer\",\"Folder\",\"FolderDashed\",\"FolderLock\",\"FolderMinus\",\"FolderNotch\",\"FolderNotchMinus\",\"FolderNotchOpen\",\"FolderNotchPlus\",\"FolderOpen\",\"FolderPlus\",\"FolderSimple\",\"FolderSimpleDashed\",\"FolderSimpleLock\",\"FolderSimpleMinus\",\"FolderSimplePlus\",\"FolderSimpleStar\",\"FolderSimpleUser\",\"FolderStar\",\"FolderUser\",\"Folders\",\"Football\",\"Footprints\",\"ForkKnife\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"GameController\",\"Garage\",\"GasCan\",\"GasPump\",\"Gauge\",\"Gavel\",\"Gear\",\"GearFine\",\"GearSix\",\"GenderFemale\",\"GenderIntersex\",\"GenderMale\",\"GenderNeuter\",\"GenderNonbinary\",\"GenderTransgender\",\"Ghost\",\"Gif\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitDiff\",\"GitFork\",\"GitMerge\",\"GitPullRequest\",\"GithubLogo\",\"GitlabLogo\",\"GitlabLogoSimple\",\"Globe\",\"GlobeHemisphereEast\",\"GlobeHemisphereWest\",\"GlobeSimple\",\"GlobeStand\",\"Goggles\",\"GoodreadsLogo\",\"GoogleCardboardLogo\",\"GoogleChromeLogo\",\"GoogleDriveLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gradient\",\"GraduationCap\",\"Grains\",\"GrainsSlash\",\"Graph\",\"GridFour\",\"GridNine\",\"Guitar\",\"Hamburger\",\"Hammer\",\"Hand\",\"HandCoins\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandHeart\",\"HandPalm\",\"HandPointing\",\"HandSoap\",\"HandSwipeLeft\",\"HandSwipeRight\",\"HandTap\",\"HandWaving\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"HandsPraying\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"Hash\",\"HashStraight\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartHalf\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighHeel\",\"HighlighterCircle\",\"Hoodie\",\"Horse\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"IceCream\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageSquare\",\"Images\",\"ImagesSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"IntersectSquare\",\"IntersectThree\",\"Jeep\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"Laptop\",\"Layout\",\"Leaf\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lighthouse\",\"Lightning\",\"LightningA\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListMagnifyingGlass\",\"ListNumbers\",\"ListPlus\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"Lockers\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"MapPin\",\"MapPinLine\",\"MapTrifold\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MathOperations\",\"Medal\",\"MedalMilitary\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MessengerLogo\",\"MetaLogo\",\"Metronome\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"MicrosoftExcelLogo\",\"MicrosoftOutlookLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"MinusSquare\",\"Money\",\"Monitor\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Moped\",\"MopedFront\",\"Mosque\",\"Motorcycle\",\"Mountains\",\"Mouse\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Newspaper\",\"NewspaperClipping\",\"Notches\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NotionLogo\",\"NumberCircleEight\",\"NumberCircleFive\",\"NumberCircleFour\",\"NumberCircleNine\",\"NumberCircleOne\",\"NumberCircleSeven\",\"NumberCircleSix\",\"NumberCircleThree\",\"NumberCircleTwo\",\"NumberCircleZero\",\"NumberEight\",\"NumberFive\",\"NumberFour\",\"NumberNine\",\"NumberOne\",\"NumberSeven\",\"NumberSix\",\"NumberSquareEight\",\"NumberSquareFive\",\"NumberSquareFour\",\"NumberSquareNine\",\"NumberSquareOne\",\"NumberSquareSeven\",\"NumberSquareSix\",\"NumberSquareThree\",\"NumberSquareTwo\",\"NumberSquareZero\",\"NumberThree\",\"NumberTwo\",\"NumberZero\",\"Nut\",\"NyTimesLogo\",\"Octagon\",\"OfficeChair\",\"Option\",\"OrangeSlice\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"Pants\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Paragraph\",\"Parallelogram\",\"Park\",\"Password\",\"Path\",\"PatreonLogo\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"PaypalLogo\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilSimple\",\"PencilSimpleLine\",\"PencilSimpleSlash\",\"PencilSlash\",\"Pentagram\",\"Pepper\",\"Percent\",\"Person\",\"PersonArmsSpread\",\"PersonSimple\",\"PersonSimpleBike\",\"PersonSimpleRun\",\"PersonSimpleThrow\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneOutgoing\",\"PhonePlus\",\"PhoneSlash\",\"PhoneX\",\"PhosphorLogo\",\"Pi\",\"PianoKeys\",\"PictureInPicture\",\"PiggyBank\",\"Pill\",\"PinterestLogo\",\"Pinwheel\",\"Pizza\",\"Placeholder\",\"Planet\",\"Plant\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Playlist\",\"Plug\",\"PlugCharging\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PlusSquare\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"PottedPlant\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"Pulse\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"Queue\",\"Quotes\",\"Radical\",\"Radio\",\"RadioButton\",\"Radioactive\",\"Rainbow\",\"RainbowCloud\",\"ReadCvLogo\",\"Receipt\",\"ReceiptX\",\"Record\",\"Rectangle\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"Rewind\",\"RewindCircle\",\"RoadHorizon\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Scales\",\"Scan\",\"Scissors\",\"Scooter\",\"Screencast\",\"ScribbleLoop\",\"Scroll\",\"Seal\",\"SealCheck\",\"SealQuestion\",\"SealWarning\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Shapes\",\"Share\",\"ShareFat\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShirtFolded\",\"ShootingStar\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shower\",\"Shrimp\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"Sigma\",\"SignIn\",\"SignOut\",\"Signature\",\"Signpost\",\"SimCard\",\"Siren\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Slideshow\",\"Smiley\",\"SmileyAngry\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Sneaker\",\"SneakerMove\",\"Snowflake\",\"SoccerBall\",\"SortAscending\",\"SortDescending\",\"SoundcloudLogo\",\"Spade\",\"Sparkle\",\"SpeakerHifi\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Spinner\",\"SpinnerGap\",\"Spiral\",\"SplitHorizontal\",\"SplitVertical\",\"SpotifyLogo\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquareSplitVertical\",\"SquaresFour\",\"Stack\",\"StackOverflowLogo\",\"StackSimple\",\"Stairs\",\"Stamp\",\"Star\",\"StarAndCrescent\",\"StarFour\",\"StarHalf\",\"StarOfDavid\",\"SteeringWheel\",\"Steps\",\"Stethoscope\",\"Sticker\",\"Stool\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"Subtitles\",\"Subtract\",\"SubtractSquare\",\"Suitcase\",\"SuitcaseRolling\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"Swap\",\"Swatches\",\"SwimmingPool\",\"Sword\",\"Synagogue\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TelegramLogo\",\"Television\",\"TelevisionSimple\",\"TennisBall\",\"Tent\",\"Terminal\",\"TerminalWindow\",\"TestTube\",\"TextAUnderline\",\"TextAa\",\"TextAlignCenter\",\"TextAlignJustify\",\"TextAlignLeft\",\"TextAlignRight\",\"TextB\",\"TextColumns\",\"TextH\",\"TextHFive\",\"TextHFour\",\"TextHOne\",\"TextHSix\",\"TextHThree\",\"TextHTwo\",\"TextIndent\",\"TextItalic\",\"TextOutdent\",\"TextStrikethrough\",\"TextT\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TidalLogo\",\"TiktokLogo\",\"Timer\",\"Tipi\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Toolbox\",\"Tooth\",\"Tote\",\"ToteSimple\",\"Trademark\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Tram\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"Tree\",\"TreeEvergreen\",\"TreePalm\",\"TreeStructure\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"Trophy\",\"Truck\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Unite\",\"UniteSquare\",\"Upload\",\"UploadSimple\",\"Usb\",\"User\",\"UserCircle\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Van\",\"Vault\",\"Vibrate\",\"Video\",\"VideoCamera\",\"VideoCameraSlash\",\"Vignette\",\"VinylRecord\",\"VirtualReality\",\"Virus\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warehouse\",\"Warning\",\"WarningCircle\",\"WarningDiamond\",\"WarningOctagon\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waveform\",\"Waves\",\"Webcam\",\"WebcamSlash\",\"WebhooksLogo\",\"WechatLogo\",\"WhatsappLogo\",\"Wheelchair\",\"WheelchairMotion\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XSquare\",\"YinYang\",\"YoutubeLogo\",];const moduleBaseUrl=\"https://framer.com/m/phosphor-icons/\";const weightOptions=[\"thin\",\"light\",\"regular\",\"bold\",\"fill\",\"duotone\",];const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * PHOSPHOR\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,weight,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HouseFactory(React):null);async function importModule(){// Get the selected module\ntry{const version=\"0.0.53\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@${version}`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch(err){if(isMounted.current)setSelectedIcon(null);}}useEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined},focusable:\"false\",color:color,children:/*#__PURE__*/ _jsx(SelectedIcon,{color:color,weight:weight})}):emptyState});}Icon.displayName=\"Phosphor\";Icon.defaultProps={width:24,height:24,iconSelection:\"House\",iconSearch:\"House\",color:\"#66F\",selectByList:true,weight:\"regular\",mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Phosphor site](https://phosphoricons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},weight:{type:ControlType.Enum,title:\"Weight\",optionTitles:weightOptions.map(piece=>piece.charAt(0).toUpperCase()+piece.slice(1)),options:weightOptions,defaultValue:Icon.defaultProps.weight},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"24\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map", "// Generated by Framer (64bc75b)\nvar _componentPresets_fonts,_componentPresets_fonts1;import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentPresetsProvider,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import*as componentPresets from\"https://framerusercontent.com/modules/6sqKo67Syrh67zqCc9Vw/H9wxQsEpMY7YAr35xZ1o/componentPresets.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/o1szzWQzYJyOKxPY6WQR/dWdi3OrBUSKqFySLtlgZ/DB8DZifvW.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/tj3s34vRavDSnnMQ9XjS/bywAAXIMC0RzKMdw6oQ4/dv4KAPOO0.js\";import*as sharedStyle8 from\"https://framerusercontent.com/modules/gGTwmTd2cEa0DwAzykSV/oYmOiGrwgmXXTva3oVxI/ixEMkhenO.js\";import*as sharedStyle4 from\"https://framerusercontent.com/modules/td8qNg6jkh7hAvzqvmN6/vQ7bE0Eb6kRanwugzVjh/OU6_GmAGW.js\";import*as sharedStyle7 from\"https://framerusercontent.com/modules/9LOy1tLeirkOPhD5fi3p/jtYAB0ibnwurUuMlhQv3/pbu0OmBtc.js\";import*as sharedStyle5 from\"https://framerusercontent.com/modules/xeV1rhlD3P9BySjDVOvi/ywKwsymx7KjbBWRSHg7t/qf_EvFq30.js\";import*as sharedStyle6 from\"https://framerusercontent.com/modules/bBOi5c7Ww9j4OmTIcXZv/Kul53ROlG5Rl5hNRdsms/qFmrwr7a6.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/wlYHBY8YiQ9y450CdlS7/onWSzwo1HL8VVsDWiYEI/sqJjfOoB8.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/vkTNWzPxxKszvqDmSlfb/1OcVQXgeLcsmYh4FhyNK/wM4RpiIP3.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"T0ROryPLv\",\"jTNupLgeH\"];const serializationHash=\"framer-LJGbs\";const variantClassNames={jTNupLgeH:\"framer-v-10x27au\",T0ROryPLv:\"framer-v-qmay13\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0: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!==null&&value!==void 0?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={Closed:\"T0ROryPLv\",Open:\"jTNupLgeH\"};const getProps=({answer,height,id,question,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,jLJZKfNK7:(_ref=answer!==null&&answer!==void 0?answer:props.jLJZKfNK7)!==null&&_ref!==void 0?_ref:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Answer\"})}),n_nqF67s7:(_ref1=question!==null&&question!==void 0?question:props.n_nqF67s7)!==null&&_ref1!==void 0?_ref1:\"Question\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"T0ROryPLv\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,n_nqF67s7,jLJZKfNK7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"T0ROryPLv\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapgusdtj=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"jTNupLgeH\");});const onTapjes202=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"T0ROryPLv\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"jTNupLgeH\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-qmay13\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Closed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"T0ROryPLv\",onTap:onTapgusdtj,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1cec3ad5-255d-4ce8-8869-e900aae24f98, rgb(235, 235, 235))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},...addPropertyOverrides({jTNupLgeH:{\"data-framer-name\":\"Open\",onTap:onTapjes202}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17vgcpb\",layoutDependency:layoutDependency,layoutId:\"dsRu90Imt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jzu99v\",\"data-styles-preset\":\"dv4KAPOO0\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f37763bf-5253-4d14-8ac0-e88a5446af25, rgb(26, 26, 26)))\"},children:\"Question\"})}),className:\"framer-m81f3r\",\"data-framer-name\":\"Reading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zAwto1vx0\",style:{\"--extracted-r6o4lv\":\"var(--token-f37763bf-5253-4d14-8ac0-e88a5446af25, rgb(26, 26, 26))\",\"--framer-paragraph-spacing\":\"0px\"},text:n_nqF67s7,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-bi0zrj\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"BH3EiGvFs\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16la1uv-container\",layoutDependency:layoutDependency,layoutId:\"WUpKh8xlj-container\",style:{rotate:0},variants:{jTNupLgeH:{rotate:-45}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(109, 109, 109))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Plus\",id:\"WUpKh8xlj\",layoutId:\"WUpKh8xlj\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j4jcbg\",layoutDependency:layoutDependency,layoutId:\"q5pd_nPqj\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"LlgLBUTdS\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:jLJZKfNK7,className:\"framer-ju406e\",\"data-framer-name\":\"Reading\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"s5DUaw17o\",style:{\"--framer-paragraph-spacing\":\"0px\"},stylesPresetsClassNames:{a:\"framer-styles-preset-14du2av\",code:\"framer-styles-preset-1yk50xo\",h1:\"framer-styles-preset-v2zoe0\",h2:\"framer-styles-preset-1miq345\",h3:\"framer-styles-preset-1bmvbq1\",h4:\"framer-styles-preset-5fegtk\",h6:\"framer-styles-preset-z35vi\",img:\"framer-styles-preset-n55j4r\",p:\"framer-styles-preset-1gykxu6\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-LJGbs.framer-1f66e0t, .framer-LJGbs .framer-1f66e0t { display: block; }\",\".framer-LJGbs.framer-qmay13 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 0px 8px 0px; position: relative; width: 840px; }\",\".framer-LJGbs .framer-17vgcpb, .framer-LJGbs .framer-1j4jcbg { 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-LJGbs .framer-m81f3r { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-LJGbs .framer-bi0zrj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 30px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 30px; z-index: 1; }\",\".framer-LJGbs .framer-16la1uv-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-LJGbs .framer-ju406e { flex: 1 0 0px; height: auto; max-width: 700px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LJGbs.framer-qmay13, .framer-LJGbs .framer-bi0zrj { gap: 0px; } .framer-LJGbs.framer-qmay13 > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-LJGbs.framer-qmay13 > :first-child { margin-top: 0px; } .framer-LJGbs.framer-qmay13 > :last-child { margin-bottom: 0px; } .framer-LJGbs .framer-bi0zrj > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-LJGbs .framer-bi0zrj > :first-child { margin-left: 0px; } .framer-LJGbs .framer-bi0zrj > :last-child { margin-right: 0px; } }\",\".framer-LJGbs.framer-v-10x27au.framer-qmay13 { padding: 8px 0px 16px 0px; }\",\".framer-LJGbs.framer-v-10x27au .framer-17vgcpb { order: 0; }\",\".framer-LJGbs.framer-v-10x27au .framer-1j4jcbg { order: 1; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,'.framer-LJGbs[data-border=\"true\"]::after, .framer-LJGbs [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 46\n * @framerIntrinsicWidth 840\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"jTNupLgeH\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"n_nqF67s7\":\"question\",\"jLJZKfNK7\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerPDVLV9ogm=withCSS(Component,css,\"framer-LJGbs\");export default FramerPDVLV9ogm;FramerPDVLV9ogm.displayName=\"FAQs/FAQs\";FramerPDVLV9ogm.defaultProps={height:46,width:840};addPropertyControls(FramerPDVLV9ogm,{variant:{options:[\"T0ROryPLv\",\"jTNupLgeH\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:ControlType.Enum},n_nqF67s7:{defaultValue:\"Question\",displayTextArea:true,placeholder:\"\",title:\"Question\",type:ControlType.String},jLJZKfNK7:{defaultValue:\"<p>Answer</p>\",title:\"Answer\",type:ControlType.RichText}});addFonts(FramerPDVLV9ogm,[{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),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...((_componentPresets_fonts=componentPresets.fonts)===null||_componentPresets_fonts===void 0?void 0:_componentPresets_fonts[\"LlgLBUTdS\"])?getFontsFromComponentPreset((_componentPresets_fonts1=componentPresets.fonts)===null||_componentPresets_fonts1===void 0?void 0:_componentPresets_fonts1[\"LlgLBUTdS\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPDVLV9ogm\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jTNupLgeH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"n_nqF67s7\\\":\\\"question\\\",\\\"jLJZKfNK7\\\":\\\"answer\\\"}\",\"framerIntrinsicHeight\":\"46\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"840\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./PDVLV9ogm.map", "// Generated by Framer (9f1494d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,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 FAQsFAQs from\"https://framerusercontent.com/modules/8Zt5fZyCYGffhAlw6m1a/BRdfMFda6I855qcuop8n/PDVLV9ogm.js\";const FAQsFAQsFonts=getFonts(FAQsFAQs);const serializationHash=\"framer-GiMNQ\";const variantClassNames={KfMQ7aC0W:\"framer-v-1m9f15f\"};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=({height,id,width,...props})=>{return{...props};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"KfMQ7aC0W\",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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1m9f15f\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"KfMQ7aC0W\",ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||509.5)-0-480)/2+0+0),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-139nrrl-container\",layoutDependency:layoutDependency,layoutId:\"LOlGjssQK-container\",nodeId:\"LOlGjssQK\",rendersWithMotion:true,scopeId:\"eLjr815uE\",children:/*#__PURE__*/_jsx(FAQsFAQs,{height:\"100%\",id:\"LOlGjssQK\",jLJZKfNK7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"High Frequency Highway is a wellness app that uses scientifically-backed sound frequencies and binaural beats to help users manage stress, improve sleep, enhance mental clarity, and achieve overall well-being. The app combines ancient sound healing techniques with modern neuroscience to create a personalized and effective experience.\"})}),layoutId:\"LOlGjssQK\",n_nqF67s7:\"What is High Frequency Highway?\",style:{width:\"100%\"},variant:\"T0ROryPLv\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||509.5)-0-480)/2+46+16),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13mafil-container\",layoutDependency:layoutDependency,layoutId:\"crHoJrto6-container\",nodeId:\"crHoJrto6\",rendersWithMotion:true,scopeId:\"eLjr815uE\",children:/*#__PURE__*/_jsx(FAQsFAQs,{height:\"100%\",id:\"crHoJrto6\",jLJZKfNK7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Absolutely! Vivid is designed to be user-friendly for both beginners and professionals. The AI tutor and step-by-step guidance features provide helpful tips and tutorials to improve your editing skills.\"})}),layoutId:\"crHoJrto6\",n_nqF67s7:\"How do the sound frequencies and binaural beats work?\",style:{width:\"100%\"},variant:\"T0ROryPLv\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||509.5)-0-480)/2+92+32),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1m9ziyg-container\",layoutDependency:layoutDependency,layoutId:\"t5X2gikj6-container\",nodeId:\"t5X2gikj6\",rendersWithMotion:true,scopeId:\"eLjr815uE\",children:/*#__PURE__*/_jsx(FAQsFAQs,{height:\"100%\",id:\"t5X2gikj6\",jLJZKfNK7:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"High Frequency Highway sets itself apart by oscillating frequencies, which mirrors the natural way frequencies are generated in the brain, allowing us to deliver more precise and effective sound therapy tailored to specific needs. In addition to this, our app features an AI-powered journal that tracks your progress and creates personalized affirmations based on your mood and goals. Furthermore, High Frequency Highway serves as a comprehensive hub where you can access resources and learn more about how to raise your frequency, making it a holistic tool for improving your well-being.\"}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),layoutId:\"t5X2gikj6\",n_nqF67s7:\"What makes High Frequency Highway different from other meditation apps?\",style:{width:\"100%\"},variant:\"T0ROryPLv\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||509.5)-0-480)/2+138+48),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-frppfa-container\",layoutDependency:layoutDependency,layoutId:\"URCRBl2Qp-container\",nodeId:\"URCRBl2Qp\",rendersWithMotion:true,scopeId:\"eLjr815uE\",children:/*#__PURE__*/_jsx(FAQsFAQs,{height:\"100%\",id:\"URCRBl2Qp\",jLJZKfNK7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"High Frequency Highway is designed for anyone looking to improve their mental and physical well-being, from high-performing athletes and busy professionals to those seeking better sleep or stress management. The app is suitable for all ages and experience levels.\"})}),layoutId:\"URCRBl2Qp\",n_nqF67s7:\"Who can benefit from using High Frequency Highway?\",style:{width:\"100%\"},variant:\"T0ROryPLv\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||509.5)-0-480)/2+184+64),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-v0rbwu-container\",layoutDependency:layoutDependency,layoutId:\"oyYnr5N82-container\",nodeId:\"oyYnr5N82\",rendersWithMotion:true,scopeId:\"eLjr815uE\",children:/*#__PURE__*/_jsx(FAQsFAQs,{height:\"100%\",id:\"oyYnr5N82\",jLJZKfNK7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"To get started, download the app from the App Store or Google Play, create an account, and explore the different frequency sessions available. You can begin with our guided sessions or customize your own based on your specific needs and goals.\"})}),layoutId:\"oyYnr5N82\",n_nqF67s7:\"How do I get started with High Frequency Highway?\",style:{width:\"100%\"},variant:\"T0ROryPLv\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||509.5)-0-480)/2+230+80),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9phhgl-container\",layoutDependency:layoutDependency,layoutId:\"nIct1yyhk-container\",nodeId:\"nIct1yyhk\",rendersWithMotion:true,scopeId:\"eLjr815uE\",children:/*#__PURE__*/_jsx(FAQsFAQs,{height:\"100%\",id:\"nIct1yyhk\",jLJZKfNK7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"The AI-powered journal in High Frequency Highway helps you track your mental and emotional progress over time. It analyzes your input, such as mood, stress levels, and goals, to generate personalized affirmations and suggestions for further frequency sessions, helping you maintain consistent progress.\"})}),layoutId:\"nIct1yyhk\",n_nqF67s7:\"What is the AI-powered journal, and how does it work?\",style:{width:\"100%\"},variant:\"T0ROryPLv\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||509.5)-0-480)/2+276+96),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9pd40n-container\",layoutDependency:layoutDependency,layoutId:\"hV7t8Xjqy-container\",nodeId:\"hV7t8Xjqy\",rendersWithMotion:true,scopeId:\"eLjr815uE\",children:/*#__PURE__*/_jsx(FAQsFAQs,{height:\"100%\",id:\"hV7t8Xjqy\",jLJZKfNK7:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{children:\"Bone conduction headphones transmit sound vibrations directly through the bones of your skull to the inner ear, bypassing the eardrum. This allows for a more accurate and effective delivery of oscillation frequencies, creating a deeper, more immersive therapeutic experience that enhances the app's benefits.\"}),/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),layoutId:\"hV7t8Xjqy\",n_nqF67s7:\"What are bone conduction headphones, and how do they enhance the experience?\",style:{width:\"100%\"},variant:\"T0ROryPLv\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||509.5)-0-480)/2+322+112),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7c0vzh-container\",layoutDependency:layoutDependency,layoutId:\"SehDrSz0z-container\",nodeId:\"SehDrSz0z\",rendersWithMotion:true,scopeId:\"eLjr815uE\",children:/*#__PURE__*/_jsx(FAQsFAQs,{height:\"100%\",id:\"SehDrSz0z\",jLJZKfNK7:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"High Frequency Highway operates on a premium subscription model. By subscribing, you gain access to exclusive features such as the AI frequency generator, personalized journaling tools, advanced customization options for soundscapes, and early access to new features like our upcoming bone conduction headphones integration.\"})}),layoutId:\"SehDrSz0z\",n_nqF67s7:\"How does the subscription model work, and what do I get with a premium subscription?\",style:{width:\"100%\"},variant:\"T0ROryPLv\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-GiMNQ.framer-13cojid, .framer-GiMNQ .framer-13cojid { display: block; }\",\".framer-GiMNQ.framer-1m9f15f { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 692px; }\",\".framer-GiMNQ .framer-139nrrl-container, .framer-GiMNQ .framer-13mafil-container, .framer-GiMNQ .framer-1m9ziyg-container, .framer-GiMNQ .framer-frppfa-container, .framer-GiMNQ .framer-v0rbwu-container, .framer-GiMNQ .framer-9phhgl-container, .framer-GiMNQ .framer-9pd40n-container, .framer-GiMNQ .framer-7c0vzh-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-GiMNQ.framer-1m9f15f { gap: 0px; } .framer-GiMNQ.framer-1m9f15f > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-GiMNQ.framer-1m9f15f > :first-child { margin-top: 0px; } .framer-GiMNQ.framer-1m9f15f > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 509.5\n * @framerIntrinsicWidth 692\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramereLjr815uE=withCSS(Component,css,\"framer-GiMNQ\");export default FramereLjr815uE;FramereLjr815uE.displayName=\"FAQs/Section\";FramereLjr815uE.defaultProps={height:509.5,width:692};addFonts(FramereLjr815uE,[{explicitInter:true,fonts:[]},...FAQsFAQsFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereLjr815uE\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"692\",\"framerIntrinsicHeight\":\"509.5\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./eLjr815uE.map", "// Generated by Framer (d2515d1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/BKdXeLavEbNAq2fzlzpE/CEykbOmsX1952QHdLLqs/OU6_GmAGW.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/oAPb1q0n27iHg6IiuvGa/LQ4UMbFwNEhe67lN2O8r/qFmrwr7a6.js\";const enabledGestures={wSVjqvWkz:{hover:true}};const cycleOrder=[\"wSVjqvWkz\"];const serializationHash=\"framer-ZwzjG\";const variantClassNames={wSVjqvWkz:\"framer-v-hau93k\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({details,height,id,image,title,width,...props})=>{var _ref,_ref1;return{...props,aDbe2bnN7:(_ref=details!==null&&details!==void 0?details:props.aDbe2bnN7)!==null&&_ref!==void 0?_ref:\"Feature details\",Bk1Pl1MoK:(_ref1=title!==null&&title!==void 0?title:props.Bk1Pl1MoK)!==null&&_ref1!==void 0?_ref1:\"Feature title\",ZFoBINijS:image!==null&&image!==void 0?image:props.ZFoBINijS};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Bk1Pl1MoK,aDbe2bnN7,ZFoBINijS,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"wSVjqvWkz\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-hau93k\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"wSVjqvWkz\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, rgb(246, 246, 246))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},variants:{\"wSVjqvWkz-hover\":{backgroundColor:\"var(--token-1cec3ad5-255d-4ce8-8869-e900aae24f98, rgb(231, 231, 231))\"}},...addPropertyOverrides({\"wSVjqvWkz-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10gvmto\",\"data-framer-name\":\"Headline\",layoutDependency:layoutDependency,layoutId:\"GEQ48p_eP\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-5fegtk\",\"data-styles-preset\":\"OU6_GmAGW\",children:\"Feature title\"})}),className:\"framer-lx4utj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LEvWTP8_s\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Bk1Pl1MoK,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",children:\"Feature details\"})}),className:\"framer-1qn1w1q\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QcmCj4Nkx\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:aDbe2bnN7,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 48px)`,...toResponsiveImage(ZFoBINijS),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1mpodzx\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"jXLmuTlYo\",style:{borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"none\"},variants:{\"wSVjqvWkz-hover\":{boxShadow:\"0px 0.6021873017743928px 3.010936508871964px 0px rgba(0, 0, 0, 0.00602), 0px 2.288533303243457px 11.442666516217285px 0px rgba(0, 0, 0, 0.02289), 0px 10px 50px 0px rgba(0, 0, 0, 0.1)\"}}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZwzjG.framer-1p45zx2, .framer-ZwzjG .framer-1p45zx2 { display: block; }\",\".framer-ZwzjG.framer-hau93k { align-content: center; align-items: center; cursor: default; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px 24px 0px 24px; position: relative; width: 488px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ZwzjG .framer-10gvmto { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZwzjG .framer-lx4utj, .framer-ZwzjG .framer-1qn1w1q { flex: none; height: auto; max-width: 1000px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-ZwzjG .framer-1mpodzx { aspect-ratio: 1.76 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 250px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZwzjG.framer-hau93k, .framer-ZwzjG .framer-10gvmto { gap: 0px; } .framer-ZwzjG.framer-hau93k > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-ZwzjG.framer-hau93k > :first-child, .framer-ZwzjG .framer-10gvmto > :first-child { margin-top: 0px; } .framer-ZwzjG.framer-hau93k > :last-child, .framer-ZwzjG .framer-10gvmto > :last-child { margin-bottom: 0px; } .framer-ZwzjG .framer-10gvmto > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 358\n * @framerIntrinsicWidth 488\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"B8Kv92JM7\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"Bk1Pl1MoK\":\"title\",\"aDbe2bnN7\":\"details\",\"ZFoBINijS\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerfqut_9jlo=withCSS(Component,css,\"framer-ZwzjG\");export default Framerfqut_9jlo;Framerfqut_9jlo.displayName=\"Cards/Feature - simple\";Framerfqut_9jlo.defaultProps={height:358,width:488};addPropertyControls(Framerfqut_9jlo,{Bk1Pl1MoK:{defaultValue:\"Feature title\",displayTextArea:false,title:\"Title\",type:ControlType.String},aDbe2bnN7:{defaultValue:\"Feature details\",displayTextArea:true,title:\"Details\",type:ControlType.String},ZFoBINijS:{title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(Framerfqut_9jlo,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerfqut_9jlo\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"B8Kv92JM7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"Bk1Pl1MoK\\\":\\\"title\\\",\\\"aDbe2bnN7\\\":\\\"details\\\",\\\"ZFoBINijS\\\":\\\"image\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"358\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"488\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fqut_9jlo.map", "// Generated by Framer (5eef525)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/BKdXeLavEbNAq2fzlzpE/CEykbOmsX1952QHdLLqs/OU6_GmAGW.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/oAPb1q0n27iHg6IiuvGa/LQ4UMbFwNEhe67lN2O8r/qFmrwr7a6.js\";import PhoneMockupScreenContent from\"https://framerusercontent.com/modules/nbykChPHvBH9axb4GbPE/MM4RkS7PyYxuKhorkAUR/pdJaT6lnS.js\";const PhoneMockupScreenContentFonts=getFonts(PhoneMockupScreenContent);const PhoneMockupScreenContentControls=getPropertyControls(PhoneMockupScreenContent);const enabledGestures={USGjNhnx0:{hover:true}};const cycleOrder=[\"USGjNhnx0\",\"CGTjLVT9V\",\"xneok3sqq\"];const serializationHash=\"framer-9FQQq\";const variantClassNames={CGTjLVT9V:\"framer-v-hzp8f0\",USGjNhnx0:\"framer-v-1lzn0n\",xneok3sqq:\"framer-v-15f5fts\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:380,type:\"spring\"};const negate=value=>{return!value;};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const isSet=value=>{return value!==undefined&&value!==null&&value!==\"\";};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableEnumMap={Image:\"kScFdVGrs\",Video:\"aStnsqmeV\"};const humanReadableVariantMap={Desktop:\"USGjNhnx0\",Phone:\"xneok3sqq\",Tablet:\"CGTjLVT9V\"};const getProps=({featureDetails,featureTitle,height,icon,id,image,notch,screenContent,video,videoPoster,width,...props})=>{var _ref,_humanReadableEnumMap_screenContent,_ref1,_ref2,_ref3,_ref4,_ref5,_ref6,_humanReadableVariantMap_props_variant,_ref7;return{...props,as2piVyJP:(_ref=videoPoster!==null&&videoPoster!==void 0?videoPoster:props.as2piVyJP)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/IR61l2y0LCE32OcyYdpe7JHBT5w.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/IR61l2y0LCE32OcyYdpe7JHBT5w.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/IR61l2y0LCE32OcyYdpe7JHBT5w.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/IR61l2y0LCE32OcyYdpe7JHBT5w.jpg 1728w\"},dTJHWLB2U:(_ref2=(_ref1=(_humanReadableEnumMap_screenContent=humanReadableEnumMap[screenContent])!==null&&_humanReadableEnumMap_screenContent!==void 0?_humanReadableEnumMap_screenContent:screenContent)!==null&&_ref1!==void 0?_ref1:props.dTJHWLB2U)!==null&&_ref2!==void 0?_ref2:\"kScFdVGrs\",fF6HPjNdH:(_ref3=featureTitle!==null&&featureTitle!==void 0?featureTitle:props.fF6HPjNdH)!==null&&_ref3!==void 0?_ref3:\"Feature\",gVbfPjC10:(_ref4=video!==null&&video!==void 0?video:props.gVbfPjC10)!==null&&_ref4!==void 0?_ref4:\"https://framerusercontent.com/assets/T5aW7Ers3wOpsq7NmDm81E3to4.mp4\",pq_YCdI0i:(_ref5=notch!==null&&notch!==void 0?notch:props.pq_YCdI0i)!==null&&_ref5!==void 0?_ref5:true,Q06wcLKxB:(_ref6=featureDetails!==null&&featureDetails!==void 0?featureDetails:props.Q06wcLKxB)!==null&&_ref6!==void 0?_ref6:\"Feature details\",U_7xIEyCA:image!==null&&image!==void 0?image:props.U_7xIEyCA,URNWc1Agq:icon!==null&&icon!==void 0?icon:props.URNWc1Agq,variant:(_ref7=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref7!==void 0?_ref7:\"USGjNhnx0\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,pq_YCdI0i,dTJHWLB2U,U_7xIEyCA,gVbfPjC10,as2piVyJP,URNWc1Agq,fF6HPjNdH,Q06wcLKxB,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"USGjNhnx0\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const visible=negate(pq_YCdI0i);const visible1=isSet(URNWc1Agq);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1264,intrinsicWidth:2800},className:cx(serializationHash,...sharedStyleClassNames,\"framer-1lzn0n\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"USGjNhnx0\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"USGjNhnx0-hover\":{\"data-framer-name\":undefined},CGTjLVT9V:{\"data-framer-name\":\"Tablet\"},xneok3sqq:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-4ecoiz\",\"data-framer-name\":\"Shadow\",layoutDependency:layoutDependency,layoutId:\"XYwWbUQjs\",style:{backgroundColor:\"var(--token-d2956da8-9ba6-4f67-aa9e-f9f428a0191a, rgb(18, 18, 18))\",borderBottomLeftRadius:42,borderBottomRightRadius:42,borderTopLeftRadius:42,borderTopRightRadius:42,filter:\"blur(10px)\",opacity:.2,WebkitFilter:\"blur(10px)\"}}),visible&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:2163,pixelWidth:1072,positionX:\"center\",positionY:\"center\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 10px) / 0, 1px)`,src:\"https://framerusercontent.com/images/xx8NciXORr52d6luindTUCd91E.png\",srcSet:\"https://framerusercontent.com/images/xx8NciXORr52d6luindTUCd91E.png?scale-down-to=2048 1015w,https://framerusercontent.com/images/xx8NciXORr52d6luindTUCd91E.png 1072w\"},className:\"framer-zqvnw\",\"data-framer-name\":\"Device Render\",layoutDependency:layoutDependency,layoutId:\"UGMLghP5L\",style:{filter:\"blur(0px)\",WebkitFilter:\"blur(0px)\"},variants:{\"USGjNhnx0-hover\":{filter:\"blur(5px)\",WebkitFilter:\"blur(5px)\"}}}),pq_YCdI0i&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:2163,pixelWidth:1072,positionX:\"center\",positionY:\"center\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 10px) / 0, 1px)`,src:\"https://framerusercontent.com/images/M5BYpFV5ukCc6wJlq4Wqvkzw.png\",srcSet:\"https://framerusercontent.com/images/M5BYpFV5ukCc6wJlq4Wqvkzw.png?scale-down-to=2048 1015w,https://framerusercontent.com/images/M5BYpFV5ukCc6wJlq4Wqvkzw.png 1072w\"},className:\"framer-txd04l\",\"data-framer-name\":\"Device Render - notch\",layoutDependency:layoutDependency,layoutId:\"XvJ6LphHI\",style:{filter:\"blur(0px)\",WebkitFilter:\"blur(0px)\"},variants:{\"USGjNhnx0-hover\":{filter:\"blur(5px)\",WebkitFilter:\"blur(5px)\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gkevxc\",\"data-framer-name\":\"Screens\",layoutDependency:layoutDependency,layoutId:\"nQe6_Ahqy\",style:{borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,filter:\"blur(0px)\",WebkitFilter:\"blur(0px)\"},variants:{\"USGjNhnx0-hover\":{filter:\"blur(5px)\",WebkitFilter:\"blur(5px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 38px)`,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-elv3mf-container\",layoutDependency:layoutDependency,layoutId:\"SfwLQPst6-container\",children:/*#__PURE__*/_jsx(PhoneMockupScreenContent,{height:\"100%\",hkER3s2E3:toResponsiveImage(U_7xIEyCA),id:\"SfwLQPst6\",layoutId:\"SfwLQPst6\",PXGsCbtVD:\"36px\",style:{height:\"100%\",width:\"100%\"},UXLq1sxOJ:gVbfPjC10,variant:dTJHWLB2U,w02mljpJa:toResponsiveImage(as2piVyJP),width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4h96e5\",\"data-framer-name\":\"Feature\",layoutDependency:layoutDependency,layoutId:\"LK5cRXHph\",style:{background:\"linear-gradient(0deg, var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, rgb(255, 255, 255)) 0%, var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, rgb(255, 255, 255)) 100%)\",backgroundColor:\"var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, rgb(255, 255, 255))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,boxShadow:\"0px 0.6021873017743928px 1.8065619053231785px 0px rgba(0, 0, 0, 0.01505), 0px 2.288533303243457px 6.8655999097303715px 0px rgba(0, 0, 0, 0.05721), 0px 10px 30px 0px rgba(0, 0, 0, 0.25)\",opacity:0},transformTemplate:transformTemplate1,variants:{\"USGjNhnx0-hover\":{opacity:1},CGTjLVT9V:{background:'linear-gradient(0deg, var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, rgb(246, 246, 246)) /* {\"name\":\"White 50\"} */ 0%, rgba(255, 255, 255, 0) 100%)',backgroundColor:\"rgba(0, 0, 0, 0)\",boxShadow:\"none\",opacity:1},xneok3sqq:{background:'linear-gradient(0deg, var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, rgb(246, 246, 246)) /* {\"name\":\"White 50\"} */ 0%, rgba(255, 255, 255, 0) 100%)',backgroundColor:\"rgba(0, 0, 0, 0)\",boxShadow:\"none\",opacity:1}},...addPropertyOverrides({CGTjLVT9V:{transformTemplate:undefined},xneok3sqq:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[visible1&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-w1g080\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"crxpVxnni\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"32px\",...toResponsiveImage(URNWc1Agq),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-14b2nz9\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"WqrBLNtQZ\",...addPropertyOverrides({xneok3sqq:{background:{alt:\"\",fit:\"fill\",sizes:\"28px\",...toResponsiveImage(URNWc1Agq),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-5fegtk\",\"data-styles-preset\":\"OU6_GmAGW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Feature\"})}),className:\"framer-3m164l\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Mc4h1Lisl\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:fF6HPjNdH,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(135, 135, 135)))\"},children:\"Feature details\"})}),className:\"framer-dtddx7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DDK9S7Hrj\",style:{\"--extracted-r6o4lv\":\"var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(135, 135, 135))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Q06wcLKxB,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9FQQq.framer-1wawv57, .framer-9FQQq .framer-1wawv57 { display: block; }\",\".framer-9FQQq.framer-1lzn0n { align-content: center; align-items: center; cursor: default; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 600px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 300px; }\",\".framer-9FQQq .framer-4ecoiz { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 22px; z-index: 1; }\",\".framer-9FQQq .framer-zqvnw, .framer-9FQQq .framer-txd04l { flex: 1 0 0px; height: 100%; overflow: visible; position: relative; width: 1px; z-index: 2; }\",\".framer-9FQQq .framer-1gkevxc { align-content: center; align-items: center; bottom: 19px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; left: 19px; overflow: hidden; padding: 0px; position: absolute; right: 19px; top: 19px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-9FQQq .framer-elv3mf-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-9FQQq .framer-4h96e5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 24px; pointer-events: none; position: absolute; top: 58%; width: 300px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-9FQQq .framer-w1g080 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-9FQQq .framer-14b2nz9 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 32px; }\",\".framer-9FQQq .framer-3m164l, .framer-9FQQq .framer-dtddx7 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9FQQq.framer-1lzn0n, .framer-9FQQq .framer-1gkevxc, .framer-9FQQq .framer-4h96e5, .framer-9FQQq .framer-w1g080 { gap: 0px; } .framer-9FQQq.framer-1lzn0n > *, .framer-9FQQq .framer-1gkevxc > *, .framer-9FQQq .framer-w1g080 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-9FQQq.framer-1lzn0n > :first-child, .framer-9FQQq .framer-1gkevxc > :first-child, .framer-9FQQq .framer-w1g080 > :first-child { margin-left: 0px; } .framer-9FQQq.framer-1lzn0n > :last-child, .framer-9FQQq .framer-1gkevxc > :last-child, .framer-9FQQq .framer-w1g080 > :last-child { margin-right: 0px; } .framer-9FQQq .framer-4h96e5 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-9FQQq .framer-4h96e5 > :first-child { margin-top: 0px; } .framer-9FQQq .framer-4h96e5 > :last-child { margin-bottom: 0px; } }\",\".framer-9FQQq.framer-v-hzp8f0.framer-1lzn0n, .framer-9FQQq.framer-v-15f5fts.framer-1lzn0n, .framer-9FQQq.framer-v-1lzn0n.hover.framer-1lzn0n { aspect-ratio: 0.5 / 1; height: var(--framer-aspect-ratio-supported, 600px); }\",\".framer-9FQQq.framer-v-hzp8f0 .framer-4h96e5, .framer-9FQQq.framer-v-15f5fts .framer-4h96e5 { left: 0px; padding: 64px 24px 32px 24px; right: 0px; top: 560px; width: unset; }\",\".framer-9FQQq.framer-v-15f5fts .framer-14b2nz9 { height: var(--framer-aspect-ratio-supported, 28px); width: 28px; }\",\".framer-9FQQq.framer-v-1lzn0n.hover .framer-4h96e5 { top: 50%; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 600\n * @framerIntrinsicWidth 300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"CGTjLVT9V\":{\"layout\":[\"fixed\",\"fixed\"]},\"xneok3sqq\":{\"layout\":[\"fixed\",\"fixed\"]},\"yqVhsbEKJ\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"pq_YCdI0i\":\"notch\",\"dTJHWLB2U\":\"screenContent\",\"U_7xIEyCA\":\"image\",\"gVbfPjC10\":\"video\",\"as2piVyJP\":\"videoPoster\",\"URNWc1Agq\":\"icon\",\"fF6HPjNdH\":\"featureTitle\",\"Q06wcLKxB\":\"featureDetails\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramergaIZH4UiA=withCSS(Component,css,\"framer-9FQQq\");export default FramergaIZH4UiA;FramergaIZH4UiA.displayName=\"Phone mockup/Feature - hover\";FramergaIZH4UiA.defaultProps={height:600,width:300};addPropertyControls(FramergaIZH4UiA,{variant:{options:[\"USGjNhnx0\",\"CGTjLVT9V\",\"xneok3sqq\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},pq_YCdI0i:{defaultValue:true,title:\"Notch\",type:ControlType.Boolean},dTJHWLB2U:(PhoneMockupScreenContentControls===null||PhoneMockupScreenContentControls===void 0?void 0:PhoneMockupScreenContentControls[\"variant\"])&&{...PhoneMockupScreenContentControls[\"variant\"],defaultValue:\"kScFdVGrs\",description:undefined,hidden:undefined,title:\"Screen content\"},U_7xIEyCA:{title:\"Image\",type:ControlType.ResponsiveImage},gVbfPjC10:(PhoneMockupScreenContentControls===null||PhoneMockupScreenContentControls===void 0?void 0:PhoneMockupScreenContentControls[\"UXLq1sxOJ\"])&&{...PhoneMockupScreenContentControls[\"UXLq1sxOJ\"],__defaultAssetReference:\"data:framer/asset-reference,T5aW7Ers3wOpsq7NmDm81E3to4.mp4?originalFilename=video.mp4\",description:undefined,hidden:undefined,title:\"Video\"},as2piVyJP:{__defaultAssetReference:\"data:framer/asset-reference,IR61l2y0LCE32OcyYdpe7JHBT5w.jpg?originalFilename=photo-1518676590629-3dcbd9c5a5c9%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHwzN3x8bWluaW1hbCUyMHZpZGVvfGVufDB8fHx8MTcyMjMzMTc5Nnww%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"Video poster\",type:ControlType.ResponsiveImage},URNWc1Agq:{description:\"Icon will be hidden if not set\",title:\"Icon\",type:ControlType.ResponsiveImage},fF6HPjNdH:{defaultValue:\"Feature\",displayTextArea:false,placeholder:\"Feature\",title:\"Feature title\",type:ControlType.String},Q06wcLKxB:{defaultValue:\"Feature details\",description:\"\",displayTextArea:true,placeholder:\"Feature details\",title:\"Feature details\",type:ControlType.String}});addFonts(FramergaIZH4UiA,[{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\"}]},...PhoneMockupScreenContentFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergaIZH4UiA\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"pq_YCdI0i\\\":\\\"notch\\\",\\\"dTJHWLB2U\\\":\\\"screenContent\\\",\\\"U_7xIEyCA\\\":\\\"image\\\",\\\"gVbfPjC10\\\":\\\"video\\\",\\\"as2piVyJP\\\":\\\"videoPoster\\\",\\\"URNWc1Agq\\\":\\\"icon\\\",\\\"fF6HPjNdH\\\":\\\"featureTitle\\\",\\\"Q06wcLKxB\\\":\\\"featureDetails\\\"}\",\"framerIntrinsicHeight\":\"600\",\"framerIntrinsicWidth\":\"300\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CGTjLVT9V\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xneok3sqq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"yqVhsbEKJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (abcfa95)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import PhoneMockupScreenContent from\"https://framerusercontent.com/modules/nbykChPHvBH9axb4GbPE/MM4RkS7PyYxuKhorkAUR/pdJaT6lnS.js\";const PhoneMockupScreenContentFonts=getFonts(PhoneMockupScreenContent);const PhoneMockupScreenContentControls=getPropertyControls(PhoneMockupScreenContent);const cycleOrder=[\"jq6olr6y5\",\"hTJs_GWRF\",\"hCRxOkDBJ\"];const serializationHash=\"framer-5bgFb\";const variantClassNames={hCRxOkDBJ:\"framer-v-mszm0p\",hTJs_GWRF:\"framer-v-t850n4\",jq6olr6y5:\"framer-v-1fooypa\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const negate=value=>{return!value;};const transition2={duration:0,type:\"tween\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableEnumMap={Image:\"kScFdVGrs\",Video:\"aStnsqmeV\"};const humanReadableVariantMap={\"Facing Left\":\"hTJs_GWRF\",\"Facing Right\":\"hCRxOkDBJ\",Front:\"jq6olr6y5\"};const getProps=({height,id,image,notch,screenContent,video,videoPoster,width,...props})=>{var _humanReadableEnumMap_screenContent,_ref,_ref1,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4;return{...props,n02YmShp2:image!==null&&image!==void 0?image:props.n02YmShp2,P5gjcV5ym:(_ref1=(_ref=(_humanReadableEnumMap_screenContent=humanReadableEnumMap[screenContent])!==null&&_humanReadableEnumMap_screenContent!==void 0?_humanReadableEnumMap_screenContent:screenContent)!==null&&_ref!==void 0?_ref:props.P5gjcV5ym)!==null&&_ref1!==void 0?_ref1:\"kScFdVGrs\",P7fiRiQ_n:(_ref2=notch!==null&&notch!==void 0?notch:props.P7fiRiQ_n)!==null&&_ref2!==void 0?_ref2:true,Qdp8M_Ki1:(_ref3=video!==null&&video!==void 0?video:props.Qdp8M_Ki1)!==null&&_ref3!==void 0?_ref3:\"https://framerusercontent.com/assets/T5aW7Ers3wOpsq7NmDm81E3to4.mp4\",variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"jq6olr6y5\",zJpvdHd_j:videoPoster!==null&&videoPoster!==void 0?videoPoster:props.zJpvdHd_j};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,P7fiRiQ_n,P5gjcV5ym,Qdp8M_Ki1,n02YmShp2,zJpvdHd_j,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"jq6olr6y5\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const visible=negate(P7fiRiQ_n);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1264,intrinsicWidth:2800},className:cx(serializationHash,...sharedStyleClassNames,\"framer-1fooypa\",className,classNames),\"data-framer-name\":\"Front\",layoutDependency:layoutDependency,layoutId:\"jq6olr6y5\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({hCRxOkDBJ:{\"data-framer-name\":\"Facing Right\",background:{alt:\"\",intrinsicHeight:1264,intrinsicWidth:2800,positionX:\"center\",positionY:\"center\"}},hTJs_GWRF:{\"data-framer-name\":\"Facing Left\",background:{alt:\"\",intrinsicHeight:1264,intrinsicWidth:2800,positionX:\"center\",positionY:\"center\"}}},baseVariant,gestureVariant),children:[P7fiRiQ_n&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:2163,pixelWidth:1072,positionX:\"center\",positionY:\"center\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 10px) / 0, 1px)`,src:\"https://framerusercontent.com/images/M5BYpFV5ukCc6wJlq4Wqvkzw.png\",srcSet:\"https://framerusercontent.com/images/M5BYpFV5ukCc6wJlq4Wqvkzw.png?scale-down-to=2048 1015w,https://framerusercontent.com/images/M5BYpFV5ukCc6wJlq4Wqvkzw.png 1072w\"},className:\"framer-xi5560\",\"data-framer-name\":\"Device Render - notch\",layoutDependency:layoutDependency,layoutId:\"G2v7rOmMf\",...addPropertyOverrides({hCRxOkDBJ:{background:{alt:\"\",fit:\"fit\",pixelHeight:2163,pixelWidth:1072,positionX:\"center\",positionY:\"center\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 10px) / 0, 1px)`,src:\"https://framerusercontent.com/images/mAdX3EHy5L1kzdnGs3VCMV78.png\",srcSet:\"https://framerusercontent.com/images/mAdX3EHy5L1kzdnGs3VCMV78.png?scale-down-to=2048 1015w,https://framerusercontent.com/images/mAdX3EHy5L1kzdnGs3VCMV78.png 1072w\"}},hTJs_GWRF:{background:{alt:\"\",fit:\"fit\",pixelHeight:2163,pixelWidth:1072,positionX:\"center\",positionY:\"center\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 10px) / 0, 1px)`,src:\"https://framerusercontent.com/images/4HZ41rZMsVny43temRT4THWhIP8.png\",srcSet:\"https://framerusercontent.com/images/4HZ41rZMsVny43temRT4THWhIP8.png?scale-down-to=2048 1015w,https://framerusercontent.com/images/4HZ41rZMsVny43temRT4THWhIP8.png 1072w\"}}},baseVariant,gestureVariant)}),visible&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:2163,pixelWidth:1072,positionX:\"center\",positionY:\"center\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 10px) / 0, 1px)`,src:\"https://framerusercontent.com/images/xx8NciXORr52d6luindTUCd91E.png\",srcSet:\"https://framerusercontent.com/images/xx8NciXORr52d6luindTUCd91E.png?scale-down-to=2048 1015w,https://framerusercontent.com/images/xx8NciXORr52d6luindTUCd91E.png 1072w\"},className:\"framer-txcac\",\"data-framer-name\":\"Device Render\",layoutDependency:layoutDependency,layoutId:\"Wp12Eg_E0\",...addPropertyOverrides({hCRxOkDBJ:{background:{alt:\"\",fit:\"fit\",pixelHeight:2163,pixelWidth:1072,positionX:\"center\",positionY:\"center\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 10px) / 0, 1px)`,src:\"https://framerusercontent.com/images/Zd14tO2ZsqqW7yREa1Qp4ReB2Lc.png\",srcSet:\"https://framerusercontent.com/images/Zd14tO2ZsqqW7yREa1Qp4ReB2Lc.png?scale-down-to=2048 1015w,https://framerusercontent.com/images/Zd14tO2ZsqqW7yREa1Qp4ReB2Lc.png 1072w\"}},hTJs_GWRF:{background:{alt:\"\",fit:\"fit\",pixelHeight:2163,pixelWidth:1072,positionX:\"center\",positionY:\"center\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 10px) / 0, 1px)`,src:\"https://framerusercontent.com/images/k95LTOePCofk3rfG4kUcBdyoMQ.png\",srcSet:\"https://framerusercontent.com/images/k95LTOePCofk3rfG4kUcBdyoMQ.png?scale-down-to=2048 1015w,https://framerusercontent.com/images/k95LTOePCofk3rfG4kUcBdyoMQ.png 1072w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px)`,...addPropertyOverrides({hCRxOkDBJ:{width:\"260px\"},hTJs_GWRF:{width:\"260px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-r6h76u-container\",layoutDependency:layoutDependency,layoutId:\"zfIPqXR8j-container\",style:{rotateY:0},variants:{hCRxOkDBJ:{rotateY:35,transformPerspective:3750},hTJs_GWRF:{rotateY:-35,transformPerspective:3750}},children:/*#__PURE__*/_jsx(PhoneMockupScreenContent,{height:\"100%\",hkER3s2E3:toResponsiveImage(n02YmShp2),id:\"zfIPqXR8j\",layoutId:\"zfIPqXR8j\",PXGsCbtVD:\"35px\",style:{height:\"100%\",width:\"100%\"},UXLq1sxOJ:Qdp8M_Ki1,variant:P5gjcV5ym,w02mljpJa:toResponsiveImage(zJpvdHd_j),width:\"100%\"})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5bgFb.framer-1ofqich, .framer-5bgFb .framer-1ofqich { display: block; }\",\".framer-5bgFb.framer-1fooypa { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 600px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 300px; }\",\".framer-5bgFb .framer-xi5560, .framer-5bgFb .framer-txcac { flex: 1 0 0px; height: 100%; overflow: visible; position: relative; width: 1px; z-index: 1; }\",\".framer-5bgFb .framer-r6h76u-container { bottom: 20px; flex: none; left: 20px; position: absolute; right: 20px; top: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5bgFb.framer-1fooypa { gap: 0px; } .framer-5bgFb.framer-1fooypa > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-5bgFb.framer-1fooypa > :first-child { margin-left: 0px; } .framer-5bgFb.framer-1fooypa > :last-child { margin-right: 0px; } }\",\".framer-5bgFb.framer-v-t850n4.framer-1fooypa, .framer-5bgFb.framer-v-mszm0p.framer-1fooypa { aspect-ratio: 0.5 / 1; height: var(--framer-aspect-ratio-supported, 600px); }\",\".framer-5bgFb.framer-v-t850n4 .framer-xi5560 { order: 0; }\",\".framer-5bgFb.framer-v-t850n4 .framer-txcac { order: 2; }\",\".framer-5bgFb.framer-v-t850n4 .framer-r6h76u-container { aspect-ratio: 0.4642857142857143 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 560px); left: 10px; order: 1; right: unset; width: 260px; }\",\".framer-5bgFb.framer-v-mszm0p .framer-r6h76u-container { aspect-ratio: 0.4642857142857143 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 560px); left: unset; right: 10px; width: 260px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 600\n * @framerIntrinsicWidth 300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"hTJs_GWRF\":{\"layout\":[\"fixed\",\"fixed\"]},\"hCRxOkDBJ\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"P7fiRiQ_n\":\"notch\",\"P5gjcV5ym\":\"screenContent\",\"Qdp8M_Ki1\":\"video\",\"n02YmShp2\":\"image\",\"zJpvdHd_j\":\"videoPoster\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKjBGXFn33=withCSS(Component,css,\"framer-5bgFb\");export default FramerKjBGXFn33;FramerKjBGXFn33.displayName=\"Phone mockup/Default - large\";FramerKjBGXFn33.defaultProps={height:600,width:300};addPropertyControls(FramerKjBGXFn33,{variant:{options:[\"jq6olr6y5\",\"hTJs_GWRF\",\"hCRxOkDBJ\"],optionTitles:[\"Front\",\"Facing Left\",\"Facing Right\"],title:\"Variant\",type:ControlType.Enum},P7fiRiQ_n:{defaultValue:true,title:\"Notch\",type:ControlType.Boolean},P5gjcV5ym:(PhoneMockupScreenContentControls===null||PhoneMockupScreenContentControls===void 0?void 0:PhoneMockupScreenContentControls[\"variant\"])&&{...PhoneMockupScreenContentControls[\"variant\"],defaultValue:\"kScFdVGrs\",description:undefined,hidden:undefined,title:\"Screen content\"},Qdp8M_Ki1:(PhoneMockupScreenContentControls===null||PhoneMockupScreenContentControls===void 0?void 0:PhoneMockupScreenContentControls[\"UXLq1sxOJ\"])&&{...PhoneMockupScreenContentControls[\"UXLq1sxOJ\"],__defaultAssetReference:\"data:framer/asset-reference,T5aW7Ers3wOpsq7NmDm81E3to4.mp4?originalFilename=video.mp4\",description:undefined,hidden:undefined,title:\"Video\"},n02YmShp2:{title:\"Image\",type:ControlType.ResponsiveImage},zJpvdHd_j:{title:\"Video poster\",type:ControlType.ResponsiveImage}});addFonts(FramerKjBGXFn33,[{explicitInter:true,fonts:[]},...PhoneMockupScreenContentFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKjBGXFn33\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"P7fiRiQ_n\\\":\\\"notch\\\",\\\"P5gjcV5ym\\\":\\\"screenContent\\\",\\\"Qdp8M_Ki1\\\":\\\"video\\\",\\\"n02YmShp2\\\":\\\"image\\\",\\\"zJpvdHd_j\\\":\\\"videoPoster\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"600\",\"framerIntrinsicWidth\":\"300\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hTJs_GWRF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hCRxOkDBJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KjBGXFn33.map", "function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(l));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=a.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return\"function\"===typeof e?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return r(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){f(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:u(i,s,o[r]),easing:d(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,A(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=O((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=q.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=y(m(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const i=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const re={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const ae={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of le)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function getBrowserVisibilityProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){// Opera 12.10 and Firefox 18 and later support\nreturn\"visibilitychange\";}else if(typeof document.msHidden!==\"undefined\"){return\"msvisibilitychange\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitvisibilitychange\";}}export function getBrowserDocumentHiddenProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){return\"hidden\";}else if(typeof document.msHidden!==\"undefined\"){return\"msHidden\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitHidden\";}}export function getIsDocumentHidden(){if(!isBrowser())return;return!document[getBrowserDocumentHiddenProp()];}export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(getIsDocumentHidden());const onVisibilityChange=()=>setIsVisible(getIsDocumentHidden());useEffect(()=>{const visibilityChange=getBrowserVisibilityProp();document.addEventListener(visibilityChange,onVisibilityChange,false);return()=>{document.removeEventListener(visibilityChange,onVisibilityChange);};});return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"getBrowserVisibilityProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getIsDocumentHidden\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBrowserDocumentHiddenProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement,forwardRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,animate,useMotionValue,useTransform,LayoutGroup,wrap,sync,mix}from\"framer-motion\";import{resize}from\"@motionone/dom\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js\";// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots,startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return filteredSlots.map(index=>/*#__PURE__*/createRef());},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */const dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const total=filteredSlots.length-1;const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[total].current?isHorizontal?childrenRef[total].current.offsetLeft+childrenRef[total].current.offsetWidth:childrenRef[total].current.offsetTop+childrenRef[total].current.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetWidth:childrenRef[0].current.offsetHeight:0;const itemWidth=childrenRef[0].current?childrenRef[0].current.offsetWidth:0;const itemHeight=childrenRef[0].current?childrenRef[0].current.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength});}},[hasChildren]);const scheduleMeasure=useCallback(()=>{sync.read(measure);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)scheduleMeasure();},[hasChildren,itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */let initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();setIsResizing(true);}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>setIsResizing(false),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length;const childrenSize=isCanvas?0:size===null||size===void 0?void 0:size.children;const itemWithGap=(size===null||size===void 0?void 0:size.item)+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const isVisible=usePageVisibility();const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*((size===null||size===void 0?void 0:size.itemWidth)+gap):-startFrom*((size===null||size===void 0?void 0:size.itemHeight)+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if((size===null||size===void 0?void 0:size.children)===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover){timeoutRef.current=setTimeout(()=>{setCurrentItem(currentItem+1);switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=delta=>{if(!isInverted){setCurrentItem(currentItem+delta);}else{setCurrentItem(currentItem-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){setCurrentItem(currentItem+goto);}else{setCurrentItem(currentItem-gotoInverted);}};/**\n     * Drag\n     */const handleDragStart=()=>{setIsDragging(true);};const handleDragEnd=(event,{offset,velocity})=>{setIsDragging(false);const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta);}if(isHalfOfPrev){setDelta(-itemDelta);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */let columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren.push(...Children.map(filteredSlots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}return /*#__PURE__*/_jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<(filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length);i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:(size===null||size===void 0?void 0:size.item)!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();setIsMouseDown(true);},onMouseUp:()=>setIsMouseDown(false),children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/forwardRef(function Component(props,ref){var _child_props,_child_props1;const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */const childOffset=((size===null||size===void 0?void 0:size.item)+gap)*childCounter;const scrollRange=[-(size===null||size===void 0?void 0:size.item),0,(size===null||size===void 0?void 0:size.parent)-(size===null||size===void 0?void 0:size.item)+gap,size===null||size===void 0?void 0:size.parent].map(val=>val-childOffset);/**\n     * Effects\n     */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.onChange(newValue=>{var _ref_current;(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;let top=!isHorizontal&&index>0?inlinePadding:padding;let bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;let right=isHorizontal&&index!==total-1?inlinePadding:padding;let left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "// Generated by Framer (d2515d1)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-medium\",\"FS;Poppins-bold\",\"FS;Poppins-bold italic\",\"FS;Poppins-medium italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K4RHKGAGLQZBXEZQT2O2AGSLKJF2E4YC/JRUTXNFPWLFGIEVSSEYOW7EP7TYM3V6A/UCDYLFFGLZRGCFY5GYDYM5LDB52BAR5M.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/EOHGWBZYYKO6R4PWP4S2B3FFWHHBEZN6/UWQLMF4AFWLXCJQCFV3WRVYC77KZXPRB/FYG6OCH7XOLUUSZTIZE65ATBZWF623O4.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JQL34MORONR7D7BXOVTX3KBGJGEJQ5BJ/CKUZVY5SFANCFAT7FS3MP6ZL4BMEWCJE/NOLRWF3JBJ434MILPG5RB6R2B4HGRSZB.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/4HH4RITHYMRL7VREMN2WV2L6LQZKPRWE/ZWMGJ4LKTJ4NT5NKCHS5WLI6CRRRO2SE/OFRM3ATAEVJKZWGG6S4JN4P6SBPN2BLD.woff2\",weight:\"500\"}]}];export const css=['.framer-QDSvK .framer-styles-preset-jzu99v:not(.rich-text-wrapper), .framer-QDSvK .framer-styles-preset-jzu99v.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, #6d6d6d); --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-QDSvK .framer-styles-preset-jzu99v:not(.rich-text-wrapper), .framer-QDSvK .framer-styles-preset-jzu99v.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, #6d6d6d); --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-QDSvK .framer-styles-preset-jzu99v:not(.rich-text-wrapper), .framer-QDSvK .framer-styles-preset-jzu99v.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, #6d6d6d); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-QDSvK\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (1d71865)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,RichText,useComponentViewport,useLocaleCode,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/NmRlTCI0yQD2DHKJ0HxE/tuBHb4asFSurbwxKIrSV/dv4KAPOO0.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/oAPb1q0n27iHg6IiuvGa/LQ4UMbFwNEhe67lN2O8r/qFmrwr7a6.js\";const PhosphorFonts=getFonts(Phosphor);const cycleOrder=[\"tsmcEgYhA\"];const serializationHash=\"framer-egXut\";const variantClassNames={tsmcEgYhA:\"framer-v-sxqz1r\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;const dateStyle=options.dateStyle;const timeZone=\"UTC\";try{return date.toLocaleDateString(locale,{dateStyle,timeZone});}catch{return date.toLocaleDateString(fallbackLocale,{dateStyle,timeZone});}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({date,height,id,name1,photo,review,store,width,...props})=>{var _ref,_ref1,_ref2,_ref3;return{...props,maaITeZho:(_ref=store!==null&&store!==void 0?store:props.maaITeZho)!==null&&_ref!==void 0?_ref:\"Apple Store\",nSG4mRvwh:(_ref1=review!==null&&review!==void 0?review:props.nSG4mRvwh)!==null&&_ref1!==void 0?_ref1:\"Review\",QDfRFiS4g:(_ref2=date!==null&&date!==void 0?date:props.QDfRFiS4g)!==null&&_ref2!==void 0?_ref2:\"2024-07-17T23:00:00.000Z\",rUOVhs74G:(_ref3=name1!==null&&name1!==void 0?name1:props.rUOVhs74G)!==null&&_ref3!==void 0?_ref3:\"Name\",XGJ4KOWgh:photo!==null&&photo!==void 0?photo:props.XGJ4KOWgh};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,rUOVhs74G,XGJ4KOWgh,nSG4mRvwh,QDfRFiS4g,maaITeZho,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"tsmcEgYhA\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const textContent=toDateString(QDfRFiS4g,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-sxqz1r\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"tsmcEgYhA\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, rgb(255, 255, 255))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1prbjch\",\"data-framer-name\":\"Review\",layoutDependency:layoutDependency,layoutId:\"AcsNsixFD\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tdraus\",\"data-framer-name\":\"Rating\",layoutDependency:layoutDependency,layoutId:\"RRrhfa7Fh\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b5qjzp\",\"data-framer-name\":\"Stars\",layoutDependency:layoutDependency,layoutId:\"RT2m2ZrRD\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tqu09a-container\",layoutDependency:layoutDependency,layoutId:\"HulIXRzBa-container\",style:{opacity:.8},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-4b59dad1-0c05-4dfe-95c7-04c765f05269, rgb(250, 208, 57))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Star\",id:\"HulIXRzBa\",layoutId:\"HulIXRzBa\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jvunbc-container\",layoutDependency:layoutDependency,layoutId:\"WxyYM9XwG-container\",style:{opacity:.8},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-4b59dad1-0c05-4dfe-95c7-04c765f05269, rgb(250, 208, 57))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Star\",id:\"WxyYM9XwG\",layoutId:\"WxyYM9XwG\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-o2p7v0-container\",layoutDependency:layoutDependency,layoutId:\"RATdmQA_K-container\",style:{opacity:.8},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-4b59dad1-0c05-4dfe-95c7-04c765f05269, rgb(250, 208, 57))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Star\",id:\"RATdmQA_K\",layoutId:\"RATdmQA_K\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-tefmbx-container\",layoutDependency:layoutDependency,layoutId:\"Lq1ABCeUF-container\",style:{opacity:.8},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-4b59dad1-0c05-4dfe-95c7-04c765f05269, rgb(250, 208, 57))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Star\",id:\"Lq1ABCeUF\",layoutId:\"Lq1ABCeUF\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-iur9ed-container\",layoutDependency:layoutDependency,layoutId:\"E4V6VZkaF-container\",style:{opacity:.8},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-4b59dad1-0c05-4dfe-95c7-04c765f05269, rgb(250, 208, 57))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Star\",id:\"E4V6VZkaF\",layoutId:\"E4V6VZkaF\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy0zMDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"300\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(109, 109, 109)))\"},children:\"Content\"})}),className:\"framer-166asb2\",fonts:[\"GF;Poppins-300\"],layoutDependency:layoutDependency,layoutId:\"cc1RsdAX9\",style:{\"--extracted-r6o4lv\":\"var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(109, 109, 109))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-eoyfu4\",layoutDependency:layoutDependency,layoutId:\"GzN7yJiAw\",style:{backgroundColor:\"var(--token-1cec3ad5-255d-4ce8-8869-e900aae24f98, rgb(235, 235, 235))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy0zMDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"300\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(109, 109, 109)))\"},children:\"Content\"})}),className:\"framer-1kkbp4a\",fonts:[\"GF;Poppins-300\"],layoutDependency:layoutDependency,layoutId:\"O4IdpdF01\",style:{\"--extracted-r6o4lv\":\"var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(109, 109, 109))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:maaITeZho,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",children:\"Feature details\"})}),className:\"framer-umo9g7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OLlxkJT8k\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:nSG4mRvwh,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xw4ccb\",\"data-framer-name\":\"Name\",layoutDependency:layoutDependency,layoutId:\"CENWaBqwS\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"40px\",...toResponsiveImage(XGJ4KOWgh),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1g8kjh4\",layoutDependency:layoutDependency,layoutId:\"NqrsqQF1R\",style:{borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-jzu99v\",\"data-styles-preset\":\"dv4KAPOO0\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f37763bf-5253-4d14-8ac0-e88a5446af25, rgb(26, 26, 26)))\"},children:\"Name\"})}),className:\"framer-1g1xsew\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mpK8qzRJ_\",style:{\"--extracted-r6o4lv\":\"var(--token-f37763bf-5253-4d14-8ac0-e88a5446af25, rgb(26, 26, 26))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:rUOVhs74G,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-egXut.framer-1urs6ea, .framer-egXut .framer-1urs6ea { display: block; }\",\".framer-egXut.framer-sxqz1r { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 400px; will-change: var(--framer-will-change-override, transform); }\",\".framer-egXut .framer-1prbjch { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-egXut .framer-1tdraus { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-egXut .framer-b5qjzp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-egXut .framer-1tqu09a-container, .framer-egXut .framer-1jvunbc-container, .framer-egXut .framer-o2p7v0-container, .framer-egXut .framer-tefmbx-container, .framer-egXut .framer-iur9ed-container { aspect-ratio: 1 / 1; flex: none; height: 17px; position: relative; width: var(--framer-aspect-ratio-supported, 17px); }\",\".framer-egXut .framer-166asb2 { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-egXut .framer-eoyfu4 { align-self: stretch; flex: none; height: auto; overflow: visible; position: relative; width: 1px; }\",\".framer-egXut .framer-1kkbp4a { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-egXut .framer-umo9g7 { flex: none; height: auto; max-width: 1000px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-egXut .framer-xw4ccb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-egXut .framer-1g8kjh4 { flex: none; height: 40px; overflow: hidden; position: relative; width: 40px; will-change: var(--framer-will-change-override, transform); }\",\".framer-egXut .framer-1g1xsew { flex: 1 0 0px; height: auto; max-width: 1000px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-egXut.framer-sxqz1r, .framer-egXut .framer-1prbjch, .framer-egXut .framer-1tdraus, .framer-egXut .framer-b5qjzp, .framer-egXut .framer-xw4ccb { gap: 0px; } .framer-egXut.framer-sxqz1r > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-egXut.framer-sxqz1r > :first-child, .framer-egXut .framer-1prbjch > :first-child { margin-top: 0px; } .framer-egXut.framer-sxqz1r > :last-child, .framer-egXut .framer-1prbjch > :last-child { margin-bottom: 0px; } .framer-egXut .framer-1prbjch > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-egXut .framer-1tdraus > *, .framer-egXut .framer-xw4ccb > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-egXut .framer-1tdraus > :first-child, .framer-egXut .framer-b5qjzp > :first-child, .framer-egXut .framer-xw4ccb > :first-child { margin-left: 0px; } .framer-egXut .framer-1tdraus > :last-child, .framer-egXut .framer-b5qjzp > :last-child, .framer-egXut .framer-xw4ccb > :last-child { margin-right: 0px; } .framer-egXut .framer-b5qjzp > * { margin: 0px; margin-left: calc(3px / 2); margin-right: calc(3px / 2); } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 170\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"rUOVhs74G\":\"name1\",\"XGJ4KOWgh\":\"photo\",\"nSG4mRvwh\":\"review\",\"QDfRFiS4g\":\"date\",\"maaITeZho\":\"store\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfWqrhQDzQ=withCSS(Component,css,\"framer-egXut\");export default FramerfWqrhQDzQ;FramerfWqrhQDzQ.displayName=\"Cards/Testimonial\";FramerfWqrhQDzQ.defaultProps={height:170,width:400};addPropertyControls(FramerfWqrhQDzQ,{rUOVhs74G:{defaultValue:\"Name\",displayTextArea:false,title:\"Name\",type:ControlType.String},XGJ4KOWgh:{title:\"Photo\",type:ControlType.ResponsiveImage},nSG4mRvwh:{defaultValue:\"Review\",displayTextArea:true,title:\"Review\",type:ControlType.String},QDfRFiS4g:{defaultValue:\"2024-07-17T23:00:00.000Z\",title:\"Date\",type:ControlType.Date},maaITeZho:{defaultValue:\"Apple Store\",displayTextArea:false,title:\"Store\",type:ControlType.String}});addFonts(FramerfWqrhQDzQ,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8V15vFP-KUEg.woff2\",weight:\"300\"},{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\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfWqrhQDzQ\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"rUOVhs74G\\\":\\\"name1\\\",\\\"XGJ4KOWgh\\\":\\\"photo\\\",\\\"nSG4mRvwh\\\":\\\"review\\\",\\\"QDfRFiS4g\\\":\\\"date\\\",\\\"maaITeZho\\\":\\\"store\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"170\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (8857874)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/H7Hprjo8hFoL6HVuvde6/SlideShow.js\";import CardsTestimonial from\"https://framerusercontent.com/modules/Ar5wACOhBwAqv9HCdlOB/EFdExJ4L74Wlc4Ir1xY8/fWqrhQDzQ.js\";const CardsTestimonialFonts=getFonts(CardsTestimonial);const SlideshowFonts=getFonts(Slideshow);const cycleOrder=[\"fsc_E419m\"];const serializationHash=\"framer-zvi5a\";const variantClassNames={fsc_E419m:\"framer-v-1al36bc\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({current,height,id,width,...props})=>{return{...props,EqIxRVa_Q:current!==null&&current!==void 0?current:props.EqIxRVa_Q};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,EqIxRVa_Q,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"fsc_E419m\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-1al36bc\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"fsc_E419m\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dlizva-container\",layoutDependency:layoutDependency,layoutId:\"zae2xSXVL-container\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(110, 110, 110, 0.3)\",arrowGap:16,arrowPadding:14,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:-48,arrowPosition:\"top-mid\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:32,showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:.9},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:16,height:\"100%\",id:\"zae2xSXVL\",intervalControl:1.5,itemAmount:1,layoutId:\"zae2xSXVL\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"400px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-afp9mi-container\",layoutDependency:layoutDependency,layoutId:\"SU5B8aPJ7-container\",children:/*#__PURE__*/_jsx(CardsTestimonial,{height:\"100%\",id:\"SU5B8aPJ7\",layoutId:\"SU5B8aPJ7\",maaITeZho:\"Apple Store\",nSG4mRvwh:'\"Right after getting this app, without much understanding of it, I was able to intuitively navigate the preferences and enjoy the frequencies immediately- I like the concept and I see much potential for what is to come to this app in the future\"',QDfRFiS4g:\"2024-07-23T00:00:00.000Z\",rUOVhs74G:\"EgoAccendo\",style:{width:\"100%\"},width:\"100%\",XGJ4KOWgh:addImageAlt({src:\"https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg\",srcSet:\"https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/5P0eN6qtSxQg8Lrk6rw2GR9e7eI.jpg 3744w\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"400px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1smc793-container\",layoutDependency:layoutDependency,layoutId:\"eIjt4GS3m-container\",children:/*#__PURE__*/_jsx(CardsTestimonial,{height:\"100%\",id:\"eIjt4GS3m\",layoutId:\"eIjt4GS3m\",maaITeZho:\"Apple Store\",nSG4mRvwh:'\"I truly love this app. I feel so much better after I listen to the vibrations. This was an amazing idea, thanks for sharing it with us. Much gratitude\"',QDfRFiS4g:\"2024-07-11T00:00:00.000Z\",rUOVhs74G:\"Bronwbrown\",style:{width:\"100%\"},width:\"100%\",XGJ4KOWgh:addImageAlt({src:\"https://framerusercontent.com/images/ksvfU87o3zzd0vpK29bMPonXzDs.jpg\",srcSet:\"https://framerusercontent.com/images/ksvfU87o3zzd0vpK29bMPonXzDs.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/ksvfU87o3zzd0vpK29bMPonXzDs.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/ksvfU87o3zzd0vpK29bMPonXzDs.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/ksvfU87o3zzd0vpK29bMPonXzDs.jpg 3435w\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"400px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-794uw0-container\",layoutDependency:layoutDependency,layoutId:\"lvAZCuKIr-container\",children:/*#__PURE__*/_jsx(CardsTestimonial,{height:\"100%\",id:\"lvAZCuKIr\",layoutId:\"lvAZCuKIr\",maaITeZho:\"Apple Store\",nSG4mRvwh:'10/10\\nI love this app! Very user friendly and it\u2019s nice to have when you feel you can\u2019t mentally get yourself to a place to sit, just headphones and the frequencies and going about your business can do you justice!\"',QDfRFiS4g:\"2024-07-17T23:00:00.000Z\",rUOVhs74G:\"yemanearieon\",style:{width:\"100%\"},width:\"100%\",XGJ4KOWgh:addImageAlt({src:\"https://framerusercontent.com/images/v2j3stlfrHKx5RlAdfm1JIrTDQM.jpg\",srcSet:\"https://framerusercontent.com/images/v2j3stlfrHKx5RlAdfm1JIrTDQM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/v2j3stlfrHKx5RlAdfm1JIrTDQM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/v2j3stlfrHKx5RlAdfm1JIrTDQM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/v2j3stlfrHKx5RlAdfm1JIrTDQM.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/v2j3stlfrHKx5RlAdfm1JIrTDQM.jpg 5760w\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"400px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1omyg77-container\",layoutDependency:layoutDependency,layoutId:\"sthlYFFpO-container\",children:/*#__PURE__*/_jsx(CardsTestimonial,{height:\"100%\",id:\"sthlYFFpO\",layoutId:\"sthlYFFpO\",maaITeZho:\"Google Play\",nSG4mRvwh:'\"Works well and the frequencies is spot on\"',QDfRFiS4g:\"2024-07-06T00:00:00.000Z\",rUOVhs74G:\"\u661F\u5B50Hoshlko\",style:{width:\"100%\"},width:\"100%\",XGJ4KOWgh:addImageAlt({src:\"https://framerusercontent.com/images/1ApcT7kVDOZTELD8XFISmocdiA.jpg\",srcSet:\"https://framerusercontent.com/images/1ApcT7kVDOZTELD8XFISmocdiA.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/1ApcT7kVDOZTELD8XFISmocdiA.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/1ApcT7kVDOZTELD8XFISmocdiA.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/1ApcT7kVDOZTELD8XFISmocdiA.jpg 3648w\"},\"\")})})})],startFrom:EqIxRVa_Q,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,stiffness:200,type:\"spring\"},width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zvi5a.framer-9edbfs, .framer-zvi5a .framer-9edbfs { display: block; }\",\".framer-zvi5a.framer-1al36bc { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 391px; }\",\".framer-zvi5a .framer-1dlizva-container { flex: 1 0 0px; height: 251px; position: relative; width: 1px; }\",\".framer-zvi5a .framer-afp9mi-container, .framer-zvi5a .framer-1smc793-container, .framer-zvi5a .framer-794uw0-container, .framer-zvi5a .framer-1omyg77-container { height: auto; position: relative; width: 400px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zvi5a.framer-1al36bc { gap: 0px; } .framer-zvi5a.framer-1al36bc > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-zvi5a.framer-1al36bc > :first-child { margin-left: 0px; } .framer-zvi5a.framer-1al36bc > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 251\n * @framerIntrinsicWidth 391\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"EqIxRVa_Q\":\"current\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerPavwfUFLy=withCSS(Component,css,\"framer-zvi5a\");export default FramerPavwfUFLy;FramerPavwfUFLy.displayName=\"Testimonials slideshow\";FramerPavwfUFLy.defaultProps={height:251,width:391};addPropertyControls(FramerPavwfUFLy,{EqIxRVa_Q:{defaultValue:0,displayStepper:true,max:10,min:0,title:\"Current\",type:ControlType.Number}});addFonts(FramerPavwfUFLy,[{explicitInter:true,fonts:[]},...CardsTestimonialFonts,...SlideshowFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPavwfUFLy\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"EqIxRVa_Q\\\":\\\"current\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"391\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"251\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./PavwfUFLy.map", "// Generated by Framer (5eef525)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/BKdXeLavEbNAq2fzlzpE/CEykbOmsX1952QHdLLqs/OU6_GmAGW.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/oAPb1q0n27iHg6IiuvGa/LQ4UMbFwNEhe67lN2O8r/qFmrwr7a6.js\";import PhoneMockupScreenContent from\"https://framerusercontent.com/modules/nbykChPHvBH9axb4GbPE/MM4RkS7PyYxuKhorkAUR/pdJaT6lnS.js\";const PhoneMockupScreenContentFonts=getFonts(PhoneMockupScreenContent);const PhoneMockupScreenContentControls=getPropertyControls(PhoneMockupScreenContent);const enabledGestures={WNjodu3ix:{hover:true}};const cycleOrder=[\"WNjodu3ix\",\"qdoKtOIcg\"];const serializationHash=\"framer-NkahG\";const variantClassNames={qdoKtOIcg:\"framer-v-36foc2\",WNjodu3ix:\"framer-v-1clb1ep\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0: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 negate=value=>{return!value;};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableEnumMap={Image:\"kScFdVGrs\",Video:\"aStnsqmeV\"};const humanReadableVariantMap={\"Desktop/tablet\":\"WNjodu3ix\",Phone:\"qdoKtOIcg\"};const getProps=({details,height,id,image,notch,screenContent,title,video,videoPoster,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3,_humanReadableEnumMap_screenContent,_ref4,_ref5;return{...props,b1ApPIBKH:(_ref=video!==null&&video!==void 0?video:props.b1ApPIBKH)!==null&&_ref!==void 0?_ref:\"https://framerusercontent.com/assets/T5aW7Ers3wOpsq7NmDm81E3to4.mp4\",bf2fscgFY:image!==null&&image!==void 0?image:props.bf2fscgFY,dYC0NWPBP:(_ref1=details!==null&&details!==void 0?details:props.dYC0NWPBP)!==null&&_ref1!==void 0?_ref1:\"Feature details\",pcBrQvDxs:videoPoster!==null&&videoPoster!==void 0?videoPoster:props.pcBrQvDxs,RriqME_Ms:(_ref2=title!==null&&title!==void 0?title:props.RriqME_Ms)!==null&&_ref2!==void 0?_ref2:\"Feature title\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"WNjodu3ix\",xExApPuly:notch!==null&&notch!==void 0?notch:props.xExApPuly,zl3qZwN37:(_ref5=(_ref4=(_humanReadableEnumMap_screenContent=humanReadableEnumMap[screenContent])!==null&&_humanReadableEnumMap_screenContent!==void 0?_humanReadableEnumMap_screenContent:screenContent)!==null&&_ref4!==void 0?_ref4:props.zl3qZwN37)!==null&&_ref5!==void 0?_ref5:\"kScFdVGrs\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,RriqME_Ms,dYC0NWPBP,xExApPuly,zl3qZwN37,bf2fscgFY,b1ApPIBKH,pcBrQvDxs,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"WNjodu3ix\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const visible=negate(xExApPuly);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-1clb1ep\",className,classNames),\"data-framer-name\":\"Desktop/tablet\",layoutDependency:layoutDependency,layoutId:\"WNjodu3ix\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, rgb(246, 246, 246))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},variants:{\"WNjodu3ix-hover\":{backgroundColor:\"var(--token-1cec3ad5-255d-4ce8-8869-e900aae24f98, rgb(231, 231, 231))\"}},...addPropertyOverrides({\"WNjodu3ix-hover\":{\"data-framer-name\":undefined},qdoKtOIcg:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g8fs3i\",\"data-framer-name\":\"Headline\",layoutDependency:layoutDependency,layoutId:\"joPUaGEcP\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-5fegtk\",\"data-styles-preset\":\"OU6_GmAGW\",children:\"Feature title\"})}),className:\"framer-ol938j\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Uqkyqx0CH\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:RriqME_Ms,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",children:\"Feature details\"})}),className:\"framer-wdcoq1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"l4jbkQvxC\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:dYC0NWPBP,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-e02x3z\",\"data-framer-name\":\"Mockup\",layoutDependency:layoutDependency,layoutId:\"WJlwDbq5i\",children:/*#__PURE__*/_jsxs(motion.div,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1264,intrinsicWidth:2800},className:\"framer-1wc39gw\",\"data-framer-name\":\"Device\",layoutDependency:layoutDependency,layoutId:\"M72_oyMLL\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-3djo24\",\"data-framer-name\":\"Shadow\",layoutDependency:layoutDependency,layoutId:\"gLPOX5nRj\",style:{backgroundColor:\"var(--token-d2956da8-9ba6-4f67-aa9e-f9f428a0191a, rgb(18, 18, 18))\",borderBottomLeftRadius:42,borderBottomRightRadius:42,borderTopLeftRadius:42,borderTopRightRadius:42,filter:\"blur(10px)\",opacity:0,WebkitFilter:\"blur(10px)\"},variants:{\"WNjodu3ix-hover\":{opacity:.2}}}),visible&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:2163,pixelWidth:1072,positionX:\"center\",positionY:\"center\",sizes:\"Infinitypx\",src:\"https://framerusercontent.com/images/xx8NciXORr52d6luindTUCd91E.png\",srcSet:\"https://framerusercontent.com/images/xx8NciXORr52d6luindTUCd91E.png?scale-down-to=2048 1015w,https://framerusercontent.com/images/xx8NciXORr52d6luindTUCd91E.png 1072w\"},className:\"framer-1cafyar\",\"data-framer-name\":\"Device Render\",layoutDependency:layoutDependency,layoutId:\"uSI12K88_\",style:{filter:\"blur(0px)\",WebkitFilter:\"blur(0px)\"}}),xExApPuly&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:2163,pixelWidth:1072,positionX:\"center\",positionY:\"center\",sizes:\"Infinitypx\",src:\"https://framerusercontent.com/images/M5BYpFV5ukCc6wJlq4Wqvkzw.png\",srcSet:\"https://framerusercontent.com/images/M5BYpFV5ukCc6wJlq4Wqvkzw.png?scale-down-to=2048 1015w,https://framerusercontent.com/images/M5BYpFV5ukCc6wJlq4Wqvkzw.png 1072w\"},className:\"framer-85iwwq\",\"data-framer-name\":\"Device Render - notch\",layoutDependency:layoutDependency,layoutId:\"OYanlgrCX\",style:{filter:\"blur(0px)\",WebkitFilter:\"blur(0px)\"}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16r7szv\",\"data-framer-name\":\"Screens\",layoutDependency:layoutDependency,layoutId:\"KjOoCVlFM\",style:{borderBottomLeftRadius:42,borderBottomRightRadius:42,borderTopLeftRadius:42,borderTopRightRadius:42,filter:\"blur(0px)\",WebkitFilter:\"blur(0px)\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"326px\",...addPropertyOverrides({qdoKtOIcg:{width:\"260px\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-x5ky7d-container\",layoutDependency:layoutDependency,layoutId:\"IlMYopSA4-container\",children:/*#__PURE__*/_jsx(PhoneMockupScreenContent,{height:\"100%\",hkER3s2E3:toResponsiveImage(bf2fscgFY),id:\"IlMYopSA4\",layoutId:\"IlMYopSA4\",PXGsCbtVD:\"0px\",style:{height:\"100%\",width:\"100%\"},UXLq1sxOJ:b1ApPIBKH,variant:zl3qZwN37,w02mljpJa:toResponsiveImage(pcBrQvDxs),width:\"100%\"})})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-NkahG.framer-bnun7a, .framer-NkahG .framer-bnun7a { display: block; }\",\".framer-NkahG.framer-1clb1ep { align-content: center; align-items: center; cursor: default; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 734px; justify-content: flex-start; overflow: hidden; padding: 24px 24px 0px 24px; position: relative; width: 488px; will-change: var(--framer-will-change-override, transform); }\",\".framer-NkahG .framer-1g8fs3i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-NkahG .framer-ol938j, .framer-NkahG .framer-wdcoq1 { flex: none; height: auto; max-width: 1000px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-NkahG .framer-e02x3z { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 440px; }\",\".framer-NkahG .framer-1wc39gw { align-content: center; align-items: center; aspect-ratio: 0.5 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 748px); justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 0px; width: 374px; z-index: 1; }\",\".framer-NkahG .framer-3djo24 { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 22px; z-index: 1; }\",\".framer-NkahG .framer-1cafyar, .framer-NkahG .framer-85iwwq { flex: 1 0 0px; height: 100%; overflow: visible; position: relative; width: 1px; z-index: 2; }\",\".framer-NkahG .framer-16r7szv { align-content: center; align-items: center; bottom: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; left: 24px; overflow: hidden; padding: 0px; position: absolute; right: 24px; top: 24px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-NkahG .framer-x5ky7d-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NkahG.framer-1clb1ep, .framer-NkahG .framer-1g8fs3i, .framer-NkahG .framer-e02x3z, .framer-NkahG .framer-1wc39gw, .framer-NkahG .framer-16r7szv { gap: 0px; } .framer-NkahG.framer-1clb1ep > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-NkahG.framer-1clb1ep > :first-child, .framer-NkahG .framer-1g8fs3i > :first-child { margin-top: 0px; } .framer-NkahG.framer-1clb1ep > :last-child, .framer-NkahG .framer-1g8fs3i > :last-child { margin-bottom: 0px; } .framer-NkahG .framer-1g8fs3i > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-NkahG .framer-e02x3z > *, .framer-NkahG .framer-1wc39gw > *, .framer-NkahG .framer-16r7szv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-NkahG .framer-e02x3z > :first-child, .framer-NkahG .framer-1wc39gw > :first-child, .framer-NkahG .framer-16r7szv > :first-child { margin-left: 0px; } .framer-NkahG .framer-e02x3z > :last-child, .framer-NkahG .framer-1wc39gw > :last-child, .framer-NkahG .framer-16r7szv > :last-child { margin-right: 0px; } }\",\".framer-NkahG.framer-v-36foc2 .framer-e02x3z { align-content: flex-start; align-items: flex-start; }\",\".framer-NkahG.framer-v-36foc2 .framer-1wc39gw { height: var(--framer-aspect-ratio-supported, 600px); width: 300px; }\",\".framer-NkahG.framer-v-36foc2 .framer-16r7szv { bottom: 18px; left: 20px; right: 20px; top: 18px; }\",\".framer-NkahG.framer-v-1clb1ep.hover .framer-3djo24 { top: 16px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 734\n * @framerIntrinsicWidth 488\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"qdoKtOIcg\":{\"layout\":[\"fixed\",\"fixed\"]},\"sFa9KwTrn\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"RriqME_Ms\":\"title\",\"dYC0NWPBP\":\"details\",\"xExApPuly\":\"notch\",\"zl3qZwN37\":\"screenContent\",\"bf2fscgFY\":\"image\",\"b1ApPIBKH\":\"video\",\"pcBrQvDxs\":\"videoPoster\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWJ3UDxyAH=withCSS(Component,css,\"framer-NkahG\");export default FramerWJ3UDxyAH;FramerWJ3UDxyAH.displayName=\"Cards/Feature - device\";FramerWJ3UDxyAH.defaultProps={height:734,width:488};addPropertyControls(FramerWJ3UDxyAH,{variant:{options:[\"WNjodu3ix\",\"qdoKtOIcg\"],optionTitles:[\"Desktop/tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},RriqME_Ms:{defaultValue:\"Feature title\",displayTextArea:false,title:\"Title\",type:ControlType.String},dYC0NWPBP:{defaultValue:\"Feature details\",displayTextArea:true,title:\"Details\",type:ControlType.String},xExApPuly:{defaultValue:false,title:\"Notch\",type:ControlType.Boolean},zl3qZwN37:(PhoneMockupScreenContentControls===null||PhoneMockupScreenContentControls===void 0?void 0:PhoneMockupScreenContentControls[\"variant\"])&&{...PhoneMockupScreenContentControls[\"variant\"],defaultValue:\"kScFdVGrs\",description:undefined,hidden:undefined,title:\"Screen content\"},bf2fscgFY:{title:\"Image\",type:ControlType.ResponsiveImage},b1ApPIBKH:(PhoneMockupScreenContentControls===null||PhoneMockupScreenContentControls===void 0?void 0:PhoneMockupScreenContentControls[\"UXLq1sxOJ\"])&&{...PhoneMockupScreenContentControls[\"UXLq1sxOJ\"],__defaultAssetReference:\"data:framer/asset-reference,T5aW7Ers3wOpsq7NmDm81E3to4.mp4?originalFilename=video.mp4\",description:undefined,hidden:undefined,title:\"Video\"},pcBrQvDxs:{title:\"Video poster\",type:ControlType.ResponsiveImage}});addFonts(FramerWJ3UDxyAH,[{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\"}]},...PhoneMockupScreenContentFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWJ3UDxyAH\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qdoKtOIcg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sFa9KwTrn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"488\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"734\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"RriqME_Ms\\\":\\\"title\\\",\\\"dYC0NWPBP\\\":\\\"details\\\",\\\"xExApPuly\\\":\\\"notch\\\",\\\"zl3qZwN37\\\":\\\"screenContent\\\",\\\"bf2fscgFY\\\":\\\"image\\\",\\\"b1ApPIBKH\\\":\\\"video\\\",\\\"pcBrQvDxs\\\":\\\"videoPoster\\\"}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Pattern from\"https://framerusercontent.com/modules/2rGdY3xNPdGAC1LGc2Ew/gQcpGdBaDKqalAQX5HN3/Pattern.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import GetTemplateFixedButton from\"https://framerusercontent.com/modules/z9EoktionPnqEoxwOhyN/LScDgsF9Tkdftt895EF7/WVoxR23Zi.js\";import Footer from\"#framer/local/canvasComponent/A6YZ7SwMg/A6YZ7SwMg.js\";import PhoneMockupFeatureScrollSection from\"#framer/local/canvasComponent/DiEPcp92_/DiEPcp92_.js\";import FAQsSection from\"#framer/local/canvasComponent/eLjr815uE/eLjr815uE.js\";import CardsFeatureSimple from\"#framer/local/canvasComponent/fqut_9jlo/fqut_9jlo.js\";import PhoneMockupFeatureHover from\"#framer/local/canvasComponent/gaIZH4UiA/gaIZH4UiA.js\";import Navigation from\"#framer/local/canvasComponent/HwL_wPwDF/HwL_wPwDF.js\";import PhoneMockupDefaultLarge from\"#framer/local/canvasComponent/KjBGXFn33/KjBGXFn33.js\";import TestimonialsSlideshow from\"#framer/local/canvasComponent/PavwfUFLy/PavwfUFLy.js\";import ButtonsPrimary from\"#framer/local/canvasComponent/sRUv07toy/sRUv07toy.js\";import PhoneMockupDefaultSmall from\"#framer/local/canvasComponent/twpNbRFPm/twpNbRFPm.js\";import CardsFeatureDevice from\"#framer/local/canvasComponent/WJ3UDxyAH/WJ3UDxyAH.js\";import*as sharedStyle from\"#framer/local/css/DB8DZifvW/DB8DZifvW.js\";import*as sharedStyle1 from\"#framer/local/css/dv4KAPOO0/dv4KAPOO0.js\";import*as sharedStyle2 from\"#framer/local/css/OU6_GmAGW/OU6_GmAGW.js\";import*as sharedStyle5 from\"#framer/local/css/qFmrwr7a6/qFmrwr7a6.js\";import*as sharedStyle4 from\"#framer/local/css/sqJjfOoB8/sqJjfOoB8.js\";import*as sharedStyle3 from\"#framer/local/css/wM4RpiIP3/wM4RpiIP3.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationFonts=getFonts(Navigation);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const PhoneMockupDefaultSmallFonts=getFonts(PhoneMockupDefaultSmall);const ContainerWithFX=withFX(Container);const PhoneMockupDefaultLargeFonts=getFonts(PhoneMockupDefaultLarge);const PatternFonts=getFonts(Pattern);const MotionDivWithFX=withFX(motion.div);const ButtonsPrimaryFonts=getFonts(ButtonsPrimary);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const PhoneMockupFeatureScrollSectionFonts=getFonts(PhoneMockupFeatureScrollSection);const PhoneMockupFeatureScrollSectionWithVariantAppearEffect=withVariantAppearEffect(PhoneMockupFeatureScrollSection);const PhosphorFonts=getFonts(Phosphor);const PhoneMockupFeatureHoverFonts=getFonts(PhoneMockupFeatureHover);const CardsFeatureSimpleFonts=getFonts(CardsFeatureSimple);const CardsFeatureDeviceFonts=getFonts(CardsFeatureDevice);const TestimonialsSlideshowFonts=getFonts(TestimonialsSlideshow);const FAQsSectionFonts=getFonts(FAQsSection);const FooterFonts=getFonts(Footer);const GetTemplateFixedButtonFonts=getFonts(GetTemplateFixedButton);const breakpoints={DPvKhKRlI:\"(min-width: 810px) and (max-width: 1199px)\",HrUQaddV8:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-BfpNA\";const variantClassNames={DPvKhKRlI:\"framer-v-u2j6mn\",HrUQaddV8:\"framer-v-ggd810\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={damping:30,delay:0,mass:1,stiffness:150,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-80};const animation2={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:30};const transition2={damping:30,delay:.1,mass:1,stiffness:150,type:\"spring\"};const textEffect={effect:animation2,tokenization:\"word\",transition:transition2,trigger:\"onInView\",type:\"appear\"};const animation3={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const textEffect1={effect:animation3,tokenization:\"word\",transition:transition2,trigger:\"onInView\",type:\"appear\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:120,y:0};const transition3={damping:30,delay:.9,mass:1,stiffness:150,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:120,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:0};const transition4={damping:30,delay:.5,mass:1,stiffness:200,type:\"spring\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-120,y:0};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:-120,y:0};const transition5={damping:30,delay:.2,mass:1,stiffness:150,type:\"spring\"};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transition6={damping:30,delay:1.3,mass:1,stiffness:150,type:\"spring\"};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const animation12={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:80};const transition7={damping:30,delay:1.5,mass:1,stiffness:150,type:\"spring\"};const animation13={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const animation14={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition8={damping:30,delay:.03,mass:1,stiffness:150,type:\"spring\"};const textEffect2={effect:animation14,repeat:false,startDelay:0,threshold:.5,tokenization:\"word\",transition:transition8,trigger:\"onInView\",type:\"appear\"};const animation15={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const animation16={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:150};const animation17={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const animation18={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:40};const animation19={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:200,y:0};const animation20={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:200,y:0};const transition9={damping:30,delay:.4,mass:1,stiffness:200,type:\"spring\"};const animation21={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transition:transition9,x:0,y:0};const animation22={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-200,y:0};const animation23={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:-200,y:0};const animation24={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:200,y:0};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const animation25={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:-200,y:0};const textEffect3={effect:animation2,tokenization:\"word\",transition:transition1,trigger:\"onInView\",type:\"appear\"};const transition10={damping:30,delay:1.4,mass:1,stiffness:150,type:\"spring\"};const animation26={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition10,x:0,y:0};const transition11={delay:.5,duration:.7,ease:[.44,0,.56,1],type:\"tween\"};const animation27={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition11,x:0,y:0};const animation28={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"HrUQaddV8\",Tablet:\"DPvKhKRlI\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"HrUQaddV8\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"HrUQaddV8\")return false;return true;};const elementId=useRouteElementId(\"q6aXiFL2x\");const elementId1=useRouteElementId(\"h1aPVy9dO\");const elementId2=useRouteElementId(\"goePyYIZf\");const elementId3=useRouteElementId(\"zOOf2cjSE\");const ref4=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, rgb(246, 246, 246)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{layoutScroll:true}},children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-1kdxca4-container\",\"data-framer-appear-id\":\"1kdxca4\",initial:animation1,nodeId:\"WYQDbjK90\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{variant:\"VfPMUI9Os\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"WYQDbjK90\",layoutId:\"WYQDbjK90\",style:{width:\"100%\"},variant:\"HIGBC06yh\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1v1q1py\",\"data-framer-name\":\"Hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6pxhnv\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-102sifq\",\"data-framer-name\":\"Headline\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-srpujp\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-v2zoe0\",\"data-styles-preset\":\"DB8DZifvW\",style:{\"--framer-text-alignment\":\"center\"},children:[\"High \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(137, 41, 255)\"},children:\"Frequency\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-516f6f5a-47e3-49e9-bbfb-a5adbc9d841b, rgb(56, 142, 255))\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"Highway!\"})]})}),className:\"framer-qrr8yi\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jzu99v\",\"data-styles-preset\":\"dv4KAPOO0\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(109, 109, 109))\"},children:\"Increase awareness, Decrease stress\"})}),className:\"framer-bi2vng\",effect:textEffect1,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j159bb\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ws0jh2\",\"data-framer-name\":\"Device\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:440,width:\"220px\",y:(componentViewport?.y||0)+0+0+0+0+120+232.8+0+80,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1kilq6u-container\",nodeId:\"QgHMhBf4P\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PhoneMockupDefaultSmall,{height:\"100%\",id:\"QgHMhBf4P\",layoutId:\"QgHMhBf4P\",n02YmShp2:addImageAlt({src:\"https://framerusercontent.com/images/LCc16zz0YkTqn6p8xSzpHjP7E.jpeg\",srcSet:\"https://framerusercontent.com/images/LCc16zz0YkTqn6p8xSzpHjP7E.jpeg?scale-down-to=1024 514w,https://framerusercontent.com/images/LCc16zz0YkTqn6p8xSzpHjP7E.jpeg?scale-down-to=2048 1028w,https://framerusercontent.com/images/LCc16zz0YkTqn6p8xSzpHjP7E.jpeg 1170w\"},\"\"),P5gjcV5ym:\"kScFdVGrs\",P7fiRiQ_n:false,style:{height:\"100%\",width:\"100%\"},variant:\"c8HbXRkRV\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:\"300px\",y:(componentViewport?.y||0)+0+0+0+0+120+232.8+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1t5gll-container\",nodeId:\"xmDkAsxsv\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PhoneMockupDefaultLarge,{height:\"100%\",id:\"xmDkAsxsv\",layoutId:\"xmDkAsxsv\",n02YmShp2:addImageAlt({src:\"https://framerusercontent.com/images/nbYVLzpDzyob6zUVI6zmha6sDs.jpg\",srcSet:\"https://framerusercontent.com/images/nbYVLzpDzyob6zUVI6zmha6sDs.jpg?scale-down-to=1024 515w,https://framerusercontent.com/images/nbYVLzpDzyob6zUVI6zmha6sDs.jpg?scale-down-to=2048 1030w,https://framerusercontent.com/images/nbYVLzpDzyob6zUVI6zmha6sDs.jpg 1170w\"},\"\"),P5gjcV5ym:\"aStnsqmeV\",P7fiRiQ_n:false,Qdp8M_Ki1:\"https://framerusercontent.com/assets/DLd4xgPSGKEWmOgdBCwH50FJWE.mp4\",style:{height:\"100%\",width:\"100%\"},variant:\"jq6olr6y5\",width:\"100%\",zJpvdHd_j:addImageAlt({src:\"https://framerusercontent.com/images/nbYVLzpDzyob6zUVI6zmha6sDs.jpg\",srcSet:\"https://framerusercontent.com/images/nbYVLzpDzyob6zUVI6zmha6sDs.jpg?scale-down-to=1024 515w,https://framerusercontent.com/images/nbYVLzpDzyob6zUVI6zmha6sDs.jpg?scale-down-to=2048 1030w,https://framerusercontent.com/images/nbYVLzpDzyob6zUVI6zmha6sDs.jpg 1170w\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:440,width:\"220px\",y:(componentViewport?.y||0)+0+0+0+0+120+232.8+0+80,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-oq4thh-container\",nodeId:\"j7bnDAeYn\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PhoneMockupDefaultSmall,{height:\"100%\",id:\"j7bnDAeYn\",layoutId:\"j7bnDAeYn\",n02YmShp2:addImageAlt({src:\"https://framerusercontent.com/images/mO4OnSRZzDEvOK9A3gV0iFv8.jpg\",srcSet:\"https://framerusercontent.com/images/mO4OnSRZzDEvOK9A3gV0iFv8.jpg?scale-down-to=1024 539w,https://framerusercontent.com/images/mO4OnSRZzDEvOK9A3gV0iFv8.jpg?scale-down-to=2048 1078w,https://framerusercontent.com/images/mO4OnSRZzDEvOK9A3gV0iFv8.jpg 1179w\"},\"\"),P5gjcV5ym:\"kScFdVGrs\",P7fiRiQ_n:false,style:{height:\"100%\",width:\"100%\"},variant:\"IQhJMhZFZ\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-11rw7br\",\"data-framer-name\":\"Background\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a6dhus-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"yxFGQtf0P\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Pattern,{back:\"var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, rgb(246, 246, 246))\",diagonal:true,direction:\"left\",duration:5,front:\"var(--token-05dc227e-c0e5-4cb4-8918-4f28e4a8e29f, rgb(41, 41, 41))\",height:\"100%\",id:\"yxFGQtf0P\",layoutId:\"yxFGQtf0P\",patternType:\"wave\",radius:0,scale:15,shouldAnimate:false,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation11,className:\"framer-s9gm2u\",\"data-framer-appear-id\":\"s9gm2u\",\"data-framer-name\":\"CTA\",initial:animation12,optimized:true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5fegtk\",\"data-styles-preset\":\"OU6_GmAGW\",style:{\"--framer-text-color\":\"var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(109, 109, 109))\"},children:\"Download for FREE!\"})}),className:\"framer-1c1l5nx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i3olcf\",\"data-framer-name\":\"Buttons\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 40px, 200px)`,y:(componentViewport?.y||0)+0+0+0+0+120+892.8+0+40+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+0+0+0+120+892.8+0+40+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qhm4qf-container\",nodeId:\"QcSZ7Nqkd\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonsPrimary,{BYyZkFotR:true,fL78cRMBB:addImageAlt({src:\"https://framerusercontent.com/images/vuUSk6NFyDINqxrIMC0BUakju80.svg\"},\"\"),gkCwChmvz:\"https://apps.apple.com/us/app/high-frequency-highway/id1616225876?uo=2\",height:\"100%\",id:\"QcSZ7Nqkd\",KBZl_F_K_:false,layoutId:\"QcSZ7Nqkd\",S2NzHBxsE:\"Apple Store\",SQepToM8F:\"Subtext\",style:{height:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 40px, 200px)`,y:(componentViewport?.y||0)+0+0+0+0+120+892.8+0+40+0+64}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+0+0+0+120+892.8+0+40+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4vpip1-container\",id:\"4vpip1\",nodeId:\"OMwtmFCIV\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonsPrimary,{BYyZkFotR:true,fL78cRMBB:addImageAlt({src:\"https://framerusercontent.com/images/H8Wnx1WJHjLKSX8ENSD8jPeZqQ.svg\"},\"\"),gkCwChmvz:\"https://play.google.com/store/apps/details?id=com.highfrequencyhighway.highfrequencyhighway\",height:\"100%\",id:\"OMwtmFCIV\",KBZl_F_K_:false,layoutId:\"OMwtmFCIV\",S2NzHBxsE:\"Play Store\",SQepToM8F:\"Subtext\",style:{height:\"100%\"},width:\"100%\"})})})})})]})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1mr436g\",\"data-framer-name\":\"Features - scroll variant\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-l2jzce\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1amqn1b\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation13,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1miq345\",\"data-styles-preset\":\"wM4RpiIP3\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:[\"Hop on the\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-516f6f5a-47e3-49e9-bbfb-a5adbc9d841b, rgb(0, 104, 240))\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(137, 41, 255)\"},children:\"High Frequency Highway\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-516f6f5a-47e3-49e9-bbfb-a5adbc9d841b, rgb(0, 104, 240))\"},children:\" \"}),\"Discover sounds to transform your life. Latest technology to stay informed and create your dreams with\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-516f6f5a-47e3-49e9-bbfb-a5adbc9d841b, rgb(0, 104, 240))\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgba(255, 153, 110, 0.86)\"},children:\"infinite\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-516f6f5a-47e3-49e9-bbfb-a5adbc9d841b, rgb(0, 104, 240))\"},children:\" \"}),\"possibility\"]})}),className:\"framer-1u32eiv\",\"data-framer-appear-id\":\"1u32eiv\",effect:textEffect2,fonts:[\"Inter\"],initial:animation12,optimized:true,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ccd9fg\",\"data-framer-name\":\"Features list\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-zvhlye\",\"data-framer-name\":\"Left\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1t2fiie\",\"data-framer-name\":\"Stats\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation17,__framer__exit:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{className:\"framer-7emmim\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-nwhj8f\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1bmvbq1\",\"data-styles-preset\":\"sqJjfOoB8\",style:{\"--framer-text-alignment\":\"center\"},children:\"80,000+\"})}),className:\"framer-skxmys\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(135, 135, 135))\"},children:\"Downloads\"})}),className:\"framer-1v8dlci\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation17,__framer__exit:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{className:\"framer-2pm3j9\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-2cmiuq\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1bmvbq1\",\"data-styles-preset\":\"sqJjfOoB8\",style:{\"--framer-text-alignment\":\"center\"},children:\"Used in 180+\"})}),className:\"framer-1mjej12\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(135, 135, 135))\"},children:\"Countries/Regions\"})}),className:\"framer-pr35o2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xsjq4n\",\"data-framer-name\":\"Middle\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xmnzsn\",\"data-framer-name\":\"Screens\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{y:(componentViewport?.y||0)+0+1244.8+0+0+80+0+0+101.6+60+737.2+0+0+120+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:\"300px\",y:(componentViewport?.y||0)+0+1220.8+0+120+0+0+101.6+60+0+0+0+200,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yozs2o-container\",nodeId:\"uAv5MKHrd\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{__framer__targets:[{ref:ref1,target:\"irciaZgnN\"},{ref:ref2,target:\"ejjWCYwL6\"},{ref:ref3,target:\"Nzu_U6K8_\"}],variant:\"MvhO6qYMs\"},HrUQaddV8:{__framer__variantAppearEffectEnabled:undefined,variant:\"dOwSxL_vt\"}},children:/*#__PURE__*/_jsx(PhoneMockupFeatureScrollSectionWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref1,target:\"PCGp1JabJ\"},{ref:ref2,target:\"kQWvGV8N6\"},{ref:ref3,target:\"bM0_PTQSF\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,B8Saajkta:addImageAlt({src:\"https://framerusercontent.com/images/AXnxf4b3Y7wf8HpGYPLYxWbb4.png\"},\"\"),eo6TSyphw:addImageAlt({src:\"https://framerusercontent.com/images/Hij2ojKoXObSkSvcovPfQRK7Ek.svg\"},\"\"),fF6HPjNdH:\"Customize Binaural Beats\",height:\"100%\",HIO96P3HE:addImageAlt({src:\"https://framerusercontent.com/images/2GKEEqI1Ey0tYcREqbVESyDAc8.png\",srcSet:\"https://framerusercontent.com/images/2GKEEqI1Ey0tYcREqbVESyDAc8.png 716w\"},\"\"),id:\"uAv5MKHrd\",layoutId:\"uAv5MKHrd\",pq_YCdI0i:false,Q06wcLKxB:\"Select specific frequencies for each ear that will be oscillated from your device\",RrIywmrsM:\"Solfeggio Frequencies\",SEEm0gr0A:addImageAlt({src:\"https://framerusercontent.com/images/5moOc4zVYjsBPeZdz39pKh1mM.png\",srcSet:\"https://framerusercontent.com/images/5moOc4zVYjsBPeZdz39pKh1mM.png?scale-down-to=1024 518w,https://framerusercontent.com/images/5moOc4zVYjsBPeZdz39pKh1mM.png?scale-down-to=2048 1037w,https://framerusercontent.com/images/5moOc4zVYjsBPeZdz39pKh1mM.png 1170w\"},\"\"),style:{height:\"100%\",width:\"100%\"},ttLj_fqLW:addImageAlt({src:\"https://framerusercontent.com/images/QsiF0EzaTjd3mgxHeqpx2rBne0.png\",srcSet:\"https://framerusercontent.com/images/QsiF0EzaTjd3mgxHeqpx2rBne0.png?scale-down-to=1024 518w,https://framerusercontent.com/images/QsiF0EzaTjd3mgxHeqpx2rBne0.png?scale-down-to=2048 1037w,https://framerusercontent.com/images/QsiF0EzaTjd3mgxHeqpx2rBne0.png 1170w\"},\"\"),U_7xIEyCA:addImageAlt({src:\"https://framerusercontent.com/images/BkXNSHhedyIGB0EaqqsRmgLvuOE.jpeg\",srcSet:\"https://framerusercontent.com/images/BkXNSHhedyIGB0EaqqsRmgLvuOE.jpeg?scale-down-to=1024 517w,https://framerusercontent.com/images/BkXNSHhedyIGB0EaqqsRmgLvuOE.jpeg?scale-down-to=2048 1035w,https://framerusercontent.com/images/BkXNSHhedyIGB0EaqqsRmgLvuOE.jpeg 1170w\"},\"\"),variant:\"IncdSF1ql\",width:\"100%\",WQaHKt3AH:\"Unlock the full potential of binaural beats with customizable frequencies\u2014allowing you to tailor your auditory experience for enhanced focus, relaxation, or meditation, perfectly attuned to your personal needs and goals.\",xKHcdY8k4:\"Select ANY Combination For Binaural Beats\",XR14aN5YY:addImageAlt({src:\"https://framerusercontent.com/images/F74RAAYEYLVlUPtF0prgk5Dmo.png\"},\"\"),XZiTKNlUA:\"Experience the transformative power of Solfeggio frequencies\u2014ancient tones that harmonize your energy, promote deep healing, and connect you to the universe's natural rhythm.\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{height:600,width:\"300px\",y:(componentViewport?.y||0)+0+1244.8+0+0+80+0+0+101.6+60+737.2+0+0+120+880}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dm9sdc-container hidden-72rtr7 hidden-u2j6mn\",nodeId:\"oRzZndYOY\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PhoneMockupFeatureScrollSection,{B8Saajkta:addImageAlt({src:\"https://framerusercontent.com/images/bqEMHHgy8JUAOzTLMXq1223CHLg.svg\"},\"\"),eo6TSyphw:addImageAlt({src:\"https://framerusercontent.com/images/Hij2ojKoXObSkSvcovPfQRK7Ek.svg\"},\"\"),fF6HPjNdH:\"Customize Binaural Beats\",height:\"100%\",HIO96P3HE:addImageAlt({src:\"https://framerusercontent.com/images/2GKEEqI1Ey0tYcREqbVESyDAc8.png\",srcSet:\"https://framerusercontent.com/images/2GKEEqI1Ey0tYcREqbVESyDAc8.png 716w\"},\"\"),id:\"oRzZndYOY\",layoutId:\"oRzZndYOY\",pq_YCdI0i:false,Q06wcLKxB:\"Select specific frequencies for each ear that will be oscillated from your device\",RrIywmrsM:\"Generate Auto Captions\",SEEm0gr0A:addImageAlt({src:\"https://framerusercontent.com/images/vrAbLGkefHMoI4N7KxSmHTngc.jpg\",srcSet:\"https://framerusercontent.com/images/vrAbLGkefHMoI4N7KxSmHTngc.jpg 581w\"},\"\"),style:{height:\"100%\",width:\"100%\"},ttLj_fqLW:addImageAlt({src:\"https://framerusercontent.com/images/cLXuTuZi0zA9C6Yd7YhT02ALY8.jpg\",srcSet:\"https://framerusercontent.com/images/cLXuTuZi0zA9C6Yd7YhT02ALY8.jpg 584w\"},\"\"),U_7xIEyCA:addImageAlt({src:\"https://framerusercontent.com/images/wInawD6DMhluwhrwG5oMDW1bODw.jpg\",srcSet:\"https://framerusercontent.com/images/wInawD6DMhluwhrwG5oMDW1bODw.jpg 589w\"},\"\"),variant:\"xBJHRTgXZ\",width:\"100%\",WQaHKt3AH:\"Simply input your text, and let our advanced AI technology handle the rest.\",xKHcdY8k4:\"Text To Video\",XR14aN5YY:addImageAlt({src:\"https://framerusercontent.com/images/yrOzT19YZBe2EaGBgui1SkYkcg.svg\"},\"\"),XZiTKNlUA:\"Generate subtitles using speech-to-text technology, in multiple languages.\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{height:600,width:\"300px\",y:(componentViewport?.y||0)+0+1244.8+0+0+80+0+0+101.6+60+737.2+0+0+120+1760}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xof5c3-container hidden-72rtr7 hidden-u2j6mn\",nodeId:\"s22xi87lL\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PhoneMockupFeatureScrollSection,{B8Saajkta:addImageAlt({src:\"https://framerusercontent.com/images/bqEMHHgy8JUAOzTLMXq1223CHLg.svg\"},\"\"),eo6TSyphw:addImageAlt({src:\"https://framerusercontent.com/images/Hij2ojKoXObSkSvcovPfQRK7Ek.svg\"},\"\"),fF6HPjNdH:\"Solfeggio Frequencies\",height:\"100%\",HIO96P3HE:addImageAlt({src:\"https://framerusercontent.com/images/1ZABci9oYRetF9jtGPbgrxZFNeg.jpg\",srcSet:\"https://framerusercontent.com/images/1ZABci9oYRetF9jtGPbgrxZFNeg.jpg 590w\"},\"\"),id:\"s22xi87lL\",layoutId:\"s22xi87lL\",pq_YCdI0i:false,Q06wcLKxB:\"Experience the transformative power of Solfeggio frequencies\u2014ancient tones that harmonize your energy, promote deep healing, and connect you to the universe's natural rhythm.\",RrIywmrsM:\"Solfeggio Frequencies\",SEEm0gr0A:addImageAlt({src:\"https://framerusercontent.com/images/vrAbLGkefHMoI4N7KxSmHTngc.jpg\",srcSet:\"https://framerusercontent.com/images/vrAbLGkefHMoI4N7KxSmHTngc.jpg 581w\"},\"\"),style:{height:\"100%\",width:\"100%\"},ttLj_fqLW:addImageAlt({src:\"https://framerusercontent.com/images/QsiF0EzaTjd3mgxHeqpx2rBne0.png\",srcSet:\"https://framerusercontent.com/images/QsiF0EzaTjd3mgxHeqpx2rBne0.png?scale-down-to=1024 518w,https://framerusercontent.com/images/QsiF0EzaTjd3mgxHeqpx2rBne0.png?scale-down-to=2048 1037w,https://framerusercontent.com/images/QsiF0EzaTjd3mgxHeqpx2rBne0.png 1170w\"},\"\"),U_7xIEyCA:addImageAlt({src:\"https://framerusercontent.com/images/wInawD6DMhluwhrwG5oMDW1bODw.jpg\",srcSet:\"https://framerusercontent.com/images/wInawD6DMhluwhrwG5oMDW1bODw.jpg 589w\"},\"\"),variant:\"e4HPqXq57\",width:\"100%\",WQaHKt3AH:\"Simply input your text, and let our advanced AI technology handle the rest.\",xKHcdY8k4:\"Select ANY Combination For Binaural Beats\",XR14aN5YY:addImageAlt({src:\"https://framerusercontent.com/images/yrOzT19YZBe2EaGBgui1SkYkcg.svg\"},\"\"),XZiTKNlUA:\"Experience the transformative power of Solfeggio frequencies\u2014ancient tones that harmonize your energy, promote deep healing, and connect you to the universe's natural rhythm.\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{height:600,width:\"300px\",y:(componentViewport?.y||0)+0+1244.8+0+0+80+0+0+101.6+60+737.2+0+0+120+2640}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bf1wjn-container hidden-72rtr7 hidden-u2j6mn\",nodeId:\"dqtyOHBq_\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PhoneMockupFeatureScrollSection,{B8Saajkta:addImageAlt({src:\"https://framerusercontent.com/images/bqEMHHgy8JUAOzTLMXq1223CHLg.svg\"},\"\"),eo6TSyphw:addImageAlt({src:\"https://framerusercontent.com/images/Hij2ojKoXObSkSvcovPfQRK7Ek.svg\"},\"\"),fF6HPjNdH:\"Automated Editing\",height:\"100%\",HIO96P3HE:addImageAlt({src:\"https://framerusercontent.com/images/1ZABci9oYRetF9jtGPbgrxZFNeg.jpg\",srcSet:\"https://framerusercontent.com/images/1ZABci9oYRetF9jtGPbgrxZFNeg.jpg 590w\"},\"\"),id:\"dqtyOHBq_\",layoutId:\"dqtyOHBq_\",pq_YCdI0i:false,Q06wcLKxB:\"Automatically detect and remove unnecessary footage.\",RrIywmrsM:\"Generate Auto Captions\",SEEm0gr0A:addImageAlt({src:\"https://framerusercontent.com/images/5moOc4zVYjsBPeZdz39pKh1mM.png\",srcSet:\"https://framerusercontent.com/images/5moOc4zVYjsBPeZdz39pKh1mM.png?scale-down-to=1024 518w,https://framerusercontent.com/images/5moOc4zVYjsBPeZdz39pKh1mM.png?scale-down-to=2048 1037w,https://framerusercontent.com/images/5moOc4zVYjsBPeZdz39pKh1mM.png 1170w\"},\"\"),style:{height:\"100%\",width:\"100%\"},ttLj_fqLW:addImageAlt({src:\"https://framerusercontent.com/images/cLXuTuZi0zA9C6Yd7YhT02ALY8.jpg\",srcSet:\"https://framerusercontent.com/images/cLXuTuZi0zA9C6Yd7YhT02ALY8.jpg 584w\"},\"\"),U_7xIEyCA:addImageAlt({src:\"https://framerusercontent.com/images/wInawD6DMhluwhrwG5oMDW1bODw.jpg\",srcSet:\"https://framerusercontent.com/images/wInawD6DMhluwhrwG5oMDW1bODw.jpg 589w\"},\"\"),variant:\"DldECxmn0\",width:\"100%\",WQaHKt3AH:\"Unlock the full potential of binaural beats with customizable frequencies\u2014allowing you to tailor your auditory experience for enhanced focus, relaxation, or meditation, perfectly attuned to your personal needs and goals.\",xKHcdY8k4:\"Select ANY Combination For Binaural Beats\",XR14aN5YY:addImageAlt({src:\"https://framerusercontent.com/images/yrOzT19YZBe2EaGBgui1SkYkcg.svg\"},\"\"),XZiTKNlUA:\"Generate subtitles using speech-to-text technology, in multiple languages.\"})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h9dvvw hidden-ggd810\",\"data-framer-name\":\"Feature 1\",id:elementId,ref:ref1}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-gd5cle hidden-ggd810\",\"data-framer-name\":\"Feature 2\",id:elementId1,ref:ref2}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-u1ze6f hidden-ggd810\",\"data-framer-name\":\"Feature 3\",id:elementId2,ref:ref3})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gq3l7o\",\"data-framer-name\":\"Right\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1wv94nt\",\"data-framer-name\":\"Stats\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation17,__framer__exit:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{className:\"framer-1lwp65p\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1bmvbq1\",\"data-styles-preset\":\"sqJjfOoB8\",style:{\"--framer-text-alignment\":\"center\"},children:\"Trusted by\"})}),className:\"framer-1juoyv4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5fegtk\",\"data-styles-preset\":\"OU6_GmAGW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"Experts!\"})}),className:\"framer-2hhvm2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation17,__framer__exit:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{className:\"framer-1clarff\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kqg00e\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1bmvbq1\",\"data-styles-preset\":\"sqJjfOoB8\",style:{\"--framer-text-alignment\":\"center\"},children:\"4.4\"})}),className:\"framer-1bekidp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1iwez6h-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"TCISRAEkY\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-4b59dad1-0c05-4dfe-95c7-04c765f05269, rgb(250, 208, 57))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Star\",id:\"TCISRAEkY\",layoutId:\"TCISRAEkY\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(135, 135, 135))\"},children:\"Rating\"})}),className:\"framer-wngn1a\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})})})]})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-p3fxge\",\"data-framer-name\":\"Features - hover\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1r0vbwi\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10dr10u\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation17,__framer__exit:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-156aysf\",\"data-framer-name\":\"Headline\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1bmvbq1\",\"data-styles-preset\":\"sqJjfOoB8\",style:{\"--framer-text-alignment\":\"center\"},children:\"Align, Express, Ascend!\"})}),className:\"framer-11r99j0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jzu99v\",\"data-styles-preset\":\"dv4KAPOO0\",style:{\"--framer-text-alignment\":\"center\"},children:\"Bring your journal entry to life with our Super Journal. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jzu99v\",\"data-styles-preset\":\"dv4KAPOO0\",style:{\"--framer-text-alignment\":\"center\"},children:\"Create affirmations and profound entries by just conversating\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jzu99v\",\"data-styles-preset\":\"dv4KAPOO0\",style:{\"--framer-text-alignment\":\"center\"},children:\"Binaural beats guide your brain into states of focus and relaxation, making it more receptive to change. Playing affirmations accelerates the process of reprogramming your mind. The frequencies set the stage, while the affirmations reshape your mindset and habits. \"})]}),className:\"framer-1l2334p\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eupk1p\",\"data-framer-name\":\"Screens\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{y:(componentViewport?.y||0)+0+5022.4+0+120+0+0+480.8+0+0},HrUQaddV8:{y:(componentViewport?.y||0)+0+5663.6+0+0+80+0+0+480.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:\"300px\",y:(componentViewport?.y||0)+0+5022.4+0+120+0+0+480.8+0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{__framer__styleAppearEffectEnabled:undefined},HrUQaddV8:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation19,__framer__exit:animation20,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-iy5rlp-container\",nodeId:\"yWMj6EV1J\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{variant:\"CGTjLVT9V\"},HrUQaddV8:{variant:\"xneok3sqq\"}},children:/*#__PURE__*/_jsx(PhoneMockupFeatureHover,{as2piVyJP:addImageAlt({src:\"https://framerusercontent.com/images/iAS3tNugwI4Smct3viY3dNvYwI.jpg\",srcSet:\"https://framerusercontent.com/images/iAS3tNugwI4Smct3viY3dNvYwI.jpg 583w\"},\"\"),dTJHWLB2U:\"kScFdVGrs\",fF6HPjNdH:\"Generate Journal Entries With AI\",gVbfPjC10:\"https://framerusercontent.com/assets/5UUsmmnSblmOyOGkU1E0lmyM3uw.mp4\",height:\"100%\",id:\"yWMj6EV1J\",layoutId:\"yWMj6EV1J\",pq_YCdI0i:false,Q06wcLKxB:\"Have a conversation with our personal growth AI to dive deeper into your mind while listening to high frequencies\",style:{height:\"100%\",width:\"100%\"},U_7xIEyCA:addImageAlt({src:\"https://framerusercontent.com/images/ej65QpSe7sRDiRMyx0ZEDYIwKEc.jpg\",srcSet:\"https://framerusercontent.com/images/ej65QpSe7sRDiRMyx0ZEDYIwKEc.jpg?scale-down-to=1024 517w,https://framerusercontent.com/images/ej65QpSe7sRDiRMyx0ZEDYIwKEc.jpg?scale-down-to=2048 1034w,https://framerusercontent.com/images/ej65QpSe7sRDiRMyx0ZEDYIwKEc.jpg 1170w\"},\"\"),URNWc1Agq:addImageAlt({src:\"https://framerusercontent.com/images/r57ThK0c41aqTVuqypsey2tvzw.png\"},\"\"),variant:\"USGjNhnx0\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{y:(componentViewport?.y||0)+0+5022.4+0+120+0+0+480.8+0+840},HrUQaddV8:{y:(componentViewport?.y||0)+0+5663.6+0+0+80+0+0+480.8+0+860}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:\"300px\",y:(componentViewport?.y||0)+0+5022.4+0+120+0+0+480.8+0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{__framer__styleAppearEffectEnabled:undefined},HrUQaddV8:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation21,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-s2yysk-container\",nodeId:\"Ug7kv9DA7\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{variant:\"CGTjLVT9V\"},HrUQaddV8:{variant:\"xneok3sqq\"}},children:/*#__PURE__*/_jsx(PhoneMockupFeatureHover,{as2piVyJP:addImageAlt({src:\"https://framerusercontent.com/images/DCYNnKnZPo8cwjoEBSpeHBkoUyY.jpg\",srcSet:\"https://framerusercontent.com/images/DCYNnKnZPo8cwjoEBSpeHBkoUyY.jpg 573w\"},\"\"),dTJHWLB2U:\"kScFdVGrs\",fF6HPjNdH:\"Elevated Journal Entries\",gVbfPjC10:\"https://framerusercontent.com/assets/W6IToe8sGYteVfwyYbT9iQu35U.mp4\",height:\"100%\",id:\"Ug7kv9DA7\",layoutId:\"Ug7kv9DA7\",pq_YCdI0i:false,Q06wcLKxB:\"Prophetic entry written for you inspired by your conversation \",style:{height:\"100%\",width:\"100%\"},U_7xIEyCA:addImageAlt({src:\"https://framerusercontent.com/images/6ukALzyXt7SHw972PiEmZqsxar4.jpg\",srcSet:\"https://framerusercontent.com/images/6ukALzyXt7SHw972PiEmZqsxar4.jpg?scale-down-to=1024 523w,https://framerusercontent.com/images/6ukALzyXt7SHw972PiEmZqsxar4.jpg?scale-down-to=2048 1046w,https://framerusercontent.com/images/6ukALzyXt7SHw972PiEmZqsxar4.jpg 1170w\"},\"\"),URNWc1Agq:addImageAlt({src:\"https://framerusercontent.com/images/L3SWB3769NCVjqG4MegBf3wmw.svg\"},\"\"),variant:\"USGjNhnx0\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{y:(componentViewport?.y||0)+0+5022.4+0+120+0+0+480.8+0+1680},HrUQaddV8:{y:(componentViewport?.y||0)+0+5663.6+0+0+80+0+0+480.8+0+1720}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:\"300px\",y:(componentViewport?.y||0)+0+5022.4+0+120+0+0+480.8+0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{__framer__styleAppearEffectEnabled:undefined},HrUQaddV8:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation22,__framer__exit:animation23,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-qkq85u-container\",nodeId:\"OQh9DTjaG\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{variant:\"CGTjLVT9V\"},HrUQaddV8:{variant:\"xneok3sqq\"}},children:/*#__PURE__*/_jsx(PhoneMockupFeatureHover,{as2piVyJP:addImageAlt({src:\"https://framerusercontent.com/images/qKWfvl5c2vA5WaIjXucO2vl7f8.jpg\",srcSet:\"https://framerusercontent.com/images/qKWfvl5c2vA5WaIjXucO2vl7f8.jpg 553w\"},\"\"),dTJHWLB2U:\"kScFdVGrs\",fF6HPjNdH:\"Personalized Affirmations\",gVbfPjC10:\"https://framerusercontent.com/assets/0elvy81o4B8FAfHw3FmPKHoFhFA.mp4\",height:\"100%\",id:\"OQh9DTjaG\",layoutId:\"OQh9DTjaG\",pq_YCdI0i:false,Q06wcLKxB:\"Generate empowering affirmations that will be spoken to you on repeat\",style:{height:\"100%\",width:\"100%\"},U_7xIEyCA:addImageAlt({src:\"https://framerusercontent.com/images/u1OMWSbc7HF8jwLdGlfdC3J67Qk.jpg\",srcSet:\"https://framerusercontent.com/images/u1OMWSbc7HF8jwLdGlfdC3J67Qk.jpg?scale-down-to=1024 514w,https://framerusercontent.com/images/u1OMWSbc7HF8jwLdGlfdC3J67Qk.jpg?scale-down-to=2048 1028w,https://framerusercontent.com/images/u1OMWSbc7HF8jwLdGlfdC3J67Qk.jpg 1170w\"},\"\"),URNWc1Agq:addImageAlt({src:\"https://framerusercontent.com/images/PyTpMDGQnDmvuVGPJvF8jlLvPpw.png\"},\"\"),variant:\"USGjNhnx0\",width:\"100%\"})})})})})})]})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1vg338x\",\"data-framer-name\":\"Features - cards\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-16wiwh8\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q29ssw\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-1miq345\",\"data-styles-preset\":\"wM4RpiIP3\",style:{\"--framer-text-alignment\":\"left\"},children:[\"Transform your voice into powerful reflections with \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(137, 41, 255)\"},children:\"High Frequency Highway\"}),\"\u2014speak your truth and unlock effortless growth\"]})}),className:\"framer-sjnmtm\",effect:textEffect2,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sxom8r\",\"data-framer-name\":\"Cards\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 80px, 1000px)`,y:(componentViewport?.y||0)+0+8143.2+0+120+0+0+161.6+120+744},HrUQaddV8:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 20px, 1000px)`,y:(componentViewport?.y||0)+0+8744.4+0+0+80+0+0+121.6+80+644}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:358,width:`max((min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 160px, 1000px) - 24px) / 2, 50px)`,y:(componentViewport?.y||0)+0+6343.2+0+120+0+0+161.6+120+0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1b79zuj-container\",nodeId:\"IO_VmJzEl\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureSimple,{aDbe2bnN7:\"Discover the scientific truth about your power or discover a patent that shifts your perspective on technology\",Bk1Pl1MoK:\"Global Research & News\",height:\"100%\",id:\"IO_VmJzEl\",layoutId:\"IO_VmJzEl\",style:{width:\"100%\"},width:\"100%\",ZFoBINijS:addImageAlt({src:\"https://framerusercontent.com/images/cFqucSZpcxBUXWuqR8LMBYmjUy8.png\",srcSet:\"https://framerusercontent.com/images/cFqucSZpcxBUXWuqR8LMBYmjUy8.png?scale-down-to=512 512w,https://framerusercontent.com/images/cFqucSZpcxBUXWuqR8LMBYmjUy8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cFqucSZpcxBUXWuqR8LMBYmjUy8.png 1280w\"},\"\")})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{height:720,width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 80px, 1000px)`,y:(componentViewport?.y||0)+0+8143.2+0+120+0+0+161.6+120+0},HrUQaddV8:{height:620,width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 20px, 1000px)`,y:(componentViewport?.y||0)+0+8744.4+0+0+80+0+0+121.6+80+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:740,width:`max((min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 160px, 1000px) - 24px) / 2, 50px)`,y:(componentViewport?.y||0)+0+6343.2+0+120+0+0+161.6+120+0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ynu45a-container\",nodeId:\"ZOaccNBb8\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{variant:\"qdoKtOIcg\"}},children:/*#__PURE__*/_jsx(CardsFeatureDevice,{b1ApPIBKH:\"https://framerusercontent.com/assets/X3r76Vxyiazg1RqxX1G7BRgNohA.mp4\",bf2fscgFY:addImageAlt({src:\"https://framerusercontent.com/images/6QNlhBiK4YDy1tZMSm2z9Y05eLI.png\",srcSet:\"https://framerusercontent.com/images/6QNlhBiK4YDy1tZMSm2z9Y05eLI.png?scale-down-to=1024 518w,https://framerusercontent.com/images/6QNlhBiK4YDy1tZMSm2z9Y05eLI.png?scale-down-to=2048 1037w,https://framerusercontent.com/images/6QNlhBiK4YDy1tZMSm2z9Y05eLI.png 1170w\"},\"\"),dYC0NWPBP:\"Don't have service? No problem. Download sounds and play offline! \",height:\"100%\",id:\"ZOaccNBb8\",layoutId:\"ZOaccNBb8\",RriqME_Ms:\"Listen Offline\",style:{height:\"100%\",width:\"100%\"},variant:\"WNjodu3ix\",width:\"100%\",xExApPuly:false,zl3qZwN37:\"kScFdVGrs\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{width:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 80px, 1000px)`,y:(componentViewport?.y||0)+0+8143.2+0+120+0+0+161.6+120+1126},HrUQaddV8:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 20px, 1000px)`,y:(componentViewport?.y||0)+0+8744.4+0+0+80+0+0+121.6+80+1026}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:358,width:`max((min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 160px, 1000px) - 24px) / 2, 50px)`,y:(componentViewport?.y||0)+0+6343.2+0+120+0+0+161.6+120+382,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1dbod4w-container\",nodeId:\"sEzigtLuZ\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(CardsFeatureSimple,{aDbe2bnN7:\"Leave comments on news to give feedback or ask questions!\",Bk1Pl1MoK:\"Comments & Replies\",height:\"100%\",id:\"sEzigtLuZ\",layoutId:\"sEzigtLuZ\",style:{width:\"100%\"},width:\"100%\",ZFoBINijS:addImageAlt({src:\"https://framerusercontent.com/images/pik2vpAa2qSoFS7FxUxKk0JVTE.png\",srcSet:\"https://framerusercontent.com/images/pik2vpAa2qSoFS7FxUxKk0JVTE.png?scale-down-to=512 512w,https://framerusercontent.com/images/pik2vpAa2qSoFS7FxUxKk0JVTE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pik2vpAa2qSoFS7FxUxKk0JVTE.png 1280w\"},\"\")})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uv3eoe\",\"data-framer-name\":\"CTA\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j7q81k\",\"data-framer-name\":\"QR\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:373,intrinsicWidth:300,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8143.2+0+120+0+0+1885.6+0+0+0+0),pixelHeight:300,pixelWidth:300,src:\"https://framerusercontent.com/images/sxTgbL9DvuNObxiJTS33KxT1k1o.png\"}},HrUQaddV8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:373,intrinsicWidth:300,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8744.4+0+0+80+0+0+1665.6+0+0+0+0),pixelHeight:300,pixelWidth:300,src:\"https://framerusercontent.com/images/sxTgbL9DvuNObxiJTS33KxT1k1o.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:373,intrinsicWidth:300,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6343.2+0+120+0+0+1141.6+0+0+0+0),pixelHeight:300,pixelWidth:300,src:\"https://framerusercontent.com/images/sxTgbL9DvuNObxiJTS33KxT1k1o.png\"},className:\"framer-1j2rhyl\",\"data-border\":true,\"data-framer-name\":\"QR code\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(109, 109, 109))\"},children:\"Scan Me\"})}),className:\"framer-1padrhz\",fonts:[\"FS;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1npsuiq\",\"data-framer-name\":\"Buttons\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{y:(componentViewport?.y||0)+0+8143.2+0+120+0+0+1885.6+0+246.8+0+0},HrUQaddV8:{y:(componentViewport?.y||0)+0+8744.4+0+0+80+0+0+1665.6+0+246.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"200px\",y:(componentViewport?.y||0)+0+6343.2+0+120+0+0+1141.6+0+246.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qwbk65-container\",nodeId:\"H8zTodgbU\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonsPrimary,{BYyZkFotR:true,fL78cRMBB:addImageAlt({src:\"https://framerusercontent.com/images/vuUSk6NFyDINqxrIMC0BUakju80.svg\"},\"\"),gkCwChmvz:\"https://apps.apple.com/us/app/high-frequency-highway/id1616225876?uo=2\",height:\"100%\",id:\"H8zTodgbU\",KBZl_F_K_:false,layoutId:\"H8zTodgbU\",S2NzHBxsE:\"Apple Store\",SQepToM8F:\"Download on\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{y:(componentViewport?.y||0)+0+8143.2+0+120+0+0+1885.6+0+246.8+0+64},HrUQaddV8:{y:(componentViewport?.y||0)+0+8744.4+0+0+80+0+0+1665.6+0+246.8+0+64}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"200px\",y:(componentViewport?.y||0)+0+6343.2+0+120+0+0+1141.6+0+246.8+0+64,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qdwg9w-container\",nodeId:\"YXzm1INyY\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonsPrimary,{BYyZkFotR:true,fL78cRMBB:addImageAlt({src:\"https://framerusercontent.com/images/4Zv3YkFMfTPsGqhy50adzIB8NM.png\",srcSet:\"https://framerusercontent.com/images/4Zv3YkFMfTPsGqhy50adzIB8NM.png?scale-down-to=512 512w,https://framerusercontent.com/images/4Zv3YkFMfTPsGqhy50adzIB8NM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4Zv3YkFMfTPsGqhy50adzIB8NM.png 2048w\"},\"\"),gkCwChmvz:\"https://pillar.io/hfh/checkout/2f1b1080-d397-11ef-8265-a354c8df31d2\",height:\"100%\",id:\"YXzm1INyY\",KBZl_F_K_:false,layoutId:\"YXzm1INyY\",S2NzHBxsE:\"Pre-Order HFH\",SQepToM8F:\"Buy At\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})]})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-u4ujh6\",\"data-framer-name\":\"Features - 2 columns\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i2tyv6\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-64x6m\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation17,__framer__exit:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-2t0vs4\",\"data-framer-name\":\"Headline\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1bmvbq1\",\"data-styles-preset\":\"sqJjfOoB8\",style:{\"--framer-text-alignment\":\"center\"},children:\"Take your sound healing to the next level\"})}),className:\"framer-1rzql1z\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jzu99v\",\"data-styles-preset\":\"dv4KAPOO0\",style:{\"--framer-text-alignment\":\"center\"},children:\"No ads, distractions or fluff!\"})}),className:\"framer-joh3ww\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hbn8wu\",\"data-framer-name\":\"Feature 1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{__framer__styleAppearEffectEnabled:undefined,style:{rotateY:-35,transformPerspective:3750},transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation19,__framer__exit:animation24,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-4u06ec\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-98ggbc\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10627.6+0+120+0+0+216.8+247+24+0+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/KCpcAvDJuFRhL5uh1EU43awfah0.svg\"}},HrUQaddV8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10928.8+0+0+80+0+0+156.8+249+24+0+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/KCpcAvDJuFRhL5uh1EU43awfah0.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8083.6+0+120+0+0+216.8+247+24+0+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/KCpcAvDJuFRhL5uh1EU43awfah0.svg\"},className:\"framer-hl9bg7\",\"data-framer-name\":\"Icon\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5fegtk\",\"data-styles-preset\":\"OU6_GmAGW\",children:\"Overlay sounds & frequencies\"})}),className:\"framer-1eildq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",children:\"Tap into a sound on the home page and then generate a frequency to play under it\"})}),className:\"framer-wtlejn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{y:(componentViewport?.y||0)+0+10627.6+0+120+0+0+216.8+60},HrUQaddV8:{y:(componentViewport?.y||0)+0+10928.8+0+0+80+0+0+156.8+60}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:\"300px\",y:(componentViewport?.y||0)+0+8083.6+0+120+0+0+216.8+60,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1lo1fqf-container\",nodeId:\"AruAnGaBO\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PhoneMockupDefaultLarge,{height:\"100%\",id:\"AruAnGaBO\",layoutId:\"AruAnGaBO\",n02YmShp2:addImageAlt({src:\"https://framerusercontent.com/images/ckhtkprkSdkta8DGR7q72fwKSc.jpg\",srcSet:\"https://framerusercontent.com/images/ckhtkprkSdkta8DGR7q72fwKSc.jpg?scale-down-to=1024 521w,https://framerusercontent.com/images/ckhtkprkSdkta8DGR7q72fwKSc.jpg?scale-down-to=2048 1042w,https://framerusercontent.com/images/ckhtkprkSdkta8DGR7q72fwKSc.jpg 1170w\"},\"\"),P5gjcV5ym:\"kScFdVGrs\",P7fiRiQ_n:true,Qdp8M_Ki1:\"https://framerusercontent.com/assets/NGGUtXDzVYk0HtpnBv2cOy8iPU.mp4\",style:{height:\"100%\",width:\"100%\"},variant:\"hTJs_GWRF\",width:\"100%\",zJpvdHd_j:addImageAlt({src:\"https://framerusercontent.com/images/ISemgePBwMjm7Yorxf7bbIflM.jpg\",srcSet:\"https://framerusercontent.com/images/ISemgePBwMjm7Yorxf7bbIflM.jpg 569w\"},\"\")})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p782lr\",\"data-framer-name\":\"Feature 2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{y:(componentViewport?.y||0)+0+10627.6+0+120+0+0+996.8+60},HrUQaddV8:{y:(componentViewport?.y||0)+0+10928.8+0+0+80+0+0+876.8+60+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:\"300px\",y:(componentViewport?.y||0)+0+8083.6+0+120+0+0+996.8+60,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-qs945f-container\",nodeId:\"VWl2TZyox\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PhoneMockupDefaultLarge,{height:\"100%\",id:\"VWl2TZyox\",layoutId:\"VWl2TZyox\",n02YmShp2:addImageAlt({src:\"https://framerusercontent.com/images/a4EFJIBXT8YzwF84zs1jd66TB0.png\",srcSet:\"https://framerusercontent.com/images/a4EFJIBXT8YzwF84zs1jd66TB0.png?scale-down-to=1024 576w,https://framerusercontent.com/images/a4EFJIBXT8YzwF84zs1jd66TB0.png 1080w\"},\"\"),P5gjcV5ym:\"kScFdVGrs\",P7fiRiQ_n:true,style:{height:\"100%\",width:\"100%\"},variant:\"hCRxOkDBJ\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{__framer__styleAppearEffectEnabled:undefined,style:{rotateY:35,transformPerspective:3750},transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation22,__framer__exit:animation25,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-x9e131\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-142vqcx\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10627.6+0+120+0+0+996.8+247+24+0+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/FXsal0XyORTosgBD67DpsPtrZOk.svg\"}},HrUQaddV8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10928.8+0+0+80+0+0+876.8+249+24+0+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/FXsal0XyORTosgBD67DpsPtrZOk.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8083.6+0+120+0+0+996.8+247+24+0+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/FXsal0XyORTosgBD67DpsPtrZOk.svg\"},className:\"framer-194nu0x\",\"data-framer-name\":\"Icon\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-5fegtk\",\"data-styles-preset\":\"OU6_GmAGW\",children:\"Frequency Library\"})}),className:\"framer-nmwefi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",children:\"Explore library featuring Royal Rife\u2019s frequencies and more, designed for easy access to tap into the power of healing vibrations.\"})}),className:\"framer-kbpa0i\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gqv3rv\",\"data-framer-name\":\"Feature 3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{__framer__styleAppearEffectEnabled:undefined,style:{rotateY:-35,transformPerspective:3750},transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation19,__framer__exit:animation24,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-q3n46z\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1txni9l\",\"data-framer-name\":\"Icon\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10627.6+0+120+0+0+1776.8+203+24+0+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/eU7JHoPM4JlkqgQFxOBJ9huW66Y.svg\"}},HrUQaddV8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10928.8+0+0+80+0+0+1596.8+203+24+0+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/eU7JHoPM4JlkqgQFxOBJ9huW66Y.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8083.6+0+120+0+0+1776.8+203+24+0+0),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/eU7JHoPM4JlkqgQFxOBJ9huW66Y.svg\"},className:\"framer-h8t6e6\",\"data-framer-name\":\"Icon\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jzu99v\",\"data-styles-preset\":\"dv4KAPOO0\",children:\"Talk to legends and get key insights\"})}),className:\"framer-183js0d\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1gykxu6\",\"data-styles-preset\":\"qFmrwr7a6\",children:\"Make calls to some of the brightest minds like they're your bestfriend and keep record of the summaries \"})}),className:\"framer-12b7orm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{y:(componentViewport?.y||0)+0+10627.6+0+120+0+0+1776.8+60},HrUQaddV8:{y:(componentViewport?.y||0)+0+10928.8+0+0+80+0+0+1596.8+60+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:600,width:\"300px\",y:(componentViewport?.y||0)+0+8083.6+0+120+0+0+1776.8+60,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HrUQaddV8:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation15,__framer__exit:animation16,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-cuib00-container\",nodeId:\"iKtxmFjJC\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PhoneMockupDefaultLarge,{height:\"100%\",id:\"iKtxmFjJC\",layoutId:\"iKtxmFjJC\",n02YmShp2:addImageAlt({src:\"https://framerusercontent.com/images/CYRsx9baLmsQ70ySLUEduzLzDIU.jpeg\",srcSet:\"https://framerusercontent.com/images/CYRsx9baLmsQ70ySLUEduzLzDIU.jpeg?scale-down-to=2048 1015w,https://framerusercontent.com/images/CYRsx9baLmsQ70ySLUEduzLzDIU.jpeg 1164w\"},\"\"),P5gjcV5ym:\"kScFdVGrs\",P7fiRiQ_n:true,style:{height:\"100%\",width:\"100%\"},variant:\"hTJs_GWRF\",width:\"100%\"})})})})})]})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1vmwk0n\",\"data-framer-name\":\"Testimonials\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-ke1463\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-993zew\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16t5ds4\",\"data-framer-name\":\"Headline\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1miq345\",\"data-styles-preset\":\"wM4RpiIP3\",style:{\"--framer-text-alignment\":\"center\"},children:\"Our Users Love It!\"})}),className:\"framer-nlgs18\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-yenz2f\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{width:`min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 80px, 1px), 460px)`,y:(componentViewport?.y||0)+0+13304.4+0+120+0+0+101.6+60},HrUQaddV8:{width:`min(max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 20px, 1px), 460px)`,y:(componentViewport?.y||0)+0+13405.6+0+0+80+0+0+101.6+60}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:236,width:`min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 160px, 1px), 460px)`,y:(componentViewport?.y||0)+0+10760.4+0+120+0+0+101.6+60,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9l5ixo-container\",nodeId:\"skUq7pB1M\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(TestimonialsSlideshow,{EqIxRVa_Q:1,height:\"100%\",id:\"skUq7pB1M\",layoutId:\"skUq7pB1M\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1gxbssi\",\"data-framer-name\":\"FAQs\",id:elementId3,ref:ref4,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-3pcuxj\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1siu3r9\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b1ykz1\",\"data-framer-name\":\"Headline\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1miq345\",\"data-styles-preset\":\"wM4RpiIP3\",style:{\"--framer-text-alignment\":\"center\"},children:\"Frequently Asked Questions\"})}),className:\"framer-ybdur1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{width:`calc(min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 80px, 800px) - 128px)`,y:(componentViewport?.y||0)+0+13942+0+120+0+64+101.6},HrUQaddV8:{width:`calc(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 40px, 800px) - 40px)`,y:(componentViewport?.y||0)+0+13963.2+0+0+80+0+64+101.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:509,width:`calc(min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 160px, 800px) - 128px)`,y:(componentViewport?.y||0)+0+11398+0+120+0+64+101.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3hyiaw-container\",nodeId:\"ngZwkohz4\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(FAQsSection,{height:\"100%\",id:\"ngZwkohz4\",layoutId:\"ngZwkohz4\",style:{width:\"100%\"},width:\"100%\"})})})})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1n2rj8l\",\"data-framer-name\":\"CTA\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-kpzraf\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ojhq13\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-sxvy92\",\"data-framer-name\":\"Headline\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1miq345\",\"data-styles-preset\":\"wM4RpiIP3\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, rgb(255, 255, 255))\"},children:\"Download High Frequenxcy Highway for FREE!\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1miq345\",\"data-styles-preset\":\"wM4RpiIP3\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, rgb(255, 255, 255))\"},children:\"Download High Frequency Highway for FREE!\"})}),className:\"framer-1ht9m64\",effect:textEffect3,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation6,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-mbq6pf\",\"data-framer-name\":\"Device\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation26,className:\"framer-1xn2itj\",\"data-framer-appear-id\":\"1xn2itj\",\"data-framer-name\":\"Download\",initial:animation12,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19z9pk2\",\"data-framer-name\":\"QR\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:373,intrinsicWidth:300,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+14920.6+0+120+0+64+101.6+0+32+0+0+0),pixelHeight:300,pixelWidth:300,src:\"https://framerusercontent.com/images/sxTgbL9DvuNObxiJTS33KxT1k1o.png\"}},HrUQaddV8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:373,intrinsicWidth:300,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+14861.8+0+0+80+0+64+101.6+0+32+0+0+0),pixelHeight:300,pixelWidth:300,src:\"https://framerusercontent.com/images/sxTgbL9DvuNObxiJTS33KxT1k1o.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:373,intrinsicWidth:300,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+12376.6+0+120+0+64+101.6+0+32+0+0+0),pixelHeight:300,pixelWidth:300,src:\"https://framerusercontent.com/images/sxTgbL9DvuNObxiJTS33KxT1k1o.png\"},className:\"framer-w1ds9x\",\"data-border\":true,\"data-framer-name\":\"QR code\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, rgb(109, 109, 109))\"},children:\"Scan Me\"})}),className:\"framer-1xbiefv\",fonts:[\"FS;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yhx7cj\",\"data-framer-name\":\"Buttons\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{y:(componentViewport?.y||0)+0+14920.6+0+120+0+64+101.6+0+32+246.8+0+0},HrUQaddV8:{y:(componentViewport?.y||0)+0+14861.8+0+0+80+0+64+101.6+0+32+246.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"200px\",y:(componentViewport?.y||0)+0+12376.6+0+120+0+64+101.6+0+32+246.8+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vo202o-container\",nodeId:\"E0zKX27iz\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonsPrimary,{BYyZkFotR:true,fL78cRMBB:addImageAlt({src:\"https://framerusercontent.com/images/vuUSk6NFyDINqxrIMC0BUakju80.svg\"},\"\"),gkCwChmvz:\"https://apps.apple.com/us/app/high-frequency-highway/id1616225876\",height:\"100%\",id:\"E0zKX27iz\",KBZl_F_K_:false,layoutId:\"E0zKX27iz\",S2NzHBxsE:\"Apple Store\",SQepToM8F:\"Download on\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{y:(componentViewport?.y||0)+0+14920.6+0+120+0+64+101.6+0+32+246.8+0+64},HrUQaddV8:{y:(componentViewport?.y||0)+0+14861.8+0+0+80+0+64+101.6+0+32+246.8+0+64}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"200px\",y:(componentViewport?.y||0)+0+12376.6+0+120+0+64+101.6+0+32+246.8+0+64,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nfw4v3-container\",nodeId:\"Rrl0bJB2G\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonsPrimary,{BYyZkFotR:true,gkCwChmvz:\"https://play.google.com/store/apps/details?id=com.highfrequencyhighway.highfrequencyhighway\",height:\"100%\",id:\"Rrl0bJB2G\",KBZl_F_K_:false,layoutId:\"Rrl0bJB2G\",S2NzHBxsE:\"Google Play\",SQepToM8F:\"Download on\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1oz1yuy-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"DCFHxE4Gv\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Pattern,{back:\"var(--token-1cec3ad5-255d-4ce8-8869-e900aae24f98, rgb(235, 235, 235))\",diagonal:true,direction:\"left\",duration:5,front:\"var(--token-f37763bf-5253-4d14-8ac0-e88a5446af25, rgb(26, 26, 26))\",height:\"100%\",id:\"DCFHxE4Gv\",layoutId:\"DCFHxE4Gv\",patternType:\"wave\",radius:0,scale:15,shouldAnimate:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{y:(componentViewport?.y||0)+0+15813},HrUQaddV8:{y:(componentViewport?.y||0)+0+15674.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:283,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+13269,children:/*#__PURE__*/_jsx(Container,{className:\"framer-92po2c-container\",nodeId:\"gVHaMOUw1\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DPvKhKRlI:{variant:\"G6JtMKFy5\"},HrUQaddV8:{variant:\"AndU9TR94\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"gVHaMOUw1\",layoutId:\"gVHaMOUw1\",style:{width:\"100%\"},variant:\"jjfSZwcK2\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation27,className:\"framer-1sg9m2v-container\",\"data-framer-appear-id\":\"1sg9m2v\",initial:animation28,isModuleExternal:true,layoutScroll:true,nodeId:\"nxzPOgF8m\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(GetTemplateFixedButton,{FyrjlJ64l:\"https://thdesign.lemonsqueezy.com/buy/703441f2-0dbc-4a65-a574-48e9859c61a3\",height:\"100%\",id:\"nxzPOgF8m\",layoutId:\"nxzPOgF8m\",RXax2L2nn:\"Buy This Template\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BfpNA.framer-lux5qc, .framer-BfpNA .framer-lux5qc { display: block; }\",\".framer-BfpNA.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, #f6f6f6); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-BfpNA .framer-1kdxca4-container { flex: none; height: auto; left: 0px; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-BfpNA .framer-1v1q1py { align-content: center; align-items: center; background-color: var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, #f6f6f6); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BfpNA .framer-6pxhnv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 120px 20px 120px 20px; position: relative; width: 100%; }\",\".framer-BfpNA .framer-102sifq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BfpNA .framer-srpujp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BfpNA .framer-qrr8yi, .framer-BfpNA .framer-11r99j0, .framer-BfpNA .framer-1rzql1z, .framer-BfpNA .framer-1eildq, .framer-BfpNA .framer-wtlejn, .framer-BfpNA .framer-nmwefi, .framer-BfpNA .framer-kbpa0i, .framer-BfpNA .framer-183js0d, .framer-BfpNA .framer-12b7orm, .framer-BfpNA .framer-nlgs18, .framer-BfpNA .framer-ybdur1, .framer-BfpNA .framer-1ht9m64 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 1000px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-BfpNA .framer-bi2vng, .framer-BfpNA .framer-1l2334p, .framer-BfpNA .framer-joh3ww { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-BfpNA .framer-1j159bb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BfpNA .framer-1ws0jh2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-BfpNA .framer-1kilq6u-container { -webkit-mask: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 90%) add; flex: none; height: 440px; left: -120px; mask: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 90%) add; position: absolute; top: calc(50.00000000000002% - 440px / 2); width: 220px; z-index: 1; }\",\".framer-BfpNA .framer-1t5gll-container, .framer-BfpNA .framer-1yozs2o-container, .framer-BfpNA .framer-1dm9sdc-container, .framer-BfpNA .framer-1xof5c3-container, .framer-BfpNA .framer-1bf1wjn-container { aspect-ratio: 0.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 600px); position: relative; width: 300px; z-index: 2; }\",\".framer-BfpNA .framer-oq4thh-container { -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 90%) add; flex: none; height: 440px; mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 90%) add; position: absolute; right: -120px; top: calc(50.00000000000002% - 440px / 2); width: 220px; z-index: 1; }\",\".framer-BfpNA .framer-11rw7br { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-BfpNA .framer-1a6dhus-container { -webkit-mask: radial-gradient(50% 50% at 50% 53.1%, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%) add; flex: 1 0 0px; height: 100%; mask: radial-gradient(50% 50% at 50% 53.1%, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%) add; max-width: 75%; position: relative; width: 1px; z-index: 0; }\",\".framer-BfpNA .framer-s9gm2u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-BfpNA .framer-1c1l5nx { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-BfpNA .framer-i3olcf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BfpNA .framer-1qhm4qf-container, .framer-BfpNA .framer-4vpip1-container { flex: none; height: 48px; position: relative; width: auto; }\",\".framer-BfpNA .framer-1mr436g, .framer-BfpNA .framer-1vmwk0n, .framer-BfpNA .framer-1gxbssi, .framer-BfpNA .framer-1n2rj8l { align-content: center; align-items: center; background-color: var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, #f6f6f6); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BfpNA .framer-l2jzce, .framer-BfpNA .framer-1r0vbwi, .framer-BfpNA .framer-16wiwh8, .framer-BfpNA .framer-ke1463, .framer-BfpNA .framer-3pcuxj, .framer-BfpNA .framer-kpzraf { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 120px 80px 120px 80px; position: relative; width: 1px; }\",\".framer-BfpNA .framer-1amqn1b, .framer-BfpNA .framer-10dr10u, .framer-BfpNA .framer-64x6m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BfpNA .framer-1u32eiv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 700px; position: relative; white-space: pre-wrap; width: 100%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-BfpNA .framer-1ccd9fg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 60px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-BfpNA .framer-zvhlye { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: 100vh; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-BfpNA .framer-1t2fiie { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BfpNA .framer-7emmim, .framer-BfpNA .framer-2pm3j9, .framer-BfpNA .framer-1clarff { align-content: flex-start; align-items: flex-start; background-color: var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, #ffffff); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 220px; will-change: var(--framer-will-change-override, transform); }\",\".framer-BfpNA .framer-nwhj8f, .framer-BfpNA .framer-2cmiuq, .framer-BfpNA .framer-1kqg00e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BfpNA .framer-skxmys, .framer-BfpNA .framer-1mjej12, .framer-BfpNA .framer-1juoyv4, .framer-BfpNA .framer-1bekidp { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-BfpNA .framer-1v8dlci, .framer-BfpNA .framer-pr35o2, .framer-BfpNA .framer-wngn1a { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-BfpNA .framer-xsjq4n { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-BfpNA .framer-1xmnzsn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: center; overflow: visible; padding: 0px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-BfpNA .framer-1h9dvvw, .framer-BfpNA .framer-gd5cle, .framer-BfpNA .framer-u1ze6f { flex: none; height: 80vh; overflow: hidden; position: relative; width: 100%; }\",\".framer-BfpNA .framer-1gq3l7o { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: 100vh; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-BfpNA .framer-1wv94nt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BfpNA .framer-1lwp65p { align-content: center; align-items: center; background-color: var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, #ffffff); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: 220px; will-change: var(--framer-will-change-override, transform); }\",\".framer-BfpNA .framer-2hhvm2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 172px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-BfpNA .framer-1iwez6h-container { flex: none; height: 24px; opacity: 0.8; position: relative; width: 24px; }\",\".framer-BfpNA .framer-p3fxge, .framer-BfpNA .framer-1vg338x, .framer-BfpNA .framer-u4ujh6 { align-content: center; align-items: center; background-color: var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BfpNA .framer-156aysf, .framer-BfpNA .framer-1npsuiq, .framer-BfpNA .framer-2t0vs4, .framer-BfpNA .framer-16t5ds4, .framer-BfpNA .framer-1b1ykz1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BfpNA .framer-1eupk1p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-BfpNA .framer-iy5rlp-container, .framer-BfpNA .framer-qkq85u-container { aspect-ratio: 0.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 600px); position: relative; width: 300px; z-index: 0; }\",\".framer-BfpNA .framer-s2yysk-container { aspect-ratio: 0.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 600px); position: relative; width: 300px; z-index: 1; }\",\".framer-BfpNA .framer-q29ssw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-BfpNA .framer-sjnmtm { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 700px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-BfpNA .framer-sxom8r { display: grid; flex: none; gap: 24px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 120px 0px 0px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-BfpNA .framer-1b79zuj-container, .framer-BfpNA .framer-1dbod4w-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-BfpNA .framer-ynu45a-container { align-self: start; flex: none; grid-row: auto / span 2; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-BfpNA .framer-uv3eoe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BfpNA .framer-j7q81k, .framer-BfpNA .framer-19z9pk2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-BfpNA .framer-1j2rhyl, .framer-BfpNA .framer-w1ds9x { --border-bottom-width: 1px; --border-color: var(--token-f8320fe7-e5e1-4515-85bc-42acf990f0d5, #6d6d6d); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: var(--framer-aspect-ratio-supported, 200px); overflow: visible; position: relative; width: 200px; }\",\".framer-BfpNA .framer-1padrhz, .framer-BfpNA .framer-1xbiefv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; opacity: 0; position: relative; white-space: pre; width: auto; }\",\".framer-BfpNA .framer-qwbk65-container, .framer-BfpNA .framer-qdwg9w-container, .framer-BfpNA .framer-1vo202o-container, .framer-BfpNA .framer-1nfw4v3-container { flex: none; height: 48px; position: relative; width: 200px; }\",\".framer-BfpNA .framer-1i2tyv6 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 120px 80px 60px 80px; position: relative; width: 1px; }\",\".framer-BfpNA .framer-1hbn8wu, .framer-BfpNA .framer-p782lr, .framer-BfpNA .framer-1gqv3rv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 60px 0px 60px 0px; position: relative; width: 100%; z-index: 1; }\",'.framer-BfpNA .framer-4u06ec, .framer-BfpNA .framer-q3n46z { align-content: flex-start; align-items: flex-start; background: linear-gradient(90deg, var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, #f6f6f6) /* {\"name\":\"White 50\"} */ 0%, var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, rgb(255, 255, 255)) /* {\"name\":\"White\"} */ 100%); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; max-width: 400px; overflow: hidden; padding: 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }',\".framer-BfpNA .framer-98ggbc, .framer-BfpNA .framer-142vqcx, .framer-BfpNA .framer-1txni9l { align-content: center; align-items: center; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-BfpNA .framer-hl9bg7, .framer-BfpNA .framer-194nu0x, .framer-BfpNA .framer-h8t6e6 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 32px; }\",\".framer-BfpNA .framer-1lo1fqf-container, .framer-BfpNA .framer-qs945f-container, .framer-BfpNA .framer-cuib00-container { flex: none; height: 600px; position: relative; width: 300px; z-index: 2; }\",'.framer-BfpNA .framer-x9e131 { align-content: flex-start; align-items: flex-start; background: linear-gradient(90deg, var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, #ffffff) /* {\"name\":\"White\"} */ 0%, var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, rgb(246, 246, 246)) /* {\"name\":\"White 50\"} */ 100%); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; max-width: 400px; overflow: hidden; padding: 24px 24px 24px 32px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }',\".framer-BfpNA .framer-993zew { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BfpNA .framer-yenz2f { -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%) add; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%) add; overflow: visible; padding: 60px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-BfpNA .framer-9l5ixo-container { flex: 1 0 0px; height: 236px; max-width: 460px; position: relative; width: 1px; z-index: 1; }\",\".framer-BfpNA .framer-1siu3r9 { align-content: center; align-items: center; background-color: var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, #ffffff); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 800px; overflow: hidden; padding: 64px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-BfpNA .framer-3hyiaw-container, .framer-BfpNA .framer-92po2c-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-BfpNA .framer-1ojhq13 { align-content: center; align-items: center; background-color: var(--token-f37763bf-5253-4d14-8ac0-e88a5446af25, #1a1a1a); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 800px; overflow: hidden; padding: 64px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-BfpNA .framer-sxvy92 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-BfpNA .framer-mbq6pf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-BfpNA .framer-1xn2itj { align-content: center; align-items: center; background-color: var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, #ffffff); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 32px; position: relative; width: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-BfpNA .framer-yhx7cj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-BfpNA .framer-1oz1yuy-container { -webkit-mask: radial-gradient(50% 55.00000000000001% at 50% 50%, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%) add; bottom: 0px; flex: none; left: 0px; mask: radial-gradient(50% 55.00000000000001% at 50% 50%, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%) add; pointer-events: none; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-BfpNA .framer-1sg9m2v-container { bottom: 64px; flex: none; height: 38px; opacity: 0; position: fixed; right: 20px; width: 142px; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-BfpNA.framer-72rtr7, .framer-BfpNA .framer-1v1q1py, .framer-BfpNA .framer-6pxhnv, .framer-BfpNA .framer-102sifq, .framer-BfpNA .framer-srpujp, .framer-BfpNA .framer-1j159bb, .framer-BfpNA .framer-1ws0jh2, .framer-BfpNA .framer-11rw7br, .framer-BfpNA .framer-s9gm2u, .framer-BfpNA .framer-i3olcf, .framer-BfpNA .framer-1mr436g, .framer-BfpNA .framer-l2jzce, .framer-BfpNA .framer-1amqn1b, .framer-BfpNA .framer-1ccd9fg, .framer-BfpNA .framer-zvhlye, .framer-BfpNA .framer-1t2fiie, .framer-BfpNA .framer-7emmim, .framer-BfpNA .framer-nwhj8f, .framer-BfpNA .framer-2pm3j9, .framer-BfpNA .framer-2cmiuq, .framer-BfpNA .framer-xsjq4n, .framer-BfpNA .framer-1xmnzsn, .framer-BfpNA .framer-1gq3l7o, .framer-BfpNA .framer-1wv94nt, .framer-BfpNA .framer-1lwp65p, .framer-BfpNA .framer-1clarff, .framer-BfpNA .framer-1kqg00e, .framer-BfpNA .framer-p3fxge, .framer-BfpNA .framer-1r0vbwi, .framer-BfpNA .framer-10dr10u, .framer-BfpNA .framer-156aysf, .framer-BfpNA .framer-1eupk1p, .framer-BfpNA .framer-1vg338x, .framer-BfpNA .framer-16wiwh8, .framer-BfpNA .framer-q29ssw, .framer-BfpNA .framer-uv3eoe, .framer-BfpNA .framer-j7q81k, .framer-BfpNA .framer-1npsuiq, .framer-BfpNA .framer-u4ujh6, .framer-BfpNA .framer-1i2tyv6, .framer-BfpNA .framer-64x6m, .framer-BfpNA .framer-2t0vs4, .framer-BfpNA .framer-1hbn8wu, .framer-BfpNA .framer-4u06ec, .framer-BfpNA .framer-98ggbc, .framer-BfpNA .framer-p782lr, .framer-BfpNA .framer-x9e131, .framer-BfpNA .framer-142vqcx, .framer-BfpNA .framer-1gqv3rv, .framer-BfpNA .framer-q3n46z, .framer-BfpNA .framer-1txni9l, .framer-BfpNA .framer-1vmwk0n, .framer-BfpNA .framer-ke1463, .framer-BfpNA .framer-993zew, .framer-BfpNA .framer-16t5ds4, .framer-BfpNA .framer-yenz2f, .framer-BfpNA .framer-1gxbssi, .framer-BfpNA .framer-3pcuxj, .framer-BfpNA .framer-1siu3r9, .framer-BfpNA .framer-1b1ykz1, .framer-BfpNA .framer-1n2rj8l, .framer-BfpNA .framer-kpzraf, .framer-BfpNA .framer-1ojhq13, .framer-BfpNA .framer-sxvy92, .framer-BfpNA .framer-mbq6pf, .framer-BfpNA .framer-1xn2itj, .framer-BfpNA .framer-19z9pk2, .framer-BfpNA .framer-yhx7cj { gap: 0px; } .framer-BfpNA.framer-72rtr7 > *, .framer-BfpNA .framer-1v1q1py > *, .framer-BfpNA .framer-xsjq4n > *, .framer-BfpNA .framer-1xmnzsn > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-BfpNA.framer-72rtr7 > :first-child, .framer-BfpNA .framer-1v1q1py > :first-child, .framer-BfpNA .framer-6pxhnv > :first-child, .framer-BfpNA .framer-102sifq > :first-child, .framer-BfpNA .framer-srpujp > :first-child, .framer-BfpNA .framer-s9gm2u > :first-child, .framer-BfpNA .framer-l2jzce > :first-child, .framer-BfpNA .framer-1amqn1b > :first-child, .framer-BfpNA .framer-zvhlye > :first-child, .framer-BfpNA .framer-1t2fiie > :first-child, .framer-BfpNA .framer-7emmim > :first-child, .framer-BfpNA .framer-2pm3j9 > :first-child, .framer-BfpNA .framer-xsjq4n > :first-child, .framer-BfpNA .framer-1xmnzsn > :first-child, .framer-BfpNA .framer-1gq3l7o > :first-child, .framer-BfpNA .framer-1wv94nt > :first-child, .framer-BfpNA .framer-1lwp65p > :first-child, .framer-BfpNA .framer-1clarff > :first-child, .framer-BfpNA .framer-1r0vbwi > :first-child, .framer-BfpNA .framer-10dr10u > :first-child, .framer-BfpNA .framer-156aysf > :first-child, .framer-BfpNA .framer-16wiwh8 > :first-child, .framer-BfpNA .framer-q29ssw > :first-child, .framer-BfpNA .framer-uv3eoe > :first-child, .framer-BfpNA .framer-j7q81k > :first-child, .framer-BfpNA .framer-1npsuiq > :first-child, .framer-BfpNA .framer-1i2tyv6 > :first-child, .framer-BfpNA .framer-64x6m > :first-child, .framer-BfpNA .framer-2t0vs4 > :first-child, .framer-BfpNA .framer-4u06ec > :first-child, .framer-BfpNA .framer-x9e131 > :first-child, .framer-BfpNA .framer-q3n46z > :first-child, .framer-BfpNA .framer-ke1463 > :first-child, .framer-BfpNA .framer-993zew > :first-child, .framer-BfpNA .framer-16t5ds4 > :first-child, .framer-BfpNA .framer-3pcuxj > :first-child, .framer-BfpNA .framer-1siu3r9 > :first-child, .framer-BfpNA .framer-1b1ykz1 > :first-child, .framer-BfpNA .framer-kpzraf > :first-child, .framer-BfpNA .framer-1ojhq13 > :first-child, .framer-BfpNA .framer-sxvy92 > :first-child, .framer-BfpNA .framer-1xn2itj > :first-child, .framer-BfpNA .framer-19z9pk2 > :first-child, .framer-BfpNA .framer-yhx7cj > :first-child { margin-top: 0px; } .framer-BfpNA.framer-72rtr7 > :last-child, .framer-BfpNA .framer-1v1q1py > :last-child, .framer-BfpNA .framer-6pxhnv > :last-child, .framer-BfpNA .framer-102sifq > :last-child, .framer-BfpNA .framer-srpujp > :last-child, .framer-BfpNA .framer-s9gm2u > :last-child, .framer-BfpNA .framer-l2jzce > :last-child, .framer-BfpNA .framer-1amqn1b > :last-child, .framer-BfpNA .framer-zvhlye > :last-child, .framer-BfpNA .framer-1t2fiie > :last-child, .framer-BfpNA .framer-7emmim > :last-child, .framer-BfpNA .framer-2pm3j9 > :last-child, .framer-BfpNA .framer-xsjq4n > :last-child, .framer-BfpNA .framer-1xmnzsn > :last-child, .framer-BfpNA .framer-1gq3l7o > :last-child, .framer-BfpNA .framer-1wv94nt > :last-child, .framer-BfpNA .framer-1lwp65p > :last-child, .framer-BfpNA .framer-1clarff > :last-child, .framer-BfpNA .framer-1r0vbwi > :last-child, .framer-BfpNA .framer-10dr10u > :last-child, .framer-BfpNA .framer-156aysf > :last-child, .framer-BfpNA .framer-16wiwh8 > :last-child, .framer-BfpNA .framer-q29ssw > :last-child, .framer-BfpNA .framer-uv3eoe > :last-child, .framer-BfpNA .framer-j7q81k > :last-child, .framer-BfpNA .framer-1npsuiq > :last-child, .framer-BfpNA .framer-1i2tyv6 > :last-child, .framer-BfpNA .framer-64x6m > :last-child, .framer-BfpNA .framer-2t0vs4 > :last-child, .framer-BfpNA .framer-4u06ec > :last-child, .framer-BfpNA .framer-x9e131 > :last-child, .framer-BfpNA .framer-q3n46z > :last-child, .framer-BfpNA .framer-ke1463 > :last-child, .framer-BfpNA .framer-993zew > :last-child, .framer-BfpNA .framer-16t5ds4 > :last-child, .framer-BfpNA .framer-3pcuxj > :last-child, .framer-BfpNA .framer-1siu3r9 > :last-child, .framer-BfpNA .framer-1b1ykz1 > :last-child, .framer-BfpNA .framer-kpzraf > :last-child, .framer-BfpNA .framer-1ojhq13 > :last-child, .framer-BfpNA .framer-sxvy92 > :last-child, .framer-BfpNA .framer-1xn2itj > :last-child, .framer-BfpNA .framer-19z9pk2 > :last-child, .framer-BfpNA .framer-yhx7cj > :last-child { margin-bottom: 0px; } .framer-BfpNA .framer-6pxhnv > *, .framer-BfpNA .framer-l2jzce > *, .framer-BfpNA .framer-1amqn1b > *, .framer-BfpNA .framer-1r0vbwi > *, .framer-BfpNA .framer-10dr10u > *, .framer-BfpNA .framer-16wiwh8 > *, .framer-BfpNA .framer-1i2tyv6 > *, .framer-BfpNA .framer-64x6m > *, .framer-BfpNA .framer-ke1463 > *, .framer-BfpNA .framer-993zew > *, .framer-BfpNA .framer-3pcuxj > *, .framer-BfpNA .framer-1siu3r9 > *, .framer-BfpNA .framer-kpzraf > *, .framer-BfpNA .framer-1ojhq13 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-BfpNA .framer-102sifq > *, .framer-BfpNA .framer-s9gm2u > *, .framer-BfpNA .framer-156aysf > *, .framer-BfpNA .framer-1npsuiq > *, .framer-BfpNA .framer-2t0vs4 > *, .framer-BfpNA .framer-16t5ds4 > *, .framer-BfpNA .framer-1b1ykz1 > *, .framer-BfpNA .framer-sxvy92 > *, .framer-BfpNA .framer-yhx7cj > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-BfpNA .framer-srpujp > *, .framer-BfpNA .framer-7emmim > *, .framer-BfpNA .framer-2pm3j9 > *, .framer-BfpNA .framer-1lwp65p > *, .framer-BfpNA .framer-1clarff > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-BfpNA .framer-1j159bb > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-BfpNA .framer-1j159bb > :first-child, .framer-BfpNA .framer-1ws0jh2 > :first-child, .framer-BfpNA .framer-11rw7br > :first-child, .framer-BfpNA .framer-i3olcf > :first-child, .framer-BfpNA .framer-1mr436g > :first-child, .framer-BfpNA .framer-1ccd9fg > :first-child, .framer-BfpNA .framer-nwhj8f > :first-child, .framer-BfpNA .framer-2cmiuq > :first-child, .framer-BfpNA .framer-1kqg00e > :first-child, .framer-BfpNA .framer-p3fxge > :first-child, .framer-BfpNA .framer-1eupk1p > :first-child, .framer-BfpNA .framer-1vg338x > :first-child, .framer-BfpNA .framer-u4ujh6 > :first-child, .framer-BfpNA .framer-1hbn8wu > :first-child, .framer-BfpNA .framer-98ggbc > :first-child, .framer-BfpNA .framer-p782lr > :first-child, .framer-BfpNA .framer-142vqcx > :first-child, .framer-BfpNA .framer-1gqv3rv > :first-child, .framer-BfpNA .framer-1txni9l > :first-child, .framer-BfpNA .framer-1vmwk0n > :first-child, .framer-BfpNA .framer-yenz2f > :first-child, .framer-BfpNA .framer-1gxbssi > :first-child, .framer-BfpNA .framer-1n2rj8l > :first-child, .framer-BfpNA .framer-mbq6pf > :first-child { margin-left: 0px; } .framer-BfpNA .framer-1j159bb > :last-child, .framer-BfpNA .framer-1ws0jh2 > :last-child, .framer-BfpNA .framer-11rw7br > :last-child, .framer-BfpNA .framer-i3olcf > :last-child, .framer-BfpNA .framer-1mr436g > :last-child, .framer-BfpNA .framer-1ccd9fg > :last-child, .framer-BfpNA .framer-nwhj8f > :last-child, .framer-BfpNA .framer-2cmiuq > :last-child, .framer-BfpNA .framer-1kqg00e > :last-child, .framer-BfpNA .framer-p3fxge > :last-child, .framer-BfpNA .framer-1eupk1p > :last-child, .framer-BfpNA .framer-1vg338x > :last-child, .framer-BfpNA .framer-u4ujh6 > :last-child, .framer-BfpNA .framer-1hbn8wu > :last-child, .framer-BfpNA .framer-98ggbc > :last-child, .framer-BfpNA .framer-p782lr > :last-child, .framer-BfpNA .framer-142vqcx > :last-child, .framer-BfpNA .framer-1gqv3rv > :last-child, .framer-BfpNA .framer-1txni9l > :last-child, .framer-BfpNA .framer-1vmwk0n > :last-child, .framer-BfpNA .framer-yenz2f > :last-child, .framer-BfpNA .framer-1gxbssi > :last-child, .framer-BfpNA .framer-1n2rj8l > :last-child, .framer-BfpNA .framer-mbq6pf > :last-child { margin-right: 0px; } .framer-BfpNA .framer-1ws0jh2 > *, .framer-BfpNA .framer-11rw7br > *, .framer-BfpNA .framer-1mr436g > *, .framer-BfpNA .framer-p3fxge > *, .framer-BfpNA .framer-1vg338x > *, .framer-BfpNA .framer-u4ujh6 > *, .framer-BfpNA .framer-1hbn8wu > *, .framer-BfpNA .framer-p782lr > *, .framer-BfpNA .framer-1gqv3rv > *, .framer-BfpNA .framer-1vmwk0n > *, .framer-BfpNA .framer-1gxbssi > *, .framer-BfpNA .framer-1n2rj8l > *, .framer-BfpNA .framer-mbq6pf > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-BfpNA .framer-i3olcf > *, .framer-BfpNA .framer-1ccd9fg > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-BfpNA .framer-zvhlye > *, .framer-BfpNA .framer-1gq3l7o > *, .framer-BfpNA .framer-q29ssw > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-BfpNA .framer-1t2fiie > *, .framer-BfpNA .framer-1wv94nt > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-BfpNA .framer-nwhj8f > *, .framer-BfpNA .framer-2cmiuq > *, .framer-BfpNA .framer-1kqg00e > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-BfpNA .framer-1eupk1p > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-BfpNA .framer-uv3eoe > *, .framer-BfpNA .framer-1xn2itj > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-BfpNA .framer-j7q81k > *, .framer-BfpNA .framer-19z9pk2 > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-BfpNA .framer-4u06ec > *, .framer-BfpNA .framer-x9e131 > *, .framer-BfpNA .framer-q3n46z > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-BfpNA .framer-98ggbc > *, .framer-BfpNA .framer-142vqcx > *, .framer-BfpNA .framer-1txni9l > *, .framer-BfpNA .framer-yenz2f > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-BfpNA[data-border=\"true\"]::after, .framer-BfpNA [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }','@media (min-width: 810px) and (max-width: 1199px) { .framer-BfpNA.framer-72rtr7 { width: 810px; } .framer-BfpNA .framer-l2jzce, .framer-BfpNA .framer-1r0vbwi, .framer-BfpNA .framer-16wiwh8, .framer-BfpNA .framer-ke1463, .framer-BfpNA .framer-3pcuxj, .framer-BfpNA .framer-kpzraf { padding: 120px 40px 120px 40px; } .framer-BfpNA .framer-1t2fiie { align-content: flex-start; align-items: flex-start; } .framer-BfpNA .framer-7emmim, .framer-BfpNA .framer-2pm3j9 { background: linear-gradient(270deg, var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, #f6f6f6) /* {\"name\":\"White 50\"} */ 0%, var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, rgb(255, 255, 255)) /* {\"name\":\"White\"} */ 100%); background-color: unset; } .framer-BfpNA .framer-1wv94nt { align-content: flex-end; align-items: flex-end; } .framer-BfpNA .framer-1lwp65p, .framer-BfpNA .framer-1clarff { background: linear-gradient(90deg, var(--token-3ad04349-ec11-4d5a-9651-1106568fd825, #f6f6f6) /* {\"name\":\"White 50\"} */ 0%, var(--token-cb67ca2d-859c-42c3-81a3-dda55e384639, rgb(255, 255, 255)) /* {\"name\":\"White\"} */ 100%); background-color: unset; } .framer-BfpNA .framer-1eupk1p { flex-direction: column; gap: 240px; padding: 0px 0px 120px 0px; } .framer-BfpNA .framer-sxom8r { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; } .framer-BfpNA .framer-1b79zuj-container { align-self: unset; order: 1; } .framer-BfpNA .framer-ynu45a-container { align-self: unset; height: 720px; order: 0; } .framer-BfpNA .framer-1dbod4w-container { align-self: unset; order: 2; } .framer-BfpNA .framer-1i2tyv6 { padding: 120px 40px 60px 40px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-BfpNA .framer-1eupk1p, .framer-BfpNA .framer-sxom8r { gap: 0px; } .framer-BfpNA .framer-1eupk1p > * { margin: 0px; margin-bottom: calc(240px / 2); margin-top: calc(240px / 2); } .framer-BfpNA .framer-1eupk1p > :first-child, .framer-BfpNA .framer-sxom8r > :first-child { margin-top: 0px; } .framer-BfpNA .framer-1eupk1p > :last-child, .framer-BfpNA .framer-sxom8r > :last-child { margin-bottom: 0px; } .framer-BfpNA .framer-sxom8r > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}',\"@media (max-width: 809px) { .framer-BfpNA.framer-72rtr7 { width: 390px; } .framer-BfpNA .framer-1kdxca4-container { position: fixed; } .framer-BfpNA .framer-6pxhnv { padding: 120px 0px 80px 0px; } .framer-BfpNA .framer-srpujp, .framer-BfpNA .framer-s9gm2u, .framer-BfpNA .framer-2t0vs4 { padding: 0px 20px 0px 20px; } .framer-BfpNA .framer-i3olcf, .framer-BfpNA .framer-1mr436g, .framer-BfpNA .framer-p3fxge, .framer-BfpNA .framer-1vg338x, .framer-BfpNA .framer-u4ujh6, .framer-BfpNA .framer-p782lr, .framer-BfpNA .framer-1gqv3rv, .framer-BfpNA .framer-1vmwk0n, .framer-BfpNA .framer-1gxbssi, .framer-BfpNA .framer-1n2rj8l { flex-direction: column; } .framer-BfpNA .framer-1qhm4qf-container, .framer-BfpNA .framer-4vpip1-container { max-width: 200px; width: 100%; } .framer-BfpNA .framer-l2jzce, .framer-BfpNA .framer-1r0vbwi, .framer-BfpNA .framer-16wiwh8, .framer-BfpNA .framer-ke1463, .framer-BfpNA .framer-kpzraf { flex: none; padding: 80px 10px 80px 10px; width: 100%; } .framer-BfpNA .framer-1u32eiv, .framer-BfpNA .framer-sjnmtm { max-width: 300px; } .framer-BfpNA .framer-1ccd9fg { flex-direction: column; gap: 24px; } .framer-BfpNA .framer-zvhlye { flex: none; height: min-content; order: 1; width: 100%; } .framer-BfpNA .framer-1t2fiie, .framer-BfpNA .framer-1wv94nt { align-content: center; align-items: center; gap: 24px; } .framer-BfpNA .framer-xsjq4n { flex: none; order: 2; width: 100%; } .framer-BfpNA .framer-1xmnzsn { gap: 280px; height: min-content; justify-content: flex-end; padding: 120px 0px 0px 0px; position: relative; top: unset; } .framer-BfpNA .framer-1gq3l7o { flex: none; height: min-content; order: 0; width: 100%; } .framer-BfpNA .framer-1eupk1p { flex-direction: column; gap: 260px; padding: 0px 0px 120px 0px; } .framer-BfpNA .framer-q29ssw { gap: 80px; } .framer-BfpNA .framer-sxom8r { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; padding: 80px 0px 0px 0px; } .framer-BfpNA .framer-1b79zuj-container { align-self: unset; order: 1; } .framer-BfpNA .framer-ynu45a-container { align-self: unset; height: 620px; order: 0; } .framer-BfpNA .framer-1dbod4w-container { align-self: unset; order: 2; } .framer-BfpNA .framer-1i2tyv6 { flex: none; padding: 80px 0px 80px 0px; width: 100%; } .framer-BfpNA .framer-64x6m { gap: 0px; } .framer-BfpNA .framer-4u06ec { -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); background-color: rgba(255, 255, 255, 0.75); box-shadow: 0px 0.6021873017743928px 1.5656869846134214px 0px rgba(0, 0, 0, 0.01), 0px 2.288533303243457px 5.950186588432988px 0px rgba(0, 0, 0, 0.03433), 0px 10px 26px 0px rgba(0, 0, 0, 0.15); flex: none; left: 45%; order: 0; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 270px; z-index: 3; } .framer-BfpNA .framer-hl9bg7, .framer-BfpNA .framer-194nu0x { height: var(--framer-aspect-ratio-supported, 28px); width: 28px; } .framer-BfpNA .framer-1lo1fqf-container { order: 1; } .framer-BfpNA .framer-x9e131 { -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); background-color: rgba(255, 255, 255, 0.75); box-shadow: 0px 0.6021873017743928px 1.5656869846134214px 0px rgba(0, 0, 0, 0.01), 0px 2.288533303243457px 5.950186588432988px 0px rgba(0, 0, 0, 0.03433), 0px 10px 26px 0px rgba(0, 0, 0, 0.15); flex: none; left: 55%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 270px; z-index: 3; } .framer-BfpNA .framer-q3n46z { -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); background-color: rgba(255, 255, 255, 0.75); box-shadow: 0px 0.6021873017743928px 1.5656869846134214px 0px rgba(0, 0, 0, 0.01), 0px 2.288533303243457px 5.950186588432988px 0px rgba(0, 0, 0, 0.03433), 0px 10px 26px 0px rgba(0, 0, 0, 0.15); flex: none; left: 45%; order: 1; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 270px; z-index: 3; } .framer-BfpNA .framer-cuib00-container { order: 0; } .framer-BfpNA .framer-yenz2f { -webkit-mask: unset; mask: unset; } .framer-BfpNA .framer-3pcuxj { flex: none; padding: 80px 20px 80px 20px; width: 100%; } .framer-BfpNA .framer-1siu3r9, .framer-BfpNA .framer-1ojhq13 { padding: 64px 20px 64px 20px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-BfpNA .framer-i3olcf, .framer-BfpNA .framer-1mr436g, .framer-BfpNA .framer-1ccd9fg, .framer-BfpNA .framer-1t2fiie, .framer-BfpNA .framer-1xmnzsn, .framer-BfpNA .framer-1wv94nt, .framer-BfpNA .framer-p3fxge, .framer-BfpNA .framer-1eupk1p, .framer-BfpNA .framer-1vg338x, .framer-BfpNA .framer-q29ssw, .framer-BfpNA .framer-sxom8r, .framer-BfpNA .framer-u4ujh6, .framer-BfpNA .framer-64x6m, .framer-BfpNA .framer-p782lr, .framer-BfpNA .framer-1gqv3rv, .framer-BfpNA .framer-1vmwk0n, .framer-BfpNA .framer-1gxbssi, .framer-BfpNA .framer-1n2rj8l { gap: 0px; } .framer-BfpNA .framer-i3olcf > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-BfpNA .framer-i3olcf > :first-child, .framer-BfpNA .framer-1mr436g > :first-child, .framer-BfpNA .framer-1ccd9fg > :first-child, .framer-BfpNA .framer-1t2fiie > :first-child, .framer-BfpNA .framer-1xmnzsn > :first-child, .framer-BfpNA .framer-1wv94nt > :first-child, .framer-BfpNA .framer-p3fxge > :first-child, .framer-BfpNA .framer-1eupk1p > :first-child, .framer-BfpNA .framer-1vg338x > :first-child, .framer-BfpNA .framer-q29ssw > :first-child, .framer-BfpNA .framer-sxom8r > :first-child, .framer-BfpNA .framer-u4ujh6 > :first-child, .framer-BfpNA .framer-64x6m > :first-child, .framer-BfpNA .framer-p782lr > :first-child, .framer-BfpNA .framer-1gqv3rv > :first-child, .framer-BfpNA .framer-1vmwk0n > :first-child, .framer-BfpNA .framer-1gxbssi > :first-child, .framer-BfpNA .framer-1n2rj8l > :first-child { margin-top: 0px; } .framer-BfpNA .framer-i3olcf > :last-child, .framer-BfpNA .framer-1mr436g > :last-child, .framer-BfpNA .framer-1ccd9fg > :last-child, .framer-BfpNA .framer-1t2fiie > :last-child, .framer-BfpNA .framer-1xmnzsn > :last-child, .framer-BfpNA .framer-1wv94nt > :last-child, .framer-BfpNA .framer-p3fxge > :last-child, .framer-BfpNA .framer-1eupk1p > :last-child, .framer-BfpNA .framer-1vg338x > :last-child, .framer-BfpNA .framer-q29ssw > :last-child, .framer-BfpNA .framer-sxom8r > :last-child, .framer-BfpNA .framer-u4ujh6 > :last-child, .framer-BfpNA .framer-64x6m > :last-child, .framer-BfpNA .framer-p782lr > :last-child, .framer-BfpNA .framer-1gqv3rv > :last-child, .framer-BfpNA .framer-1vmwk0n > :last-child, .framer-BfpNA .framer-1gxbssi > :last-child, .framer-BfpNA .framer-1n2rj8l > :last-child { margin-bottom: 0px; } .framer-BfpNA .framer-1mr436g > *, .framer-BfpNA .framer-p3fxge > *, .framer-BfpNA .framer-1vg338x > *, .framer-BfpNA .framer-u4ujh6 > *, .framer-BfpNA .framer-64x6m > *, .framer-BfpNA .framer-p782lr > *, .framer-BfpNA .framer-1gqv3rv > *, .framer-BfpNA .framer-1vmwk0n > *, .framer-BfpNA .framer-1gxbssi > *, .framer-BfpNA .framer-1n2rj8l > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-BfpNA .framer-1ccd9fg > *, .framer-BfpNA .framer-1t2fiie > *, .framer-BfpNA .framer-1wv94nt > *, .framer-BfpNA .framer-sxom8r > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-BfpNA .framer-1xmnzsn > * { margin: 0px; margin-bottom: calc(280px / 2); margin-top: calc(280px / 2); } .framer-BfpNA .framer-1eupk1p > * { margin: 0px; margin-bottom: calc(260px / 2); margin-top: calc(260px / 2); } .framer-BfpNA .framer-q29ssw > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 12822.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"DPvKhKRlI\":{\"layout\":[\"fixed\",\"auto\"]},\"HrUQaddV8\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"q6aXiFL2x\":{\"pattern\":\":q6aXiFL2x\",\"name\":\"feature1\"},\"h1aPVy9dO\":{\"pattern\":\":h1aPVy9dO\",\"name\":\"feature2\"},\"goePyYIZf\":{\"pattern\":\":goePyYIZf\",\"name\":\"feature3\"},\"zOOf2cjSE\":{\"pattern\":\":zOOf2cjSE\",\"name\":\"faqs\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-BfpNA\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:12822.5,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"}]},...NavigationFonts,...PhoneMockupDefaultSmallFonts,...PhoneMockupDefaultLargeFonts,...PatternFonts,...ButtonsPrimaryFonts,...PhoneMockupFeatureScrollSectionFonts,...PhosphorFonts,...PhoneMockupFeatureHoverFonts,...CardsFeatureSimpleFonts,...CardsFeatureDeviceFonts,...TestimonialsSlideshowFonts,...FAQsSectionFonts,...FooterFonts,...GetTemplateFixedButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"q6aXiFL2x\\\":{\\\"pattern\\\":\\\":q6aXiFL2x\\\",\\\"name\\\":\\\"feature1\\\"},\\\"h1aPVy9dO\\\":{\\\"pattern\\\":\\\":h1aPVy9dO\\\",\\\"name\\\":\\\"feature2\\\"},\\\"goePyYIZf\\\":{\\\"pattern\\\":\\\":goePyYIZf\\\",\\\"name\\\":\\\"feature3\\\"},\\\"zOOf2cjSE\\\":{\\\"pattern\\\":\\\":zOOf2cjSE\\\",\\\"name\\\":\\\"faqs\\\"}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"12822.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DPvKhKRlI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HrUQaddV8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["Pattern", "props", "patternType", "front", "back", "radius", "scale", "shouldAnimate", "direction", "diagonal", "duration", "isCanvas", "RenderTarget", "pattern", "position", "size", "repeat", "blendMode", "filter", "addBackground", "backgroundPosAnimation", "frontHex", "Color", "backHex", "frontWithoutHex", "backWithoutHex", "factor", "xScale", "yScale", "p", "motion", "addPropertyControls", "ControlType", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "link", "text", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "RXax2L2nn", "FyrjlJ64l", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "Link", "RichText2", "x", "css", "FramerWVoxR23Zi", "withCSS", "WVoxR23Zi_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "negate", "value", "toResponsiveImage", "transformTemplate1", "_", "transformTemplate2", "isSet", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "defaultScreen", "feature1Details", "feature1Icon", "feature1Title", "feature2Details", "feature2Icon", "feature2Title", "feature3Details", "feature3Icon", "feature3Title", "height", "id", "notch", "screen1", "screen2", "screen3", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "_ref5", "_ref6", "_ref7", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "pq_YCdI0i", "U_7xIEyCA", "HIO96P3HE", "eo6TSyphw", "fF6HPjNdH", "Q06wcLKxB", "ttLj_fqLW", "B8Saajkta", "RrIywmrsM", "XZiTKNlUA", "SEEm0gr0A", "XR14aN5YY", "xKHcdY8k4", "WQaHKt3AH", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "visible", "visible1", "visible2", "visible3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "RichText2", "css", "FramerDiEPcp92_", "withCSS", "DiEPcp92_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "Component", "House_default", "React", "weights", "House", "props", "ref", "iconKeys", "moduleBaseUrl", "weightOptions", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "weight", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "House_default", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "piece", "defaultEvents", "_componentPresets_fonts", "_componentPresets_fonts1", "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", "question", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "n_nqF67s7", "jLJZKfNK7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapgusdtj", "args", "onTapjes202", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "ComponentPresetsProvider", "css", "FramerPDVLV9ogm", "withCSS", "PDVLV9ogm_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "FAQsFAQsFonts", "getFonts", "PDVLV9ogm_default", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "PDVLV9ogm_default", "css", "FramereLjr815uE", "withCSS", "eLjr815uE_default", "addFonts", "FAQsFAQsFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "details", "height", "id", "image", "title", "width", "props", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Bk1Pl1MoK", "aDbe2bnN7", "ZFoBINijS", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "Image2", "css", "Framerfqut_9jlo", "withCSS", "fqut_9jlo_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PhoneMockupScreenContentFonts", "getFonts", "pdJaT6lnS_default", "PhoneMockupScreenContentControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "negate", "value", "toResponsiveImage", "transformTemplate1", "_", "isSet", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "featureDetails", "featureTitle", "height", "icon", "id", "image", "notch", "screenContent", "video", "videoPoster", "width", "props", "_ref", "_humanReadableEnumMap_screenContent", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_ref6", "_humanReadableVariantMap_props_variant", "_ref7", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "pq_YCdI0i", "dTJHWLB2U", "U_7xIEyCA", "gVbfPjC10", "as2piVyJP", "URNWc1Agq", "fF6HPjNdH", "Q06wcLKxB", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "visible", "visible1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "ComponentViewportProvider", "RichText2", "css", "FramergaIZH4UiA", "withCSS", "gaIZH4UiA_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PhoneMockupScreenContentFonts", "getFonts", "pdJaT6lnS_default", "PhoneMockupScreenContentControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "negate", "value", "transition2", "toResponsiveImage", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "height", "id", "image", "notch", "screenContent", "video", "videoPoster", "width", "props", "_humanReadableEnumMap_screenContent", "_ref", "_ref1", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "P7fiRiQ_n", "P5gjcV5ym", "Qdp8M_Ki1", "n02YmShp2", "zJpvdHd_j", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "visible", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "ComponentViewportProvider", "css", "FramerKjBGXFn33", "withCSS", "KjBGXFn33_default", "addPropertyControls", "ControlType", "addFonts", "noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "e", "r", "n", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "o", "c", "i", "h", "u", "d", "f", "l", "g", "glide", "a", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "createGeneratorEasing", "e", "o", "getGenerator", "t", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "n", "i", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "t", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "n", "ce", "le", "isBrowser", "getBrowserVisibilityProp", "getBrowserDocumentHiddenProp", "getIsDocumentHidden", "usePageVisibility", "isVisible", "setIsVisible", "ye", "onVisibilityChange", "ue", "visibilityChange", "OPACITY_0", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "index", "W", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "total", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "viewportLength", "window", "scheduleMeasure", "sync", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "setDelta", "delta", "setPage", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "Y", "_child_props", "_child_props1", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "_ref_current", "visibility", "mix", "LayoutGroup", "q", "selectedOpacity", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "fontStore", "fonts", "css", "className", "PhosphorFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "toDateString", "value", "options", "activeLocale", "date", "fallbackLocale", "locale", "dateStyle", "timeZone", "toResponsiveImage", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "name1", "photo", "review", "store", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "createLayoutDependency", "variants", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "rUOVhs74G", "XGJ4KOWgh", "nSG4mRvwh", "QDfRFiS4g", "maaITeZho", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "activeLocaleCode", "useLocaleCode", "textContent", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "ComponentViewportProvider", "Icon", "RichText2", "Image2", "css", "FramerfWqrhQDzQ", "withCSS", "fWqrhQDzQ_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFontsFromSharedStyle", "fonts", "CardsTestimonialFonts", "getFonts", "fWqrhQDzQ_default", "SlideshowFonts", "Slideshow", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "current", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "EqIxRVa_Q", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "ComponentViewportProvider", "Slideshow", "fWqrhQDzQ_default", "css", "FramerPavwfUFLy", "withCSS", "PavwfUFLy_default", "addPropertyControls", "ControlType", "addFonts", "CardsTestimonialFonts", "SlideshowFonts", "PhoneMockupScreenContentFonts", "getFonts", "pdJaT6lnS_default", "PhoneMockupScreenContentControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "negate", "value", "toResponsiveImage", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "details", "height", "id", "image", "notch", "screenContent", "title", "video", "videoPoster", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "_humanReadableEnumMap_screenContent", "_ref4", "_ref5", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "RriqME_Ms", "dYC0NWPBP", "xExApPuly", "zl3qZwN37", "bf2fscgFY", "b1ApPIBKH", "pcBrQvDxs", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "visible", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "Image2", "ComponentViewportProvider", "css", "FramerWJ3UDxyAH", "withCSS", "WJ3UDxyAH_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "NavigationFonts", "getFonts", "HwL_wPwDF_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "PhoneMockupDefaultSmallFonts", "twpNbRFPm_default", "ContainerWithFX", "withFX", "PhoneMockupDefaultLargeFonts", "KjBGXFn33_default", "PatternFonts", "Pattern", "MotionDivWithFX", "motion", "ButtonsPrimaryFonts", "sRUv07toy_default", "MotionDivWithOptimizedAppearEffect", "RichTextWithOptimizedAppearEffect", "RichText2", "PhoneMockupFeatureScrollSectionFonts", "DiEPcp92_default", "PhoneMockupFeatureScrollSectionWithVariantAppearEffect", "withVariantAppearEffect", "PhosphorFonts", "Icon", "PhoneMockupFeatureHoverFonts", "gaIZH4UiA_default", "CardsFeatureSimpleFonts", "fqut_9jlo_default", "CardsFeatureDeviceFonts", "WJ3UDxyAH_default", "TestimonialsSlideshowFonts", "PavwfUFLy_default", "FAQsSectionFonts", "eLjr815uE_default", "FooterFonts", "A6YZ7SwMg_default", "GetTemplateFixedButtonFonts", "WVoxR23Zi_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "transition2", "textEffect", "animation3", "textEffect1", "animation4", "transition3", "animation5", "addImageAlt", "image", "alt", "animation6", "transition4", "animation7", "animation8", "animation9", "transition5", "animation10", "transition6", "animation11", "animation12", "transition7", "animation13", "animation14", "transition8", "textEffect2", "animation15", "animation16", "animation17", "animation18", "animation19", "animation20", "transition9", "animation21", "animation22", "animation23", "animation24", "transformTemplate1", "_", "animation25", "textEffect3", "transition10", "animation26", "transition11", "animation27", "animation28", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "ref2", "ref3", "isDisplayed", "isDisplayed1", "elementId", "useRouteElementId", "elementId1", "elementId2", "elementId3", "ref4", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "ComponentViewportProvider", "x", "getLoadingLazyAtYPosition", "Image2", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
