{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/E4e5r1qmxAGxLj2paaT6/T5goH9WPK2QBfhSwrWO2/Tiled_image.js", "ssg:https://framerusercontent.com/modules/tW1ExjbbJRt9YcZ0Gyxk/7xLQ6of7kXWmBUVuRiYG/Spotify.js", "ssg:https://framerusercontent.com/modules/zIyJSAXDuqWHGkt1FM0p/TrlOERd2zJNDvGyNOUXq/DCFxfBayD.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/phosphor-icons/House.js@0.0.53", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js", "ssg:https://framerusercontent.com/modules/wjFXXhMjQ5NdnBYL9T0t/QJyVSmMAOTqJxSOhzBuh/dLWU5qbd9.js", "ssg:https://framerusercontent.com/modules/9h3Vtv7ErmtgNISGsfMD/bBYsNDXbsp5LD9KPOy9C/DYeQEdN2E.js", "ssg:https://framerusercontent.com/modules/Fmke2lor3UXb6l0pB1dy/6sR6Gd50XoqPwJ5iPCMf/phySaAnQ7.js", "ssg:https://framerusercontent.com/modules/BWaCF8Q6hLehgck6YG0b/BbFnLAEAdHdc1PozXuQG/arnxG3ncG.js", "ssg:https://framerusercontent.com/modules/64NEEnklO82Z84IAvVno/qOdHkYtHAwZy4kGDVHmp/MpvcxrbDl.js", "ssg:https://framerusercontent.com/modules/9Hq3HFZLvIXdLJR5jTQ0/RzMLFAjze1xgtdGSruqB/eSQq9SAQu.js", "ssg:https://framerusercontent.com/modules/yhwis83NqKaH25huQfJL/NIBE5VwdWuwATxlq8Xkv/yUDwcUl0A.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";export function TiledImage(props){// Generate the CSS for the background image\nconst style={backgroundImage:`url(${props.image})`,backgroundSize:\"auto\",backgroundPosition:\"left top\",backgroundRepeat:\"repeat\",width:\"100%\",height:\"100%\"};// Return a div with the background image\nreturn /*#__PURE__*/_jsx(\"div\",{style:style});}// Add property controls to show in the props panel\naddPropertyControls(TiledImage,{image:{type:ControlType.Image,title:\"Image\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"TiledImage\":{\"type\":\"reactComponent\",\"name\":\"TiledImage\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Tiled_image.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{useCallback}from\"react\";const urlRegex=/(https?:\\/\\/[^ ]*)/;/**\n * SPOTIFY\n *\n * @framerIntrinsicWidth 280\n * @framerIntrinsicHeight 350\n */ export function Spotify(props){const{theme,url:sourceUrl}=props;const createEmbedUrl=useCallback(()=>{if(sourceUrl.length<5)return null;// If someone pastes the embed code lets still try to render it\nconst strippedUrl=sourceUrl.includes(\"iframe\")?sourceUrl.match(urlRegex)[1].replace(`\"`,\"\"):sourceUrl;const url=new URL(strippedUrl);// Add embed prefix if needed\nif(!url.pathname.includes(\"embed\"))url.pathname=`/embed${url.pathname}`;// Remove params\nurl.search=`theme=${theme}`;// @ben you could add all other bools in here like\n// url.search = `theme=${theme}&dog=${cat}`\nreturn url.toString();},[theme,sourceUrl]);const identifier=createEmbedUrl();return(/*#__PURE__*/ _jsx(\"iframe\",{style:{height:\"100%\",width:\"100%\"},frameBorder:0,src:identifier}));}Spotify.defaultProps={url:\"https://open.spotify.com/album/31qVWUdRrlb8thMvts0yYL?si=Jl-8Mnc3RNGuOtqRC7NXVg\",width:280,height:350,theme:1};addPropertyControls(Spotify,{url:{type:ControlType.String,title:\"URL\"},theme:{type:ControlType.Enum,displaySegmentedControl:true,options:[1,0],optionTitles:[\"On\",\"Off\"]}});\nexport const __FramerMetadata__ = {\"exports\":{\"Spotify\":{\"type\":\"reactComponent\",\"name\":\"Spotify\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"350\",\"framerIntrinsicWidth\":\"280\"}}}}\n//# sourceMappingURL=./Spotify.map", "// Generated by Framer (4f2ee3e)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,useConstant,useIsOnFramerCanvas,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Spotify}from\"https://framerusercontent.com/modules/tW1ExjbbJRt9YcZ0Gyxk/7xLQ6of7kXWmBUVuRiYG/Spotify.js\";const SpotifyFonts=getFonts(Spotify);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"sm2XcG9WI\",\"tXzYeXt69\"];const serializationHash=\"framer-mw8c8\";const variantClassNames={sm2XcG9WI:\"framer-v-v2phkv\",tXzYeXt69:\"framer-v-11f94fr\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const animation={opacity:0,rotate:0,scale:1,x:-40,y:0};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation1={opacity:0,rotate:0,scale:1,transition:transition1,x:-40,y:0};const inertia={bounceDamping:30,bounceStiffness:400,delay:0,type:\"inertia\"};const preventDefault=e=>e.preventDefault();const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:1,rotate:0,scale:1.02,transition:transition2};const transformTemplate1=(_,t)=>`perspective(1200px) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Variant 1\":\"sm2XcG9WI\",Mobile:\"tXzYeXt69\"};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:\"sm2XcG9WI\"};};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,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"sm2XcG9WI\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const isOnCanvas=useIsOnFramerCanvas();const initialVariant=useConstant(()=>variant);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-v2phkv\",className,classNames),\"data-framer-name\":\"Variant 1\",initial:isOnCanvas?variant:initialVariant,layoutDependency:layoutDependency,layoutId:\"sm2XcG9WI\",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:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({tXzYeXt69:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-13y5aeb-container\",drag:true,dragMomentum:false,layoutDependency:layoutDependency,layoutId:\"Oq_iY_ChK-container\",onMouseDown:preventDefault,transformTemplate:transformTemplate1,whileHover:animation2,children:/*#__PURE__*/_jsx(Spotify,{height:\"100%\",id:\"Oq_iY_ChK\",layoutId:\"Oq_iY_ChK\",style:{height:\"100%\",width:\"100%\"},theme:0,url:\"https://open.spotify.com/track/361lAhhmTs9jZ7qMKOO7JW?si=14bf281280504792\",width:\"100%\"})})})})});});const css=['.framer-mw8c8[data-border=\"true\"]::after, .framer-mw8c8 [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-mw8c8.framer-17r3ou7, .framer-mw8c8 .framer-17r3ou7 { display: block; }\",\".framer-mw8c8.framer-v2phkv { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 380px; }\",\".framer-mw8c8 .framer-13y5aeb-container { flex: none; height: 81px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mw8c8.framer-v2phkv { gap: 0px; } .framer-mw8c8.framer-v2phkv > * { margin: 0px; margin-bottom: calc(13px / 2); margin-top: calc(13px / 2); } .framer-mw8c8.framer-v2phkv > :first-child { margin-top: 0px; } .framer-mw8c8.framer-v2phkv > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 81\n * @framerIntrinsicWidth 380\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"tXzYeXt69\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerDCFxfBayD=withCSS(Component,css,\"framer-mw8c8\");export default FramerDCFxfBayD;FramerDCFxfBayD.displayName=\"canvasSocials\";FramerDCFxfBayD.defaultProps={height:81,width:380};addPropertyControls(FramerDCFxfBayD,{variant:{options:[\"sm2XcG9WI\",\"tXzYeXt69\"],optionTitles:[\"Variant 1\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerDCFxfBayD,[...SpotifyFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDCFxfBayD\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tXzYeXt69\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"380\",\"framerIntrinsicHeight\":\"81\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DCFxfBayD.map", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let Component;\nvar House_default = (React) => {\n  if (!Component) {\n    const weights = /* @__PURE__ */ new Map([\n      [\n        \"bold\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M221.56,100.85,141.61,25.38l-.16-.15a19.93,19.93,0,0,0-26.91,0l-.17.15L34.44,100.85A20.07,20.07,0,0,0,28,115.55V208a20,20,0,0,0,20,20H96a20,20,0,0,0,20-20V164h24v44a20,20,0,0,0,20,20h48a20,20,0,0,0,20-20V115.55A20.07,20.07,0,0,0,221.56,100.85ZM204,204H164V160a20,20,0,0,0-20-20H112a20,20,0,0,0-20,20v44H52V117.28l76-71.75,76,71.75Z\" }))\n      ],\n      [\n        \"duotone\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\n          \"path\",\n          {\n            d: \"M216,115.54V208a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.54a8,8,0,0,1,2.62-5.92l80-75.54a8,8,0,0,1,10.77,0l80,75.54A8,8,0,0,1,216,115.54Z\",\n            opacity: \"0.2\"\n          }\n        ), /* @__PURE__ */ React.createElement(\"path\", { d: \"M218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z\" }))\n      ],\n      [\n        \"fill\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M224,115.55V208a16,16,0,0,1-16,16H168a16,16,0,0,1-16-16V168a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v40a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V115.55a16,16,0,0,1,5.17-11.78l80-75.48.11-.11a16,16,0,0,1,21.53,0,1.14,1.14,0,0,0,.11.11l80,75.48A16,16,0,0,1,224,115.55Z\" }))\n      ],\n      [\n        \"light\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M217.47,105.24l-80-75.5-.09-.08a13.94,13.94,0,0,0-18.83,0l-.09.08-80,75.5A14,14,0,0,0,34,115.55V208a14,14,0,0,0,14,14H96a14,14,0,0,0,14-14V160a2,2,0,0,1,2-2h32a2,2,0,0,1,2,2v48a14,14,0,0,0,14,14h48a14,14,0,0,0,14-14V115.55A14,14,0,0,0,217.47,105.24ZM210,208a2,2,0,0,1-2,2H160a2,2,0,0,1-2-2V160a14,14,0,0,0-14-14H112a14,14,0,0,0-14,14v48a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V115.55a2,2,0,0,1,.65-1.48l.09-.08,79.94-75.48a2,2,0,0,1,2.63,0L209.26,114l.08.08a2,2,0,0,1,.66,1.48Z\" }))\n      ],\n      [\n        \"regular\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z\" }))\n      ],\n      [\n        \"thin\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M216.13,106.72,136.07,31.13a12,12,0,0,0-16.2.05L39.93,106.67A12,12,0,0,0,36,115.54V208a12,12,0,0,0,12,12H96a12,12,0,0,0,12-12V160a4,4,0,0,1,4-4h32a4,4,0,0,1,4,4v48a12,12,0,0,0,12,12h48a12,12,0,0,0,12-12V115.54A12,12,0,0,0,216.13,106.72ZM212,208a4,4,0,0,1-4,4H160a4,4,0,0,1-4-4V160a12,12,0,0,0-12-12H112a12,12,0,0,0-12,12v48a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V115.54a4.09,4.09,0,0,1,1.36-3L125.3,37.05a4,4,0,0,1,5.33,0l80.06,75.58a4,4,0,0,1,1.31,3Z\" }))\n      ]\n    ]);\n    const House = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", { ref, ...props }, weights.get(props.weight)));\n    House.displayName = \"House\";\n    Component = House;\n  }\n  return Component;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nexport {\n  __FramerMetadata__,\n  House_default as default\n};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HouseFactory from\"https://framer.com/m/phosphor-icons/House.js@0.0.53\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"AddressBook\",\"AirTrafficControl\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"AmazonLogo\",\"Anchor\",\"AnchorSimple\",\"AndroidLogo\",\"AngularLogo\",\"Aperture\",\"AppStoreLogo\",\"AppWindow\",\"AppleLogo\",\"ApplePodcastsLogo\",\"Archive\",\"ArchiveBox\",\"ArchiveTray\",\"Armchair\",\"ArrowArcLeft\",\"ArrowArcRight\",\"ArrowBendDownLeft\",\"ArrowBendDownRight\",\"ArrowBendLeftDown\",\"ArrowBendLeftUp\",\"ArrowBendRightDown\",\"ArrowBendRightUp\",\"ArrowBendUpLeft\",\"ArrowBendUpRight\",\"ArrowCircleDown\",\"ArrowCircleDownLeft\",\"ArrowCircleDownRight\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpLeft\",\"ArrowCircleUpRight\",\"ArrowClockwise\",\"ArrowDown\",\"ArrowDownLeft\",\"ArrowDownRight\",\"ArrowElbowDownLeft\",\"ArrowElbowDownRight\",\"ArrowElbowLeft\",\"ArrowElbowLeftDown\",\"ArrowElbowLeftUp\",\"ArrowElbowRight\",\"ArrowElbowRightDown\",\"ArrowElbowRightUp\",\"ArrowElbowUpLeft\",\"ArrowElbowUpRight\",\"ArrowFatDown\",\"ArrowFatLeft\",\"ArrowFatLineDown\",\"ArrowFatLineLeft\",\"ArrowFatLineRight\",\"ArrowFatLineUp\",\"ArrowFatLinesDown\",\"ArrowFatLinesLeft\",\"ArrowFatLinesRight\",\"ArrowFatLinesUp\",\"ArrowFatRight\",\"ArrowFatUp\",\"ArrowLeft\",\"ArrowLineDown\",\"ArrowLineDownLeft\",\"ArrowLineDownRight\",\"ArrowLineLeft\",\"ArrowLineRight\",\"ArrowLineUp\",\"ArrowLineUpLeft\",\"ArrowLineUpRight\",\"ArrowRight\",\"ArrowSquareDown\",\"ArrowSquareDownLeft\",\"ArrowSquareDownRight\",\"ArrowSquareIn\",\"ArrowSquareLeft\",\"ArrowSquareOut\",\"ArrowSquareRight\",\"ArrowSquareUp\",\"ArrowSquareUpLeft\",\"ArrowSquareUpRight\",\"ArrowUDownLeft\",\"ArrowUDownRight\",\"ArrowULeftDown\",\"ArrowULeftUp\",\"ArrowURightDown\",\"ArrowURightUp\",\"ArrowUUpLeft\",\"ArrowUUpRight\",\"ArrowUp\",\"ArrowUpLeft\",\"ArrowUpRight\",\"ArrowsClockwise\",\"ArrowsDownUp\",\"ArrowsHorizontal\",\"ArrowsIn\",\"ArrowsInCardinal\",\"ArrowsInLineVertical\",\"ArrowsInSimple\",\"ArrowsLeftRight\",\"ArrowsMerge\",\"ArrowsOut\",\"ArrowsOutCardinal\",\"ArrowsOutSimple\",\"ArrowsSplit\",\"ArrowsVertical\",\"Article\",\"ArticleMedium\",\"ArticleNyTimes\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Baby\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barricade\",\"Baseball\",\"BaseballCap\",\"Basket\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryPlusVertical\",\"BatteryVerticalEmpty\",\"BatteryVerticalFull\",\"BatteryVerticalHigh\",\"BatteryVerticalLow\",\"BatteryWarning\",\"Bed\",\"BeerBottle\",\"BeerStein\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"BezierCurve\",\"Bicycle\",\"Binoculars\",\"Bird\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Bone\",\"Book\",\"BookBookmark\",\"BookOpen\",\"BookOpenText\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"Boot\",\"BoundingBox\",\"BowlFood\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Bridge\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Broom\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Buildings\",\"Bus\",\"Butterfly\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarPlus\",\"CalendarX\",\"CallBell\",\"Camera\",\"CameraPlus\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarProfile\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretCircleUpDown\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretRight\",\"CaretUp\",\"CaretUpDown\",\"Carrot\",\"CassetteTape\",\"CastleTurret\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"Certificate\",\"Chair\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"Champagne\",\"ChargingStation\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartDonut\",\"ChartLine\",\"ChartLineDown\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"ChartPolar\",\"ChartScatter\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleText\",\"ChatDots\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckFat\",\"CheckSquare\",\"CheckSquareOffset\",\"Checks\",\"Church\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Circuitry\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClockCounterClockwise\",\"ClockCountdown\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"CloudWarning\",\"CloudX\",\"Club\",\"CoatHanger\",\"CodaLogo\",\"Code\",\"CodeBlock\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"Command\",\"Compass\",\"CompassTool\",\"ComputerTower\",\"Confetti\",\"ContactlessPayment\",\"Control\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Couch\",\"Cpu\",\"CreditCard\",\"Crop\",\"Cross\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownSimple\",\"Cube\",\"CubeFocus\",\"CubeTransparent\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorClick\",\"CursorText\",\"Cylinder\",\"Database\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DevToLogo\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSpeaker\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Devices\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscordLogo\",\"Divide\",\"Dna\",\"Dog\",\"Door\",\"DoorOpen\",\"Dot\",\"DotOutline\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"Dress\",\"DribbbleLogo\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"DropboxLogo\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Elevator\",\"Engine\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"EscalatorDown\",\"EscalatorUp\",\"Exam\",\"Exclude\",\"ExcludeSquare\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"Fan\",\"FastForward\",\"FastForwardCircle\",\"Feather\",\"FigmaLogo\",\"File\",\"FileArchive\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileCloud\",\"FileCode\",\"FileCss\",\"FileCsv\",\"FileDashed\",\"FileDoc\",\"FileHtml\",\"FileImage\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMagnifyingGlass\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FileRs\",\"FileSql\",\"FileSvg\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmReel\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireExtinguisher\",\"FireSimple\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagCheckered\",\"FlagPennant\",\"Flame\",\"Flashlight\",\"Flask\",\"FloppyDisk\",\"FloppyDiskBack\",\"FlowArrow\",\"Flower\",\"FlowerLotus\",\"FlowerTulip\",\"FlyingSaucer\",\"Folder\",\"FolderDashed\",\"FolderLock\",\"FolderMinus\",\"FolderNotch\",\"FolderNotchMinus\",\"FolderNotchOpen\",\"FolderNotchPlus\",\"FolderOpen\",\"FolderPlus\",\"FolderSimple\",\"FolderSimpleDashed\",\"FolderSimpleLock\",\"FolderSimpleMinus\",\"FolderSimplePlus\",\"FolderSimpleStar\",\"FolderSimpleUser\",\"FolderStar\",\"FolderUser\",\"Folders\",\"Football\",\"Footprints\",\"ForkKnife\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"GameController\",\"Garage\",\"GasCan\",\"GasPump\",\"Gauge\",\"Gavel\",\"Gear\",\"GearFine\",\"GearSix\",\"GenderFemale\",\"GenderIntersex\",\"GenderMale\",\"GenderNeuter\",\"GenderNonbinary\",\"GenderTransgender\",\"Ghost\",\"Gif\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitDiff\",\"GitFork\",\"GitMerge\",\"GitPullRequest\",\"GithubLogo\",\"GitlabLogo\",\"GitlabLogoSimple\",\"Globe\",\"GlobeHemisphereEast\",\"GlobeHemisphereWest\",\"GlobeSimple\",\"GlobeStand\",\"Goggles\",\"GoodreadsLogo\",\"GoogleCardboardLogo\",\"GoogleChromeLogo\",\"GoogleDriveLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gradient\",\"GraduationCap\",\"Grains\",\"GrainsSlash\",\"Graph\",\"GridFour\",\"GridNine\",\"Guitar\",\"Hamburger\",\"Hammer\",\"Hand\",\"HandCoins\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandHeart\",\"HandPalm\",\"HandPointing\",\"HandSoap\",\"HandSwipeLeft\",\"HandSwipeRight\",\"HandTap\",\"HandWaving\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"HandsPraying\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"Hash\",\"HashStraight\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartHalf\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighHeel\",\"HighlighterCircle\",\"Hoodie\",\"Horse\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"IceCream\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageSquare\",\"Images\",\"ImagesSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"IntersectSquare\",\"IntersectThree\",\"Jeep\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"Laptop\",\"Layout\",\"Leaf\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lighthouse\",\"Lightning\",\"LightningA\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListMagnifyingGlass\",\"ListNumbers\",\"ListPlus\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"Lockers\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"MapPin\",\"MapPinLine\",\"MapTrifold\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MathOperations\",\"Medal\",\"MedalMilitary\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MessengerLogo\",\"MetaLogo\",\"Metronome\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"MicrosoftExcelLogo\",\"MicrosoftOutlookLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"MinusSquare\",\"Money\",\"Monitor\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Moped\",\"MopedFront\",\"Mosque\",\"Motorcycle\",\"Mountains\",\"Mouse\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Newspaper\",\"NewspaperClipping\",\"Notches\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NotionLogo\",\"NumberCircleEight\",\"NumberCircleFive\",\"NumberCircleFour\",\"NumberCircleNine\",\"NumberCircleOne\",\"NumberCircleSeven\",\"NumberCircleSix\",\"NumberCircleThree\",\"NumberCircleTwo\",\"NumberCircleZero\",\"NumberEight\",\"NumberFive\",\"NumberFour\",\"NumberNine\",\"NumberOne\",\"NumberSeven\",\"NumberSix\",\"NumberSquareEight\",\"NumberSquareFive\",\"NumberSquareFour\",\"NumberSquareNine\",\"NumberSquareOne\",\"NumberSquareSeven\",\"NumberSquareSix\",\"NumberSquareThree\",\"NumberSquareTwo\",\"NumberSquareZero\",\"NumberThree\",\"NumberTwo\",\"NumberZero\",\"Nut\",\"NyTimesLogo\",\"Octagon\",\"OfficeChair\",\"Option\",\"OrangeSlice\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"Pants\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Paragraph\",\"Parallelogram\",\"Park\",\"Password\",\"Path\",\"PatreonLogo\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"PaypalLogo\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilSimple\",\"PencilSimpleLine\",\"PencilSimpleSlash\",\"PencilSlash\",\"Pentagram\",\"Pepper\",\"Percent\",\"Person\",\"PersonArmsSpread\",\"PersonSimple\",\"PersonSimpleBike\",\"PersonSimpleRun\",\"PersonSimpleThrow\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneOutgoing\",\"PhonePlus\",\"PhoneSlash\",\"PhoneX\",\"PhosphorLogo\",\"Pi\",\"PianoKeys\",\"PictureInPicture\",\"PiggyBank\",\"Pill\",\"PinterestLogo\",\"Pinwheel\",\"Pizza\",\"Placeholder\",\"Planet\",\"Plant\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Playlist\",\"Plug\",\"PlugCharging\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PlusSquare\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"PottedPlant\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"Pulse\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"Queue\",\"Quotes\",\"Radical\",\"Radio\",\"RadioButton\",\"Radioactive\",\"Rainbow\",\"RainbowCloud\",\"ReadCvLogo\",\"Receipt\",\"ReceiptX\",\"Record\",\"Rectangle\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"Rewind\",\"RewindCircle\",\"RoadHorizon\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Scales\",\"Scan\",\"Scissors\",\"Scooter\",\"Screencast\",\"ScribbleLoop\",\"Scroll\",\"Seal\",\"SealCheck\",\"SealQuestion\",\"SealWarning\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Shapes\",\"Share\",\"ShareFat\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShirtFolded\",\"ShootingStar\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shower\",\"Shrimp\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"Sigma\",\"SignIn\",\"SignOut\",\"Signature\",\"Signpost\",\"SimCard\",\"Siren\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Slideshow\",\"Smiley\",\"SmileyAngry\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Sneaker\",\"SneakerMove\",\"Snowflake\",\"SoccerBall\",\"SortAscending\",\"SortDescending\",\"SoundcloudLogo\",\"Spade\",\"Sparkle\",\"SpeakerHifi\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Spinner\",\"SpinnerGap\",\"Spiral\",\"SplitHorizontal\",\"SplitVertical\",\"SpotifyLogo\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquareSplitVertical\",\"SquaresFour\",\"Stack\",\"StackOverflowLogo\",\"StackSimple\",\"Stairs\",\"Stamp\",\"Star\",\"StarAndCrescent\",\"StarFour\",\"StarHalf\",\"StarOfDavid\",\"SteeringWheel\",\"Steps\",\"Stethoscope\",\"Sticker\",\"Stool\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"Subtitles\",\"Subtract\",\"SubtractSquare\",\"Suitcase\",\"SuitcaseRolling\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"Swap\",\"Swatches\",\"SwimmingPool\",\"Sword\",\"Synagogue\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TelegramLogo\",\"Television\",\"TelevisionSimple\",\"TennisBall\",\"Tent\",\"Terminal\",\"TerminalWindow\",\"TestTube\",\"TextAUnderline\",\"TextAa\",\"TextAlignCenter\",\"TextAlignJustify\",\"TextAlignLeft\",\"TextAlignRight\",\"TextB\",\"TextColumns\",\"TextH\",\"TextHFive\",\"TextHFour\",\"TextHOne\",\"TextHSix\",\"TextHThree\",\"TextHTwo\",\"TextIndent\",\"TextItalic\",\"TextOutdent\",\"TextStrikethrough\",\"TextT\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TidalLogo\",\"TiktokLogo\",\"Timer\",\"Tipi\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Toolbox\",\"Tooth\",\"Tote\",\"ToteSimple\",\"Trademark\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Tram\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"Tree\",\"TreeEvergreen\",\"TreePalm\",\"TreeStructure\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"Trophy\",\"Truck\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Unite\",\"UniteSquare\",\"Upload\",\"UploadSimple\",\"Usb\",\"User\",\"UserCircle\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Van\",\"Vault\",\"Vibrate\",\"Video\",\"VideoCamera\",\"VideoCameraSlash\",\"Vignette\",\"VinylRecord\",\"VirtualReality\",\"Virus\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warehouse\",\"Warning\",\"WarningCircle\",\"WarningDiamond\",\"WarningOctagon\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waveform\",\"Waves\",\"Webcam\",\"WebcamSlash\",\"WebhooksLogo\",\"WechatLogo\",\"WhatsappLogo\",\"Wheelchair\",\"WheelchairMotion\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XSquare\",\"YinYang\",\"YoutubeLogo\",];const moduleBaseUrl=\"https://framer.com/m/phosphor-icons/\";const weightOptions=[\"thin\",\"light\",\"regular\",\"bold\",\"fill\",\"duotone\",];const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * PHOSPHOR\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,weight,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HouseFactory(React):null);async function importModule(){// Get the selected module\ntry{const version=\"0.0.53\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@${version}`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch(err){if(isMounted.current)setSelectedIcon(null);}}useEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined},focusable:\"false\",color:color,children:/*#__PURE__*/ _jsx(SelectedIcon,{color:color,weight:weight})}):emptyState});}Icon.displayName=\"Phosphor\";Icon.defaultProps={width:24,height:24,iconSelection:\"House\",iconSearch:\"House\",color:\"#66F\",selectByList:true,weight:\"regular\",mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Phosphor site](https://phosphoricons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},weight:{type:ControlType.Enum,title:\"Weight\",optionTitles:weightOptions.map(piece=>piece.charAt(0).toUpperCase()+piece.slice(1)),options:weightOptions,defaultValue:Icon.defaultProps.weight},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"24\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map", "// Generated by Framer (4f2ee3e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Image,Link,RichText,useConstant,useIsOnFramerCanvas,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={PAQCEiQZw:{hover:true},wLyeNGRTN:{hover:true}};const cycleOrder=[\"wLyeNGRTN\",\"PAQCEiQZw\"];const serializationHash=\"framer-Wxqqc\";const variantClassNames={PAQCEiQZw:\"framer-v-1eeom0j\",wLyeNGRTN:\"framer-v-1tsp420\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={Book:\"wLyeNGRTN\",Music:\"PAQCEiQZw\"};const getProps=({bookImage,height,id,link,title,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;return{...props,gfI4rpmpU:link!==null&&link!==void 0?link:props.gfI4rpmpU,kGQdO7Ifq:bookImage!==null&&bookImage!==void 0?bookImage:props.kGQdO7Ifq,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"wLyeNGRTN\",wLeP43nfk:(_ref1=title!==null&&title!==void 0?title:props.wLeP43nfk)!==null&&_ref1!==void 0?_ref1:\"A Little Life\"};};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,kGQdO7Ifq,wLeP43nfk,gfI4rpmpU,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"wLyeNGRTN\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const isOnCanvas=useIsOnFramerCanvas();const initialVariant=useConstant(()=>variant);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"PAQCEiQZw-hover\")return true;if(baseVariant===\"PAQCEiQZw\")return true;return false;};const isDisplayed1=()=>{if(gestureVariant===\"PAQCEiQZw-hover\")return false;if(baseVariant===\"PAQCEiQZw\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1tsp420\",className,classNames),\"data-framer-name\":\"Book\",initial:isOnCanvas?variant:initialVariant,layoutDependency:layoutDependency,layoutId:\"wLyeNGRTN\",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({\"PAQCEiQZw-hover\":{\"data-framer-name\":undefined},\"wLyeNGRTN-hover\":{\"data-framer-name\":undefined},PAQCEiQZw:{\"data-framer-name\":\"Music\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(Image,{className:\"framer-1yule9z\",\"data-framer-name\":\"Image Holder\",layoutDependency:layoutDependency,layoutId:\"DCGSGqoyT\",style:{backgroundColor:\"rgb(125, 51, 91)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},...addPropertyOverrides({PAQCEiQZw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:768,intrinsicWidth:764,pixelHeight:768,pixelWidth:764,positionX:\"center\",positionY:\"center\",sizes:\"min(240px, 100vw)\",src:\"https://framerusercontent.com/images/EzKjeLYzt4yrqK90gqlFr78CA0.png\",srcSet:\"https://framerusercontent.com/images/EzKjeLYzt4yrqK90gqlFr78CA0.png 764w\"}}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-k1ju32\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"z96f64Saa\",style:{background:\"linear-gradient(172.18817768632678deg, rgba(17, 17, 17, 0.1) 0%, rgba(17, 17, 17, 0.4) 100%)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,opacity:0},variants:{\"PAQCEiQZw-hover\":{opacity:1}}}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"calc((min(240px, 100vw) - 20px) * 0.8)\",...toResponsiveImage(kGQdO7Ifq)},className:\"framer-nb04fa\",\"data-framer-name\":\"Img: Book\",layoutDependency:layoutDependency,layoutId:\"tsYxMadaw\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 0.6021873017743928px 0.84306222248415px -0.5px rgba(17, 17, 17, 0.08102), 0px 2.288533303243457px 3.20394662454084px -1px rgba(17, 17, 17, 0.09789), 0px 10px 14px -1.5px rgba(17, 17, 17, 0.175)\"},transformTemplate:transformTemplate1,...addPropertyOverrides({\"wLyeNGRTN-hover\":{background:{alt:\"\",fit:\"fill\",sizes:\"calc((min(240px, 100vw) - 20px) * 0.7208)\",...toResponsiveImage(kGQdO7Ifq)}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(Link,{href:gfI4rpmpU,openInNewTab:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1mdelyl framer-15xwnqv\",\"data-framer-name\":\"Play button\",layoutDependency:layoutDependency,layoutId:\"UvyW3Rxht\",style:{opacity:0},variants:{\"PAQCEiQZw-hover\":{opacity:1}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yn3n5v-container\",layoutDependency:layoutDependency,layoutId:\"Ob4Uk3VOI-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"House\",iconSelection:\"Play\",id:\"Ob4Uk3VOI\",layoutId:\"Ob4Uk3VOI\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(Link,{href:gfI4rpmpU,openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1l26kpy framer-15xwnqv\",\"data-framer-name\":\"Info\",layoutDependency:layoutDependency,layoutId:\"qEL4qyp9N\",style:{backgroundColor:\"var(--token-6c3c54a5-dfc7-48e5-a552-d5cf34a8a9a9, rgb(243, 243, 243))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},variants:{\"PAQCEiQZw-hover\":{backgroundColor:\"var(--token-ad896ae1-9dd7-42a4-adcb-6e7ab645e8fd, rgb(231, 231, 231))\"},\"wLyeNGRTN-hover\":{backgroundColor:\"var(--token-ad896ae1-9dd7-42a4-adcb-6e7ab645e8fd, rgb(231, 231, 231))\"}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2bd8ed3e-f3f3-4d14-91f2-ad2ca9e79989, rgba(17, 17, 17, 0.7)))\"},children:\"Last Read\"})}),className:\"framer-1fjqbef\",\"data-framer-name\":\"Last Read\",fonts:[\"GF;Inter Tight-regular\"],layoutDependency:layoutDependency,layoutId:\"H7NONuVbF\",style:{\"--extracted-r6o4lv\":\"var(--token-2bd8ed3e-f3f3-4d14-91f2-ad2ca9e79989, rgba(17, 17, 17, 0.7))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({PAQCEiQZw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2bd8ed3e-f3f3-4d14-91f2-ad2ca9e79989, rgba(17, 17, 17, 0.7)))\"},children:\"Now Playing\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-f86b493d-d07f-41fc-9a6b-980cc6c3e655, rgb(17, 17, 17)))\"},children:\"A Little Life\"})}),className:\"framer-ng1d46\",\"data-framer-name\":\"A Little Life\",fonts:[\"GF;Inter Tight-500\"],layoutDependency:layoutDependency,layoutId:\"hIuG5f01V\",style:{\"--extracted-a0htzi\":\"var(--token-f86b493d-d07f-41fc-9a6b-980cc6c3e655, rgb(17, 17, 17))\"},text:wLeP43nfk,verticalAlignment:\"top\",withExternalLayout:true})]})})]})})});});const css=['.framer-Wxqqc[data-border=\"true\"]::after, .framer-Wxqqc [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-Wxqqc.framer-15xwnqv, .framer-Wxqqc .framer-15xwnqv { display: block; }\",\".framer-Wxqqc.framer-1tsp420 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 240px; }\",\".framer-Wxqqc .framer-1yule9z { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 224px; justify-content: flex-start; overflow: hidden; padding: 10px 10px 10px 10px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Wxqqc .framer-k1ju32 { flex: none; height: 100%; left: 0px; position: absolute; top: 0px; width: 100%; z-index: 2; }\",\".framer-Wxqqc .framer-nb04fa { aspect-ratio: 0.676056338028169 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 284px); left: 50%; position: absolute; top: 24px; width: 80%; z-index: 1; }\",\".framer-Wxqqc .framer-1mdelyl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 21px; justify-content: center; left: 110px; overflow: visible; padding: 0px 0px 0px 0px; position: absolute; right: 110px; text-decoration: none; top: calc(59.82142857142859% - 21px / 2); z-index: 3; }\",\".framer-Wxqqc .framer-yn3n5v-container { flex: none; height: 28px; position: relative; width: 28px; }\",\".framer-Wxqqc .framer-1l26kpy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 16px 10px 16px; position: relative; text-decoration: none; width: 100%; }\",\".framer-Wxqqc .framer-1fjqbef, .framer-Wxqqc .framer-ng1d46 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Wxqqc.framer-1tsp420, .framer-Wxqqc .framer-1yule9z, .framer-Wxqqc .framer-1mdelyl, .framer-Wxqqc .framer-1l26kpy { gap: 0px; } .framer-Wxqqc.framer-1tsp420 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-Wxqqc.framer-1tsp420 > :first-child, .framer-Wxqqc .framer-1l26kpy > :first-child { margin-top: 0px; } .framer-Wxqqc.framer-1tsp420 > :last-child, .framer-Wxqqc .framer-1l26kpy > :last-child { margin-bottom: 0px; } .framer-Wxqqc .framer-1yule9z > *, .framer-Wxqqc .framer-1mdelyl > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Wxqqc .framer-1yule9z > :first-child, .framer-Wxqqc .framer-1mdelyl > :first-child { margin-left: 0px; } .framer-Wxqqc .framer-1yule9z > :last-child, .framer-Wxqqc .framer-1mdelyl > :last-child { margin-right: 0px; } .framer-Wxqqc .framer-1l26kpy > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } }\",\".framer-Wxqqc.framer-v-1eeom0j .framer-1yule9z { order: 0; }\",\".framer-Wxqqc.framer-v-1eeom0j .framer-1l26kpy { order: 1; }\",\".framer-Wxqqc.framer-v-1tsp420.hover .framer-nb04fa { aspect-ratio: 0.6755725190839694 / 1; height: var(--framer-aspect-ratio-supported, 256px); top: 34px; width: 72%; }\",\".framer-Wxqqc.framer-v-1eeom0j.hover .framer-1mdelyl { top: calc(50.00000000000002% - 21px / 2); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 300.5\n * @framerIntrinsicWidth 240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"PAQCEiQZw\":{\"layout\":[\"fixed\",\"auto\"]},\"zlwf5jynu\":{\"layout\":[\"fixed\",\"auto\"]},\"q9QBW5QYF\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"kGQdO7Ifq\":\"bookImage\",\"wLeP43nfk\":\"title\",\"gfI4rpmpU\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerdLWU5qbd9=withCSS(Component,css,\"framer-Wxqqc\");export default FramerdLWU5qbd9;FramerdLWU5qbd9.displayName=\"canvasBook&Music\";FramerdLWU5qbd9.defaultProps={height:300.5,width:240};addPropertyControls(FramerdLWU5qbd9,{variant:{options:[\"wLyeNGRTN\",\"PAQCEiQZw\"],optionTitles:[\"Book\",\"Music\"],title:\"Variant\",type:ControlType.Enum},kGQdO7Ifq:{title:\"Book Image\",type:ControlType.ResponsiveImage},wLeP43nfk:{defaultValue:\"A Little Life\",displayTextArea:false,title:\"Title\",type:ControlType.String},gfI4rpmpU:{title:\"Link\",type:ControlType.Link}});addFonts(FramerdLWU5qbd9,[{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qWSRToK8EPg.woff2\",weight:\"400\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qWSRToK8EPg.woff2\",weight:\"500\"},...PhosphorFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdLWU5qbd9\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PAQCEiQZw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zlwf5jynu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"q9QBW5QYF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"300.5\",\"framerIntrinsicWidth\":\"240\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"kGQdO7Ifq\\\":\\\"bookImage\\\",\\\"wLeP43nfk\\\":\\\"title\\\",\\\"gfI4rpmpU\\\":\\\"link\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dLWU5qbd9.map", "// Generated by Framer (4f2ee3e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,Link,RichText,useConstant,useIsOnFramerCanvas,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={JapGEtG96:{hover:true},yDxErdAXD:{hover:true}};const cycleOrder=[\"yDxErdAXD\",\"JapGEtG96\"];const serializationHash=\"framer-begRI\";const variantClassNames={JapGEtG96:\"framer-v-zgbgdu\",yDxErdAXD:\"framer-v-1n0rbcf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Variant 1\":\"yDxErdAXD\",Mobile:\"JapGEtG96\"};const getProps=({height,id,image,link,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,D295Rt8bk:link!==null&&link!==void 0?link:props.D295Rt8bk,kXF0rZK06:(_ref=title!==null&&title!==void 0?title:props.kXF0rZK06)!==null&&_ref!==void 0?_ref:\"Past Lives\",pbTC_FwuT:image!==null&&image!==void 0?image:props.pbTC_FwuT,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"yDxErdAXD\"};};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,kXF0rZK06,pbTC_FwuT,D295Rt8bk,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"yDxErdAXD\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const isOnCanvas=useIsOnFramerCanvas();const initialVariant=useConstant(()=>variant);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1n0rbcf\",className,classNames),\"data-framer-name\":\"Variant 1\",initial:isOnCanvas?variant:initialVariant,layoutDependency:layoutDependency,layoutId:\"yDxErdAXD\",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:{backgroundColor:\"var(--token-6c3c54a5-dfc7-48e5-a552-d5cf34a8a9a9, rgb(243, 243, 243))\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},variants:{\"JapGEtG96-hover\":{backgroundColor:\"var(--token-ad896ae1-9dd7-42a4-adcb-6e7ab645e8fd, rgb(231, 231, 231))\"},\"yDxErdAXD-hover\":{backgroundColor:\"var(--token-ad896ae1-9dd7-42a4-adcb-6e7ab645e8fd, rgb(231, 231, 231))\"}},...addPropertyOverrides({\"JapGEtG96-hover\":{\"data-framer-name\":undefined},\"yDxErdAXD-hover\":{\"data-framer-name\":undefined},JapGEtG96:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"max((min(380px, 100vw) - 36px) / 2, 0px)\",...toResponsiveImage(pbTC_FwuT)},className:\"framer-1tv61lo\",\"data-framer-name\":\"base\",layoutDependency:layoutDependency,layoutId:\"r_2fuljTL\",style:{borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},...addPropertyOverrides({JapGEtG96:{background:{alt:\"\",fit:\"fill\",sizes:\"calc(min(380px, 100vw) - 8px)\",...toResponsiveImage(pbTC_FwuT)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Link,{...addPropertyOverrides({\"yDxErdAXD-hover\":{href:D295Rt8bk}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-ey6fp9 framer-ku59a1\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"b6q2LisLn\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2bd8ed3e-f3f3-4d14-91f2-ad2ca9e79989, rgba(17, 17, 17, 0.7)))\"},children:\"Last Watched\"})}),className:\"framer-qqj4v3\",\"data-framer-name\":\"Last Watched\",fonts:[\"GF;Inter Tight-regular\"],layoutDependency:layoutDependency,layoutId:\"rEb5KUXen\",style:{\"--extracted-r6o4lv\":\"var(--token-2bd8ed3e-f3f3-4d14-91f2-ad2ca9e79989, rgba(17, 17, 17, 0.7))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-f86b493d-d07f-41fc-9a6b-980cc6c3e655, rgb(17, 17, 17)))\"},children:\"Past Lives\"})}),className:\"framer-kuuy81\",\"data-framer-name\":\"Past Lives\",fonts:[\"GF;Inter Tight-500\"],layoutDependency:layoutDependency,layoutId:\"D7kVuXdjo\",style:{\"--extracted-a0htzi\":\"var(--token-f86b493d-d07f-41fc-9a6b-980cc6c3e655, rgb(17, 17, 17))\",\"--framer-paragraph-spacing\":\"0px\"},text:kXF0rZK06,verticalAlignment:\"top\",withExternalLayout:true})]})})]})})});});const css=['.framer-begRI[data-border=\"true\"]::after, .framer-begRI [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-begRI.framer-ku59a1, .framer-begRI .framer-ku59a1 { display: block; }\",\".framer-begRI.framer-1n0rbcf { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px 16px 4px 4px; position: relative; width: 380px; }\",\".framer-begRI .framer-1tv61lo { aspect-ratio: 1.4098360655737705 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 122px); position: relative; width: 1px; }\",\".framer-begRI .framer-ey6fp9 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-begRI .framer-qqj4v3, .framer-begRI .framer-kuuy81 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-begRI.framer-1n0rbcf, .framer-begRI .framer-ey6fp9 { gap: 0px; } .framer-begRI.framer-1n0rbcf > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-begRI.framer-1n0rbcf > :first-child { margin-left: 0px; } .framer-begRI.framer-1n0rbcf > :last-child { margin-right: 0px; } .framer-begRI .framer-ey6fp9 > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-begRI .framer-ey6fp9 > :first-child { margin-top: 0px; } .framer-begRI .framer-ey6fp9 > :last-child { margin-bottom: 0px; } }\",\".framer-begRI.framer-v-zgbgdu.framer-1n0rbcf { flex-direction: column; padding: 4px 4px 4px 4px; }\",\".framer-begRI.framer-v-zgbgdu .framer-1tv61lo { flex: none; height: var(--framer-aspect-ratio-supported, 264px); width: 100%; }\",\".framer-begRI.framer-v-zgbgdu .framer-ey6fp9 { flex: none; padding: 0px 12px 12px 12px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-begRI.framer-v-zgbgdu.framer-1n0rbcf { gap: 0px; } .framer-begRI.framer-v-zgbgdu.framer-1n0rbcf > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-begRI.framer-v-zgbgdu.framer-1n0rbcf > :first-child { margin-top: 0px; } .framer-begRI.framer-v-zgbgdu.framer-1n0rbcf > :last-child { margin-bottom: 0px; } }\",\".framer-begRI.framer-v-1n0rbcf.hover .framer-ey6fp9 { text-decoration: none; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 130\n * @framerIntrinsicWidth 380\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"JapGEtG96\":{\"layout\":[\"fixed\",\"auto\"]},\"psC9S5Afb\":{\"layout\":[\"fixed\",\"auto\"]},\"JWTEPBBXm\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"kXF0rZK06\":\"title\",\"pbTC_FwuT\":\"image\",\"D295Rt8bk\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerDYeQEdN2E=withCSS(Component,css,\"framer-begRI\");export default FramerDYeQEdN2E;FramerDYeQEdN2E.displayName=\"canvasFilm\";FramerDYeQEdN2E.defaultProps={height:130,width:380};addPropertyControls(FramerDYeQEdN2E,{variant:{options:[\"yDxErdAXD\",\"JapGEtG96\"],optionTitles:[\"Variant 1\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},kXF0rZK06:{defaultValue:\"Past Lives\",displayTextArea:false,title:\"Title\",type:ControlType.String},pbTC_FwuT:{title:\"Image\",type:ControlType.ResponsiveImage},D295Rt8bk:{title:\"Link\",type:ControlType.Link}});addFonts(FramerDYeQEdN2E,[{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qWSRToK8EPg.woff2\",weight:\"400\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qWSRToK8EPg.woff2\",weight:\"500\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDYeQEdN2E\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"130\",\"framerIntrinsicWidth\":\"380\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"kXF0rZK06\\\":\\\"title\\\",\\\"pbTC_FwuT\\\":\\\"image\\\",\\\"D295Rt8bk\\\":\\\"link\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JapGEtG96\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"psC9S5Afb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JWTEPBBXm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DYeQEdN2E.map", "// Generated by Framer (4f2ee3e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,RichText,useActiveVariantCallback,useConstant,useIsOnFramerCanvas,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={g1fjjMsfT:{hover:true},NVBNxwKHx:{hover:true},PXzPt7XuQ:{hover:true},SEHH8AVpW:{hover:true},wnjF9axjS:{hover:true}};const cycleOrder=[\"PXzPt7XuQ\",\"NVBNxwKHx\",\"SEHH8AVpW\",\"g1fjjMsfT\",\"wnjF9axjS\"];const serializationHash=\"framer-DN5B7\";const variantClassNames={g1fjjMsfT:\"framer-v-1k0f735\",NVBNxwKHx:\"framer-v-1qcoful\",PXzPt7XuQ:\"framer-v-m4rs3n\",SEHH8AVpW:\"framer-v-ug9z2q\",wnjF9axjS:\"framer-v-1xmgo41\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Image 1\":\"PXzPt7XuQ\",\"Image 2\":\"NVBNxwKHx\",\"Image 3\":\"SEHH8AVpW\",\"Image 4\":\"g1fjjMsfT\",\"Image 5\":\"wnjF9axjS\"};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:\"PXzPt7XuQ\"};};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,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"PXzPt7XuQ\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTaps3swvo=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"NVBNxwKHx\");});const onAppear19sb31d=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"NVBNxwKHx\"),1e4);});const onTap1p9w4pf=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"SEHH8AVpW\");});const onAppear1lq1dg2=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"SEHH8AVpW\"),1e4);});const onTapunwy9d=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"g1fjjMsfT\");});const onAppear15iqguh=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"g1fjjMsfT\"),1e4);});const onTaprb02wi=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"wnjF9axjS\");});const onAppearim40yx=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"wnjF9axjS\"),1e4);});const onTap663cdn=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"PXzPt7XuQ\");});const onAppearcx79hl=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"PXzPt7XuQ\"),1e4);});useOnVariantChange(baseVariant,{default:onAppear19sb31d,g1fjjMsfT:onAppearim40yx,NVBNxwKHx:onAppear1lq1dg2,SEHH8AVpW:onAppear15iqguh,wnjF9axjS:onAppearcx79hl});const isOnCanvas=useIsOnFramerCanvas();const initialVariant=useConstant(()=>variant);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-m4rs3n\",className,classNames),\"data-framer-name\":\"Image 1\",\"data-highlight\":true,initial:isOnCanvas?variant:initialVariant,layoutDependency:layoutDependency,layoutId:\"PXzPt7XuQ\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTaps3swvo,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({\"g1fjjMsfT-hover\":{\"data-framer-name\":undefined},\"NVBNxwKHx-hover\":{\"data-framer-name\":undefined},\"PXzPt7XuQ-hover\":{\"data-framer-name\":undefined},\"SEHH8AVpW-hover\":{\"data-framer-name\":undefined},\"wnjF9axjS-hover\":{\"data-framer-name\":undefined},g1fjjMsfT:{\"data-framer-name\":\"Image 4\",onTap:onTaprb02wi},NVBNxwKHx:{\"data-framer-name\":\"Image 2\",onTap:onTap1p9w4pf},SEHH8AVpW:{\"data-framer-name\":\"Image 3\",onTap:onTapunwy9d},wnjF9axjS:{\"data-framer-name\":\"Image 5\",onTap:onTap663cdn}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Gallery image\",fit:\"fill\",intrinsicHeight:1108,intrinsicWidth:631,pixelHeight:1108,pixelWidth:631,sizes:\"356px\",src:\"https://framerusercontent.com/images/FtuVKtKJo1nEk3wZco7gMLVvQ.png\",srcSet:\"https://framerusercontent.com/images/FtuVKtKJo1nEk3wZco7gMLVvQ.png?scale-down-to=1024 583w, https://framerusercontent.com/images/FtuVKtKJo1nEk3wZco7gMLVvQ.png 631w\"},className:\"framer-1p4eo8y\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"pKPgC4awq\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},...addPropertyOverrides({g1fjjMsfT:{background:{alt:\"Gallery image\",fit:\"fill\",intrinsicHeight:930,intrinsicWidth:744,pixelHeight:930,pixelWidth:744,sizes:\"356px\",src:\"https://framerusercontent.com/images/B6UvbhTVqwsF2dKCBz3iE1agokc.png\",srcSet:\"https://framerusercontent.com/images/B6UvbhTVqwsF2dKCBz3iE1agokc.png 744w\"}},NVBNxwKHx:{background:{alt:\"Gallery image\",fit:\"fill\",intrinsicHeight:1411,intrinsicWidth:1002,pixelHeight:1411,pixelWidth:1002,sizes:\"356px\",src:\"https://framerusercontent.com/images/wXFFf6TkBgLzOae8gP9pgNR9otk.jpeg\",srcSet:\"https://framerusercontent.com/images/wXFFf6TkBgLzOae8gP9pgNR9otk.jpeg?scale-down-to=1024 727w, https://framerusercontent.com/images/wXFFf6TkBgLzOae8gP9pgNR9otk.jpeg 1002w\"}},SEHH8AVpW:{background:{alt:\"Gallery image\",fit:\"fill\",intrinsicHeight:1244,intrinsicWidth:882,pixelHeight:1244,pixelWidth:882,sizes:\"356px\",src:\"https://framerusercontent.com/images/duruG9eaHNHQFm3vyNkyeRgqPgY.png\",srcSet:\"https://framerusercontent.com/images/duruG9eaHNHQFm3vyNkyeRgqPgY.png?scale-down-to=1024 726w, https://framerusercontent.com/images/duruG9eaHNHQFm3vyNkyeRgqPgY.png 882w\"}},wnjF9axjS:{background:{alt:\"Gallery image\",fit:\"fill\",intrinsicHeight:920,intrinsicWidth:576,pixelHeight:920,pixelWidth:576,sizes:\"356px\",src:\"https://framerusercontent.com/images/HhzGZUBOvL0KWbPFliIEerbT12I.png\",srcSet:\"https://framerusercontent.com/images/HhzGZUBOvL0KWbPFliIEerbT12I.png 576w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rnmsp3\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"sWcNawQpI\",style:{backgroundColor:\"rgba(17, 17, 17, 0.05)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,opacity:0},variants:{\"g1fjjMsfT-hover\":{opacity:1},\"NVBNxwKHx-hover\":{opacity:1},\"PXzPt7XuQ-hover\":{opacity:1},\"SEHH8AVpW-hover\":{opacity:1},\"wnjF9axjS-hover\":{opacity:1}}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6dr1dp\",\"data-framer-name\":\"Hover\",layoutDependency:layoutDependency,layoutId:\"KGkw1RyVc\",style:{backdropFilter:\"blur(10px)\",background:\"linear-gradient(172.18817768632678deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,opacity:0,WebkitBackdropFilter:\"blur(10px)\"},transformTemplate:transformTemplate1,variants:{\"g1fjjMsfT-hover\":{opacity:1},\"NVBNxwKHx-hover\":{opacity:1},\"PXzPt7XuQ-hover\":{opacity:1},\"SEHH8AVpW-hover\":{opacity:1},\"wnjF9axjS-hover\":{opacity:1}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(255, 255, 255))\"},children:\"A Quiet Day At The Beach\"})}),className:\"framer-1stwpob\",\"data-framer-name\":\"A Quiet Day At The Beach\",fonts:[\"GF;Inter Tight-500\"],layoutDependency:layoutDependency,layoutId:\"A5O8SKyHH\",style:{\"--extracted-a0htzi\":\"rgb(255, 255, 255)\"},variants:{\"PXzPt7XuQ-hover\":{\"--extracted-a0htzi\":\"var(--token-d446bd44-f915-49fa-ad2c-3f3b344889a5, rgb(255, 255, 255))\"},g1fjjMsfT:{\"--extracted-a0htzi\":\"var(--token-d446bd44-f915-49fa-ad2c-3f3b344889a5, rgb(255, 255, 255))\"},NVBNxwKHx:{\"--extracted-a0htzi\":\"var(--token-d446bd44-f915-49fa-ad2c-3f3b344889a5, rgb(255, 255, 255))\"},SEHH8AVpW:{\"--extracted-a0htzi\":\"var(--token-d446bd44-f915-49fa-ad2c-3f3b344889a5, rgb(255, 255, 255))\"},wnjF9axjS:{\"--extracted-a0htzi\":\"var(--token-d446bd44-f915-49fa-ad2c-3f3b344889a5, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"g1fjjMsfT-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-d446bd44-f915-49fa-ad2c-3f3b344889a5, rgb(255, 255, 255)))\"},children:\"Fostering Marvin \"})})},\"NVBNxwKHx-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-d446bd44-f915-49fa-ad2c-3f3b344889a5, rgb(255, 255, 255)))\"},children:\"Sunset Lover\"})})},\"PXzPt7XuQ-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-d446bd44-f915-49fa-ad2c-3f3b344889a5, rgb(255, 255, 255)))\"},children:\"Spain Malaga\"})})},\"SEHH8AVpW-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-d446bd44-f915-49fa-ad2c-3f3b344889a5, rgb(255, 255, 255)))\"},children:\"Ronda\"})})},\"wnjF9axjS-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-d446bd44-f915-49fa-ad2c-3f3b344889a5, rgb(255, 255, 255)))\"},children:\"Breakfast nomnom\"})})},g1fjjMsfT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-d446bd44-f915-49fa-ad2c-3f3b344889a5, rgb(255, 255, 255)))\"},children:\"Waiting\"})})},NVBNxwKHx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-d446bd44-f915-49fa-ad2c-3f3b344889a5, rgb(255, 255, 255)))\"},children:\"Lake Vacation\"})})},SEHH8AVpW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-d446bd44-f915-49fa-ad2c-3f3b344889a5, rgb(255, 255, 255)))\"},children:\"Pica\"})})},wnjF9axjS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-d446bd44-f915-49fa-ad2c-3f3b344889a5, rgb(255, 255, 255)))\"},children:\"Deep Sea Diving\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.7))\"},children:\"2023\"})}),className:\"framer-1beu3ab\",\"data-framer-name\":\"2023\",fonts:[\"GF;Inter Tight-regular\"],layoutDependency:layoutDependency,layoutId:\"AWHSpk00z\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.7)\"},variants:{\"wnjF9axjS-hover\":{\"--extracted-r6o4lv\":\"var(--token-1969ddf4-c48b-4ad4-a942-9636a5861afe, rgba(255, 255, 255, 0.7))\"},g1fjjMsfT:{\"--extracted-r6o4lv\":\"var(--token-1969ddf4-c48b-4ad4-a942-9636a5861afe, rgba(255, 255, 255, 0.7))\"},SEHH8AVpW:{\"--extracted-r6o4lv\":\"var(--token-1969ddf4-c48b-4ad4-a942-9636a5861afe, rgba(255, 255, 255, 0.7))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"g1fjjMsfT-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1969ddf4-c48b-4ad4-a942-9636a5861afe, rgba(255, 255, 255, 0.7)))\"},children:\"2023\"})})},\"SEHH8AVpW-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1969ddf4-c48b-4ad4-a942-9636a5861afe, rgba(255, 255, 255, 0.7)))\"},children:\"2023\"})})},\"wnjF9axjS-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1969ddf4-c48b-4ad4-a942-9636a5861afe, rgba(255, 255, 255, 0.7)))\"},children:\"2022\"})})},g1fjjMsfT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1969ddf4-c48b-4ad4-a942-9636a5861afe, rgba(255, 255, 255, 0.7)))\"},children:\"2022\"})})},SEHH8AVpW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1969ddf4-c48b-4ad4-a942-9636a5861afe, rgba(255, 255, 255, 0.7)))\"},children:\"2022\"})})},wnjF9axjS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.7))\"},children:\"2021\"})})}},baseVariant,gestureVariant)})]})]})})});});const css=['.framer-DN5B7[data-border=\"true\"]::after, .framer-DN5B7 [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-DN5B7.framer-12yvlbm, .framer-DN5B7 .framer-12yvlbm { display: block; }\",\".framer-DN5B7.framer-m4rs3n { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 585px; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 356px; }\",\".framer-DN5B7 .framer-1p4eo8y { flex: none; height: 585px; position: relative; width: 356px; z-index: 2; }\",\".framer-DN5B7 .framer-rnmsp3 { flex: none; height: 300px; left: calc(50.00000000000002% - 356px / 2); position: absolute; top: calc(50.00000000000002% - 300px / 2); width: 356px; z-index: 1; }\",\".framer-DN5B7 .framer-6dr1dp { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; left: 50%; padding: 6px 8px 6px 8px; position: absolute; width: 96%; z-index: 3; }\",\".framer-DN5B7 .framer-1stwpob, .framer-DN5B7 .framer-1beu3ab { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DN5B7.framer-m4rs3n { gap: 0px; } .framer-DN5B7.framer-m4rs3n > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-DN5B7.framer-m4rs3n > :first-child { margin-top: 0px; } .framer-DN5B7.framer-m4rs3n > :last-child { margin-bottom: 0px; } }\",\".framer-DN5B7.framer-v-1qcoful .framer-1p4eo8y, .framer-DN5B7.framer-v-1xmgo41.hover .framer-1p4eo8y { order: 0; }\",\".framer-DN5B7.framer-v-1qcoful .framer-rnmsp3, .framer-DN5B7.framer-v-1xmgo41.hover .framer-rnmsp3 { order: 1; }\",\".framer-DN5B7.framer-v-1qcoful .framer-6dr1dp { order: 2; }\",\".framer-DN5B7.framer-v-m4rs3n.hover .framer-6dr1dp, .framer-DN5B7.framer-v-1qcoful.hover .framer-6dr1dp, .framer-DN5B7.framer-v-ug9z2q.hover .framer-6dr1dp, .framer-DN5B7.framer-v-1k0f735.hover .framer-6dr1dp { bottom: 8px; }\",\".framer-DN5B7.framer-v-1qcoful.hover .framer-rnmsp3 { left: -45px; top: 40px; }\",\".framer-DN5B7.framer-v-1xmgo41.hover .framer-6dr1dp { bottom: 8px; order: 2; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 585\n * @framerIntrinsicWidth 356\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"NVBNxwKHx\":{\"layout\":[\"fixed\",\"fixed\"]},\"SEHH8AVpW\":{\"layout\":[\"fixed\",\"fixed\"]},\"g1fjjMsfT\":{\"layout\":[\"fixed\",\"fixed\"]},\"wnjF9axjS\":{\"layout\":[\"fixed\",\"fixed\"]},\"CutvOgibE\":{\"layout\":[\"fixed\",\"fixed\"]},\"yyzqXnsPg\":{\"layout\":[\"fixed\",\"fixed\"]},\"BcTFGzLhX\":{\"layout\":[\"fixed\",\"fixed\"]},\"B42tq8zMa\":{\"layout\":[\"fixed\",\"fixed\"]},\"Mf0o3XLmd\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerphySaAnQ7=withCSS(Component,css,\"framer-DN5B7\");export default FramerphySaAnQ7;FramerphySaAnQ7.displayName=\"canvasGallery\";FramerphySaAnQ7.defaultProps={height:585,width:356};addPropertyControls(FramerphySaAnQ7,{variant:{options:[\"PXzPt7XuQ\",\"NVBNxwKHx\",\"SEHH8AVpW\",\"g1fjjMsfT\",\"wnjF9axjS\"],optionTitles:[\"Image 1\",\"Image 2\",\"Image 3\",\"Image 4\",\"Image 5\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerphySaAnQ7,[{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qWSRToK8EPg.woff2\",weight:\"500\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qWSRToK8EPg.woff2\",weight:\"400\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerphySaAnQ7\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"585\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"NVBNxwKHx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SEHH8AVpW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"g1fjjMsfT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wnjF9axjS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CutvOgibE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"yyzqXnsPg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BcTFGzLhX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"B42tq8zMa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Mf0o3XLmd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"356\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./phySaAnQ7.map", "// Generated by Framer (ed8225c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{TiledImage}from\"https://framerusercontent.com/modules/E4e5r1qmxAGxLj2paaT6/T5goH9WPK2QBfhSwrWO2/Tiled_image.js\";import CanvasSocials from\"https://framerusercontent.com/modules/zIyJSAXDuqWHGkt1FM0p/TrlOERd2zJNDvGyNOUXq/DCFxfBayD.js\";import CanvasBookMusic from\"https://framerusercontent.com/modules/wjFXXhMjQ5NdnBYL9T0t/QJyVSmMAOTqJxSOhzBuh/dLWU5qbd9.js\";import CanvasFilm from\"https://framerusercontent.com/modules/9h3Vtv7ErmtgNISGsfMD/bBYsNDXbsp5LD9KPOy9C/DYeQEdN2E.js\";import CanvasGallery from\"https://framerusercontent.com/modules/Fmke2lor3UXb6l0pB1dy/6sR6Gd50XoqPwJ5iPCMf/phySaAnQ7.js\";const CanvasFilmFonts=getFonts(CanvasFilm);const MotionDivWithFX=withFX(motion.div);const CanvasSocialsFonts=getFonts(CanvasSocials);const CanvasBookMusicFonts=getFonts(CanvasBookMusic);const CanvasGalleryFonts=getFonts(CanvasGallery);const TiledImageFonts=getFonts(TiledImage);const cycleOrder=[\"XItMF4ly5\",\"cYIyB9AnP\",\"qPjSRXR_P\"];const serializationHash=\"framer-DjDOL\";const variantClassNames={cYIyB9AnP:\"framer-v-1jt35ea\",qPjSRXR_P:\"framer-v-5s1c2m\",XItMF4ly5:\"framer-v-1rfpqr5\"};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 animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:-40,y:0};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:-40,y:0};const inertia={bounceDamping:30,bounceStiffness:400,delay:0,type:\"inertia\"};const preventDefault=e=>e.preventDefault();const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.02,skewX:0,skewY:0,transition:transition2};const animation3={opacity:1,rotate:-2,rotateX:0,rotateY:0,scale:.99,skewX:0,skewY:0,transition:transition2};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation4={cursor:\"grabbing\",opacity:1,rotate:-2,rotateX:0,rotateY:0,scale:.99,skewX:0,skewY:0,transition:transition2};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:40,y:0};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:40,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"XItMF4ly5\",\"Variant 2\":\"cYIyB9AnP\",Mobile:\"qPjSRXR_P\"};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:\"XItMF4ly5\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"XItMF4ly5\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-1rfpqr5\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"XItMF4ly5\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({cYIyB9AnP:{\"data-framer-name\":\"Variant 2\"},qPjSRXR_P:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4t6l4e\",\"data-framer-name\":\"CanvasCards\",layoutDependency:layoutDependency,layoutId:\"eaq51EZCh\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bpovri\",layoutDependency:layoutDependency,layoutId:\"Ys03lkItz\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ezhs95\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"bfv_Rah32\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4wsldg\",\"data-framer-name\":\"Socials & Film\",layoutDependency:layoutDependency,layoutId:\"mCLQJq3b_\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-418kw7-container\",drag:true,dragMomentum:false,layoutDependency:layoutDependency,layoutId:\"iYOgWyxz8-container\",onMouseDown:preventDefault,style:{transformPerspective:1200},whileHover:animation2,whileTap:animation3,children:/*#__PURE__*/_jsx(CanvasFilm,{D295Rt8bk:\"https://www.netflix.com/ca/title/81133260\",height:\"100%\",id:\"iYOgWyxz8\",kXF0rZK06:\"You are what you eat\",layoutId:\"iYOgWyxz8\",pbTC_FwuT:addImageAlt({src:\"https://framerusercontent.com/images/U32pbAuWq8sr7S7LpQ2LOLV09w.png\",srcSet:\"https://framerusercontent.com/images/U32pbAuWq8sr7S7LpQ2LOLV09w.png?scale-down-to=512 512w,https://framerusercontent.com/images/U32pbAuWq8sr7S7LpQ2LOLV09w.png 848w\"},\"\"),style:{width:\"100%\"},variant:\"yDxErdAXD\",width:\"100%\",...addPropertyOverrides({cYIyB9AnP:{style:{height:\"100%\",width:\"100%\"}},qPjSRXR_P:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-sdv1rw-container\",drag:true,dragMomentum:false,layoutDependency:layoutDependency,layoutId:\"Y9McnUe9i-container\",onMouseDown:preventDefault,style:{transformPerspective:1200},whileHover:animation2,whileTap:animation4,children:/*#__PURE__*/_jsx(CanvasSocials,{height:\"100%\",id:\"Y9McnUe9i\",layoutId:\"Y9McnUe9i\",style:{width:\"100%\"},variant:\"sm2XcG9WI\",width:\"100%\",...addPropertyOverrides({cYIyB9AnP:{style:{height:\"100%\",width:\"100%\"}},qPjSRXR_P:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-45n24o\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"xfMNBDp0e\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-14wzh13-container\",drag:true,dragMomentum:false,layoutDependency:layoutDependency,layoutId:\"v6OajqnKO-container\",onMouseDown:preventDefault,style:{transformPerspective:1200},whileHover:animation2,whileTap:animation3,children:/*#__PURE__*/_jsx(CanvasBookMusic,{gfI4rpmpU:\"https://a.co/d/5oEjSRW\",height:\"100%\",id:\"v6OajqnKO\",kGQdO7Ifq:addImageAlt({src:\"https://framerusercontent.com/images/8G4EU6MMVsPOEpXfc8QyRUbAOw.png\",srcSet:\"https://framerusercontent.com/images/8G4EU6MMVsPOEpXfc8QyRUbAOw.png 588w\"},\"\"),layoutId:\"v6OajqnKO\",variant:\"wLyeNGRTN\",width:\"100%\",wLeP43nfk:\"Dopamine\",...addPropertyOverrides({cYIyB9AnP:{style:{width:\"100%\"}},qPjSRXR_P:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1l7ndcp-container\",drag:true,dragMomentum:false,layoutDependency:layoutDependency,layoutId:\"D8oErGXAn-container\",onMouseDown:preventDefault,style:{transformPerspective:1200},whileHover:animation2,whileTap:animation3,children:/*#__PURE__*/_jsx(CanvasBookMusic,{gfI4rpmpU:\"https://open.spotify.com/album/5MOelqDl97K1GaclujEZD8?si=bXoZNF-2TB-AHjAYnGGuIQ&nd=1&dlsi=7e4bb628aefc448f\",height:\"100%\",id:\"D8oErGXAn\",kGQdO7Ifq:addImageAlt({src:\"https://framerusercontent.com/images/ZQHKzvdvqKbjabEoIdycOzfEqCA.webp\",srcSet:\"https://framerusercontent.com/images/ZQHKzvdvqKbjabEoIdycOzfEqCA.webp?scale-down-to=1024 685w,https://framerusercontent.com/images/ZQHKzvdvqKbjabEoIdycOzfEqCA.webp 800w\"},\"\"),layoutId:\"D8oErGXAn\",variant:\"PAQCEiQZw\",width:\"100%\",wLeP43nfk:\"Our Style\",...addPropertyOverrides({cYIyB9AnP:{style:{width:\"100%\"}},qPjSRXR_P:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-dz9r4l-container\",drag:true,dragMomentum:false,layoutDependency:layoutDependency,layoutId:\"cB7ev8IGQ-container\",onMouseDown:preventDefault,style:{transformPerspective:1200},whileHover:animation2,whileTap:animation4,children:/*#__PURE__*/_jsx(CanvasGallery,{height:\"100%\",id:\"cB7ev8IGQ\",layoutId:\"cB7ev8IGQ\",style:{height:\"100%\"},variant:\"PXzPt7XuQ\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gy9ykj\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"daAnAAr4Z\",style:{background:'linear-gradient(180deg, rgb(26, 26, 26) 0%, var(--token-4cfb1813-68b1-441c-bafb-1563560e7c97, rgba(255, 255, 255, 0)) /* {\"name\":\"pageBg0\"} */ 45.435287453979065%)'}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qonjid-container\",layoutDependency:layoutDependency,layoutId:\"jRftn3Rme-container\",style:{opacity:.7},children:/*#__PURE__*/_jsx(TiledImage,{height:\"100%\",id:\"jRftn3Rme\",image:\"https://framerusercontent.com/images/ZVKijNXr1IRTtTAXGaDeVNb8hg.png\",layoutId:\"jRftn3Rme\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DjDOL.framer-6k5fv4, .framer-DjDOL .framer-6k5fv4 { display: block; }\",\".framer-DjDOL.framer-1rfpqr5 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 88px 0px 80px 0px; position: relative; width: 1084px; }\",\".framer-DjDOL .framer-4t6l4e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-DjDOL .framer-1bpovri { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DjDOL .framer-ezhs95 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DjDOL .framer-4wsldg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 269px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 496px; }\",\".framer-DjDOL .framer-418kw7-container { flex: none; height: auto; position: relative; width: 100%; z-index: 5; }\",\".framer-DjDOL .framer-sdv1rw-container { cursor: grab; flex: none; height: auto; position: relative; width: 100%; z-index: 5; }\",\".framer-DjDOL .framer-45n24o { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DjDOL .framer-14wzh13-container, .framer-DjDOL .framer-1l7ndcp-container { flex: none; height: auto; position: relative; width: auto; z-index: 5; }\",\".framer-DjDOL .framer-dz9r4l-container { align-self: stretch; cursor: grab; flex: none; height: auto; position: relative; width: auto; z-index: 5; }\",\".framer-DjDOL .framer-1gy9ykj { flex: none; height: 85%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 2; }\",\".framer-DjDOL .framer-qonjid-container { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(49.93288590604029% - 100.06711409395974% / 2); width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DjDOL.framer-1rfpqr5, .framer-DjDOL .framer-4t6l4e, .framer-DjDOL .framer-1bpovri, .framer-DjDOL .framer-ezhs95, .framer-DjDOL .framer-4wsldg, .framer-DjDOL .framer-45n24o { gap: 0px; } .framer-DjDOL.framer-1rfpqr5 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-DjDOL.framer-1rfpqr5 > :first-child, .framer-DjDOL .framer-1bpovri > :first-child, .framer-DjDOL .framer-ezhs95 > :first-child, .framer-DjDOL .framer-4wsldg > :first-child { margin-top: 0px; } .framer-DjDOL.framer-1rfpqr5 > :last-child, .framer-DjDOL .framer-1bpovri > :last-child, .framer-DjDOL .framer-ezhs95 > :last-child, .framer-DjDOL .framer-4wsldg > :last-child { margin-bottom: 0px; } .framer-DjDOL .framer-4t6l4e > *, .framer-DjDOL .framer-45n24o > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-DjDOL .framer-4t6l4e > :first-child, .framer-DjDOL .framer-45n24o > :first-child { margin-left: 0px; } .framer-DjDOL .framer-4t6l4e > :last-child, .framer-DjDOL .framer-45n24o > :last-child { margin-right: 0px; } .framer-DjDOL .framer-1bpovri > *, .framer-DjDOL .framer-ezhs95 > *, .framer-DjDOL .framer-4wsldg > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-DjDOL.framer-v-1jt35ea.framer-1rfpqr5 { width: 876px; }\",\".framer-DjDOL.framer-v-1jt35ea .framer-4t6l4e, .framer-DjDOL.framer-v-1jt35ea .framer-1bpovri, .framer-DjDOL.framer-v-1jt35ea .framer-ezhs95, .framer-DjDOL.framer-v-1jt35ea .framer-45n24o, .framer-DjDOL.framer-v-5s1c2m .framer-ezhs95 { gap: 8px; }\",\".framer-DjDOL.framer-v-1jt35ea .framer-4wsldg { gap: 8px; order: 0; width: 408px; }\",\".framer-DjDOL.framer-v-1jt35ea .framer-418kw7-container, .framer-DjDOL.framer-v-5s1c2m .framer-418kw7-container { height: 149px; }\",\".framer-DjDOL.framer-v-1jt35ea .framer-sdv1rw-container, .framer-DjDOL.framer-v-5s1c2m .framer-sdv1rw-container { height: 83px; }\",\".framer-DjDOL.framer-v-1jt35ea .framer-14wzh13-container, .framer-DjDOL.framer-v-1jt35ea .framer-1l7ndcp-container { width: 200px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DjDOL.framer-v-1jt35ea .framer-4t6l4e, .framer-DjDOL.framer-v-1jt35ea .framer-1bpovri, .framer-DjDOL.framer-v-1jt35ea .framer-ezhs95, .framer-DjDOL.framer-v-1jt35ea .framer-4wsldg, .framer-DjDOL.framer-v-1jt35ea .framer-45n24o { gap: 0px; } .framer-DjDOL.framer-v-1jt35ea .framer-4t6l4e > *, .framer-DjDOL.framer-v-1jt35ea .framer-45n24o > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-DjDOL.framer-v-1jt35ea .framer-4t6l4e > :first-child, .framer-DjDOL.framer-v-1jt35ea .framer-45n24o > :first-child { margin-left: 0px; } .framer-DjDOL.framer-v-1jt35ea .framer-4t6l4e > :last-child, .framer-DjDOL.framer-v-1jt35ea .framer-45n24o > :last-child { margin-right: 0px; } .framer-DjDOL.framer-v-1jt35ea .framer-1bpovri > *, .framer-DjDOL.framer-v-1jt35ea .framer-ezhs95 > *, .framer-DjDOL.framer-v-1jt35ea .framer-4wsldg > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-DjDOL.framer-v-1jt35ea .framer-1bpovri > :first-child, .framer-DjDOL.framer-v-1jt35ea .framer-ezhs95 > :first-child, .framer-DjDOL.framer-v-1jt35ea .framer-4wsldg > :first-child { margin-top: 0px; } .framer-DjDOL.framer-v-1jt35ea .framer-1bpovri > :last-child, .framer-DjDOL.framer-v-1jt35ea .framer-ezhs95 > :last-child, .framer-DjDOL.framer-v-1jt35ea .framer-4wsldg > :last-child { margin-bottom: 0px; } }\",\".framer-DjDOL.framer-v-5s1c2m.framer-1rfpqr5 { width: 400px; }\",\".framer-DjDOL.framer-v-5s1c2m .framer-4t6l4e { flex-direction: column; gap: 8px; }\",\".framer-DjDOL.framer-v-5s1c2m .framer-1bpovri { gap: 8px; order: 1; }\",\".framer-DjDOL.framer-v-5s1c2m .framer-4wsldg { gap: 8px; order: 0; width: 357px; }\",\".framer-DjDOL.framer-v-5s1c2m .framer-45n24o { align-self: stretch; gap: 8px; width: auto; }\",\".framer-DjDOL.framer-v-5s1c2m .framer-14wzh13-container, .framer-DjDOL.framer-v-5s1c2m .framer-1l7ndcp-container { flex: 1 0 0px; height: 301px; width: 1px; }\",\".framer-DjDOL.framer-v-5s1c2m .framer-dz9r4l-container { align-self: unset; height: 585px; order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-DjDOL.framer-v-5s1c2m .framer-4t6l4e, .framer-DjDOL.framer-v-5s1c2m .framer-1bpovri, .framer-DjDOL.framer-v-5s1c2m .framer-ezhs95, .framer-DjDOL.framer-v-5s1c2m .framer-4wsldg, .framer-DjDOL.framer-v-5s1c2m .framer-45n24o { gap: 0px; } .framer-DjDOL.framer-v-5s1c2m .framer-4t6l4e > *, .framer-DjDOL.framer-v-5s1c2m .framer-1bpovri > *, .framer-DjDOL.framer-v-5s1c2m .framer-ezhs95 > *, .framer-DjDOL.framer-v-5s1c2m .framer-4wsldg > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-DjDOL.framer-v-5s1c2m .framer-4t6l4e > :first-child, .framer-DjDOL.framer-v-5s1c2m .framer-1bpovri > :first-child, .framer-DjDOL.framer-v-5s1c2m .framer-ezhs95 > :first-child, .framer-DjDOL.framer-v-5s1c2m .framer-4wsldg > :first-child { margin-top: 0px; } .framer-DjDOL.framer-v-5s1c2m .framer-4t6l4e > :last-child, .framer-DjDOL.framer-v-5s1c2m .framer-1bpovri > :last-child, .framer-DjDOL.framer-v-5s1c2m .framer-ezhs95 > :last-child, .framer-DjDOL.framer-v-5s1c2m .framer-4wsldg > :last-child { margin-bottom: 0px; } .framer-DjDOL.framer-v-5s1c2m .framer-45n24o > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-DjDOL.framer-v-5s1c2m .framer-45n24o > :first-child { margin-left: 0px; } .framer-DjDOL.framer-v-5s1c2m .framer-45n24o > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 753\n * @framerIntrinsicWidth 1084\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"cYIyB9AnP\":{\"layout\":[\"fixed\",\"auto\"]},\"qPjSRXR_P\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerarnxG3ncG=withCSS(Component,css,\"framer-DjDOL\");export default FramerarnxG3ncG;FramerarnxG3ncG.displayName=\"FooterBoard\";FramerarnxG3ncG.defaultProps={height:753,width:1084};addPropertyControls(FramerarnxG3ncG,{variant:{options:[\"XItMF4ly5\",\"cYIyB9AnP\",\"qPjSRXR_P\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerarnxG3ncG,[{explicitInter:true,fonts:[]},...CanvasFilmFonts,...CanvasSocialsFonts,...CanvasBookMusicFonts,...CanvasGalleryFonts,...TiledImageFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerarnxG3ncG\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"753\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1084\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cYIyB9AnP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qPjSRXR_P\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./arnxG3ncG.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Inter-500\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"}];export const css=['.framer-Oxjkf .framer-styles-preset-10tzkki:not(.rich-text-wrapper), .framer-Oxjkf .framer-styles-preset-10tzkki.rich-text-wrapper p { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-Italic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.8em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-849e5971-4e20-414b-85bc-9934f715adf8, #000000); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-Oxjkf\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c75d380)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,getPropertyControls,Link,RichText,useActiveVariantCallback,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import TetrislyIcons from\"https://framerusercontent.com/modules/RciTlboGp2OgMzvBv4J4/cbMDcmpI7eAZEOOIHkJC/TetrislyIcons.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/64NEEnklO82Z84IAvVno/qOdHkYtHAwZy4kGDVHmp/MpvcxrbDl.js\";const TetrislyIconsFonts=getFonts(TetrislyIcons);const TetrislyIconsControls=getPropertyControls(TetrislyIcons);const enabledGestures={Bg27TUktp:{hover:true},M2kv77sSk:{hover:true,pressed:true},vXFBfjJh5:{hover:true,pressed:true}};const cycleOrder=[\"M2kv77sSk\",\"vXFBfjJh5\",\"Bg27TUktp\"];const serializationHash=\"framer-XqAJe\";const variantClassNames={Bg27TUktp:\"framer-v-gtryn6\",M2kv77sSk:\"framer-v-4yubbh\",vXFBfjJh5:\"framer-v-17sujc3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"}};const negate=value=>{return!value;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableEnumMap={accesibility:\"accesibility\",activity:\"activity\",alarmclock:\"alarmclock\",alert:\"alert\",alertfill:\"alertfill\",anchor:\"anchor\",apps:\"apps\",archive:\"archive\",arrow_down_left:\"arrow_down_left\",arrow_down_right:\"arrow_down_right\",arrow_down:\"arrow_down\",arrow_head_down:\"arrow_head_down\",arrow_head_left:\"arrow_head_left\",arrow_head_right:\"arrow_head_right\",arrow_head_up:\"arrow_head_up\",arrow_left:\"arrow_left\",arrow_right:\"arrow_right\",arrow_up_left:\"arrow_up_left\",arrow_up_right:\"arrow_up_right\",arrow_up:\"arrow_up\",attachment:\"attachment\",background:\"background\",backspace:\"backspace\",backward:\"backward\",bank:\"bank\",battery_charging:\"battery_charging\",battery_empty:\"battery_empty\",battery_full:\"battery_full\",battery_low:\"battery_low\",battery_medium:\"battery_medium\",bell:\"bell\",block:\"block\",bluetooth_off:\"bluetooth_off\",bluetooth:\"bluetooth\",bolt:\"bolt\",book:\"book\",bookmark:\"bookmark\",border_all:\"border_all\",border_bottom:\"border_bottom\",border_horizontal:\"border_horizontal\",border_inner:\"border_inner\",border_left:\"border_left\",border_right:\"border_right\",border_style:\"border_style\",border_top:\"border_top\",border_vertical:\"border_vertical\",brackets_curly:\"brackets_curly\",brain:\"brain\",broadcast:\"broadcast\",brush:\"brush\",bug:\"bug\",bulb:\"bulb\",calculator:\"calculator\",calendar_check:\"calendar_check\",calendar_close:\"calendar_close\",calendar_edit:\"calendar_edit\",calendar_minus:\"calendar_minus\",calendar_plus:\"calendar_plus\",calendar:\"calendar\",camera:\"camera\",card:\"card\",chart_bar_box:\"chart_bar_box\",chart_bar:\"chart_bar\",chart_line:\"chart_line\",chart_pie:\"chart_pie\",chat:\"chat\",check_badge_fill:\"check_badge_fill\",check_badge:\"check_badge\",check_circle_fill:\"check_circle_fill\",check_circle:\"check_circle\",check_large:\"check_large\",check_small:\"check_small\",chevron_down_small_circle:\"chevron_down_small_circle\",chevron_down_small_fill:\"chevron_down_small_fill\",chevron_down_small:\"chevron_down_small\",chevron_down:\"chevron_down\",chevron_left_small_circle:\"chevron_left_small_circle\",chevron_left_small_fill:\"chevron_left_small_fill\",chevron_left_small:\"chevron_left_small\",chevron_left:\"chevron_left\",chevron_right_small_circle:\"chevron_right_small_circle\",chevron_right_small_fill:\"chevron_right_small_fill\",chevron_right_small:\"chevron_right_small\",chevron_right:\"chevron_right\",chevron_up_small_circle:\"chevron_up_small_circle\",chevron_up_small_fill:\"chevron_up_small_fill\",chevron_up_small:\"chevron_up_small\",chevron_up:\"chevron_up\",clipboard:\"clipboard\",close:\"close\",cloud:\"cloud\",code_2:\"code_2\",code:\"code\",command:\"command\",comment:\"comment\",company:\"company\",compass:\"compass\",copy:\"copy\",cpu:\"cpu\",crown:\"crown\",cursor_arrow_fill:\"cursor_arrow_fill\",cursor_arrow:\"cursor_arrow\",cursor_text:\"cursor_text\",database:\"database\",desktop:\"desktop\",devices:\"devices\",diamond:\"diamond\",dns:\"dns\",download:\"download\",drag_drop_horizontal:\"drag_drop_horizontal\",drag_drop_vertical:\"drag_drop_vertical\",edit:\"edit\",email:\"email\",emoji_big_smile:\"emoji_big_smile\",emoji_sad:\"emoji_sad\",emoji_smile:\"emoji_smile\",error_fill:\"error_fill\",error:\"error\",extension:\"extension\",eye_off:\"eye_off\",eye:\"eye\",file_check:\"file_check\",file_close:\"file_close\",file_edit:\"file_edit\",file_minus:\"file_minus\",file_plus:\"file_plus\",file:\"file\",filter:\"filter\",fingerprint:\"fingerprint\",fire:\"fire\",flag:\"flag\",folder_check:\"folder_check\",folder_close:\"folder_close\",folder_edit:\"folder_edit\",folder_minus:\"folder_minus\",folder_plus:\"folder_plus\",folder:\"folder\",format_align_center:\"format_align_center\",format_align_justify:\"format_align_justify\",format_align_left:\"format_align_left\",format_align_right:\"format_align_right\",format_all_small_caps:\"format_all_small_caps\",format_bold:\"format_bold\",format_font_size:\"format_font_size\",format_indent_decrease:\"format_indent_decrease\",format_indent_increase:\"format_indent_increase\",format_italic:\"format_italic\",format_letter_spacing:\"format_letter_spacing\",format_line_height:\"format_line_height\",format_lowercase:\"format_lowercase\",format_paragraph_spacing:\"format_paragraph_spacing\",format_scale_horizontal:\"format_scale_horizontal\",format_scale_vertical:\"format_scale_vertical\",format_small_caps:\"format_small_caps\",format_strikethrough:\"format_strikethrough\",format_subscript:\"format_subscript\",format_superscript:\"format_superscript\",format_titlecase:\"format_titlecase\",format_underline:\"format_underline\",format_uppercase:\"format_uppercase\",forward:\"forward\",fullscreen_exit:\"fullscreen_exit\",fullscreen:\"fullscreen\",functions:\"functions\",git_branch:\"git_branch\",git_commit:\"git_commit\",git_diff:\"git_diff\",git_fork:\"git_fork\",git_merge:\"git_merge\",git_pull_request:\"git_pull_request\",globe:\"globe\",hashtag:\"hashtag\",heading:\"heading\",headphones:\"headphones\",health:\"health\",heart:\"heart\",help_fill:\"help_fill\",help:\"help\",home:\"home\",horizontal_align_center:\"horizontal_align_center\",horizontal_align_left:\"horizontal_align_left\",horizontal_align_right:\"horizontal_align_right\",hourglass:\"hourglass\",image_check:\"image_check\",image_close:\"image_close\",image_edit:\"image_edit\",image_minus:\"image_minus\",image_plus:\"image_plus\",image:\"image\",images:\"images\",inbox:\"inbox\",info_circle:\"info_circle\",info_fill:\"info_fill\",key:\"key\",keyboard:\"keyboard\",label:\"label\",laptop:\"laptop\",layer_align_bottom_center:\"layer_align_bottom_center\",layer_align_horizontal:\"layer_align_horizontal\",layer_align_left_center:\"layer_align_left_center\",layer_align_right_center:\"layer_align_right_center\",layer_align_top_center:\"layer_align_top_center\",layer_align_vertical:\"layer_align_vertical\",layer_three:\"layer_three\",layer_two:\"layer_two\",layout_swap_horizontal:\"layout_swap_horizontal\",layout_swap_vertical:\"layout_swap_vertical\",link_broken:\"link_broken\",link:\"link\",list_bullet:\"list_bullet\",list_check:\"list_check\",list_ordered:\"list_ordered\",list_unordered:\"list_unordered\",lock:\"lock\",log_in:\"log_in\",log_out:\"log_out\",mail:\"mail\",map:\"map\",marker_pin:\"marker_pin\",math_alpha:\"math_alpha\",math_angle:\"math_angle\",math_beta:\"math_beta\",math_gamma:\"math_gamma\",math_infinite:\"math_infinite\",math_omega:\"math_omega\",math_pi:\"math_pi\",math_sigma:\"math_sigma\",math_sine_wave:\"math_sine_wave\",math_square_root:\"math_square_root\",math_theta:\"math_theta\",megaphone:\"megaphone\",menu:\"menu\",message:\"message\",mic:\"mic\",minus:\"minus\",mobile:\"mobile\",more_horizontal:\"more_horizontal\",more_vertical:\"more_vertical\",mouse:\"mouse\",navigation:\"navigation\",notification:\"notification\",open_in_new:\"open_in_new\",option:\"option\",packages:\"packages\",paintroller:\"paintroller\",paperplane:\"paperplane\",paragraph:\"paragraph\",pause_circle:\"pause_circle\",pause:\"pause\",phone_call:\"phone_call\",phone_callback:\"phone_callback\",phone_forwarded:\"phone_forwarded\",phone_incoming:\"phone_incoming\",phone_missed:\"phone_missed\",phone_outgoing:\"phone_outgoing\",phone:\"phone\",pin:\"pin\",placeholder_2:\"placeholder_2\",placeholder:\"placeholder\",play_circle:\"play_circle\",play:\"play\",plugin:\"plugin\",plus:\"plus\",print:\"print\",questionmark:\"questionmark\",quote:\"quote\",rainbow:\"rainbow\",receipt:\"receipt\",redo:\"redo\",refresh:\"refresh\",remove:\"remove\",repeat:\"repeat\",reply:\"reply\",robot:\"robot\",scissors:\"scissors\",search:\"search\",settings:\"settings\",share:\"share\",shield:\"shield\",shirt:\"shirt\",shopping_basket:\"shopping_basket\",shopping_cart:\"shopping_cart\",sidebar_hide:\"sidebar_hide\",sidebar_show:\"sidebar_show\",slider:\"slider\",speedmeter:\"speedmeter\",star_filled:\"star_filled\",star_half_filled:\"star_half_filled\",star:\"star\",stopwatch:\"stopwatch\",suitcase:\"suitcase\",sun:\"sun\",tablet:\"tablet\",tag:\"tag\",target_off:\"target_off\",target:\"target\",terminal_2:\"terminal_2\",terminal:\"terminal\",text:\"text\",thumb_down:\"thumb_down\",thumb_up:\"thumb_up\",ticket:\"ticket\",time_clock:\"time_clock\",toggle_off:\"toggle_off\",toggle_on:\"toggle_on\",transaction_horizontal:\"transaction_horizontal\",transaction_vertical:\"transaction_vertical\",tree:\"tree\",trend_down:\"trend_down\",trend_up:\"trend_up\",turn_off:\"turn_off\",tv:\"tv\",undo:\"undo\",unfold_less:\"unfold_less\",unfold_more:\"unfold_more\",unlock:\"unlock\",upload:\"upload\",user_check:\"user_check\",user_close:\"user_close\",user_edit:\"user_edit\",user_minus:\"user_minus\",user_plus:\"user_plus\",user:\"user\",users:\"users\",vertical_align_bottom:\"vertical_align_bottom\",vertical_align_center:\"vertical_align_center\",vertical_align_top:\"vertical_align_top\",video_camera:\"video_camera\",video:\"video\",view_boxes:\"view_boxes\",view_columns:\"view_columns\",view_dashboard:\"view_dashboard\",view_day:\"view_day\",view_layout_bottom:\"view_layout_bottom\",view_layout_grid:\"view_layout_grid\",view_layout_left:\"view_layout_left\",view_layout_right:\"view_layout_right\",view_layout_top:\"view_layout_top\",view_lp:\"view_lp\",view_rows:\"view_rows\",view_schedule:\"view_schedule\",view_slider:\"view_slider\",view_table:\"view_table\",voice:\"voice\",voicemail:\"voicemail\",volume_max:\"volume_max\",volume_medium:\"volume_medium\",volume_min:\"volume_min\",volume_mute:\"volume_mute\",wallet:\"wallet\",warning_fill:\"warning_fill\",warning:\"warning\",watch:\"watch\",water_drop:\"water_drop\",wifi_off:\"wifi_off\",wifi:\"wifi\"};const humanReadableVariantMap={Primary:\"M2kv77sSk\",Secondary:\"vXFBfjJh5\",Tertiary:\"Bg27TUktp\"};const getProps=({height,icon,id,isIcon,label,link,tap2,width,...props})=>{var _humanReadableEnumMap_icon,_ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3,_ref4;return{...props,AWBenE8HJ:(_ref1=(_ref=(_humanReadableEnumMap_icon=humanReadableEnumMap[icon])!==null&&_humanReadableEnumMap_icon!==void 0?_humanReadableEnumMap_icon:icon)!==null&&_ref!==void 0?_ref:props.AWBenE8HJ)!==null&&_ref1!==void 0?_ref1:\"copy\",Hw1s_s_Dx:(_ref2=label!==null&&label!==void 0?label:props.Hw1s_s_Dx)!==null&&_ref2!==void 0?_ref2:\"Placeholder\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"M2kv77sSk\",W1vpL82jS:tap2!==null&&tap2!==void 0?tap2:props.W1vpL82jS,yriKJcBHz:(_ref4=isIcon!==null&&isIcon!==void 0?isIcon:props.yriKJcBHz)!==null&&_ref4!==void 0?_ref4:true,Z7OvWiC1l:link!==null&&link!==void 0?link:props.Z7OvWiC1l};};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,Hw1s_s_Dx,AWBenE8HJ,yriKJcBHz,Z7OvWiC1l,W1vpL82jS,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"M2kv77sSk\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap4szplt=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(W1vpL82jS){const res=await W1vpL82jS(...args);if(res===false)return false;}});const ref1=React.useRef(null);const visible=negate(yriKJcBHz);const isDisplayed=(value,value1)=>{if([\"vXFBfjJh5-hover\",\"Bg27TUktp-hover\",\"vXFBfjJh5-pressed\"].includes(gestureVariant))return value1;if([\"vXFBfjJh5\",\"Bg27TUktp\"].includes(baseVariant))return value1;return value;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:Z7OvWiC1l,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,animate:variants,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-4yubbh\",className,classNames)} framer-1vslap7`,\"data-framer-name\":\"Primary\",\"data-highlight\":true,initial:variant,layoutDependency:layoutDependency,layoutId:\"M2kv77sSk\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTap4szplt,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-040a8325-d2e7-43a8-b54f-c4e040b2ca7a, rgba(255, 255, 255, 0.12))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},variants:{\"Bg27TUktp-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},\"M2kv77sSk-hover\":{backgroundColor:\"var(--token-37d31a15-05b0-491c-a7f8-586f86c15dfc, rgba(20, 20, 21, 0.12))\"},\"M2kv77sSk-pressed\":{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-fb4e1292-7753-4d7d-9446-904f85ea412b, rgba(5, 5, 5, 0.24))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-ef365505-e7f9-46a3-8d30-de116f15a088, rgba(20, 20, 21, 0.16))\"},\"vXFBfjJh5-hover\":{\"--border-color\":\"var(--token-76302ce4-8c77-451e-8d8a-e6f143e2c6ea, rgba(5, 5, 5, 0.2))\",backgroundColor:\"rgba(0, 0, 0, 0)\"},\"vXFBfjJh5-pressed\":{\"--border-color\":\"var(--token-fb4e1292-7753-4d7d-9446-904f85ea412b, rgba(5, 5, 5, 0.24))\",backgroundColor:\"rgba(0, 0, 0, 0)\"},Bg27TUktp:{backgroundColor:\"rgba(0, 0, 0, 0)\"},vXFBfjJh5:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-ed5db0ce-3545-4b78-8a75-33c6e6ca6dd6, rgba(255, 255, 255, 0.08))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"Bg27TUktp-hover\":{\"data-framer-name\":undefined},\"M2kv77sSk-hover\":{\"data-framer-name\":undefined},\"M2kv77sSk-pressed\":{\"data-border\":true,\"data-framer-name\":undefined},\"vXFBfjJh5-hover\":{\"data-framer-name\":undefined},\"vXFBfjJh5-pressed\":{\"data-framer-name\":undefined},Bg27TUktp:{\"data-framer-name\":\"Tertiary\"},vXFBfjJh5:{\"data-border\":true,\"data-framer-name\":\"Secondary\"}},baseVariant,gestureVariant),children:[isDisplayed(visible,yriKJcBHz)&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-lsjaib-container\",layoutDependency:layoutDependency,layoutId:\"rmIFVIOIr-container\",children:/*#__PURE__*/_jsx(TetrislyIcons,{colorDark:'var(--token-92ca0ef4-2cbc-4669-ae36-2b4079212874, rgb(102, 102, 102)) /* {\"name\":\"Tertiary\"} */',colorLight:'var(--token-92ca0ef4-2cbc-4669-ae36-2b4079212874, rgb(102, 102, 102)) /* {\"name\":\"Tertiary\"} */',height:\"100%\",icon:AWBenE8HJ,id:\"rmIFVIOIr\",layoutId:\"rmIFVIOIr\",width:\"100%\",...addPropertyOverrides({\"Bg27TUktp-hover\":{colorDark:'var(--token-849e5971-4e20-414b-85bc-9934f715adf8, rgb(17, 17, 17)) /* {\"name\":\"Primary\"} */',colorLight:'var(--token-849e5971-4e20-414b-85bc-9934f715adf8, rgb(17, 17, 17)) /* {\"name\":\"Primary\"} */'},\"vXFBfjJh5-hover\":{colorDark:'var(--token-849e5971-4e20-414b-85bc-9934f715adf8, rgb(17, 17, 17)) /* {\"name\":\"Primary\"} */',colorLight:'var(--token-849e5971-4e20-414b-85bc-9934f715adf8, rgb(17, 17, 17)) /* {\"name\":\"Primary\"} */'},\"vXFBfjJh5-pressed\":{colorDark:'var(--token-849e5971-4e20-414b-85bc-9934f715adf8, rgb(17, 17, 17)) /* {\"name\":\"Primary\"} */',colorLight:'var(--token-849e5971-4e20-414b-85bc-9934f715adf8, rgb(17, 17, 17)) /* {\"name\":\"Primary\"} */'}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10tzkki\",\"data-styles-preset\":\"MpvcxrbDl\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-47e925ed-b99a-4aec-81aa-a09b73f9d761, rgb(255, 255, 255)))\"},children:\"Placeholder\"})}),className:\"framer-15ptn0h\",\"data-framer-name\":\"About\",layoutDependency:layoutDependency,layoutId:\"bJkLx4qxb\",style:{\"--extracted-r6o4lv\":\"var(--token-47e925ed-b99a-4aec-81aa-a09b73f9d761, rgb(255, 255, 255))\"},text:Hw1s_s_Dx,variants:{\"Bg27TUktp-hover\":{\"--extracted-r6o4lv\":\"var(--token-849e5971-4e20-414b-85bc-9934f715adf8, rgb(17, 17, 17))\"},Bg27TUktp:{\"--extracted-r6o4lv\":\"var(--token-f3d734f3-2b24-4f9b-a40c-9508d93a2f84, rgb(102, 102, 102))\"},vXFBfjJh5:{\"--extracted-r6o4lv\":\"var(--token-1153b790-b93d-4824-8da3-bbfe4d32ba64, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"Bg27TUktp-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10tzkki\",\"data-styles-preset\":\"MpvcxrbDl\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-849e5971-4e20-414b-85bc-9934f715adf8, rgb(17, 17, 17)))\"},children:\"Placeholder\"})})},Bg27TUktp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10tzkki\",\"data-styles-preset\":\"MpvcxrbDl\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f3d734f3-2b24-4f9b-a40c-9508d93a2f84, rgb(102, 102, 102)))\"},children:\"Placeholder\"})})},vXFBfjJh5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10tzkki\",\"data-styles-preset\":\"MpvcxrbDl\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1153b790-b93d-4824-8da3-bbfe4d32ba64, rgb(255, 255, 255)))\"},children:\"Placeholder\"})})}},baseVariant,gestureVariant)})]})})})});});const css=['.framer-XqAJe[data-border=\"true\"]::after, .framer-XqAJe [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-XqAJe.framer-1vslap7, .framer-XqAJe .framer-1vslap7 { display: block; }\",\".framer-XqAJe.framer-4yubbh { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 44px; justify-content: center; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-XqAJe .framer-lsjaib-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-XqAJe .framer-15ptn0h { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XqAJe.framer-4yubbh { gap: 0px; } .framer-XqAJe.framer-4yubbh > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-XqAJe.framer-4yubbh > :first-child { margin-left: 0px; } .framer-XqAJe.framer-4yubbh > :last-child { margin-right: 0px; } }\",\".framer-XqAJe.framer-v-17sujc3 .framer-lsjaib-container, .framer-XqAJe.framer-v-gtryn6 .framer-lsjaib-container { order: 0; }\",\".framer-XqAJe.framer-v-17sujc3 .framer-15ptn0h, .framer-XqAJe.framer-v-gtryn6 .framer-15ptn0h { order: 1; }\",\".framer-XqAJe.framer-v-gtryn6.framer-4yubbh { height: min-content; padding: 0px 0px 0px 0px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 119\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"vXFBfjJh5\":{\"layout\":[\"auto\",\"fixed\"]},\"Bg27TUktp\":{\"layout\":[\"auto\",\"auto\"]},\"HymJK1fuY\":{\"layout\":[\"auto\",\"fixed\"]},\"JJTKQqFiS\":{\"layout\":[\"auto\",\"fixed\"]},\"hCumeOvsq\":{\"layout\":[\"auto\",\"auto\"]},\"If6UvNoxI\":{\"layout\":[\"auto\",\"fixed\"]},\"nK6l1l1J4\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"Hw1s_s_Dx\":\"label\",\"AWBenE8HJ\":\"icon\",\"yriKJcBHz\":\"isIcon\",\"Z7OvWiC1l\":\"link\",\"W1vpL82jS\":\"tap2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramereSQq9SAQu=withCSS(Component,css,\"framer-XqAJe\");export default FramereSQq9SAQu;FramereSQq9SAQu.displayName=\"button\";FramereSQq9SAQu.defaultProps={height:44,width:119};addPropertyControls(FramereSQq9SAQu,{variant:{options:[\"M2kv77sSk\",\"vXFBfjJh5\",\"Bg27TUktp\"],optionTitles:[\"Primary\",\"Secondary\",\"Tertiary\"],title:\"Variant\",type:ControlType.Enum},Hw1s_s_Dx:{defaultValue:\"Placeholder\",displayTextArea:false,title:\"Label\",type:ControlType.String},AWBenE8HJ:(TetrislyIconsControls===null||TetrislyIconsControls===void 0?void 0:TetrislyIconsControls[\"icon\"])&&{...TetrislyIconsControls[\"icon\"],defaultValue:\"copy\",description:undefined,hidden:undefined,title:\"Icon\"},yriKJcBHz:{defaultValue:true,title:\"isIcon\",type:ControlType.Boolean},Z7OvWiC1l:{title:\"Link\",type:ControlType.Link},W1vpL82jS:{title:\"Tap 2\",type:ControlType.EventHandler}});addFonts(FramereSQq9SAQu,[...TetrislyIconsFonts,...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereSQq9SAQu\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"vXFBfjJh5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Bg27TUktp\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"HymJK1fuY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"JJTKQqFiS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"hCumeOvsq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"If6UvNoxI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"nK6l1l1J4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"44\",\"framerVariables\":\"{\\\"Hw1s_s_Dx\\\":\\\"label\\\",\\\"AWBenE8HJ\\\":\\\"icon\\\",\\\"yriKJcBHz\\\":\\\"isIcon\\\",\\\"Z7OvWiC1l\\\":\\\"link\\\",\\\"W1vpL82jS\\\":\\\"tap2\\\"}\",\"framerIntrinsicWidth\":\"119\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./eSQq9SAQu.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Medium\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-MediumItalic\"]);export const fonts=[];export const css=['.framer-JkdAi .framer-styles-preset-1skne2c:not(.rich-text-wrapper), .framer-JkdAi .framer-styles-preset-1skne2c.rich-text-wrapper h4 { --framer-font-family: \"Inter-Medium\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-MediumItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-849e5971-4e20-414b-85bc-9934f715adf8, #111111); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-JkdAi\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["TiledImage", "props", "style", "p", "addPropertyControls", "ControlType", "urlRegex", "Spotify", "props", "theme", "sourceUrl", "identifier", "te", "strippedUrl", "url", "p", "addPropertyControls", "ControlType", "SpotifyFonts", "getFonts", "Spotify", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "animation", "transition1", "animation1", "preventDefault", "transition2", "animation2", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "transitions", "variantClassNames", "layoutDependency", "isOnCanvas", "useIsOnFramerCanvas", "initialVariant", "useConstant", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "serializationHash", "addPropertyOverrides", "MotionDivWithFX", "transition1", "animation", "animation1", "Spotify", "css", "FramerDCFxfBayD", "withCSS", "DCFxfBayD_default", "addPropertyControls", "ControlType", "addFonts", "SpotifyFonts", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "Component", "House_default", "React", "weights", "House", "props", "ref", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "weightOptions", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "weight", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "House_default", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "piece", "defaultEvents", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "toResponsiveImage", "value", "transformTemplate1", "_", "t", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "bookImage", "height", "id", "link", "title", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "kGQdO7Ifq", "wLeP43nfk", "gfI4rpmpU", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "isOnCanvas", "useIsOnFramerCanvas", "initialVariant", "useConstant", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "u", "motion", "cx", "Image2", "Link", "RichText2", "x", "css", "FramerdLWU5qbd9", "withCSS", "dLWU5qbd9_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "image", "link", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "kXF0rZK06", "pbTC_FwuT", "D295Rt8bk", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "isOnCanvas", "useIsOnFramerCanvas", "initialVariant", "useConstant", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "u", "motion", "cx", "Image2", "Link", "RichText2", "x", "css", "FramerDYeQEdN2E", "withCSS", "DYeQEdN2E_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "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", "onTaps3swvo", "args", "onAppear19sb31d", "onTap1p9w4pf", "onAppear1lq1dg2", "onTapunwy9d", "onAppear15iqguh", "onTaprb02wi", "onAppearim40yx", "onTap663cdn", "onAppearcx79hl", "useOnVariantChange", "isOnCanvas", "useIsOnFramerCanvas", "initialVariant", "useConstant", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "u", "motion", "cx", "Image2", "RichText2", "x", "css", "FramerphySaAnQ7", "withCSS", "phySaAnQ7_default", "addPropertyControls", "ControlType", "addFonts", "CanvasFilmFonts", "getFonts", "DYeQEdN2E_default", "MotionDivWithFX", "withFX", "motion", "CanvasSocialsFonts", "DCFxfBayD_default", "CanvasBookMusicFonts", "dLWU5qbd9_default", "CanvasGalleryFonts", "phySaAnQ7_default", "TiledImageFonts", "TiledImage", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "animation1", "preventDefault", "transition2", "animation2", "animation3", "addImageAlt", "image", "alt", "animation4", "animation5", "animation6", "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", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "addPropertyOverrides", "ComponentViewportProvider", "MotionDivWithFX", "animation", "animation1", "DYeQEdN2E_default", "DCFxfBayD_default", "dLWU5qbd9_default", "phySaAnQ7_default", "TiledImage", "css", "FramerarnxG3ncG", "withCSS", "arnxG3ncG_default", "addPropertyControls", "ControlType", "addFonts", "CanvasFilmFonts", "CanvasSocialsFonts", "CanvasBookMusicFonts", "CanvasGalleryFonts", "TiledImageFonts", "fontStore", "fonts", "css", "className", "TetrislyIconsFonts", "getFonts", "tetrislyIcons", "TetrislyIconsControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "negate", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "height", "icon", "id", "isIcon", "label", "link", "tap2", "width", "props", "_humanReadableEnumMap_icon", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Hw1s_s_Dx", "AWBenE8HJ", "yriKJcBHz", "Z7OvWiC1l", "W1vpL82jS", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap4szplt", "args", "ref1", "pe", "visible", "isDisplayed", "value1", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "Link", "u", "motion", "cx", "RichText2", "x", "css", "FramereSQq9SAQu", "withCSS", "eSQq9SAQu_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "fontStore", "fonts", "css", "className"]
}
