{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/IQXqjAGXltPKLdfjcdtf/AdYVRfUvx2HLE5qL3Xfw/Logo.js", "ssg:https://framerusercontent.com/modules/OvUPHHeJb0hARmoTTcTx/PqsgjR2wAHB4OpuuvH7x/Be49mG76W.js", "ssg:https://framerusercontent.com/modules/zyKNl6MaR2vVZngCAjQ4/fyuSNDy9PdKWa273Y50B/XcSv_2CSc.js", "ssg:https://framerusercontent.com/modules/flogI7VLjWvSjXap1ACb/PZz0pN9HVNdEEqLcubjs/NTNrfmYyZ.js", "ssg:https://framerusercontent.com/modules/Xx3yTM8L8TVsfYwxw5KB/6Oae0HD6bvOEOrKQm5lS/BLGxpK0PU.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useMemo}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";var SrcType;(function(SrcType){SrcType[\"Upload\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));const baseUrl=\"https://logo.clearbit.com/\";const getLogoUrl=company=>{if(!company)return null;return company.includes(\".\")?`${baseUrl}${company}?size=500`:`${baseUrl}${company}.com?size=500`;};/**\n * @framerIntrinsicWidth 64\n * @framerIntrinsicHeight 64\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Logo(props){const{company,radius,isSearch,srcType,srcUrl,srcFile,style}=props;const logoURL=useMemo(()=>{if(isSearch)return getLogoUrl(company);if(srcType===SrcType.Upload)return srcFile;if(srcType===SrcType.Url)return srcUrl;return null;},[company,isSearch,srcType,srcUrl,srcFile]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return logoURL?/*#__PURE__*/ _jsx(\"img\",{src:logoURL,style:{...baseStyles,...style,borderRadius:radius},alt:\"Logo\"}):emptyState;};Logo.defaultProps={company:\"Framer\",radius:100,width:64,height:64,isSearch:true};const baseStyles={position:\"absolute\",left:0,right:0,top:0,bottom:0,width:\"100%\",height:\"100%\"};addPropertyControls(Logo,{isSearch:{type:ControlType.Boolean,title:\"Type\",disabledTitle:\"Custom\",enabledTitle:\"Search\"},srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Url,SrcType.Upload],hidden:({isSearch})=>isSearch},srcUrl:{type:ControlType.String,title:\" \",placeholder:\"../example.jpg\",hidden:({srcType,isSearch})=>srcType===SrcType.Upload||isSearch},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[\"jpg\",\"png\",\"jpeg\",\"tiff\",\"gif\"],hidden:({srcType,isSearch})=>srcType===SrcType.Url||isSearch},company:{type:ControlType.String,title:\"Company\",placeholder:\"Github, Apple...\",hidden:({isSearch})=>!isSearch},radius:{type:ControlType.Number,min:0,max:100,title:\"Radius\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Logo\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"64\",\"framerIntrinsicHeight\":\"64\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Logo.map", "// Generated by Framer (2add0ca)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,RichText,SVG,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/0jtlswBvrookcx7EpjBD/Video.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/HrrjlGVn0rpk3LnZE5HP/NUe36PGz3LU1aY6Tu2s8/stylesPresetHeading3.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/s6bCOkiwXK1hHS9EHQzC/3oUw1IEO7DbaMCxCtI2O/Xtv4s76BK.js\";import Button from\"https://framerusercontent.com/modules/enIONb8t7uyIlXCRdRvH/TxVSU5bxe9UGSOHFXgiJ/JAmTgyytB.js\";const ButtonFonts=getFonts(Button);const VideoFonts=getFonts(Video);const enabledGestures={agUDSJSKZ:{hover:true}};const cycleOrder=[\"agUDSJSKZ\",\"vAPrJpH56\"];const variantClassNames={agUDSJSKZ:\"framer-v-kkkk8k\",vAPrJpH56:\"framer-v-18d9ubm\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const humanReadableVariantMap={default:\"agUDSJSKZ\",Mobile:\"vAPrJpH56\"};const transitions={default:{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 Component=/*#__PURE__*/React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"agUDSJSKZ\",...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"agUDSJSKZ\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const defaultLayoutId=React.useId();return /*#__PURE__*/_jsx(LayoutGroup,{id: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-3HZhx\",sharedStyle.className,sharedStyle1.className,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(\"framer-kkkk8k\",className),\"data-border\":true,\"data-framer-name\":\"default\",layoutDependency:layoutDependency,layoutId:\"agUDSJSKZ\",ref:ref,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(28, 28, 28)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(18, 18, 18)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},variants:{\"agUDSJSKZ-hover\":{backgroundColor:\"rgb(23, 23, 23)\"}},...addPropertyOverrides({\"agUDSJSKZ-hover\":{\"data-framer-name\":undefined},vAPrJpH56:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11884zo\",layoutDependency:layoutDependency,layoutId:\"EdfXtPkyo\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1odrqbd\",layoutDependency:layoutDependency,layoutId:\"vbp_hZqi3\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1stw4ae\",layoutDependency:layoutDependency,layoutId:\"aUmr70MZ8\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1nwkact\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"nbt4PHse5\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 28\"><path d=\"M 21.4 18.106 C 21.556 18.195 21.681 18.329 21.759 18.49 C 23.253 21.53 24 23.686 24 24.961 C 24 26.64 22.657 28 21 28 C 19.343 28 18 26.64 18 24.961 C 18 23.777 18.645 21.831 19.935 19.123 L 20.241 18.49 C 20.461 18.042 20.981 17.87 21.399 18.106 Z M 9.18 0.305 L 22.694 13.82 C 23.109 14.235 23.099 14.917 22.672 15.344 C 22.506 15.511 22.291 15.62 22.058 15.657 L 18.852 16.16 L 15.76 19.253 L 15.303 19.703 L 14.787 20.191 C 10.557 24.103 8.147 23.919 3.835 19.693 L 3.286 19.143 L 2.861 18.701 C -1.177 14.41 -0.951 11.981 3.598 7.386 L 7.61 3.374 L 6.86 2.623 C 6.445 2.208 6.454 1.526 6.881 1.099 L 7.654 0.326 C 8.082 -0.1 8.765 -0.11 9.18 0.305 Z M 7.665 6.77 L 4.954 9.705 L 4.337 10.39 L 4.114 10.645 C 3.789 11.021 3.457 11.457 3.119 11.952 C 2.919 12.246 2.975 12.644 3.247 12.872 C 3.349 12.954 3.476 12.999 3.607 13 L 15.392 13 C 15.728 13 16 12.705 16 12.342 C 16.001 12.17 15.937 12.004 15.822 11.877 L 11.103 6.77 C 10.154 5.743 8.615 5.743 7.666 6.77 Z\" fill=\"#6b61fc\"></path></svg>',svgContentId:2389051462,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-ci2ngw\",\"data-styles-preset\":\"stylesPresetHeading3\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi)\"},children:\"Make it yours\"})}),className:\"framer-phh84h\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"j1wyAIx0T\",style:{\"--extracted-a0htzi\":\"rgb(191, 191, 191)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1cnmyz0\",\"data-styles-preset\":\"Xtv4s76BK\",children:\"Need this animation in different color? Copy the JSON file link and paste it into the Moko color editor.\"})}),className:\"framer-1qug0ho\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"uCfkywkIB\",style:{\"--framer-paragraph-spacing\":\"32px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15t8c8y-container\",layoutDependency:layoutDependency,layoutId:\"frxvH0HYt-container\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"frxvH0HYt\",layoutId:\"frxvH0HYt\",link:\"https://moko-app.cloud/folders\",style:{height:\"100%\"},title:\"Go to color editor\",variant:\"puaQ6y97y\",width:\"100%\"})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-kbmsfs\",layoutDependency:layoutDependency,layoutId:\"c3Tq2w3jD\",style:{backgroundColor:\"rgb(13, 13, 13)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18jo0at-container\",layoutDependency:layoutDependency,layoutId:\"BmYbDhRiF-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,canvasPlay:false,controls:false,height:\"100%\",id:\"BmYbDhRiF\",isMixedBorderRadius:false,layoutId:\"BmYbDhRiF\",loop:true,muted:true,objectFit:\"cover\",playing:false,poster:new URL(\"assets/DUBoLRMmuEakvSQMsUaOY2hOtU.png\",\"https://framerusercontent.com/modules/OvUPHHeJb0hARmoTTcTx/PqsgjR2wAHB4OpuuvH7x/Be49mG76W.js\").href,posterEnabled:true,srcFile:new URL(\"assets/se0BzqUWWs0QtvzRAP22wjOfA.mp4\",\"https://framerusercontent.com/modules/OvUPHHeJb0hARmoTTcTx/PqsgjR2wAHB4OpuuvH7x/Be49mG76W.js\").href,srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:93.4,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\",...addPropertyOverrides({\"agUDSJSKZ-hover\":{playing:true},vAPrJpH56:{playing:true}},baseVariant,gestureVariant)})})})]})})})});});const css=['.framer-3HZhx [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-3HZhx .framer-2iam1u { display: block; }\",\".framer-3HZhx .framer-kkkk8k { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 351px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 536px; will-change: transform; }\",\".framer-3HZhx .framer-11884zo { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 100%; justify-content: space-between; overflow: hidden; padding: 24px 24px 24px 24px; position: relative; width: 1px; }\",\".framer-3HZhx .framer-1odrqbd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-3HZhx .framer-1stw4ae { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 32px 0px; position: relative; width: 24px; }\",\".framer-3HZhx .framer-1nwkact { flex: none; height: 28px; position: relative; width: 24px; }\",\".framer-3HZhx .framer-phh84h, .framer-3HZhx .framer-1qug0ho { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-3HZhx .framer-15t8c8y-container { flex: none; height: 40px; position: relative; width: auto; }\",\".framer-3HZhx .framer-kbmsfs { flex: none; height: 100%; overflow: hidden; position: relative; width: 340px; }\",\".framer-3HZhx .framer-18jo0at-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-3HZhx .framer-v-kkkk8k .framer-kkkk8k { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3HZhx .framer-kkkk8k, .framer-3HZhx .framer-1odrqbd, .framer-3HZhx .framer-1stw4ae { gap: 0px; } .framer-3HZhx .framer-kkkk8k > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-3HZhx .framer-kkkk8k > :first-child, .framer-3HZhx .framer-1stw4ae > :first-child { margin-left: 0px; } .framer-3HZhx .framer-kkkk8k > :last-child, .framer-3HZhx .framer-1stw4ae > :last-child { margin-right: 0px; } .framer-3HZhx .framer-1odrqbd > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-3HZhx .framer-1odrqbd > :first-child { margin-top: 0px; } .framer-3HZhx .framer-1odrqbd > :last-child { margin-bottom: 0px; } .framer-3HZhx .framer-1stw4ae > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-3HZhx.framer-v-18d9ubm .framer-kkkk8k { flex-direction: column; height: 662px; }\",\".framer-3HZhx.framer-v-18d9ubm .framer-11884zo { flex: none; gap: 48px; height: min-content; justify-content: flex-start; padding: 24px 24px 32px 24px; width: 100%; }\",\".framer-3HZhx.framer-v-18d9ubm .framer-1stw4ae { padding: 0px 0px 16px 0px; }\",\".framer-3HZhx.framer-v-18d9ubm .framer-1qug0ho { max-width: 320px; }\",\".framer-3HZhx.framer-v-18d9ubm .framer-kbmsfs { flex: 2 0 0px; height: 1px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3HZhx.framer-v-18d9ubm .framer-kkkk8k, .framer-3HZhx.framer-v-18d9ubm .framer-11884zo { gap: 0px; } .framer-3HZhx.framer-v-18d9ubm .framer-kkkk8k > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-3HZhx.framer-v-18d9ubm .framer-kkkk8k > :first-child, .framer-3HZhx.framer-v-18d9ubm .framer-11884zo > :first-child { margin-top: 0px; } .framer-3HZhx.framer-v-18d9ubm .framer-kkkk8k > :last-child, .framer-3HZhx.framer-v-18d9ubm .framer-11884zo > :last-child { margin-bottom: 0px; } .framer-3HZhx.framer-v-18d9ubm .framer-11884zo > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 351\n * @framerIntrinsicWidth 536\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"vAPrJpH56\":{\"layout\":[\"fixed\",\"fixed\"]},\"QyH3TtLcW\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n */const FramerBe49mG76W=withCSS(Component,css,\"framer-3HZhx\");export default FramerBe49mG76W;FramerBe49mG76W.displayName=\"PromoBanner\";FramerBe49mG76W.defaultProps={height:351,width:536};addPropertyControls(FramerBe49mG76W,{variant:{options:[\"agUDSJSKZ\",\"vAPrJpH56\"],optionTitles:[\"default\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerBe49mG76W,[...ButtonFonts,...VideoFonts,...sharedStyle.fonts,...sharedStyle1.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBe49mG76W\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"351\",\"framerIntrinsicWidth\":\"536\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vAPrJpH56\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QyH3TtLcW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2add0ca)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Clipboard from\"https://framerusercontent.com/modules/Hj20QU19p80mpYsvesiZ/EqB2oGdmJ81urPOd5L66/Clipboard.js\";const ClipboardFonts=getFonts(Clipboard);const cycleOrder=[\"w_bKRUevJ\",\"GoDVCxnvs\"];const variantClassNames={GoDVCxnvs:\"framer-v-hbdjys\",w_bKRUevJ:\"framer-v-rjaexf\"};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 humanReadableVariantMap={Clicked:\"GoDVCxnvs\",default:\"w_bKRUevJ\"};const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const transformTemplate=(_,t)=>`translate(-50%, -50%) ${t}`;const negate=value=>{return!value;};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;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 Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"w_bKRUevJ\",paid:mCekN5_oy=false,jSON:ctzmBskZB=\"https://firebasestorage.googleapis.com/v0/b/moko-app-bee21.appspot.com/o/json%2Fc53dd0e1-6434-4b90-9efd-46801e1a2265.json?alt=media&token=1f338a42-028f-400f-bc43-3a167b955d48\",title:ZLURuXhIu=\"Copied!\",...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"w_bKRUevJ\",transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapz5nf4q=activeVariantCallback(async(...args)=>{setVariant(\"GoDVCxnvs\");});const onAppear8m08r2=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"w_bKRUevJ\"),3e3);});useOnVariantChange(baseVariant,{GoDVCxnvs:onAppear8m08r2});const defaultLayoutId=React.useId();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-Mgg0e\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Transition,{value:transition,children:/*#__PURE__*/ _jsxs(motion.div,{...restProps,className:cx(\"framer-rjaexf\",className),\"data-framer-name\":\"default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"w_bKRUevJ\",onTap:onTapz5nf4q,ref:ref,style:{...style},...addPropertyOverrides({GoDVCxnvs:{\"data-framer-name\":\"Clicked\"}},baseVariant,gestureVariant),children:[negate(mCekN5_oy)&&/*#__PURE__*/ _jsx(motion.div,{className:\"framer-8lcpgv-container\",layoutDependency:layoutDependency,layoutId:\"cCrkyb90s-container\",transformTemplate:transformTemplate,children:/*#__PURE__*/ _jsx(Clipboard,{borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,color:\"rgb(255, 255, 255)\",content:ctzmBskZB,fill:'var(--token-b1a86e76-6acd-4adf-9446-960b085a5939, rgb(85, 0, 255)) /* {\"name\":\"primaryColor\"} */',font:true,fontFamily:\"rubik\",fontSize:14,fontWeight:500,height:\"100%\",id:\"cCrkyb90s\",isMixedBorderRadius:false,label:\"Copy JSON\",layoutId:\"cCrkyb90s\",padding:12,paddingBottom:8,paddingLeft:12,paddingPerSide:true,paddingRight:12,paddingTop:8,topLeftRadius:8,topRightRadius:8,width:\"100%\"})}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-s959nw\",\"data-framer-name\":\"feedback\",layoutDependency:layoutDependency,layoutId:\"EiwNOnh1z\",style:{backgroundColor:\"rgb(51, 51, 51)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,opacity:0},transformTemplate:transformTemplate1,variants:{GoDVCxnvs:{opacity:1}},children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv)\"},children:\"Copied!\"})}),className:\"framer-1sbrsij\",fonts:[\"GF;Rubik-regular\"],layoutDependency:layoutDependency,layoutId:\"aDK6rUAas\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:ZLURuXhIu,verticalAlignment:\"top\",withExternalLayout:true})})]})})})});});const css=['.framer-Mgg0e [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-Mgg0e .framer-1viaabb { display: block; }\",\".framer-Mgg0e .framer-rjaexf { cursor: pointer; height: 33px; overflow: visible; position: relative; width: 97px; }\",\".framer-Mgg0e .framer-8lcpgv-container { flex: none; height: auto; left: 49%; position: absolute; top: 48%; width: auto; }\",\".framer-Mgg0e .framer-s959nw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: -56px; overflow: hidden; padding: 0px 8px 0px 8px; position: absolute; top: 48%; width: min-content; will-change: transform; }\",\".framer-Mgg0e .framer-1sbrsij { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Mgg0e .framer-s959nw { gap: 0px; } .framer-Mgg0e .framer-s959nw > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Mgg0e .framer-s959nw > :first-child { margin-left: 0px; } .framer-Mgg0e .framer-s959nw > :last-child { margin-right: 0px; } }\",\".framer-Mgg0e.framer-v-hbdjys .framer-s959nw { left: -70px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 33\n * @framerIntrinsicWidth 97\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"GoDVCxnvs\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"mCekN5_oy\":\"paid\",\"ctzmBskZB\":\"jSON\",\"ZLURuXhIu\":\"title\"}\n */ const FramerXcSv_2CSc=withCSS(Component,css,\"framer-Mgg0e\");export default FramerXcSv_2CSc;FramerXcSv_2CSc.displayName=\"copyButton\";FramerXcSv_2CSc.defaultProps={height:33,width:97};addPropertyControls(FramerXcSv_2CSc,{variant:{options:[\"w_bKRUevJ\",\"GoDVCxnvs\"],optionTitles:[\"default\",\"Clicked\"],title:\"Variant\",type:ControlType.Enum},mCekN5_oy:{defaultValue:false,title:\"Paid\",type:ControlType.Boolean},ctzmBskZB:{defaultValue:\"https://firebasestorage.googleapis.com/v0/b/moko-app-bee21.appspot.com/o/json%2Fc53dd0e1-6434-4b90-9efd-46801e1a2265.json?alt=media&token=1f338a42-028f-400f-bc43-3a167b955d48\",displayTextArea:false,title:\"JSON\",type:ControlType.String},ZLURuXhIu:{defaultValue:\"Copied!\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerXcSv_2CSc,[{family:\"Rubik\",moduleAsset:{localModuleIdentifier:\"local-module:canvasComponent/XcSv_2CSc:default\",url:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UE80V4bVkA.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UE80V4bVkA.ttf\",weight:\"400\"},...ClipboardFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXcSv_2CSc\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"mCekN5_oy\\\":\\\"paid\\\",\\\"ctzmBskZB\\\":\\\"jSON\\\",\\\"ZLURuXhIu\\\":\\\"title\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"97\",\"framerIntrinsicHeight\":\"33\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GoDVCxnvs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XcSv_2CSc.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Rubik-600\"]);export const fonts=[{family:\"Rubik\",moduleAsset:{localModuleIdentifier:\"local-module:css/NTNrfmYyZ:default\",url:\"https://fonts.gstatic.com/s/rubik/v23/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-1UE80V4bVkA.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/rubik/v23/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-1UE80V4bVkA.ttf\",weight:\"600\"}];export const css=['.framer-o5wLv .framer-styles-preset-t7w6uo:not(.rich-text-wrapper), .framer-o5wLv .framer-styles-preset-t7w6uo.rich-text-wrapper p, .framer-o5wLv .framer-styles-preset-t7w6uo.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Rubik\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 600; --framer-letter-spacing: 0px; --framer-line-height: 1.7em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-o5wLv .framer-styles-preset-t7w6uo:not(.rich-text-wrapper), .framer-o5wLv .framer-styles-preset-t7w6uo.rich-text-wrapper p, .framer-o5wLv .framer-styles-preset-t7w6uo.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Rubik\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 600; --framer-letter-spacing: 0px; --framer-line-height: 1.7em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-o5wLv .framer-styles-preset-t7w6uo:not(.rich-text-wrapper), .framer-o5wLv .framer-styles-preset-t7w6uo.rich-text-wrapper p, .framer-o5wLv .framer-styles-preset-t7w6uo.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Rubik\", sans-serif; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-weight: 600; --framer-letter-spacing: 0px; --framer-line-height: 1.7em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-o5wLv\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,NotFoundError,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouter,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import LemonSqueezy from\"https://framerusercontent.com/modules/1mkt2plloPEOvoe16UUK/EUmeSZzQepu1cHilAvr7/LemonSqueezy.js\";import Logo from\"https://framerusercontent.com/modules/IQXqjAGXltPKLdfjcdtf/AdYVRfUvx2HLE5qL3Xfw/Logo.js\";import{Lottie}from\"https://framerusercontent.com/modules/YbkSqZ7STzW5WsMb1yan/RLfsHd78NBd0kbafA9hd/Lottie.js\";import PromoBanner from\"#framer/local/canvasComponent/Be49mG76W/Be49mG76W.js\";import FooterDark from\"#framer/local/canvasComponent/NKksDy3LJ/NKksDy3LJ.js\";import Badge from\"#framer/local/canvasComponent/VdL5n5W0r/VdL5n5W0r.js\";import CopyButton from\"#framer/local/canvasComponent/XcSv_2CSc/XcSv_2CSc.js\";import Navbar from\"#framer/local/canvasComponent/z5vA0WR4a/z5vA0WR4a.js\";import PublicAnimations from\"#framer/local/collection/P5hU2lnVl/P5hU2lnVl.js\";import*as sharedStyle from\"#framer/local/css/NTNrfmYyZ/NTNrfmYyZ.js\";import*as sharedStyle1 from\"#framer/local/css/stylesPresetHeading1/stylesPresetHeading1.js\";import*as sharedStyle2 from\"#framer/local/css/stylesPresetHeading2/stylesPresetHeading2.js\";import*as sharedStyle3 from\"#framer/local/css/stylesPresetHeading3/stylesPresetHeading3.js\";import*as sharedStyle5 from\"#framer/local/css/stylesPresetLink/stylesPresetLink.js\";import*as sharedStyle6 from\"#framer/local/css/stylesPresetParagraph/stylesPresetParagraph.js\";import*as sharedStyle4 from\"#framer/local/css/Xtv4s76BK/Xtv4s76BK.js\";import metadataProvider from\"#framer/local/webPageMetadata/BLGxpK0PU/BLGxpK0PU.js\";const LottieFonts=getFonts(Lottie);const BadgeFonts=getFonts(Badge);const CopyButtonFonts=getFonts(CopyButton);const LemonSqueezyFonts=getFonts(LemonSqueezy);const LogoFonts=getFonts(Logo);const PromoBannerFonts=getFonts(PromoBanner);const NavbarFonts=getFonts(Navbar);const FooterDarkFonts=getFonts(FooterDark);const breakpoints={ApEunbeeQ:\"(max-width: 809px)\",r0KEMAaFs:\"(min-width: 1200px)\",u7d0wVFOe:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-SslLe\";const variantClassNames={ApEunbeeQ:\"framer-v-12pznad\",r0KEMAaFs:\"framer-v-97ffz4\",u7d0wVFOe:\"framer-v-uvixue\"};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const convertFromBoolean=(value,activeLocale)=>{if(value){return\"TXhBG51fG\";}else{return\"K13JMQQYl\";}};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"r0KEMAaFs\",Phone:\"ApEunbeeQ\",Tablet:\"u7d0wVFOe\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"r0KEMAaFs\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"BLGxpK0PU\",data:PublicAnimations,type:\"Collection\"},select:[{collection:\"BLGxpK0PU\",name:\"mN99QLDe9\",type:\"Identifier\"},{collection:\"BLGxpK0PU\",name:\"ZczY38Opm\",type:\"Identifier\"},{collection:\"BLGxpK0PU\",name:\"l4w8DNXt0\",type:\"Identifier\"},{collection:\"BLGxpK0PU\",name:\"UYNPUL67B\",type:\"Identifier\"},{collection:\"BLGxpK0PU\",name:\"MdhYSv8U3\",type:\"Identifier\"},{collection:\"BLGxpK0PU\",name:\"c82WJzxVN\",type:\"Identifier\"},{collection:\"BLGxpK0PU\",name:\"XlnVwLWaD\",type:\"Identifier\"},{collection:\"BLGxpK0PU\",name:\"g8lLbtJC0\",type:\"Identifier\"},{collection:\"BLGxpK0PU\",name:\"dtjfJCXxl\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"BLGxpK0PU\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,c82WJzxVN=getFromCurrentRouteData(\"c82WJzxVN\")??\"#09F\",XlnVwLWaD=getFromCurrentRouteData(\"XlnVwLWaD\"),ZczY38Opm=getFromCurrentRouteData(\"ZczY38Opm\")??\"\",l4w8DNXt0=getFromCurrentRouteData(\"l4w8DNXt0\")??true,g8lLbtJC0=getFromCurrentRouteData(\"g8lLbtJC0\")??\"\",mN99QLDe9=getFromCurrentRouteData(\"mN99QLDe9\")??\"\",UYNPUL67B=getFromCurrentRouteData(\"UYNPUL67B\")??\"\",dtjfJCXxl=getFromCurrentRouteData(\"dtjfJCXxl\")??\"\",MdhYSv8U3=getFromCurrentRouteData(\"MdhYSv8U3\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=equals(XlnVwLWaD,\"iyKEmUIqZ\");const visible1=equals(XlnVwLWaD,\"IpGew_6Nm\");const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"r0KEMAaFs\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(0, 0, 0); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-97ffz4\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fm4cvm\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nlrmo2\",style:{\"--5s3dih\":c82WJzxVN},children:[visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-6cactp-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"u1EMaiN9C\",scopeId:\"BLGxpK0PU\",children:/*#__PURE__*/_jsx(Lottie,{height:\"100%\",id:\"u1EMaiN9C\",isForwardsDirection:true,layoutId:\"u1EMaiN9C\",loop:true,pauseOnCanvas:true,playing:true,poster:\"Auto\",posterProgress:0,progress:0,speed:1,srcType:\"URL\",srcUrl:ZczY38Opm,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),visible1&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-z8spaj-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"bGg90YHek\",scopeId:\"BLGxpK0PU\",children:/*#__PURE__*/_jsx(Lottie,{height:\"100%\",id:\"bGg90YHek\",isForwardsDirection:true,layoutId:\"bGg90YHek\",loop:true,pauseOnCanvas:true,playing:true,poster:\"Auto\",posterProgress:0,progress:0,speed:1,srcType:\"URL\",srcUrl:ZczY38Opm,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-gs512-container\",nodeId:\"BZiKrsDtD\",scopeId:\"BLGxpK0PU\",children:/*#__PURE__*/_jsx(Badge,{height:\"100%\",id:\"BZiKrsDtD\",layoutId:\"BZiKrsDtD\",price:g8lLbtJC0,title:\"Free\",variant:convertFromBoolean(l4w8DNXt0,activeLocale),width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zbj16q\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-96zfv1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-t7w6uo\",\"data-styles-preset\":\"NTNrfmYyZ\",style:{\"--framer-text-color\":\"rgb(252, 252, 252)\"},children:\"Face ID confirmed\"})}),className:\"framer-9ryydt\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:mN99QLDe9,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rlnn0r-container\",nodeId:\"LCmXVOpo2\",scopeId:\"BLGxpK0PU\",children:/*#__PURE__*/_jsx(CopyButton,{height:\"100%\",id:\"LCmXVOpo2\",jSON:ZczY38Opm,layoutId:\"LCmXVOpo2\",paid:l4w8DNXt0,style:{height:\"100%\",width:\"100%\"},title:\"Copied!\",variant:\"w_bKRUevJ\",width:\"100%\"})})}),l4w8DNXt0&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-sft95l-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"r1VimgICV\",scopeId:\"BLGxpK0PU\",children:/*#__PURE__*/_jsx(LemonSqueezy,{fontControl:{fontFamily:'\"Rubik\", \"Rubik Placeholder\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"100%\",id:\"r1VimgICV\",isRedirect:false,layoutId:\"r1VimgICV\",styleOptions:{backgroundColor:\"var(--token-b1a86e76-6acd-4adf-9446-960b085a5939, rgb(85, 0, 255))\",borderRadius:8,color:\"rgb(255, 255, 255)\",padding:12,paddingBottom:12,paddingLeft:16,paddingPerSide:true,paddingRight:16,paddingTop:12},text:\"Get\",url:UYNPUL67B,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oo3z1g\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vnwuyb\",\"data-framer-name\":\"Avatar\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1j0ppu1-container\",isModuleExternal:true,nodeId:\"yXw66hZvO\",scopeId:\"BLGxpK0PU\",children:/*#__PURE__*/_jsx(Logo,{company:\"moko-app.com\",height:\"100%\",id:\"yXw66hZvO\",isSearch:true,layoutId:\"yXw66hZvO\",radius:100,srcType:\"URL\",srcUrl:\"\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"rgb(173, 173, 173)\"},children:\"by Moko\"})}),className:\"framer-3don3v\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-dmexqb\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:dtjfJCXxl,className:\"framer-xqgi5b\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-aexbeb\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-1m9bzi2\",h3:\"framer-styles-preset-ci2ngw\",p:\"framer-styles-preset-1cnmyz0\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16bzrdu\",\"data-styles-preset\":\"stylesPresetParagraph\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Video URL\"})}),className:\"framer-195ahmm\",\"data-framer-name\":\"Video URL\",fonts:[\"Inter\"],text:MdhYSv8U3,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pssr0w\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-873asb-container\",nodeId:\"GDiw0qoh_\",scopeId:\"BLGxpK0PU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ApEunbeeQ:{variant:\"vAPrJpH56\"}},children:/*#__PURE__*/_jsx(PromoBanner,{height:\"100%\",id:\"GDiw0qoh_\",layoutId:\"GDiw0qoh_\",style:{height:\"100%\",width:\"100%\"},variant:\"agUDSJSKZ\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":KzwY3dAtq\",webPageId:\"uR_U0XL6t\"},implicitPathVariables:undefined},{href:{pathVariables:{YnOqhQjPQ:\"updates\"},webPageId:\"YyPKqHcHu\"},implicitPathVariables:undefined},{href:{webPageId:\"LOED7KR0S\"},implicitPathVariables:undefined},{href:{hash:\":KzwY3dAtq\",webPageId:\"uR_U0XL6t\"},implicitPathVariables:undefined},{href:{pathVariables:{YnOqhQjPQ:\"updates\"},webPageId:\"YyPKqHcHu\"},implicitPathVariables:undefined},{href:{webPageId:\"LOED7KR0S\"},implicitPathVariables:undefined},{href:{hash:\":KzwY3dAtq\",webPageId:\"uR_U0XL6t\"},implicitPathVariables:undefined},{href:{pathVariables:{YnOqhQjPQ:\"updates\"},webPageId:\"YyPKqHcHu\"},implicitPathVariables:undefined},{href:{webPageId:\"LOED7KR0S\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"min(100vw, 1200px)\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12ua26b-container\",layoutScroll:true,nodeId:\"lP31tGTCw\",scopeId:\"BLGxpK0PU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ApEunbeeQ:{hh6v8RiUR:resolvedLinks[8],PonVOpr0I:resolvedLinks[6],variant:\"kkTi_ZGpy\",vdczD8rfy:resolvedLinks[7]},u7d0wVFOe:{hh6v8RiUR:resolvedLinks[5],PonVOpr0I:resolvedLinks[3],variant:\"vdPkxfhK_\",vdczD8rfy:resolvedLinks[4]}},children:/*#__PURE__*/_jsx(Navbar,{height:\"100%\",hh6v8RiUR:resolvedLinks[2],id:\"lP31tGTCw\",ijWTxSG0V:\"Marketplace\",layoutId:\"lP31tGTCw\",MaoO4XPsI:\"Features\",P22nZfjR6:\"Updates\",PonVOpr0I:resolvedLinks[0],style:{maxWidth:\"100%\",width:\"100%\"},variant:\"ePouc51M7\",vdczD8rfy:resolvedLinks[1],width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kyays4-container\",nodeId:\"m5UzUx3qe\",scopeId:\"BLGxpK0PU\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ApEunbeeQ:{variant:\"yqF7emIJu\"},u7d0wVFOe:{variant:\"Ekm70ZbYd\"}},children:/*#__PURE__*/_jsx(FooterDark,{height:\"100%\",id:\"m5UzUx3qe\",layoutId:\"m5UzUx3qe\",style:{width:\"100%\"},variant:\"iRCJUGh7H\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-SslLe.framer-1agesxt, .framer-SslLe .framer-1agesxt { display: block; }\",\".framer-SslLe.framer-97ffz4 { align-content: center; align-items: center; background-color: #000000; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 180px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-SslLe .framer-1fm4cvm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 600px; padding: 0px 32px 0px 32px; position: relative; width: 100%; }\",\".framer-SslLe .framer-1nlrmo2 { aspect-ratio: 1.4285714285714286 / 1; background-color: var(--5s3dih); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: var(--framer-aspect-ratio-supported, 140px); overflow: visible; position: relative; width: 100%; }\",\".framer-SslLe .framer-6cactp-container { flex: none; height: 212px; left: calc(50.00000000000002% - 388px / 2); position: absolute; top: calc(50.00000000000002% - 212px / 2); width: 388px; }\",\".framer-SslLe .framer-z8spaj-container { flex: none; height: 320px; left: calc(50.00000000000002% - 320px / 2); position: absolute; top: calc(50.00000000000002% - 320px / 2); width: 320px; }\",\".framer-SslLe .framer-gs512-container { bottom: -8px; flex: none; height: auto; left: -8px; position: absolute; width: auto; }\",\".framer-SslLe .framer-zbj16q { align-content: flex-start; align-items: flex-start; 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-SslLe .framer-96zfv1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SslLe .framer-9ryydt { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-SslLe .framer-1rlnn0r-container { flex: none; height: 33px; position: relative; width: 97px; }\",\".framer-SslLe .framer-sft95l-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-SslLe .framer-1oo3z1g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 24px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SslLe .framer-1vnwuyb { 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, 24px); overflow: hidden; position: relative; width: 24px; will-change: var(--framer-will-change-override, transform); }\",\".framer-SslLe .framer-1j0ppu1-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-SslLe .framer-3don3v { --framer-paragraph-spacing: 32px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-SslLe .framer-dmexqb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-SslLe .framer-xqgi5b { --framer-paragraph-spacing: 32px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-SslLe .framer-195ahmm { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-SslLe .framer-pssr0w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 120px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-SslLe .framer-873asb-container { flex: 1 0 0px; height: 369px; position: relative; width: 1px; }\",\".framer-SslLe .framer-12ua26b-container { flex: none; height: auto; left: 50%; max-width: 1200px; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-SslLe .framer-1kyays4-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-SslLe.framer-97ffz4, .framer-SslLe .framer-1fm4cvm, .framer-SslLe .framer-zbj16q, .framer-SslLe .framer-1oo3z1g, .framer-SslLe .framer-dmexqb, .framer-SslLe .framer-pssr0w { gap: 0px; } .framer-SslLe.framer-97ffz4 > *, .framer-SslLe .framer-zbj16q > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-SslLe.framer-97ffz4 > :first-child, .framer-SslLe .framer-1fm4cvm > :first-child, .framer-SslLe .framer-zbj16q > :first-child, .framer-SslLe .framer-dmexqb > :first-child { margin-top: 0px; } .framer-SslLe.framer-97ffz4 > :last-child, .framer-SslLe .framer-1fm4cvm > :last-child, .framer-SslLe .framer-zbj16q > :last-child, .framer-SslLe .framer-dmexqb > :last-child { margin-bottom: 0px; } .framer-SslLe .framer-1fm4cvm > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-SslLe .framer-1oo3z1g > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-SslLe .framer-1oo3z1g > :first-child, .framer-SslLe .framer-pssr0w > :first-child { margin-left: 0px; } .framer-SslLe .framer-1oo3z1g > :last-child, .framer-SslLe .framer-pssr0w > :last-child { margin-right: 0px; } .framer-SslLe .framer-dmexqb > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-SslLe .framer-pssr0w > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-SslLe.framer-97ffz4 { gap: 60px; width: 810px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-SslLe.framer-97ffz4 { gap: 0px; } .framer-SslLe.framer-97ffz4 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-SslLe.framer-97ffz4 > :first-child { margin-top: 0px; } .framer-SslLe.framer-97ffz4 > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 809px) { .framer-SslLe.framer-97ffz4 { gap: 60px; padding: 110px 0px 0px 0px; width: 390px; } .framer-SslLe .framer-1nlrmo2 { height: var(--framer-aspect-ratio-supported, 228px); width: 326px; } .framer-SslLe .framer-z8spaj-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 200px); left: 50%; top: 50%; transform: translate(-50%, -50%); width: 48%; } .framer-SslLe .framer-873asb-container { height: 617px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-SslLe.framer-97ffz4 { gap: 0px; } .framer-SslLe.framer-97ffz4 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-SslLe.framer-97ffz4 > :first-child { margin-top: 0px; } .framer-SslLe.framer-97ffz4 > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1368\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"u7d0wVFOe\":{\"layout\":[\"fixed\",\"auto\"]},\"ApEunbeeQ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerBLGxpK0PU=withCSS(Component,css,\"framer-SslLe\");export default FramerBLGxpK0PU;FramerBLGxpK0PU.displayName=\"PublicAnimations\";FramerBLGxpK0PU.defaultProps={height:1368,width:1200};addFonts(FramerBLGxpK0PU,[{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:\"Rubik\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1VU80V4bVkA.woff2\",weight:\"500\"}]},...LottieFonts,...BadgeFonts,...CopyButtonFonts,...LemonSqueezyFonts,...LogoFonts,...PromoBannerFonts,...NavbarFonts,...FooterDarkFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBLGxpK0PU\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"u7d0wVFOe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ApEunbeeQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"1368\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["SrcType", "baseUrl", "getLogoUrl", "company", "Logo", "props", "radius", "isSearch", "srcType", "srcUrl", "srcFile", "style", "logoURL", "se", "emptyState", "RenderTarget", "p", "NullState", "baseStyles", "addPropertyControls", "ControlType", "ButtonFonts", "getFonts", "JAmTgyytB_default", "VideoFonts", "Video", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "u", "SVG", "RichText2", "x", "css", "FramerBe49mG76W", "withCSS", "Be49mG76W_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "ClipboardFonts", "getFonts", "Clipboard", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "transformTemplate", "_", "negate", "value", "transformTemplate1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "mCekN5_oy", "ctzmBskZB", "ZLURuXhIu", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapz5nf4q", "args", "onAppear8m08r2", "useOnVariantChange", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "u", "RichText2", "x", "css", "FramerXcSv_2CSc", "withCSS", "XcSv_2CSc_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "LottieFonts", "getFonts", "Lottie", "BadgeFonts", "VdL5n5W0r_default", "CopyButtonFonts", "XcSv_2CSc_default", "LemonSqueezyFonts", "LemonSqueezy", "LogoFonts", "Logo", "PromoBannerFonts", "Be49mG76W_default", "NavbarFonts", "z5vA0WR4a_default", "FooterDarkFonts", "NKksDy3LJ_default", "breakpoints", "serializationHash", "variantClassNames", "equals", "a", "b", "convertFromBoolean", "value", "activeLocale", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "P5hU2lnVl_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "c82WJzxVN", "XlnVwLWaD", "ZczY38Opm", "l4w8DNXt0", "g8lLbtJC0", "mN99QLDe9", "UYNPUL67B", "dtjfJCXxl", "MdhYSv8U3", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "visible", "visible1", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "Lottie", "VdL5n5W0r_default", "RichText2", "x", "XcSv_2CSc_default", "LemonSqueezy", "Logo", "PropertyOverrides2", "Be49mG76W_default", "ResolveLinks", "resolvedLinks", "z5vA0WR4a_default", "NKksDy3LJ_default", "css", "FramerBLGxpK0PU", "withCSS", "BLGxpK0PU_default", "addFonts", "LottieFonts", "BadgeFonts", "CopyButtonFonts", "LemonSqueezyFonts", "LogoFonts", "PromoBannerFonts", "NavbarFonts", "FooterDarkFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
