{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/useConstant.js@^1.0.0", "ssg:https://framer.com/m/framer/randomID.js@^2.0.0", "ssg:https://framerusercontent.com/modules/KtVGDQXNUVZ5aqCs47VS/OMqTyVIbB7GZvcPewNwz/F8KjCKf_G.js", "ssg:https://framerusercontent.com/modules/rj5tSGpiqinlUVfeAt6u/dcSubMQlunocgz263jkp/O4tJvYPeY.js", "ssg:https://framerusercontent.com/modules/DUMdtlj3fjzQmM2wPmVe/6pXEF2kQcQ6J0gaqF0Ro/QxrUNnvQu.js", "ssg:https://framerusercontent.com/modules/RkvHxTMWXngJwdo9GkjG/17feKmAs2gq11F3Wd0Q9/Tftl9CLLz.js", "ssg:https://framerusercontent.com/modules/MVurod4eIkTUxgyL1qyl/L8YpztbiwI7vjtZZzpOF/ZmfzVilbf.js"],
  "sourcesContent": ["import { useRef } from \"react\";\n/**\n * Creates a constant value over the lifecycle of a component.\n *\n * Even if `useMemo` is provided an empty array as its final argument, it doesn't offer\n * a guarantee that it won't re-run for performance reasons later on.\n * By using `useConstant` you can ensure that initialisers don't execute twice or more.\n */ export function useConstant(init) {\n    const ref = useRef(null);\n    if (ref.current === null) {\n        ref.current = init();\n    }\n    return ref.current;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useConstant\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useConstant.map", "import { useConstant } from \"https://framer.com/m/framer/useConstant.js@^1.0.0\";\nconst BASE62 = \"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\";\n/**\n * Generates a random string of BASE62 characters.\n */ export function randomID(length = 5) {\n    return Array(length).fill(0).map(()=>BASE62[Math.floor(Math.random() * BASE62.length)]\n    ).join(\"\");\n}\nexport function useRandomID(length = 5) {\n    return useConstant(()=>randomID(length)\n    );\n}\nconst defaultStorageKey = \"$$FramerRandomID\";\n/**\n * `randomID` but cached in localStorage.\n */ export function useCachedRandomID(storageKey = defaultStorageKey) {\n    return useConstant(()=>{\n        const storage = getLocalStorage();\n        if (!storage) return randomID(8);\n        const cachedValue = storage.getItem(storageKey);\n        if (cachedValue) return cachedValue;\n        const newID = randomID(8);\n        storage.setItem(storageKey, newID);\n        return newID;\n    });\n}\nfunction getLocalStorage() {\n    if (typeof window === undefined) return undefined;\n    try {\n        return window.localStorage;\n    } catch (err) {\n        return undefined;\n    }\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useRandomID\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useCachedRandomID\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"randomID\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./randomID.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";// Generated by Framer (24f3304)\nimport*as React from\"react\";import{motion,LayoutGroup}from\"framer-motion\";import{useActiveVariantCallback,addFonts,withCSS,addPropertyControls,ControlType,cx,useAddVariantProps,useVariantState}from\"framer\";import{useRandomID}from\"https://framer.com/m/framer/randomID.js@^2.0.0\";const cycleOrder=[\"uL1KSNbAO\",\"wuYLgLVQz\"];const variantClassNames={\"uL1KSNbAO\":\"framer-v-sct6xz\",\"wuYLgLVQz\":\"framer-v-7ln769\"};const humanReadableVariantMap={\"Burger\":\"uL1KSNbAO\",\"X\":\"wuYLgLVQz\"};const transitions={\"default\":{\"type\":\"spring\",\"ease\":[0.44,0,0.56,1],\"duration\":5,\"delay\":0,\"stiffness\":400,\"damping\":30,\"mass\":1}};const Component=/*#__PURE__*/ React.forwardRef(function({style:externalStyle={},className,width,height,layoutId,variant:outerVariant=\"uL1KSNbAO\",tap:TBgHLr7MW,color:iWF8EWIN1=\"rgb(136, 136, 136)\",...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{variants,baseVariant,gestureVariant,classNames,transition,setVariant,setGestureState}=useVariantState({defaultVariant:\"uL1KSNbAO\",variant,transitions,variantClassNames,cycleOrder});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapsct6xz=activeVariantCallback(async(...args)=>{if(TBgHLr7MW){const res=await TBgHLr7MW(...args);if(res===false)return false;}setVariant(\"wuYLgLVQz\");});const onTap7ln769=activeVariantCallback(async(...args)=>{if(TBgHLr7MW){const res=await TBgHLr7MW(...args);if(res===false)return false;}setVariant(\"uL1KSNbAO\");});const variantProps=React.useMemo(()=>({\"wuYLgLVQz\":{\"uL1KSNbAO\":{\"onTap\":onTap7ln769,\"data-framer-name\":\"X\",\"data-highlight\":true}}}),[onTap7ln769]);const addVariantProps=useAddVariantProps(baseVariant,gestureVariant,variantProps);const defaultLayoutId=useRandomID();const{pointerEvents,...style}=externalStyle;return(/*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{\"data-framer-generated\":true,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-OAsFD\",classNames),style:{\"display\":\"contents\",\"pointerEvents\":pointerEvents!==null&&pointerEvents!==void 0?pointerEvents:undefined},children:/*#__PURE__*/ _jsx(motion.div,{...restProps,layoutId:\"uL1KSNbAO\",className:cx(\"framer-sct6xz\",className),style:{...style},background:null,\"data-highlight\":true,\"data-framer-name\":\"Burger\",onTap:onTapsct6xz,transition:transition,layoutDependency:layoutDependency,ref:ref,...addVariantProps(\"uL1KSNbAO\"),children:/*#__PURE__*/ _jsxs(motion.div,{layoutId:\"grVqu8zO5\",className:\"framer-kqrzyc\",style:{},background:null,transition:transition,layoutDependency:layoutDependency,...addVariantProps(\"grVqu8zO5\"),children:[/*#__PURE__*/ _jsx(motion.div,{layoutId:\"x0ZufA4We\",className:\"framer-mzz784\",style:{\"backgroundColor\":iWF8EWIN1,\"rotate\":0},\"data-framer-name\":\"Bottom\",variants:{\"wuYLgLVQz\":{\"rotate\":-45}},transition:transition,layoutDependency:layoutDependency,...addVariantProps(\"x0ZufA4We\")}),/*#__PURE__*/ _jsx(motion.div,{layoutId:\"uR628goMu\",className:\"framer-1a74gli\",style:{\"backgroundColor\":iWF8EWIN1,\"rotate\":0,\"opacity\":1},\"data-framer-name\":\"Mid\",variants:{\"wuYLgLVQz\":{\"rotate\":0,\"opacity\":0}},transition:transition,layoutDependency:layoutDependency,...addVariantProps(\"uR628goMu\")}),/*#__PURE__*/ _jsx(motion.div,{layoutId:\"CpjUXrkWa\",className:\"framer-48wlq1\",style:{\"backgroundColor\":iWF8EWIN1,\"rotate\":0},\"data-framer-name\":\"Top\",variants:{\"wuYLgLVQz\":{\"rotate\":45}},transition:transition,layoutDependency:layoutDependency,...addVariantProps(\"CpjUXrkWa\")})]})})})}));});const css=[\".framer-OAsFD [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-OAsFD * { box-sizing: border-box; }\",\".framer-OAsFD .framer-sct6xz { position: relative; cursor: pointer; overflow: hidden; width: 32px; height: 32px; }\",\".framer-OAsFD .framer-kqrzyc { position: absolute; overflow: visible; width: 24px; height: 18px; left: calc(50.00000000000002% - 24px/2); top: calc(50.00000000000002% - 18px/2); flex: none; }\",\".framer-OAsFD .framer-mzz784 { position: absolute; overflow: hidden; height: 2px; right: 0px; bottom: 0px; left: 0px; flex: none; }\",\".framer-OAsFD .framer-1a74gli { position: absolute; overflow: hidden; height: 2px; right: 0px; left: 0px; top: calc(50.00000000000002% - 2px/2); flex: none; }\",\".framer-OAsFD .framer-48wlq1 { position: absolute; overflow: hidden; height: 2px; right: 0px; left: 0px; top: 0px; flex: none; }\",\".framer-OAsFD.framer-v-7ln769 .framer-sct6xz { cursor: pointer; }\",\".framer-OAsFD.framer-v-7ln769 .framer-mzz784 { width: auto; height: 2px; right: 0px; bottom: auto; left: 0px; top: calc(50.00000000000002% - 2px/2); flex: none; aspect-ratio: unset; }\",\".framer-OAsFD.framer-v-7ln769 .framer-1a74gli { width: 2px; height: 2px; right: 0px; bottom: auto; left: auto; top: calc(50.00000000000002% - 2px/2); flex: none; aspect-ratio: unset; }\",\".framer-OAsFD.framer-v-7ln769 .framer-48wlq1 { width: 26px; height: 2px; right: -1px; bottom: auto; left: auto; top: calc(50.00000000000002% - 2px/2); flex: none; aspect-ratio: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 32\n * @framerCanvasComponentVariantDetails {\"propertyName\": \"variant\", \"data\": {\"default\": {\"layout\": [\"fixed\", \"fixed\"]}, \"wuYLgLVQz\": {\"layout\": [\"fixed\", \"fixed\"]}}}\n * @framerVariables {\"TBgHLr7MW\": \"tap\", \"iWF8EWIN1\": \"color\"}\n */ const FramerF8KjCKf_G=withCSS(Component,css);export default FramerF8KjCKf_G;FramerF8KjCKf_G.displayName=\"Elements/Menu Icon\";FramerF8KjCKf_G.defaultProps={\"width\":32,\"height\":32};addPropertyControls(FramerF8KjCKf_G,{\"variant\":{\"type\":ControlType.Enum,\"title\":\"Variant\",\"options\":[\"uL1KSNbAO\",\"wuYLgLVQz\"],\"optionTitles\":[\"Burger\",\"X\"]},\"TBgHLr7MW\":{\"type\":ControlType.EventHandler,\"title\":\"Tap\"},\"iWF8EWIN1\":{\"type\":ControlType.Color,\"title\":\"Color\",\"defaultValue\":\"rgb(136, 136, 136)\"}});addFonts(FramerF8KjCKf_G,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerF8KjCKf_G\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"32\",\"framerIntrinsicWidth\":\"32\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\": \\\"variant\\\", \\\"data\\\": {\\\"default\\\": {\\\"layout\\\": [\\\"fixed\\\", \\\"fixed\\\"]}, \\\"wuYLgLVQz\\\": {\\\"layout\\\": [\\\"fixed\\\", \\\"fixed\\\"]}}}\",\"framerVariables\":\"{\\\"TBgHLr7MW\\\": \\\"tap\\\", \\\"iWF8EWIN1\\\": \\\"color\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./F8KjCKf_G.map", "// Generated by Framer (2fef4c5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"FrVJh37lR\",\"q6lMQFQNm\",\"JvWDj2cnz\",\"vWzgMMIUz\"];const serializationHash=\"framer-Tokzq\";const variantClassNames={FrVJh37lR:\"framer-v-7krfaf\",JvWDj2cnz:\"framer-v-1ke5jcf\",q6lMQFQNm:\"framer-v-1it3jwv\",vWzgMMIUz:\"framer-v-18lxc1k\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Background Default\":\"JvWDj2cnz\",\"Background Open\":\"vWzgMMIUz\",Default:\"FrVJh37lR\",Open:\"q6lMQFQNm\"};const getProps=({height,hover,id,tap,width,...props})=>{return{...props,grL4kSuey:tap??props.grL4kSuey,SMWpmqwRo:hover??props.SMWpmqwRo,variant:humanReadableVariantMap[props.variant]??props.variant??\"FrVJh37lR\"};};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,grL4kSuey,SMWpmqwRo,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FrVJh37lR\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap2o3m5v=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(grL4kSuey){const res=await grL4kSuey(...args);if(res===false)return false;}});const onMouseEnterc68e8j=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(SMWpmqwRo){const res=await SMWpmqwRo(...args);if(res===false)return false;}});const onTap1iw63br=activeVariantCallback(async(...args)=>{setVariant(\"q6lMQFQNm\");});const onTap1o76ctf=activeVariantCallback(async(...args)=>{setVariant(\"FrVJh37lR\");});const onTap18kdgs9=activeVariantCallback(async(...args)=>{setVariant(\"vWzgMMIUz\");});const onTap1msxejj=activeVariantCallback(async(...args)=>{setVariant(\"JvWDj2cnz\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"q6lMQFQNm\")return false;return true;};const isDisplayed1=()=>{if([\"q6lMQFQNm\",\"vWzgMMIUz\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"q6lMQFQNm\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-7krfaf\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"FrVJh37lR\",onMouseEnter:onMouseEnterc68e8j,onTap:onTap2o3m5v,ref:refBinding,style:{...style},...addPropertyOverrides({JvWDj2cnz:{\"data-framer-name\":\"Background Default\"},q6lMQFQNm:{\"data-framer-name\":\"Open\"},vWzgMMIUz:{\"data-framer-name\":\"Background Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m5q138\",\"data-framer-name\":\"Menu Item\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"IHAgQlGDa\",onTap:onTap1iw63br,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9,boxShadow:\"none\"},variants:{JvWDj2cnz:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14,boxShadow:\"0px 10px 25px 0px rgba(0, 0, 0, 0.1)\"},vWzgMMIUz:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14,boxShadow:\"0px 10px 25px 0px rgba(0, 0, 0, 0.1)\"}},...addPropertyOverrides({JvWDj2cnz:{onTap:onTap18kdgs9},q6lMQFQNm:{onTap:onTap1o76ctf},vWzgMMIUz:{onTap:onTap1msxejj}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Our Games\"})}),className:\"framer-18vmw6i\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"jgs1IrxK0\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},variants:{JvWDj2cnz:{\"--extracted-r6o4lv\":\"rgb(54, 54, 54)\"},vWzgMMIUz:{\"--extracted-r6o4lv\":\"rgb(54, 54, 54)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({JvWDj2cnz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(54, 54, 54))\"},children:\"Our Games\"})})},vWzgMMIUz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(54, 54, 54))\"},children:\"Our Games\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1r78u1z\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"fR0jNUyhU\",opacity:1,radius:0,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 8\"><path d=\"M 1.036 3.555 C 0.593 2.89 1.07 2 1.869 2 L 6.131 2 C 6.93 2 7.407 2.89 6.964 3.555 L 4.832 6.752 C 4.436 7.346 3.564 7.346 3.168 6.752 Z\" fill=\"hsl(0, 0%, 100%)\"></path></svg>',svgContentId:9881866507,withExternalLayout:true,...addPropertyOverrides({JvWDj2cnz:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 8\"><path d=\"M 1.036 3.555 C 0.593 2.89 1.07 2 1.869 2 L 6.131 2 C 6.93 2 7.407 2.89 6.964 3.555 L 4.832 6.752 C 4.436 7.346 3.564 7.346 3.168 6.752 Z\" fill=\"#363636\"></path></svg>',svgContentId:11232106912},q6lMQFQNm:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 8\"><path d=\"M 1.036 1.555 C 0.593 0.89 1.07 0 1.869 0 L 6.131 0 C 6.93 0 7.407 0.89 6.964 1.555 L 4.832 4.752 C 4.436 5.346 3.564 5.346 3.168 4.752 Z\" transform=\"translate(0 1) rotate(-180 4 3)\" fill=\"hsl(0, 0%, 100%)\"></path></svg>',svgContentId:11091711545},vWzgMMIUz:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 8\"><path d=\"M 1.036 1.555 C 0.593 0.89 1.07 0 1.869 0 L 6.131 0 C 6.93 0 7.407 0.89 6.964 1.555 L 4.832 4.752 C 4.436 5.346 3.564 5.346 3.168 4.752 Z\" transform=\"translate(0 1) rotate(180 4 3)\" fill=\"#363636\"></path></svg>',svgContentId:9955215054}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dwzhm0\",\"data-framer-name\":\"Dropdown\",layoutDependency:layoutDependency,layoutId:\"sdXxJ0yw6\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14,boxShadow:\"0px 10px 25px 0px rgba(0, 0, 0, 0.1)\",opacity:0},variants:{q6lMQFQNm:{opacity:1},vWzgMMIUz:{opacity:1}},children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:\"Account\"})}),className:\"framer-12j7db\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"YP8S9DGe7\",style:{\"--extracted-r6o4lv\":\"rgb(102, 102, 102)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({vWzgMMIUz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:\"Incredible Race\"})}),fonts:[\"GF;Rubik-500\"]}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:\"Support\"})}),className:\"framer-1gdiva2\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"R5gkZiVu9\",style:{\"--extracted-r6o4lv\":\"rgb(102, 102, 102)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:\"Profile\"})}),className:\"framer-18asgho\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"LnPwkEuyF\",style:{\"--extracted-r6o4lv\":\"rgb(102, 102, 102)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FCNXEtSBT\"},motionChild:true,nodeId:\"OhuRgGJre\",openInNewTab:false,scopeId:\"O4tJvYPeY\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1fb62lm framer-180ihpm\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"OhuRgGJre\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:200,pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/l23pqf7q3QOrRK3A6oDF32BY2c.png\"},className:\"framer-fxpg8s\",layoutDependency:layoutDependency,layoutId:\"pWZ07sgEH\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},...addPropertyOverrides({q6lMQFQNm:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+37+20+0+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/l23pqf7q3QOrRK3A6oDF32BY2c.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14b75aw\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"GaPoYBlex\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(43, 43, 43))\"},children:\"Incredible Race\"})}),className:\"framer-1mgar1y\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"zFZflm3xW\",style:{\"--extracted-r6o4lv\":\"rgb(43, 43, 43)\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),isDisplayed2()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jmnmKt9vI\"},motionChild:true,nodeId:\"VOgqcppeg\",scopeId:\"O4tJvYPeY\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-ipmfrf framer-180ihpm\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"VOgqcppeg\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:200,pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/fBqddN7a8kIw3R6CvIJW8Mwlw6g.png\"},className:\"framer-9ya0sl\",layoutDependency:layoutDependency,layoutId:\"jRTTwSgpK\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},...addPropertyOverrides({q6lMQFQNm:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+37+20+55+0),pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/fBqddN7a8kIw3R6CvIJW8Mwlw6g.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-l29frt\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"FZ8_21oJo\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(43, 43, 43))\"},children:\"Emoji Buddies\"})}),className:\"framer-xz5lv3\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"Y9pBefzzT\",style:{\"--extracted-r6o4lv\":\"rgb(43, 43, 43)\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Tokzq.framer-180ihpm, .framer-Tokzq .framer-180ihpm { display: block; }\",\".framer-Tokzq.framer-7krfaf { align-content: flex-end; align-items: flex-end; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Tokzq .framer-1m5q138 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 25px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Tokzq .framer-18vmw6i, .framer-Tokzq .framer-12j7db, .framer-Tokzq .framer-1gdiva2, .framer-Tokzq .framer-18asgho { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Tokzq .framer-1r78u1z { flex: none; height: 8px; position: relative; width: 8px; }\",\".framer-Tokzq .framer-dwzhm0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px; pointer-events: none; position: absolute; right: 0px; top: 30px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-Tokzq .framer-1fb62lm, .framer-Tokzq .framer-ipmfrf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Tokzq .framer-fxpg8s, .framer-Tokzq .framer-9ya0sl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 40px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Tokzq .framer-14b75aw, .framer-Tokzq .framer-l29frt { 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: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Tokzq .framer-1mgar1y, .framer-Tokzq .framer-xz5lv3 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Tokzq.framer-7krfaf, .framer-Tokzq .framer-1m5q138, .framer-Tokzq .framer-dwzhm0, .framer-Tokzq .framer-1fb62lm, .framer-Tokzq .framer-fxpg8s, .framer-Tokzq .framer-14b75aw, .framer-Tokzq .framer-ipmfrf, .framer-Tokzq .framer-9ya0sl, .framer-Tokzq .framer-l29frt { gap: 0px; } .framer-Tokzq.framer-7krfaf > *, .framer-Tokzq .framer-dwzhm0 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-Tokzq.framer-7krfaf > :first-child, .framer-Tokzq .framer-dwzhm0 > :first-child, .framer-Tokzq .framer-fxpg8s > :first-child, .framer-Tokzq .framer-14b75aw > :first-child, .framer-Tokzq .framer-9ya0sl > :first-child, .framer-Tokzq .framer-l29frt > :first-child { margin-top: 0px; } .framer-Tokzq.framer-7krfaf > :last-child, .framer-Tokzq .framer-dwzhm0 > :last-child, .framer-Tokzq .framer-fxpg8s > :last-child, .framer-Tokzq .framer-14b75aw > :last-child, .framer-Tokzq .framer-9ya0sl > :last-child, .framer-Tokzq .framer-l29frt > :last-child { margin-bottom: 0px; } .framer-Tokzq .framer-1m5q138 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-Tokzq .framer-1m5q138 > :first-child, .framer-Tokzq .framer-1fb62lm > :first-child, .framer-Tokzq .framer-ipmfrf > :first-child { margin-left: 0px; } .framer-Tokzq .framer-1m5q138 > :last-child, .framer-Tokzq .framer-1fb62lm > :last-child, .framer-Tokzq .framer-ipmfrf > :last-child { margin-right: 0px; } .framer-Tokzq .framer-1fb62lm > *, .framer-Tokzq .framer-ipmfrf > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-Tokzq .framer-fxpg8s > *, .framer-Tokzq .framer-9ya0sl > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Tokzq .framer-14b75aw > *, .framer-Tokzq .framer-l29frt > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-Tokzq.framer-v-1it3jwv.framer-7krfaf { align-content: center; align-items: center; }\",\".framer-Tokzq.framer-v-1it3jwv .framer-dwzhm0 { pointer-events: auto; right: -51px; top: 37px; }\",\".framer-Tokzq.framer-v-1ke5jcf .framer-1m5q138, .framer-Tokzq.framer-v-18lxc1k .framer-1m5q138 { height: 45px; justify-content: center; padding: 10px 15px 10px 15px; z-index: 1; }\",\".framer-Tokzq.framer-v-1ke5jcf .framer-dwzhm0 { top: 50px; }\",\".framer-Tokzq.framer-v-18lxc1k .framer-dwzhm0 { pointer-events: auto; top: 60px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 25\n * @framerIntrinsicWidth 109\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"q6lMQFQNm\":{\"layout\":[\"auto\",\"auto\"]},\"JvWDj2cnz\":{\"layout\":[\"auto\",\"auto\"]},\"vWzgMMIUz\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"grL4kSuey\":\"tap\",\"SMWpmqwRo\":\"hover\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerO4tJvYPeY=withCSS(Component,css,\"framer-Tokzq\");export default FramerO4tJvYPeY;FramerO4tJvYPeY.displayName=\"Games Dropdown\";FramerO4tJvYPeY.defaultProps={height:25,width:109};addPropertyControls(FramerO4tJvYPeY,{variant:{options:[\"FrVJh37lR\",\"q6lMQFQNm\",\"JvWDj2cnz\",\"vWzgMMIUz\"],optionTitles:[\"Default\",\"Open\",\"Background Default\",\"Background Open\"],title:\"Variant\",type:ControlType.Enum},grL4kSuey:{title:\"Tap\",type:ControlType.EventHandler},SMWpmqwRo:{title:\"Hover\",type:ControlType.EventHandler}});addFonts(FramerO4tJvYPeY,[{explicitInter:true,fonts:[{family:\"Rubik\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1VU80V4bVkA.woff2\",weight:\"500\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerO4tJvYPeY\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"109\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"q6lMQFQNm\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JvWDj2cnz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"vWzgMMIUz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"25\",\"framerVariables\":\"{\\\"grL4kSuey\\\":\\\"tap\\\",\\\"SMWpmqwRo\\\":\\\"hover\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./O4tJvYPeY.map", "// Generated by Framer (508aa67)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,SVG,useActiveVariantCallback,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/iDXiAIVqJd7FDWnctIbg/zSL675tj8zTb1SsX6rik/sJ2QEITYH.js\";const cycleOrder=[\"MmAQMYLlm\",\"pIAa3mVoX\",\"O_pVAJeWb\",\"spTljAbdj\"];const serializationHash=\"framer-zul8W\";const variantClassNames={MmAQMYLlm:\"framer-v-1udgfs8\",O_pVAJeWb:\"framer-v-1beld64\",pIAa3mVoX:\"framer-v-a5jg7w\",spTljAbdj:\"framer-v-1kw7cud\"};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={duration:0,type:\"tween\"};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={\"Background Default\":\"O_pVAJeWb\",\"Background Open\":\"spTljAbdj\",Default:\"MmAQMYLlm\",Open:\"pIAa3mVoX\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"MmAQMYLlm\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"MmAQMYLlm\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1j6n7r=activeVariantCallback(async(...args)=>{setVariant(\"pIAa3mVoX\");});const onTap155xxz=activeVariantCallback(async(...args)=>{setVariant(\"MmAQMYLlm\");});const onTap7t83o1=activeVariantCallback(async(...args)=>{setVariant(\"spTljAbdj\");});const onTap2a9y1=activeVariantCallback(async(...args)=>{setVariant(\"O_pVAJeWb\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"pIAa3mVoX\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"pIAa3mVoX\")return true;return false;};const isDisplayed2=()=>{if([\"pIAa3mVoX\",\"spTljAbdj\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.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,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1udgfs8\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"MmAQMYLlm\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({O_pVAJeWb:{\"data-framer-name\":\"Background Default\"},pIAa3mVoX:{\"data-framer-name\":\"Open\"},spTljAbdj:{\"data-framer-name\":\"Background Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qjmnth\",\"data-framer-name\":\"Menu Item\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"PP1OnwHLj\",onTap:onTap1j6n7r,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9,boxShadow:\"none\"},variants:{O_pVAJeWb:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14,boxShadow:\"0px 10px 25px 0px rgba(0, 0, 0, 0.1)\"},spTljAbdj:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14,boxShadow:\"0px 10px 25px 0px rgba(0, 0, 0, 0.1)\"}},...addPropertyOverrides({O_pVAJeWb:{onTap:onTap7t83o1},pIAa3mVoX:{onTap:onTap155xxz},spTljAbdj:{onTap:onTap2a9y1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"More\"})}),className:\"framer-5c3jy3\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"vl_2jGNTH\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},variants:{O_pVAJeWb:{\"--extracted-r6o4lv\":\"rgb(54, 54, 54)\"},spTljAbdj:{\"--extracted-r6o4lv\":\"rgb(54, 54, 54)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({O_pVAJeWb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(54, 54, 54))\"},children:\"More\"})})},spTljAbdj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(54, 54, 54))\"},children:\"More\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(SVG,{className:\"framer-13h8akl\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"kTcFTmNDr\",opacity:1,radius:0,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 8\"><path d=\"M 1.036 3.555 C 0.593 2.89 1.07 2 1.869 2 L 6.131 2 C 6.93 2 7.407 2.89 6.964 3.555 L 4.832 6.752 C 4.436 7.346 3.564 7.346 3.168 6.752 Z\" fill=\"hsl(0, 0%, 100%)\"></path></svg>',svgContentId:1291931915,withExternalLayout:true,...addPropertyOverrides({O_pVAJeWb:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 8\"><path d=\"M 1.036 3.555 C 0.593 2.89 1.07 2 1.869 2 L 6.131 2 C 6.93 2 7.407 2.89 6.964 3.555 L 4.832 6.752 C 4.436 7.346 3.564 7.346 3.168 6.752 Z\" fill=\"#363636\"></path></svg>',svgContentId:2642172320},pIAa3mVoX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 8\"><path d=\"M 1.036 1.555 C 0.593 0.89 1.07 0 1.869 0 L 6.131 0 C 6.93 0 7.407 0.89 6.964 1.555 L 4.832 4.752 C 4.436 5.346 3.564 5.346 3.168 4.752 Z\" transform=\"translate(0 1) rotate(-180 4 3)\" fill=\"hsl(0, 0%, 100%)\"></path></svg>',svgContentId:2501776953},spTljAbdj:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 8\"><path d=\"M 1.036 1.555 C 0.593 0.89 1.07 0 1.869 0 L 6.131 0 C 6.93 0 7.407 0.89 6.964 1.555 L 4.832 4.752 C 4.436 5.346 3.564 5.346 3.168 4.752 Z\" transform=\"translate(0 1) rotate(180 4 3)\" fill=\"#363636\"></path></svg>',svgContentId:1365280462}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tze9ot\",\"data-framer-name\":\"Dropdown\",layoutDependency:layoutDependency,layoutId:\"AHpRpyFgZ\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:14,borderBottomRightRadius:14,borderTopLeftRadius:14,borderTopRightRadius:14,boxShadow:\"0px 10px 25px 0px rgba(0, 0, 0, 0.1)\",opacity:0},variants:{pIAa3mVoX:{opacity:1},spTljAbdj:{opacity:1}},children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:\"Account\"})}),className:\"framer-1559uex\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"pdPB6B09v\",style:{\"--extracted-r6o4lv\":\"rgb(102, 102, 102)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({spTljAbdj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:\"Incredible Race\"})}),fonts:[\"GF;Rubik-500\"]}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Yv9dwACyI\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1x5q87\",\"data-styles-preset\":\"sJ2QEITYH\",children:\"Blog\"})})})}),className:\"framer-15rphuu\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"Hd_R_HEpZ\",style:{\"--extracted-r6o4lv\":\"rgb(102, 102, 102)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(51, 51, 51))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"m5FoT04lG\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1x5q87\",\"data-styles-preset\":\"sJ2QEITYH\",children:\"Case Studies\"})})})}),className:\"framer-1n02at9\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"vTg8x5kdk\",style:{\"--extracted-r6o4lv\":\"rgb(51, 51, 51)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(51, 51, 51))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"WNfcOr8QR\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1x5q87\",\"data-styles-preset\":\"sJ2QEITYH\",children:\"Templates\"})})})}),className:\"framer-1vht5ie\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"kWYh9Qa2M\",style:{\"--extracted-r6o4lv\":\"rgb(51, 51, 51)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(51, 51, 51))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"GnBkCkVjV\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1x5q87\",\"data-styles-preset\":\"sJ2QEITYH\",children:\"Pricing\"})})})}),className:\"framer-162ce0o\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"lfNTySixr\",style:{\"--extracted-r6o4lv\":\"rgb(51, 51, 51)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:\"Support\"})}),className:\"framer-19x6yze\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"KOaFI8U6Q\",style:{\"--extracted-r6o4lv\":\"rgb(102, 102, 102)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.2px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(102, 102, 102))\"},children:\"Profile\"})}),className:\"framer-wyvh83\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"HIb0bY5Bz\",style:{\"--extracted-r6o4lv\":\"rgb(102, 102, 102)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-zul8W.framer-11yb7xz, .framer-zul8W .framer-11yb7xz { display: block; }\",\".framer-zul8W.framer-1udgfs8 { align-content: flex-end; align-items: flex-end; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zul8W .framer-qjmnth { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 25px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-zul8W .framer-5c3jy3, .framer-zul8W .framer-1559uex, .framer-zul8W .framer-15rphuu, .framer-zul8W .framer-1n02at9, .framer-zul8W .framer-1vht5ie, .framer-zul8W .framer-162ce0o, .framer-zul8W .framer-19x6yze, .framer-zul8W .framer-wyvh83 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-zul8W .framer-13h8akl { flex: none; height: 8px; position: relative; width: 8px; }\",\".framer-zul8W .framer-tze9ot { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px; pointer-events: none; position: absolute; right: 0px; top: 30px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-zul8W.framer-1udgfs8, .framer-zul8W .framer-qjmnth, .framer-zul8W .framer-tze9ot { gap: 0px; } .framer-zul8W.framer-1udgfs8 > *, .framer-zul8W .framer-tze9ot > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-zul8W.framer-1udgfs8 > :first-child, .framer-zul8W .framer-tze9ot > :first-child { margin-top: 0px; } .framer-zul8W.framer-1udgfs8 > :last-child, .framer-zul8W .framer-tze9ot > :last-child { margin-bottom: 0px; } .framer-zul8W .framer-qjmnth > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-zul8W .framer-qjmnth > :first-child { margin-left: 0px; } .framer-zul8W .framer-qjmnth > :last-child { margin-right: 0px; } }\",\".framer-zul8W.framer-v-a5jg7w .framer-tze9ot { pointer-events: auto; top: 40px; }\",\".framer-zul8W.framer-v-a5jg7w .framer-15rphuu { order: 4; }\",\".framer-zul8W.framer-v-a5jg7w .framer-1n02at9 { order: 2; }\",\".framer-zul8W.framer-v-a5jg7w .framer-1vht5ie { order: 1; }\",\".framer-zul8W.framer-v-a5jg7w .framer-162ce0o { order: 3; }\",\".framer-zul8W.framer-v-1beld64 .framer-qjmnth, .framer-zul8W.framer-v-1kw7cud .framer-qjmnth { height: 45px; justify-content: center; padding: 10px 15px 10px 15px; z-index: 1; }\",\".framer-zul8W.framer-v-1beld64 .framer-tze9ot { top: 50px; }\",\".framer-zul8W.framer-v-1kw7cud .framer-tze9ot { pointer-events: auto; top: 60px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 25\n * @framerIntrinsicWidth 57\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"pIAa3mVoX\":{\"layout\":[\"auto\",\"auto\"]},\"O_pVAJeWb\":{\"layout\":[\"auto\",\"auto\"]},\"spTljAbdj\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerQxrUNnvQu=withCSS(Component,css,\"framer-zul8W\");export default FramerQxrUNnvQu;FramerQxrUNnvQu.displayName=\"More Dropdown\";FramerQxrUNnvQu.defaultProps={height:25,width:57};addPropertyControls(FramerQxrUNnvQu,{variant:{options:[\"MmAQMYLlm\",\"pIAa3mVoX\",\"O_pVAJeWb\",\"spTljAbdj\"],optionTitles:[\"Default\",\"Open\",\"Background Default\",\"Background Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerQxrUNnvQu,[{explicitInter:true,fonts:[{family:\"Rubik\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1VU80V4bVkA.woff2\",weight:\"500\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQxrUNnvQu\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"pIAa3mVoX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"O_pVAJeWb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"spTljAbdj\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"25\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"57\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./QxrUNnvQu.map", "// Generated by Framer (508aa67)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={aVXWCdXVM:{hover:true}};const cycleOrder=[\"aVXWCdXVM\",\"V3z6GzH8v\"];const serializationHash=\"framer-z667A\";const variantClassNames={aVXWCdXVM:\"framer-v-7eoyek\",V3z6GzH8v:\"framer-v-15e229k\"};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(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"aVXWCdXVM\",\"Variant 2\":\"V3z6GzH8v\"};const getProps=({height,id,link,tap,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,h83YRdxg8:link!==null&&link!==void 0?link:props.h83YRdxg8,pWTRmzy6U:(_ref=title!==null&&title!==void 0?title:props.pWTRmzy6U)!==null&&_ref!==void 0?_ref:\"Contact Us\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"aVXWCdXVM\",WYbfoUJ0F:tap!==null&&tap!==void 0?tap:props.WYbfoUJ0F};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,pWTRmzy6U,h83YRdxg8,WYbfoUJ0F,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"aVXWCdXVM\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1fl36t3=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(WYbfoUJ0F){const res=await WYbfoUJ0F(...args);if(res===false)return false;}});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(Link,{href:h83YRdxg8,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-7eoyek\",className,classNames)} framer-se17as`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"aVXWCdXVM\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTap1fl36t3,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:78,borderBottomRightRadius:78,borderTopLeftRadius:78,borderTopRightRadius:78,...style},variants:{\"aVXWCdXVM-hover\":{backgroundColor:\"rgb(255, 255, 255)\"},V3z6GzH8v:{backgroundColor:\"rgb(255, 255, 255)\"}},...addPropertyOverrides({\"aVXWCdXVM-hover\":{\"data-framer-name\":undefined},V3z6GzH8v:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Contact Us\"})}),className:\"framer-bcg9fo\",\"data-framer-name\":\"Download Deckle Now\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"VzGbcbbct\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},text:pWTRmzy6U,variants:{\"aVXWCdXVM-hover\":{\"--extracted-r6o4lv\":\"rgb(108, 199, 111)\"},V3z6GzH8v:{\"--extracted-r6o4lv\":\"rgb(107, 199, 111)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"aVXWCdXVM-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(108, 199, 111))\"},children:\"Contact Us\"})})},V3z6GzH8v:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(107, 199, 111))\"},children:\"Contact Us\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-z667A.framer-se17as, .framer-z667A .framer-se17as { display: block; }\",\".framer-z667A.framer-7eoyek { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 52px; justify-content: center; overflow: visible; padding: 12px 24px 12px 24px; position: relative; text-decoration: none; width: min-content; }\",\".framer-z667A .framer-bcg9fo { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-z667A.framer-7eoyek { gap: 0px; } .framer-z667A.framer-7eoyek > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-z667A.framer-7eoyek > :first-child { margin-left: 0px; } .framer-z667A.framer-7eoyek > :last-child { margin-right: 0px; } }\",'.framer-z667A[data-border=\"true\"]::after, .framer-z667A [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 52\n * @framerIntrinsicWidth 145\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"V3z6GzH8v\":{\"layout\":[\"auto\",\"fixed\"]},\"FU4041NUW\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"pWTRmzy6U\":\"title\",\"h83YRdxg8\":\"link\",\"WYbfoUJ0F\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerTftl9CLLz=withCSS(Component,css,\"framer-z667A\");export default FramerTftl9CLLz;FramerTftl9CLLz.displayName=\"Navbar CTA\";FramerTftl9CLLz.defaultProps={height:52,width:145};addPropertyControls(FramerTftl9CLLz,{variant:{options:[\"aVXWCdXVM\",\"V3z6GzH8v\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},pWTRmzy6U:{defaultValue:\"Contact Us\",displayTextArea:false,title:\"Title\",type:ControlType.String},h83YRdxg8:{title:\"Link\",type:ControlType.Link},WYbfoUJ0F:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerTftl9CLLz,[{explicitInter:true,fonts:[{family:\"Rubik\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1VU80V4bVkA.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTftl9CLLz\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"V3z6GzH8v\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"FU4041NUW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"52\",\"framerIntrinsicWidth\":\"145\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"pWTRmzy6U\\\":\\\"title\\\",\\\"h83YRdxg8\\\":\\\"link\\\",\\\"WYbfoUJ0F\\\":\\\"tap\\\"}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Tftl9CLLz.map", "// Generated by Framer (2fef4c5)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,Image,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/bbq95ZQZ142lE2fXscHd/Hero.js\";import ElementsMenuIcon from\"https://framerusercontent.com/modules/KtVGDQXNUVZ5aqCs47VS/OMqTyVIbB7GZvcPewNwz/F8KjCKf_G.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/5mWSiRt8kePOTpThUcD2/YRSB7r2HDb9jevkHjTFL/ro7OPezbn.js\";import GamesDropdown from\"https://framerusercontent.com/modules/rj5tSGpiqinlUVfeAt6u/dcSubMQlunocgz263jkp/O4tJvYPeY.js\";import MoreDropdown from\"https://framerusercontent.com/modules/DUMdtlj3fjzQmM2wPmVe/6pXEF2kQcQ6J0gaqF0Ro/QxrUNnvQu.js\";import NavbarCTA from\"https://framerusercontent.com/modules/RkvHxTMWXngJwdo9GkjG/17feKmAs2gq11F3Wd0Q9/Tftl9CLLz.js\";const ElementsMenuIconFonts=getFonts(ElementsMenuIcon);const MaterialFonts=getFonts(Material);const MoreDropdownFonts=getFonts(MoreDropdown);const MotionDivWithFX=withFX(motion.div);const HeroFonts=getFonts(Hero);const GamesDropdownFonts=getFonts(GamesDropdown);const NavbarCTAFonts=getFonts(NavbarCTA);const cycleOrder=[\"lkZJoacyQ\",\"ky92hybTU\",\"eNCaoOPjG\",\"MsgV6JUr0\"];const serializationHash=\"framer-bwiMP\";const variantClassNames={eNCaoOPjG:\"framer-v-3pzctp\",ky92hybTU:\"framer-v-1jkjr5k\",lkZJoacyQ:\"framer-v-y2954r\",MsgV6JUr0:\"framer-v-153b24r\"};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 transition2={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition4={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition4};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone Open\":\"MsgV6JUr0\",Desktop:\"lkZJoacyQ\",Phone:\"eNCaoOPjG\",Tablet:\"ky92hybTU\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"lkZJoacyQ\"};};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({cycleOrder,defaultVariant:\"lkZJoacyQ\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const tap1i6xmuo=activeVariantCallback(async(...args)=>{setVariant(\"MsgV6JUr0\");});const onMouseEntertxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const onTaptxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const tap1ive03c=activeVariantCallback(async(...args)=>{setVariant(\"eNCaoOPjG\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"eNCaoOPjG\",\"MsgV6JUr0\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"eNCaoOPjG\")return true;return false;};const isDisplayed2=()=>{if([\"ky92hybTU\",\"eNCaoOPjG\",\"MsgV6JUr0\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"ky92hybTU\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"ky92hybTU\")return false;return true;};const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const isDisplayed5=()=>{if(baseVariant===\"MsgV6JUr0\")return true;return false;};const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({eNCaoOPjG:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-y2954r\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"lkZJoacyQ\",ref:refBinding,style:{backdropFilter:\"blur(39px)\",background:'linear-gradient(95.22826380715482deg, var(--token-91f39d60-90a3-4e61-8a7f-c2f503b2dcd7, rgb(79, 186, 82)) /* {\"name\":\"Green/60\"} */ -6%, var(--token-790ede70-0979-4c56-8d12-87c63ea21520, rgb(108, 198, 111)) /* {\"name\":\"Primary\"} */ 100%)',borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,WebkitBackdropFilter:\"blur(39px)\",...style},variants:{eNCaoOPjG:{backdropFilter:\"blur(66px)\",borderBottomLeftRadius:38,borderBottomRightRadius:38,borderTopLeftRadius:38,borderTopRightRadius:38,WebkitBackdropFilter:\"blur(66px)\"},MsgV6JUr0:{borderBottomLeftRadius:33,borderBottomRightRadius:33,borderTopLeftRadius:33,borderTopRightRadius:33}},...addPropertyOverrides({eNCaoOPjG:{\"data-framer-name\":\"Phone\"},ky92hybTU:{\"data-framer-name\":\"Tablet\"},MsgV6JUr0:{\"data-framer-name\":\"Phone Open\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"Rol1uCA8c\",scopeId:\"ZmfzVilbf\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1orliez framer-1wmq8az\",layoutDependency:layoutDependency,layoutId:\"Rol1uCA8c\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1rsltv1\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:25,layoutDependency:layoutDependency,layoutId:\"QhuB5nRCc\",svg:'<svg width=\"25\" height=\"28\" viewBox=\"0 0 25 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M22.8607 6.53903L19.8866 11.8169C19.8611 11.8683 19.8356 11.9325 19.8483 11.9967C19.8866 12.9855 19.8994 13.6405 19.8994 13.9615C19.8994 14.3467 19.8739 15.3227 19.81 16.8637C19.7462 18.6743 19.4399 20.1126 18.891 21.1784C18.3294 22.2443 17.4486 23.0276 16.236 23.5284C15.0235 24.0165 13.3769 24.2604 11.2963 24.2604H4.77381C4.58235 24.2604 4.41641 24.1063 4.41641 23.9137V4.08628C4.41641 3.89366 4.58235 3.73956 4.77381 3.73956H11.0411C13.0322 3.73956 14.6533 3.98355 15.917 4.48438C16.0829 4.54858 16.2743 4.48438 16.3637 4.33027L17.8188 1.74912C17.9337 1.55649 17.8316 1.3125 17.6146 1.24829C15.8914 0.708944 13.7725 0.43927 11.2708 0.43927H1.0339C0.74032 0.43927 0.48504 0.529162 0.293576 0.696102C0.102114 0.863042 0 1.08135 0 1.36387V26.6618C0 26.9187 0.102114 27.137 0.293576 27.3039C0.48504 27.4708 0.74032 27.5607 1.0339 27.5607H11.5006C14.5384 27.5607 16.9764 27.1883 18.8016 26.4435C20.6397 25.6987 21.9799 24.5558 22.8352 23.0148C23.6904 21.4738 24.1626 19.4833 24.252 17.0306C24.2775 16.2601 24.303 15.2328 24.303 13.9743C24.303 12.703 24.2903 11.7013 24.252 10.9565C24.2137 9.31284 23.9584 7.86171 23.4861 6.60324C23.3968 6.30788 23.0011 6.26936 22.8607 6.53903Z\" fill=\"white\"/>\\n<path d=\"M11.3354 21.628C10.8376 21.628 10.3398 21.4739 9.91859 21.1914L9.82921 21.1143L6.31907 18.0709C5.38728 17.2618 5.29793 15.8621 6.1276 14.9503C6.95728 14.0386 8.37409 13.9487 9.3059 14.7577L10.6461 15.9263C10.7227 15.9905 10.8503 15.9776 10.9014 15.8878L19.313 1.64644C19.9385 0.593436 21.317 0.233871 22.3892 0.837429C23.4741 1.44098 23.8316 2.80219 23.2189 3.8552L13.4415 20.4209C13.0969 20.9987 12.5224 21.4225 11.8459 21.5638C11.68 21.6023 11.5141 21.628 11.3354 21.628Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1mul5jc\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:97,layoutDependency:layoutDependency,layoutId:\"orpxFSL3r\",svg:'<svg width=\"97\" height=\"24\" viewBox=\"0 0 97 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1.31497 22.7456C1.11032 22.7456 0.936283 22.674 0.79304 22.5307C0.649797 22.3875 0.578125 22.2134 0.578125 22.0088V2.02195C0.578125 1.7968 0.63953 1.61259 0.762337 1.46932C0.90558 1.32605 1.08979 1.2544 1.31497 1.2544H8.8062C14.8237 1.2544 17.8939 4.038 18.0167 9.60528C18.0577 10.7924 18.0781 11.5906 18.0781 12C18.0781 12.3889 18.0577 13.177 18.0167 14.3641C17.9349 17.2296 17.1673 19.348 15.7141 20.7193C14.2608 22.0702 12.0094 22.7456 8.9597 22.7456H1.31497ZM8.8062 19.2149C10.5255 19.2149 11.7638 18.8362 12.5211 18.079C13.2784 17.3012 13.6775 16.0322 13.7185 14.2719C13.7594 13.0439 13.7799 12.2763 13.7799 11.9693C13.7799 11.6419 13.7594 10.8845 13.7185 9.69739C13.6775 8.01906 13.2477 6.78072 12.429 5.98248C11.6308 5.18423 10.372 4.78511 8.65269 4.78511H4.84567V19.2149H8.8062ZM28.6741 23.0527C26.4021 23.0527 24.5907 22.3976 23.2399 21.0877C21.9094 19.7573 21.2033 17.8948 21.1214 15.5L21.0907 14.7325L21.1214 13.9649C21.2238 11.6316 21.9401 9.79976 23.2706 8.46932C24.6214 7.13888 26.4226 6.4737 28.6741 6.4737C31.0892 6.4737 32.9519 7.21055 34.2618 8.68423C35.5922 10.1579 36.2574 12.1228 36.2574 14.579V15.2237C36.2574 15.4283 36.1857 15.6024 36.0425 15.7456C35.8992 15.8889 35.715 15.9605 35.4899 15.9605H25.2969V16.2062C25.3378 17.3319 25.6449 18.2836 26.2179 19.0614C26.8115 19.8187 27.6199 20.1974 28.6434 20.1974C29.851 20.1974 30.8232 19.7266 31.56 18.7851C31.7442 18.5599 31.8875 18.4167 31.9899 18.3553C32.1127 18.2939 32.2866 18.2632 32.5118 18.2632H35.1521C35.3363 18.2632 35.4899 18.3246 35.6127 18.4474C35.7559 18.5498 35.8276 18.6827 35.8276 18.8465C35.8276 19.3377 35.5308 19.9211 34.9372 20.5965C34.3642 21.2515 33.5352 21.8246 32.4504 22.3158C31.3656 22.807 30.1068 23.0527 28.6741 23.0527ZM32.082 13.3816V13.2895C32.082 12.0819 31.7749 11.1097 31.1609 10.3728C30.5673 9.63598 29.7384 9.26756 28.6741 9.26756C27.6098 9.26756 26.7808 9.63598 26.1872 10.3728C25.5936 11.1097 25.2969 12.0819 25.2969 13.2895V13.3816H32.082ZM46.4243 23.0527C44.1728 23.0527 42.3717 22.4284 41.0208 21.1798C39.6903 19.9313 38.9842 18.2018 38.9024 15.9912L38.8717 14.7632L38.9024 13.5351C38.9842 11.3246 39.6903 9.59502 41.0208 8.34651C42.3717 7.098 44.1728 6.4737 46.4243 6.4737C48.021 6.4737 49.3718 6.76029 50.4771 7.33335C51.6025 7.90642 52.4315 8.61256 52.964 9.45177C53.5166 10.2705 53.8131 11.0483 53.8543 11.7851C53.8745 11.9898 53.8025 12.1638 53.6394 12.307C53.4955 12.4503 53.3218 12.5219 53.1175 12.5219H50.4157C50.2104 12.5219 50.0473 12.481 49.9245 12.3991C49.8218 12.2968 49.7192 12.1331 49.6175 11.9079C49.3104 11.1097 48.9008 10.5366 48.3894 10.1886C47.8982 9.84063 47.263 9.66669 46.4857 9.66669C45.4418 9.66669 44.6231 10.0044 44.0296 10.6798C43.436 11.3348 43.1187 12.3377 43.0778 13.6886L43.0471 14.8246L43.0778 15.8377C43.1596 18.5191 44.2956 19.8597 46.4857 19.8597C47.2841 19.8597 47.9289 19.6857 48.4201 19.3377C48.9113 18.9898 49.3104 18.4167 49.6175 17.6184C49.7192 17.3933 49.8218 17.2398 49.9245 17.1579C50.0473 17.0555 50.2104 17.0044 50.4157 17.0044H53.1175C53.3218 17.0044 53.4955 17.0761 53.6394 17.2193C53.8025 17.3626 53.8745 17.5366 53.8543 17.7412C53.8131 18.4577 53.5262 19.2252 52.9947 20.0439C52.4622 20.8626 51.6438 21.5687 50.5385 22.1623C49.4333 22.7559 48.0613 23.0527 46.4243 23.0527ZM57.8235 22.7456C57.6191 22.7456 57.4445 22.674 57.3015 22.5307C57.1586 22.3875 57.0866 22.2134 57.0866 22.0088V1.68423C57.0866 1.45908 57.1586 1.28511 57.3015 1.1623C57.4445 1.01903 57.6191 0.947388 57.8235 0.947388H60.3103C60.5358 0.947388 60.7094 1.01903 60.8322 1.1623C60.9752 1.28511 61.0472 1.45908 61.0472 1.68423V12.1842L66.2051 7.30265C66.2665 7.26168 66.3691 7.17984 66.5121 7.05704C66.6349 6.95467 66.7577 6.88309 66.8805 6.84212C67.0033 6.80116 67.1568 6.78072 67.341 6.78072H70.1963C70.4006 6.78072 70.5647 6.84212 70.6875 6.96493C70.8103 7.08774 70.8717 7.25151 70.8717 7.45616C70.8717 7.64037 70.7691 7.82458 70.5647 8.00879L64.2401 13.9342L71.3322 21.5483C71.5366 21.7529 71.6393 21.927 71.6393 22.0702C71.6393 22.2748 71.5673 22.4386 71.4243 22.5614C71.3015 22.6842 71.148 22.7456 70.9638 22.7456H68.0472C67.7603 22.7456 67.5454 22.7149 67.4024 22.6535C67.2796 22.5717 67.1155 22.4283 66.9112 22.2237L61.0472 16.0527V22.0088C61.0472 22.2134 60.9752 22.3875 60.8322 22.5307C60.7094 22.674 60.5358 22.7456 60.3103 22.7456H57.8235ZM74.7037 22.7456C74.4984 22.7456 74.3247 22.674 74.1817 22.5307C74.0378 22.3875 73.9668 22.2134 73.9668 22.0088V1.68423C73.9668 1.45908 74.0378 1.28511 74.1817 1.1623C74.3247 1.01903 74.4984 0.947388 74.7037 0.947388H77.2519C77.4764 0.947388 77.651 1.01903 77.7738 1.1623C77.9168 1.28511 77.9888 1.45908 77.9888 1.68423V22.0088C77.9888 22.2134 77.9168 22.3875 77.7738 22.5307C77.651 22.674 77.4764 22.7456 77.2519 22.7456H74.7037ZM88.9387 23.0527C86.6668 23.0527 84.8554 22.3976 83.5045 21.0877C82.1738 19.7573 81.4676 17.8948 81.3861 15.5L81.3554 14.7325L81.3861 13.9649C81.4878 11.6316 82.2045 9.79976 83.5352 8.46932C84.8861 7.13888 86.687 6.4737 88.9387 6.4737C91.3536 6.4737 93.2159 7.21055 94.5265 8.68423C95.8562 10.1579 96.5221 12.1228 96.5221 14.579V15.2237C96.5221 15.4283 96.4501 15.6024 96.3072 15.7456C96.1632 15.8889 95.979 15.9605 95.7545 15.9605H85.5615V16.2062C85.6018 17.3319 85.9089 18.2836 86.4826 19.0614C87.0755 19.8187 87.8843 20.1974 88.908 20.1974C90.115 20.1974 91.0879 19.7266 91.8247 18.7851C92.0089 18.5599 92.1519 18.4167 92.2545 18.3553C92.3773 18.2939 92.551 18.2632 92.7765 18.2632H95.4168C95.601 18.2632 95.7545 18.3246 95.8773 18.4474C96.0203 18.5498 96.0922 18.6827 96.0922 18.8465C96.0922 19.3377 95.7948 19.9211 95.2019 20.5965C94.6282 21.2515 93.7992 21.8246 92.7151 22.3158C91.6299 22.807 90.3712 23.0527 88.9387 23.0527ZM92.3466 13.3816V13.2895C92.3466 12.0819 92.0396 11.1097 91.4256 10.3728C90.8317 9.63598 90.0027 9.26756 88.9387 9.26756C87.8738 9.26756 87.0448 9.63598 86.4519 10.3728C85.858 11.1097 85.5615 12.0819 85.5615 13.2895V13.3816H92.3466Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jwyaid\",layoutDependency:layoutDependency,layoutId:\"O1Imd1bZ4\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9vbufu-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"zPl5rdgKZ-container\",nodeId:\"zPl5rdgKZ\",rendersWithMotion:true,scopeId:\"ZmfzVilbf\",children:/*#__PURE__*/_jsx(ElementsMenuIcon,{color:\"rgb(255, 255, 255)\",height:\"100%\",id:\"zPl5rdgKZ\",layoutId:\"zPl5rdgKZ\",style:{height:\"100%\",width:\"100%\"},tap:tap1i6xmuo,variant:\"uL1KSNbAO\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://deckle.app/open-web-app\",motionChild:true,nodeId:\"vhs9vzOPv\",openInNewTab:false,scopeId:\"ZmfzVilbf\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-19ymc03 framer-1wmq8az\",\"data-framer-name\":\"CTA\",layoutDependency:layoutDependency,layoutId:\"vhs9vzOPv\",style:{backgroundColor:\"rgba(255, 255, 255, 0.92)\",borderBottomLeftRadius:78,borderBottomRightRadius:78,borderTopLeftRadius:78,borderTopRightRadius:78},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pp1un7-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"OwEJIS0Zi-container\",nodeId:\"OwEJIS0Zi\",rendersWithMotion:true,scopeId:\"ZmfzVilbf\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-91f39d60-90a3-4e61-8a7f-c2f503b2dcd7, rgb(79, 186, 82))\",height:\"100%\",iconSearch:\"language\",iconSelection:\"Home\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"OwEJIS0Zi\",layoutId:\"OwEJIS0Zi\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-91f39d60-90a3-4e61-8a7f-c2f503b2dcd7, rgb(79, 186, 82)))\"},children:\"Try It!\"})}),className:\"framer-18hnmga\",\"data-framer-name\":\"Download Deckle Now\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"m6NB8FfYd\",style:{\"--extracted-r6o4lv\":\"var(--token-91f39d60-90a3-4e61-8a7f-c2f503b2dcd7, rgb(79, 186, 82))\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1msk1m9\",\"data-framer-name\":\"Title and Icon\",layoutDependency:layoutDependency,layoutId:\"dwYKBv8Da\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"INutFLT8v\",scopeId:\"ZmfzVilbf\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1nnrr80 framer-1wmq8az\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:29,intrinsicWidth:25,layoutDependency:layoutDependency,layoutId:\"INutFLT8v\",svg:'<svg width=\"25\" height=\"29\" viewBox=\"0 0 25 29\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M23.308 7.03906L20.334 12.317C20.3084 12.3683 20.2829 12.4325 20.2957 12.4967C20.334 13.4855 20.3467 14.1405 20.3467 14.4615C20.3467 14.8468 20.3212 15.8227 20.2574 17.3637C20.1935 19.1744 19.8872 20.6126 19.3384 21.6785C18.7767 22.7443 17.896 23.5276 16.6834 24.0285C15.4708 24.5165 13.8242 24.7605 11.7437 24.7605H5.22117C5.02971 24.7605 4.86377 24.6064 4.86377 24.4138V4.58631C4.86377 4.39369 5.02971 4.23959 5.22117 4.23959H11.4884C13.4796 4.23959 15.1006 4.48358 16.3643 4.98441C16.5303 5.04861 16.7217 4.98441 16.8111 4.83031L18.2662 2.24915C18.3811 2.05652 18.2789 1.81253 18.0619 1.74832C16.3388 1.20897 14.2199 0.939301 11.7182 0.939301H1.48126C1.18768 0.939301 0.932397 1.02919 0.740934 1.19613C0.549471 1.36307 0.447357 1.58138 0.447357 1.8639V27.1618C0.447357 27.4187 0.549471 27.637 0.740934 27.8039C0.932397 27.9709 1.18768 28.0608 1.48126 28.0608H11.9479C14.9858 28.0608 17.4238 27.6884 19.249 26.9436C21.087 26.1987 22.4273 25.0559 23.2825 23.5148C24.1377 21.9739 24.61 19.9834 24.6993 17.5306C24.7248 16.7601 24.7504 15.7328 24.7504 14.4744C24.7504 13.203 24.7377 12.2013 24.6993 11.4565C24.661 9.81288 24.4058 8.36174 23.9335 7.10327C23.8442 6.80792 23.4485 6.76939 23.308 7.03906Z\" fill=\"white\"/>\\n<path d=\"M11.7821 22.128C11.2843 22.128 10.7865 21.9739 10.3653 21.6914L10.276 21.6144L6.76581 18.5709C5.83403 17.7618 5.74468 16.3621 6.57435 15.4504C7.40402 14.5386 8.82084 14.4487 9.75265 15.2578L11.0929 16.4263C11.1694 16.4906 11.2971 16.4777 11.3481 16.3878L19.7598 2.14648C20.3852 1.09347 21.7638 0.733901 22.8359 1.33746C23.9209 1.94101 24.2783 3.30222 23.6656 4.35523L13.8882 20.9209C13.5436 21.4987 12.9692 21.9226 12.2927 22.0638C12.1268 22.1023 11.9608 22.128 11.7821 22.128Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c9cvn2\",\"data-framer-name\":\"deckle-logo 1\",layoutDependency:layoutDependency,layoutId:\"juy6BhWyZ\"}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kplosh\",layoutDependency:layoutDependency,layoutId:\"zjfFZXhBP\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({ky92hybTU:{height:25,y:(componentViewport?.y||0)+(28+((componentViewport?.height||60)-56-32)/2)+-4.5+8}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-aicmar-container\",layoutDependency:layoutDependency,layoutId:\"Pe6V1Q1S2-container\",nodeId:\"Pe6V1Q1S2\",rendersWithMotion:true,scopeId:\"ZmfzVilbf\",children:/*#__PURE__*/_jsx(MoreDropdown,{height:\"100%\",id:\"Pe6V1Q1S2\",layoutId:\"Pe6V1Q1S2\",variant:\"MmAQMYLlm\",width:\"100%\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-199oym8\",\"data-highlight\":true,id:`${layoutId}-199oym8`,layoutDependency:layoutDependency,layoutId:\"DzDWH5BQi\",onMouseEnter:onMouseEntertxyyif({overlay}),ref:ref1,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Our Games\"})}),className:\"framer-6rneaq\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"m37_M0V4N\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1b87gpw\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"rYZph2SjB\",opacity:1,radius:0,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 8\"><path d=\"M 1.036 3.555 C 0.593 2.89 1.07 2 1.869 2 L 6.131 2 C 6.93 2 7.407 2.89 6.964 3.555 L 4.832 6.752 C 4.436 7.346 3.564 7.346 3.168 6.752 Z\" fill=\"hsl(0, 0%, 100%)\"></path></svg>',svgContentId:9881866507,withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-199oym8`,offsetX:0,offsetY:12,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1hmdt4i\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"BUp7EYmtz\",ref:ref2,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nndatr\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"lHU5e2U7p\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FCNXEtSBT\"},motionChild:true,nodeId:\"YZ4J9RzlZ\",openInNewTab:false,scopeId:\"ZmfzVilbf\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-kcb5zo framer-1wmq8az\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"YZ4J9RzlZ\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:200,pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/l23pqf7q3QOrRK3A6oDF32BY2c.png\"},className:\"framer-3eiixq\",layoutDependency:layoutDependency,layoutId:\"o5Yhumj4T\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-q1ek9n\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"Tn4iEh0hM\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(43, 43, 43))\"},children:\"Incredible Race\"})}),className:\"framer-1v5ma33\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"z3BqoQNld\",style:{\"--extracted-r6o4lv\":\"rgb(43, 43, 43)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__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\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"A race to the finish line!\"})}),className:\"framer-cdvw8a\",fonts:[\"GF;Rubik-regular\"],layoutDependency:layoutDependency,layoutId:\"BG_QzGnNb\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jmnmKt9vI\"},motionChild:true,nodeId:\"zA7FAPrqq\",scopeId:\"ZmfzVilbf\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-hht2r8 framer-1wmq8az\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"zA7FAPrqq\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:200,pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/fBqddN7a8kIw3R6CvIJW8Mwlw6g.png\"},className:\"framer-29s0mk\",layoutDependency:layoutDependency,layoutId:\"S4aTYJ2LD\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x367u1\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"st5djPGc4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(43, 43, 43))\"},children:\"Emoji Buddies\"})}),className:\"framer-47zbbe\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"IRjUsy_B5\",style:{\"--extracted-r6o4lv\":\"rgb(43, 43, 43)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__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\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Group matching made easy and fun\"})}),className:\"framer-1l6gabg\",fonts:[\"GF;Rubik-regular\"],layoutDependency:layoutDependency,layoutId:\"LdbNlRFsn\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})})})})]})})}),isDisplayed4()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"WNfcOr8QR\"},motionChild:true,nodeId:\"gcnk57ADq\",openInNewTab:false,scopeId:\"ZmfzVilbf\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Templates\"})})})}),className:\"framer-jdmig7\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"gcnk57ADq\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed4()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"m5FoT04lG\"},motionChild:true,nodeId:\"vWxILpw8K\",openInNewTab:false,scopeId:\"ZmfzVilbf\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Case Studies\"})})})}),className:\"framer-1lmvcmb\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"vWxILpw8K\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed4()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"GnBkCkVjV\"},motionChild:true,nodeId:\"FXzZuUsqy\",openInNewTab:false,scopeId:\"ZmfzVilbf\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Pricing\"})})})}),className:\"framer-nztfv7\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"FXzZuUsqy\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed4()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Yv9dwACyI\"},motionChild:true,nodeId:\"R5wUY3G1c\",openInNewTab:false,scopeId:\"ZmfzVilbf\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Blog\"})})})}),className:\"framer-g0xp1c\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"R5wUY3G1c\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lj2m93\",layoutDependency:layoutDependency,layoutId:\"ZbPPQdaMp\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://deckle.app/open-web-app\",motionChild:true,nodeId:\"SCR4uU2Ya\",openInNewTab:false,scopeId:\"ZmfzVilbf\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-12e2ir3 framer-1wmq8az\",\"data-framer-name\":\"CTA\",layoutDependency:layoutDependency,layoutId:\"SCR4uU2Ya\",style:{backgroundColor:\"rgba(255, 255, 255, 0.92)\",borderBottomLeftRadius:78,borderBottomRightRadius:78,borderTopLeftRadius:78,borderTopRightRadius:78},whileHover:animation3,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11x2253-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Vdzm3VNlN-container\",nodeId:\"Vdzm3VNlN\",rendersWithMotion:true,scopeId:\"ZmfzVilbf\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-91f39d60-90a3-4e61-8a7f-c2f503b2dcd7, rgb(79, 186, 82))\",height:\"100%\",iconSearch:\"language\",iconSelection:\"Home\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"Vdzm3VNlN\",layoutId:\"Vdzm3VNlN\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-91f39d60-90a3-4e61-8a7f-c2f503b2dcd7, rgb(79, 186, 82)))\"},children:\"Try Now\"})}),className:\"framer-1hkrhtc\",\"data-framer-name\":\"Download Deckle Now\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"l6QVESl0s\",style:{\"--extracted-r6o4lv\":\"var(--token-91f39d60-90a3-4e61-8a7f-c2f503b2dcd7, rgb(79, 186, 82))\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xRVl8Ua3N\"},motionChild:true,nodeId:\"OTJr7HkDi\",scopeId:\"ZmfzVilbf\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-14ezxj framer-1wmq8az\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"OTJr7HkDi\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(255, 255, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:1e3,borderBottomRightRadius:1e3,borderTopLeftRadius:1e3,borderTopRightRadius:1e3},whileHover:animation3,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vw0zp2-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"CddlamRWl-container\",nodeId:\"CddlamRWl\",rendersWithMotion:true,scopeId:\"ZmfzVilbf\",children:/*#__PURE__*/_jsx(Hero,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"phone\",iconSelection:\"Home\",id:\"CddlamRWl\",layoutId:\"CddlamRWl\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1a4nfk\",\"data-highlight\":true,id:`${layoutId}-1a4nfk`,layoutDependency:layoutDependency,layoutId:\"RgEbJtUby\",onTap:onTaptxyyif({overlay:overlay1}),ref:ref3,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Our Games\"})}),className:\"framer-dwntwo\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"pgl6okguL\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-5hy27u\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"rpcpLNivN\",opacity:1,radius:0,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8 8\"><path d=\"M 1.036 3.555 C 0.593 2.89 1.07 2 1.869 2 L 6.131 2 C 6.93 2 7.407 2.89 6.964 3.555 L 4.832 6.752 C 4.436 7.346 3.564 7.346 3.168 6.752 Z\" fill=\"hsl(0, 0%, 100%)\"></path></svg>',svgContentId:9881866507,withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"start\",anchorRef:ref3,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-1a4nfk`,offsetX:0,offsetY:16,onDismiss:overlay1.hide,placement:\"bottom\",safeArea:false,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1yxs0uk\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"FvS4KNBM2\",ref:ref4,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10cxfx0\",\"data-border\":true,\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"qixJVmuJ8\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jyHFciH8a\"},motionChild:true,nodeId:\"WwqVwQ7PI\",scopeId:\"ZmfzVilbf\",...addPropertyOverrides({ky92hybTU:{href:{webPageId:\"FCNXEtSBT\"},openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-10vzyly framer-1wmq8az\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"WwqVwQ7PI\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:200,pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/l23pqf7q3QOrRK3A6oDF32BY2c.png\"},className:\"framer-sm7tto\",layoutDependency:layoutDependency,layoutId:\"GciG9X4Tp\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k5qndh\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"sfV7KAV8a\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(43, 43, 43))\"},children:\"Incredible Race\"})}),className:\"framer-180b65w\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"oBbx3xgzS\",style:{\"--extracted-r6o4lv\":\"rgb(43, 43, 43)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__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\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"A race to the finish line!\"})}),className:\"framer-yr29u\",fonts:[\"GF;Rubik-regular\"],layoutDependency:layoutDependency,layoutId:\"vm6uu0fwe\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),isDisplayed4()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"IhrrS4E3m\"},motionChild:true,nodeId:\"ja635TqbD\",scopeId:\"ZmfzVilbf\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-iwre9m framer-1wmq8az\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"ja635TqbD\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:200,pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/LQttQFnwAlsgWORA14ymrvKgQ.png\"},className:\"framer-p8669p\",layoutDependency:layoutDependency,layoutId:\"CIg_zeuD_\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uny9g3\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"H_9hgOyKa\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(43, 43, 43))\"},children:\"Mates' Trivia\"})}),className:\"framer-1tu4wba\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"I7RoFaRuN\",style:{\"--extracted-r6o4lv\":\"rgb(43, 43, 43)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__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\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"A fun guessing game\"})}),className:\"framer-1x44d4a\",fonts:[\"GF;Rubik-regular\"],layoutDependency:layoutDependency,layoutId:\"sdN5zuVPg\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jmnmKt9vI\"},motionChild:true,nodeId:\"xP4vWf7KV\",scopeId:\"ZmfzVilbf\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-8bw9w3 framer-1wmq8az\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"xP4vWf7KV\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:200,intrinsicWidth:200,pixelHeight:200,pixelWidth:200,src:\"https://framerusercontent.com/images/fBqddN7a8kIw3R6CvIJW8Mwlw6g.png\"},className:\"framer-1f5p9k3\",layoutDependency:layoutDependency,layoutId:\"oR5t3uNno\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ql4362\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"H8H81jNVG\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(43, 43, 43))\"},children:\"Emoji Buddies\"})}),className:\"framer-v3vr4h\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"ZX_bfC5Uq\",style:{\"--extracted-r6o4lv\":\"rgb(43, 43, 43)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__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\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(0, 0, 0, 0.5))\"},children:\"Group matching made easy and fun\"})}),className:\"framer-184zjl1\",fonts:[\"GF;Rubik-regular\"],layoutDependency:layoutDependency,layoutId:\"pR1XTLgQi\",style:{\"--extracted-r6o4lv\":\"rgba(0, 0, 0, 0.5)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})})})})]})})})]}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-f1p5jp-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"OtkSuuEd0-container\",nodeId:\"OtkSuuEd0\",rendersWithMotion:true,scopeId:\"ZmfzVilbf\",children:/*#__PURE__*/_jsx(ElementsMenuIcon,{color:\"rgb(255, 255, 255)\",height:\"100%\",id:\"OtkSuuEd0\",layoutId:\"OtkSuuEd0\",style:{height:\"100%\",width:\"100%\"},tap:tap1ive03c,variant:\"wuYLgLVQz\",width:\"100%\"})})})]}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1584fi6\",layoutDependency:layoutDependency,layoutId:\"adO4POIR5\",children:[isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({MsgV6JUr0:{height:25,y:(componentViewport?.y||0)+28+(((componentViewport?.height||491)-65-426.4)/2+32+15)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-n169n5-container\",layoutDependency:layoutDependency,layoutId:\"bk1afddZH-container\",nodeId:\"bk1afddZH\",rendersWithMotion:true,scopeId:\"ZmfzVilbf\",children:/*#__PURE__*/_jsx(GamesDropdown,{height:\"100%\",id:\"bk1afddZH\",layoutId:\"bk1afddZH\",variant:\"FrVJh37lR\",width:\"100%\"})})}),isDisplayed5()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"WNfcOr8QR\"},motionChild:true,nodeId:\"Z6i6Jql3p\",openInNewTab:false,scopeId:\"ZmfzVilbf\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Templates\"})})})}),className:\"framer-13pu01v\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"Z6i6Jql3p\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"m5FoT04lG\"},motionChild:true,nodeId:\"rWQ4OPFnY\",openInNewTab:false,scopeId:\"ZmfzVilbf\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Case Studies\"})})})}),className:\"framer-1le4j1h\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"rWQ4OPFnY\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"GnBkCkVjV\"},motionChild:true,nodeId:\"d68yEXVcz\",openInNewTab:false,scopeId:\"ZmfzVilbf\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Pricing\"})})})}),className:\"framer-g3mm5d\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"d68yEXVcz\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Yv9dwACyI\"},motionChild:true,nodeId:\"QV7j9KcRP\",openInNewTab:false,scopeId:\"ZmfzVilbf\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Blog\"})})})}),className:\"framer-hdfxa6\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"QV7j9KcRP\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://deckle.app/open-web-app\",motionChild:true,nodeId:\"czCncOtk7\",openInNewTab:false,scopeId:\"ZmfzVilbf\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-15dhest framer-1wmq8az\",\"data-framer-name\":\"CTA\",layoutDependency:layoutDependency,layoutId:\"czCncOtk7\",style:{backgroundColor:\"rgba(255, 255, 255, 0.92)\",borderBottomLeftRadius:78,borderBottomRightRadius:78,borderTopLeftRadius:78,borderTopRightRadius:78},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1yc5p5n-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"CR0_9862W-container\",nodeId:\"CR0_9862W\",rendersWithMotion:true,scopeId:\"ZmfzVilbf\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-91f39d60-90a3-4e61-8a7f-c2f503b2dcd7, rgb(79, 186, 82))\",height:\"100%\",iconSearch:\"language\",iconSelection:\"Home\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"CR0_9862W\",layoutId:\"CR0_9862W\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-91f39d60-90a3-4e61-8a7f-c2f503b2dcd7, rgb(79, 186, 82)))\"},children:\"Try Web App\"})}),className:\"framer-1omsm95\",\"data-framer-name\":\"Download Deckle Now\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"acfbeH78Y\",style:{\"--extracted-r6o4lv\":\"var(--token-91f39d60-90a3-4e61-8a7f-c2f503b2dcd7, rgb(79, 186, 82))\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed5()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"xRVl8Ua3N\"},implicitPathVariables:undefined},{href:{webPageId:\"xRVl8Ua3N\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({MsgV6JUr0:{height:45,y:(componentViewport?.y||0)+28+(((componentViewport?.height||491)-65-426.4)/2+32+15)+0+288.4}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1trrhh6-container\",layoutDependency:layoutDependency,layoutId:\"R9JZyG0Mi-container\",nodeId:\"R9JZyG0Mi\",rendersWithMotion:true,scopeId:\"ZmfzVilbf\",children:/*#__PURE__*/_jsx(NavbarCTA,{h83YRdxg8:resolvedLinks[0],height:\"100%\",id:\"R9JZyG0Mi\",layoutId:\"R9JZyG0Mi\",pWTRmzy6U:\"Contact Us\",style:{height:\"100%\"},variant:\"aVXWCdXVM\",width:\"100%\",...addPropertyOverrides({MsgV6JUr0:{h83YRdxg8:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})]}),isDisplayed5()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"xP1gagN_x\",scopeId:\"ZmfzVilbf\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-c0hb21 framer-1wmq8az\",layoutDependency:layoutDependency,layoutId:\"xP1gagN_x\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-x1td6r\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:28,intrinsicWidth:25,layoutDependency:layoutDependency,layoutId:\"pNk2X1ck6\",svg:'<svg width=\"25\" height=\"28\" viewBox=\"0 0 25 28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M22.8607 6.53903L19.8866 11.8169C19.8611 11.8683 19.8356 11.9325 19.8483 11.9967C19.8866 12.9855 19.8994 13.6405 19.8994 13.9615C19.8994 14.3467 19.8739 15.3227 19.81 16.8637C19.7462 18.6743 19.4399 20.1126 18.891 21.1784C18.3294 22.2443 17.4486 23.0276 16.236 23.5284C15.0235 24.0165 13.3769 24.2604 11.2963 24.2604H4.77381C4.58235 24.2604 4.41641 24.1063 4.41641 23.9137V4.08628C4.41641 3.89366 4.58235 3.73956 4.77381 3.73956H11.0411C13.0322 3.73956 14.6533 3.98355 15.917 4.48438C16.0829 4.54858 16.2743 4.48438 16.3637 4.33027L17.8188 1.74912C17.9337 1.55649 17.8316 1.3125 17.6146 1.24829C15.8914 0.708944 13.7725 0.43927 11.2708 0.43927H1.0339C0.74032 0.43927 0.48504 0.529162 0.293576 0.696102C0.102114 0.863042 0 1.08135 0 1.36387V26.6618C0 26.9187 0.102114 27.137 0.293576 27.3039C0.48504 27.4708 0.74032 27.5607 1.0339 27.5607H11.5006C14.5384 27.5607 16.9764 27.1883 18.8016 26.4435C20.6397 25.6987 21.9799 24.5558 22.8352 23.0148C23.6904 21.4738 24.1626 19.4833 24.252 17.0306C24.2775 16.2601 24.303 15.2328 24.303 13.9743C24.303 12.703 24.2903 11.7013 24.252 10.9565C24.2137 9.31284 23.9584 7.86171 23.4861 6.60324C23.3968 6.30788 23.0011 6.26936 22.8607 6.53903Z\" fill=\"white\"/>\\n<path d=\"M11.3354 21.628C10.8376 21.628 10.3398 21.4739 9.91859 21.1914L9.82921 21.1143L6.31907 18.0709C5.38728 17.2618 5.29793 15.8621 6.1276 14.9503C6.95728 14.0386 8.37409 13.9487 9.3059 14.7577L10.6461 15.9263C10.7227 15.9905 10.8503 15.9776 10.9014 15.8878L19.313 1.64644C19.9385 0.593436 21.317 0.233871 22.3892 0.837429C23.4741 1.44098 23.8316 2.80219 23.2189 3.8552L13.4415 20.4209C13.0969 20.9987 12.5224 21.4225 11.8459 21.5638C11.68 21.6023 11.5141 21.628 11.3354 21.628Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1uzrpss\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:97,layoutDependency:layoutDependency,layoutId:\"GdS8YP6ur\",svg:'<svg width=\"97\" height=\"24\" viewBox=\"0 0 97 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1.31497 22.7456C1.11032 22.7456 0.936283 22.674 0.79304 22.5307C0.649797 22.3875 0.578125 22.2134 0.578125 22.0088V2.02195C0.578125 1.7968 0.63953 1.61259 0.762337 1.46932C0.90558 1.32605 1.08979 1.2544 1.31497 1.2544H8.8062C14.8237 1.2544 17.8939 4.038 18.0167 9.60528C18.0577 10.7924 18.0781 11.5906 18.0781 12C18.0781 12.3889 18.0577 13.177 18.0167 14.3641C17.9349 17.2296 17.1673 19.348 15.7141 20.7193C14.2608 22.0702 12.0094 22.7456 8.9597 22.7456H1.31497ZM8.8062 19.2149C10.5255 19.2149 11.7638 18.8362 12.5211 18.079C13.2784 17.3012 13.6775 16.0322 13.7185 14.2719C13.7594 13.0439 13.7799 12.2763 13.7799 11.9693C13.7799 11.6419 13.7594 10.8845 13.7185 9.69739C13.6775 8.01906 13.2477 6.78072 12.429 5.98248C11.6308 5.18423 10.372 4.78511 8.65269 4.78511H4.84567V19.2149H8.8062ZM28.6741 23.0527C26.4021 23.0527 24.5907 22.3976 23.2399 21.0877C21.9094 19.7573 21.2033 17.8948 21.1214 15.5L21.0907 14.7325L21.1214 13.9649C21.2238 11.6316 21.9401 9.79976 23.2706 8.46932C24.6214 7.13888 26.4226 6.4737 28.6741 6.4737C31.0892 6.4737 32.9519 7.21055 34.2618 8.68423C35.5922 10.1579 36.2574 12.1228 36.2574 14.579V15.2237C36.2574 15.4283 36.1857 15.6024 36.0425 15.7456C35.8992 15.8889 35.715 15.9605 35.4899 15.9605H25.2969V16.2062C25.3378 17.3319 25.6449 18.2836 26.2179 19.0614C26.8115 19.8187 27.6199 20.1974 28.6434 20.1974C29.851 20.1974 30.8232 19.7266 31.56 18.7851C31.7442 18.5599 31.8875 18.4167 31.9899 18.3553C32.1127 18.2939 32.2866 18.2632 32.5118 18.2632H35.1521C35.3363 18.2632 35.4899 18.3246 35.6127 18.4474C35.7559 18.5498 35.8276 18.6827 35.8276 18.8465C35.8276 19.3377 35.5308 19.9211 34.9372 20.5965C34.3642 21.2515 33.5352 21.8246 32.4504 22.3158C31.3656 22.807 30.1068 23.0527 28.6741 23.0527ZM32.082 13.3816V13.2895C32.082 12.0819 31.7749 11.1097 31.1609 10.3728C30.5673 9.63598 29.7384 9.26756 28.6741 9.26756C27.6098 9.26756 26.7808 9.63598 26.1872 10.3728C25.5936 11.1097 25.2969 12.0819 25.2969 13.2895V13.3816H32.082ZM46.4243 23.0527C44.1728 23.0527 42.3717 22.4284 41.0208 21.1798C39.6903 19.9313 38.9842 18.2018 38.9024 15.9912L38.8717 14.7632L38.9024 13.5351C38.9842 11.3246 39.6903 9.59502 41.0208 8.34651C42.3717 7.098 44.1728 6.4737 46.4243 6.4737C48.021 6.4737 49.3718 6.76029 50.4771 7.33335C51.6025 7.90642 52.4315 8.61256 52.964 9.45177C53.5166 10.2705 53.8131 11.0483 53.8543 11.7851C53.8745 11.9898 53.8025 12.1638 53.6394 12.307C53.4955 12.4503 53.3218 12.5219 53.1175 12.5219H50.4157C50.2104 12.5219 50.0473 12.481 49.9245 12.3991C49.8218 12.2968 49.7192 12.1331 49.6175 11.9079C49.3104 11.1097 48.9008 10.5366 48.3894 10.1886C47.8982 9.84063 47.263 9.66669 46.4857 9.66669C45.4418 9.66669 44.6231 10.0044 44.0296 10.6798C43.436 11.3348 43.1187 12.3377 43.0778 13.6886L43.0471 14.8246L43.0778 15.8377C43.1596 18.5191 44.2956 19.8597 46.4857 19.8597C47.2841 19.8597 47.9289 19.6857 48.4201 19.3377C48.9113 18.9898 49.3104 18.4167 49.6175 17.6184C49.7192 17.3933 49.8218 17.2398 49.9245 17.1579C50.0473 17.0555 50.2104 17.0044 50.4157 17.0044H53.1175C53.3218 17.0044 53.4955 17.0761 53.6394 17.2193C53.8025 17.3626 53.8745 17.5366 53.8543 17.7412C53.8131 18.4577 53.5262 19.2252 52.9947 20.0439C52.4622 20.8626 51.6438 21.5687 50.5385 22.1623C49.4333 22.7559 48.0613 23.0527 46.4243 23.0527ZM57.8235 22.7456C57.6191 22.7456 57.4445 22.674 57.3015 22.5307C57.1586 22.3875 57.0866 22.2134 57.0866 22.0088V1.68423C57.0866 1.45908 57.1586 1.28511 57.3015 1.1623C57.4445 1.01903 57.6191 0.947388 57.8235 0.947388H60.3103C60.5358 0.947388 60.7094 1.01903 60.8322 1.1623C60.9752 1.28511 61.0472 1.45908 61.0472 1.68423V12.1842L66.2051 7.30265C66.2665 7.26168 66.3691 7.17984 66.5121 7.05704C66.6349 6.95467 66.7577 6.88309 66.8805 6.84212C67.0033 6.80116 67.1568 6.78072 67.341 6.78072H70.1963C70.4006 6.78072 70.5647 6.84212 70.6875 6.96493C70.8103 7.08774 70.8717 7.25151 70.8717 7.45616C70.8717 7.64037 70.7691 7.82458 70.5647 8.00879L64.2401 13.9342L71.3322 21.5483C71.5366 21.7529 71.6393 21.927 71.6393 22.0702C71.6393 22.2748 71.5673 22.4386 71.4243 22.5614C71.3015 22.6842 71.148 22.7456 70.9638 22.7456H68.0472C67.7603 22.7456 67.5454 22.7149 67.4024 22.6535C67.2796 22.5717 67.1155 22.4283 66.9112 22.2237L61.0472 16.0527V22.0088C61.0472 22.2134 60.9752 22.3875 60.8322 22.5307C60.7094 22.674 60.5358 22.7456 60.3103 22.7456H57.8235ZM74.7037 22.7456C74.4984 22.7456 74.3247 22.674 74.1817 22.5307C74.0378 22.3875 73.9668 22.2134 73.9668 22.0088V1.68423C73.9668 1.45908 74.0378 1.28511 74.1817 1.1623C74.3247 1.01903 74.4984 0.947388 74.7037 0.947388H77.2519C77.4764 0.947388 77.651 1.01903 77.7738 1.1623C77.9168 1.28511 77.9888 1.45908 77.9888 1.68423V22.0088C77.9888 22.2134 77.9168 22.3875 77.7738 22.5307C77.651 22.674 77.4764 22.7456 77.2519 22.7456H74.7037ZM88.9387 23.0527C86.6668 23.0527 84.8554 22.3976 83.5045 21.0877C82.1738 19.7573 81.4676 17.8948 81.3861 15.5L81.3554 14.7325L81.3861 13.9649C81.4878 11.6316 82.2045 9.79976 83.5352 8.46932C84.8861 7.13888 86.687 6.4737 88.9387 6.4737C91.3536 6.4737 93.2159 7.21055 94.5265 8.68423C95.8562 10.1579 96.5221 12.1228 96.5221 14.579V15.2237C96.5221 15.4283 96.4501 15.6024 96.3072 15.7456C96.1632 15.8889 95.979 15.9605 95.7545 15.9605H85.5615V16.2062C85.6018 17.3319 85.9089 18.2836 86.4826 19.0614C87.0755 19.8187 87.8843 20.1974 88.908 20.1974C90.115 20.1974 91.0879 19.7266 91.8247 18.7851C92.0089 18.5599 92.1519 18.4167 92.2545 18.3553C92.3773 18.2939 92.551 18.2632 92.7765 18.2632H95.4168C95.601 18.2632 95.7545 18.3246 95.8773 18.4474C96.0203 18.5498 96.0922 18.6827 96.0922 18.8465C96.0922 19.3377 95.7948 19.9211 95.2019 20.5965C94.6282 21.2515 93.7992 21.8246 92.7151 22.3158C91.6299 22.807 90.3712 23.0527 88.9387 23.0527ZM92.3466 13.3816V13.2895C92.3466 12.0819 92.0396 11.1097 91.4256 10.3728C90.8317 9.63598 90.0027 9.26756 88.9387 9.26756C87.8738 9.26756 87.0448 9.63598 86.4519 10.3728C85.858 11.1097 85.5615 12.0819 85.5615 13.2895V13.3816H92.3466Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bwiMP.framer-1wmq8az, .framer-bwiMP .framer-1wmq8az { display: block; }\",\".framer-bwiMP.framer-y2954r { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 60px; justify-content: center; padding: 28px; position: relative; width: 1097px; }\",\".framer-bwiMP .framer-1orliez { flex: none; height: 24px; overflow: visible; position: relative; text-decoration: none; width: 115px; }\",\".framer-bwiMP .framer-1rsltv1 { flex: none; height: 24px; left: 0px; position: absolute; top: 0px; width: 22px; }\",\".framer-bwiMP .framer-1mul5jc { flex: none; height: 20px; position: absolute; right: 1px; top: calc(50.00000000000002% - 20px / 2); width: 83px; }\",\".framer-bwiMP .framer-jwyaid, .framer-bwiMP .framer-lj2m93 { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-bwiMP .framer-9vbufu-container { flex: none; height: 21px; position: relative; width: 21px; }\",\".framer-bwiMP .framer-19ymc03 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 3px; height: 38px; justify-content: center; overflow: visible; padding: 12px; position: relative; text-decoration: none; width: min-content; }\",\".framer-bwiMP .framer-1pp1un7-container { flex: none; height: 22px; position: relative; width: 22px; }\",\".framer-bwiMP .framer-18hnmga { cursor: pointer; flex: none; height: 20px; position: relative; white-space: pre; width: auto; }\",\".framer-bwiMP .framer-1msk1m9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 32px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-bwiMP .framer-1nnrr80 { flex: none; height: 32px; position: relative; text-decoration: none; width: 27px; }\",\".framer-bwiMP .framer-1c9cvn2 { aspect-ratio: 4.789473942347935 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); overflow: visible; position: relative; width: 134px; }\",\".framer-bwiMP .framer-kplosh { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 52px; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-bwiMP .framer-aicmar-container, .framer-bwiMP .framer-n169n5-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-bwiMP .framer-199oym8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 22px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-bwiMP .framer-6rneaq, .framer-bwiMP .framer-jdmig7, .framer-bwiMP .framer-1lmvcmb, .framer-bwiMP .framer-nztfv7, .framer-bwiMP .framer-g0xp1c, .framer-bwiMP .framer-dwntwo, .framer-bwiMP .framer-13pu01v, .framer-bwiMP .framer-1le4j1h, .framer-bwiMP .framer-g3mm5d, .framer-bwiMP .framer-hdfxa6 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-bwiMP .framer-1b87gpw, .framer-bwiMP .framer-5hy27u { flex: none; height: 8px; position: relative; width: 8px; }\",\".framer-bwiMP .framer-1hmdt4i, .framer-bwiMP .framer-1yxs0uk { align-content: center; align-items: center; display: flex; flex-direction: column; 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-bwiMP .framer-nndatr, .framer-bwiMP .framer-10cxfx0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 20px; position: relative; width: min-content; }\",\".framer-bwiMP .framer-kcb5zo, .framer-bwiMP .framer-10vzyly, .framer-bwiMP .framer-iwre9m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 260px; }\",\".framer-bwiMP .framer-3eiixq, .framer-bwiMP .framer-29s0mk, .framer-bwiMP .framer-sm7tto, .framer-bwiMP .framer-p8669p, .framer-bwiMP .framer-1f5p9k3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 45px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 45px; will-change: var(--framer-will-change-override, transform); }\",\".framer-bwiMP .framer-q1ek9n, .framer-bwiMP .framer-1k5qndh, .framer-bwiMP .framer-1uny9g3 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-bwiMP .framer-1v5ma33, .framer-bwiMP .framer-cdvw8a, .framer-bwiMP .framer-47zbbe, .framer-bwiMP .framer-1l6gabg, .framer-bwiMP .framer-180b65w, .framer-bwiMP .framer-yr29u, .framer-bwiMP .framer-1tu4wba, .framer-bwiMP .framer-1x44d4a, .framer-bwiMP .framer-v3vr4h, .framer-bwiMP .framer-184zjl1 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-bwiMP .framer-hht2r8, .framer-bwiMP .framer-8bw9w3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-bwiMP .framer-1x367u1, .framer-bwiMP .framer-ql4362 { 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: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-bwiMP .framer-12e2ir3 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 3px; height: 39px; justify-content: center; overflow: visible; padding: 12px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-bwiMP .framer-11x2253-container, .framer-bwiMP .framer-1yc5p5n-container { flex: none; height: 24px; position: relative; width: 25px; }\",\".framer-bwiMP .framer-1hkrhtc, .framer-bwiMP .framer-1omsm95 { cursor: pointer; flex: none; height: 21px; position: relative; white-space: pre; width: auto; }\",\".framer-bwiMP .framer-14ezxj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 39px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 39px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-bwiMP .framer-1vw0zp2-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-bwiMP .framer-1a4nfk { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 22px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-bwiMP .framer-f1p5jp-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-bwiMP .framer-1584fi6 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-bwiMP .framer-15dhest { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 3px; height: 45px; justify-content: center; overflow: visible; padding: 12px 16px 12px 16px; position: relative; text-decoration: none; width: min-content; }\",\".framer-bwiMP .framer-1trrhh6-container { flex: none; height: 45px; position: relative; width: auto; }\",\".framer-bwiMP .framer-c0hb21 { flex: none; height: 31px; overflow: visible; position: relative; text-decoration: none; width: 82px; }\",\".framer-bwiMP .framer-x1td6r { bottom: 1px; flex: none; height: 16px; left: 0px; position: absolute; width: 14px; }\",\".framer-bwiMP .framer-1uzrpss { bottom: 3px; flex: none; height: 15px; position: absolute; right: 0px; width: 60px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bwiMP.framer-y2954r, .framer-bwiMP .framer-jwyaid, .framer-bwiMP .framer-19ymc03, .framer-bwiMP .framer-kplosh, .framer-bwiMP .framer-199oym8, .framer-bwiMP .framer-1hmdt4i, .framer-bwiMP .framer-nndatr, .framer-bwiMP .framer-kcb5zo, .framer-bwiMP .framer-3eiixq, .framer-bwiMP .framer-q1ek9n, .framer-bwiMP .framer-hht2r8, .framer-bwiMP .framer-29s0mk, .framer-bwiMP .framer-1x367u1, .framer-bwiMP .framer-lj2m93, .framer-bwiMP .framer-12e2ir3, .framer-bwiMP .framer-14ezxj, .framer-bwiMP .framer-1a4nfk, .framer-bwiMP .framer-1yxs0uk, .framer-bwiMP .framer-10cxfx0, .framer-bwiMP .framer-10vzyly, .framer-bwiMP .framer-sm7tto, .framer-bwiMP .framer-1k5qndh, .framer-bwiMP .framer-iwre9m, .framer-bwiMP .framer-p8669p, .framer-bwiMP .framer-1uny9g3, .framer-bwiMP .framer-8bw9w3, .framer-bwiMP .framer-1f5p9k3, .framer-bwiMP .framer-ql4362, .framer-bwiMP .framer-1584fi6, .framer-bwiMP .framer-15dhest { gap: 0px; } .framer-bwiMP.framer-y2954r > *, .framer-bwiMP .framer-kplosh > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-bwiMP.framer-y2954r > :first-child, .framer-bwiMP .framer-jwyaid > :first-child, .framer-bwiMP .framer-19ymc03 > :first-child, .framer-bwiMP .framer-kplosh > :first-child, .framer-bwiMP .framer-199oym8 > :first-child, .framer-bwiMP .framer-kcb5zo > :first-child, .framer-bwiMP .framer-hht2r8 > :first-child, .framer-bwiMP .framer-lj2m93 > :first-child, .framer-bwiMP .framer-12e2ir3 > :first-child, .framer-bwiMP .framer-14ezxj > :first-child, .framer-bwiMP .framer-1a4nfk > :first-child, .framer-bwiMP .framer-10vzyly > :first-child, .framer-bwiMP .framer-iwre9m > :first-child, .framer-bwiMP .framer-8bw9w3 > :first-child, .framer-bwiMP .framer-1584fi6 > :first-child, .framer-bwiMP .framer-15dhest > :first-child { margin-left: 0px; } .framer-bwiMP.framer-y2954r > :last-child, .framer-bwiMP .framer-jwyaid > :last-child, .framer-bwiMP .framer-19ymc03 > :last-child, .framer-bwiMP .framer-kplosh > :last-child, .framer-bwiMP .framer-199oym8 > :last-child, .framer-bwiMP .framer-kcb5zo > :last-child, .framer-bwiMP .framer-hht2r8 > :last-child, .framer-bwiMP .framer-lj2m93 > :last-child, .framer-bwiMP .framer-12e2ir3 > :last-child, .framer-bwiMP .framer-14ezxj > :last-child, .framer-bwiMP .framer-1a4nfk > :last-child, .framer-bwiMP .framer-10vzyly > :last-child, .framer-bwiMP .framer-iwre9m > :last-child, .framer-bwiMP .framer-8bw9w3 > :last-child, .framer-bwiMP .framer-1584fi6 > :last-child, .framer-bwiMP .framer-15dhest > :last-child { margin-right: 0px; } .framer-bwiMP .framer-jwyaid > *, .framer-bwiMP .framer-lj2m93 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-bwiMP .framer-19ymc03 > *, .framer-bwiMP .framer-12e2ir3 > *, .framer-bwiMP .framer-15dhest > * { margin: 0px; margin-left: calc(3px / 2); margin-right: calc(3px / 2); } .framer-bwiMP .framer-199oym8 > *, .framer-bwiMP .framer-1a4nfk > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-bwiMP .framer-1hmdt4i > *, .framer-bwiMP .framer-3eiixq > *, .framer-bwiMP .framer-29s0mk > *, .framer-bwiMP .framer-1yxs0uk > *, .framer-bwiMP .framer-sm7tto > *, .framer-bwiMP .framer-p8669p > *, .framer-bwiMP .framer-1f5p9k3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-bwiMP .framer-1hmdt4i > :first-child, .framer-bwiMP .framer-nndatr > :first-child, .framer-bwiMP .framer-3eiixq > :first-child, .framer-bwiMP .framer-q1ek9n > :first-child, .framer-bwiMP .framer-29s0mk > :first-child, .framer-bwiMP .framer-1x367u1 > :first-child, .framer-bwiMP .framer-1yxs0uk > :first-child, .framer-bwiMP .framer-10cxfx0 > :first-child, .framer-bwiMP .framer-sm7tto > :first-child, .framer-bwiMP .framer-1k5qndh > :first-child, .framer-bwiMP .framer-p8669p > :first-child, .framer-bwiMP .framer-1uny9g3 > :first-child, .framer-bwiMP .framer-1f5p9k3 > :first-child, .framer-bwiMP .framer-ql4362 > :first-child { margin-top: 0px; } .framer-bwiMP .framer-1hmdt4i > :last-child, .framer-bwiMP .framer-nndatr > :last-child, .framer-bwiMP .framer-3eiixq > :last-child, .framer-bwiMP .framer-q1ek9n > :last-child, .framer-bwiMP .framer-29s0mk > :last-child, .framer-bwiMP .framer-1x367u1 > :last-child, .framer-bwiMP .framer-1yxs0uk > :last-child, .framer-bwiMP .framer-10cxfx0 > :last-child, .framer-bwiMP .framer-sm7tto > :last-child, .framer-bwiMP .framer-1k5qndh > :last-child, .framer-bwiMP .framer-p8669p > :last-child, .framer-bwiMP .framer-1uny9g3 > :last-child, .framer-bwiMP .framer-1f5p9k3 > :last-child, .framer-bwiMP .framer-ql4362 > :last-child { margin-bottom: 0px; } .framer-bwiMP .framer-nndatr > *, .framer-bwiMP .framer-10cxfx0 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-bwiMP .framer-kcb5zo > *, .framer-bwiMP .framer-hht2r8 > *, .framer-bwiMP .framer-10vzyly > *, .framer-bwiMP .framer-iwre9m > *, .framer-bwiMP .framer-8bw9w3 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-bwiMP .framer-q1ek9n > *, .framer-bwiMP .framer-1x367u1 > *, .framer-bwiMP .framer-1k5qndh > *, .framer-bwiMP .framer-1uny9g3 > *, .framer-bwiMP .framer-ql4362 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-bwiMP .framer-14ezxj > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-bwiMP .framer-1584fi6 > * { margin: 0px; margin-left: calc(22px / 2); margin-right: calc(22px / 2); } }\",\".framer-bwiMP.framer-v-1jkjr5k.framer-y2954r { width: 728px; }\",\".framer-bwiMP.framer-v-1jkjr5k .framer-1orliez, .framer-bwiMP.framer-v-1jkjr5k .framer-1a4nfk, .framer-bwiMP.framer-v-3pzctp .framer-19ymc03, .framer-bwiMP.framer-v-3pzctp .framer-1nnrr80 { order: 0; }\",\".framer-bwiMP.framer-v-1jkjr5k .framer-1msk1m9 { flex: none; gap: 0px; justify-content: center; order: 2; width: min-content; }\",\".framer-bwiMP.framer-v-1jkjr5k .framer-kplosh { flex: none; gap: 22px; height: 41px; width: 512px; }\",\".framer-bwiMP.framer-v-1jkjr5k .framer-aicmar-container, .framer-bwiMP.framer-v-3pzctp .framer-jwyaid, .framer-bwiMP.framer-v-3pzctp .framer-9vbufu-container, .framer-bwiMP.framer-v-153b24r .framer-f1p5jp-container { order: 1; }\",\".framer-bwiMP.framer-v-1jkjr5k .framer-lj2m93 { order: 7; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bwiMP.framer-v-1jkjr5k .framer-1msk1m9, .framer-bwiMP.framer-v-1jkjr5k .framer-kplosh { gap: 0px; } .framer-bwiMP.framer-v-1jkjr5k .framer-1msk1m9 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-bwiMP.framer-v-1jkjr5k .framer-1msk1m9 > :first-child, .framer-bwiMP.framer-v-1jkjr5k .framer-kplosh > :first-child { margin-left: 0px; } .framer-bwiMP.framer-v-1jkjr5k .framer-1msk1m9 > :last-child, .framer-bwiMP.framer-v-1jkjr5k .framer-kplosh > :last-child { margin-right: 0px; } .framer-bwiMP.framer-v-1jkjr5k .framer-kplosh > * { margin: 0px; margin-left: calc(22px / 2); margin-right: calc(22px / 2); } }\",\".framer-bwiMP.framer-v-3pzctp.framer-y2954r { gap: unset; height: 57px; justify-content: space-between; padding: 28px 24px 28px 24px; width: 315px; }\",\".framer-bwiMP.framer-v-3pzctp .framer-1msk1m9 { flex: none; gap: 116px; height: 1px; justify-content: center; order: 0; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bwiMP.framer-v-3pzctp.framer-y2954r, .framer-bwiMP.framer-v-3pzctp .framer-1msk1m9 { gap: 0px; } .framer-bwiMP.framer-v-3pzctp.framer-y2954r > *, .framer-bwiMP.framer-v-3pzctp.framer-y2954r > :first-child, .framer-bwiMP.framer-v-3pzctp.framer-y2954r > :last-child { margin: 0px; } .framer-bwiMP.framer-v-3pzctp .framer-1msk1m9 > * { margin: 0px; margin-left: calc(116px / 2); margin-right: calc(116px / 2); } .framer-bwiMP.framer-v-3pzctp .framer-1msk1m9 > :first-child { margin-left: 0px; } .framer-bwiMP.framer-v-3pzctp .framer-1msk1m9 > :last-child { margin-right: 0px; } }\",\".framer-bwiMP.framer-v-153b24r.framer-y2954r { flex-direction: column; gap: 15px; height: 491px; padding: 28px 28px 37px 28px; width: 315px; }\",\".framer-bwiMP.framer-v-153b24r .framer-1msk1m9 { align-content: flex-start; align-items: flex-start; flex: none; gap: 10px; justify-content: flex-end; order: 0; width: 110%; }\",\".framer-bwiMP.framer-v-153b24r .framer-1584fi6 { flex: none; flex-direction: column; order: 2; width: 100%; }\",\".framer-bwiMP.framer-v-153b24r .framer-c0hb21 { order: 3; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bwiMP.framer-v-153b24r.framer-y2954r, .framer-bwiMP.framer-v-153b24r .framer-1msk1m9, .framer-bwiMP.framer-v-153b24r .framer-1584fi6 { gap: 0px; } .framer-bwiMP.framer-v-153b24r.framer-y2954r > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-bwiMP.framer-v-153b24r.framer-y2954r > :first-child, .framer-bwiMP.framer-v-153b24r .framer-1584fi6 > :first-child { margin-top: 0px; } .framer-bwiMP.framer-v-153b24r.framer-y2954r > :last-child, .framer-bwiMP.framer-v-153b24r .framer-1584fi6 > :last-child { margin-bottom: 0px; } .framer-bwiMP.framer-v-153b24r .framer-1msk1m9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-bwiMP.framer-v-153b24r .framer-1msk1m9 > :first-child { margin-left: 0px; } .framer-bwiMP.framer-v-153b24r .framer-1msk1m9 > :last-child { margin-right: 0px; } .framer-bwiMP.framer-v-153b24r .framer-1584fi6 > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } }\",...sharedStyle.css,'.framer-bwiMP[data-border=\"true\"]::after, .framer-bwiMP [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 60\n * @framerIntrinsicWidth 1097\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ky92hybTU\":{\"layout\":[\"fixed\",\"fixed\"]},\"eNCaoOPjG\":{\"layout\":[\"fixed\",\"fixed\"]},\"MsgV6JUr0\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZmfzVilbf=withCSS(Component,css,\"framer-bwiMP\");export default FramerZmfzVilbf;FramerZmfzVilbf.displayName=\"Navbar Default\";FramerZmfzVilbf.defaultProps={height:60,width:1097};addPropertyControls(FramerZmfzVilbf,{variant:{options:[\"lkZJoacyQ\",\"ky92hybTU\",\"eNCaoOPjG\",\"MsgV6JUr0\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\",\"Phone Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerZmfzVilbf,[{explicitInter:true,fonts:[{family:\"Rubik\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1VU80V4bVkA.woff2\",weight:\"500\"},{family:\"Rubik\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1VU80V4bVkA.woff2\",weight:\"400\"}]},...ElementsMenuIconFonts,...MaterialFonts,...MoreDropdownFonts,...HeroFonts,...GamesDropdownFonts,...NavbarCTAFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZmfzVilbf\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1097\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ky92hybTU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eNCaoOPjG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MsgV6JUr0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"60\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["useConstant", "init", "ref", "pe", "BASE62", "randomID", "length", "useRandomID", "useConstant", "cycleOrder", "variantClassNames", "humanReadableVariantMap", "transitions", "Component", "Y", "externalStyle", "className", "width", "height", "layoutId", "outerVariant", "TBgHLr7MW", "iWF8EWIN1", "restProps", "ref", "variant", "variants", "baseVariant", "gestureVariant", "classNames", "transition", "setVariant", "setGestureState", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapsct6xz", "args", "onTap7ln769", "variantProps", "se", "addVariantProps", "useAddVariantProps", "defaultLayoutId", "useRandomID", "pointerEvents", "style", "p", "LayoutGroup", "motion", "cx", "u", "css", "FramerF8KjCKf_G", "withCSS", "F8KjCKf_G_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "hover", "id", "tap", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "grL4kSuey", "SMWpmqwRo", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap2o3m5v", "args", "onMouseEnterc68e8j", "onTap1iw63br", "onTap1o76ctf", "onTap18kdgs9", "onTap1msxejj", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "RichText2", "SVG", "Link", "Image2", "getLoadingLazyAtYPosition", "css", "FramerO4tJvYPeY", "withCSS", "O4tJvYPeY_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1j6n7r", "args", "onTap155xxz", "onTap7t83o1", "onTap2a9y1", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "SVG", "Link", "css", "FramerQxrUNnvQu", "withCSS", "QxrUNnvQu_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "tap", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "pWTRmzy6U", "h83YRdxg8", "WYbfoUJ0F", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1fl36t3", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "FramerTftl9CLLz", "withCSS", "Tftl9CLLz_default", "addPropertyControls", "ControlType", "addFonts", "ElementsMenuIconFonts", "getFonts", "F8KjCKf_G_default", "MaterialFonts", "Icon", "MoreDropdownFonts", "QxrUNnvQu_default", "MotionDivWithFX", "withFX", "motion", "HeroFonts", "GamesDropdownFonts", "O4tJvYPeY_default", "NavbarCTAFonts", "Tftl9CLLz_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition4", "animation3", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "tap1i6xmuo", "args", "onMouseEntertxyyif", "overlay", "loadMore", "onTaptxyyif", "tap1ive03c", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "ref1", "ref2", "ref3", "ref4", "isDisplayed5", "router", "useRouter", "LayoutGroup", "u", "Link", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "l", "AnimatePresence", "Floating", "Image2", "overlay1", "ResolveLinks", "resolvedLinks", "css", "FramerZmfzVilbf", "withCSS", "ZmfzVilbf_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
