{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/vbaJXlyVEeIvuEevvudG/FFzmSCr65SYC2698Eaml/UnicornStudioEmbed.js", "ssg:https://framerusercontent.com/modules/Ap62sEx7KdSPG6KeOBmU/yTmJ3Uxf6dMqG7gFknjH/LrercBhZR.js", "ssg:https://framer.com/m/framer/store.js@^1.0.0", "ssg:https://framer.com/m/framer/utils.js@^0.9.0", "ssg:https://framerusercontent.com/modules/F9Vz54Jy5aSBmAvX5R9V/R46vzzVxqovovm1lZ7vS/Examples.js", "ssg:https://framerusercontent.com/modules/PDk8L077IsjzOoeGpY7c/kiXtdBU7EFjyH9xfWFlt/ykhFXicah.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";/**\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n * @framerIntrinsicHeight 400\n * @framerIntrinsicWidth 800\n */export default function UnicornStudioEmbed(props){const elementRef=useRef(null);const sceneRef=useRef(null);const scriptId=useRef(`unicorn-project-${Math.random().toString(36).substr(2,9)}`);useEffect(()=>{const isEditingOrPreviewing=[\"CANVAS\",\"PREVIEW\"].includes(RenderTarget.current());if(RenderTarget.current()===\"CANVAS\"){return;}const initializeScript=callback=>{const existingScript=document.querySelector('script[src^=\"https://cdn.unicorn.studio\"]');if(!existingScript){const script=document.createElement(\"script\");script.src=\"https://cdn.unicorn.studio/v1.4.1/unicornStudio.umd.js\";script.onload=callback;document.head.appendChild(script);}else{callback();}};const initializeUnicornStudio=()=>{if(props.projectJSON){try{// Create script element for JSON data\nconst dataScript=document.createElement(\"script\");dataScript.id=scriptId.current;dataScript.type=\"application/json\";dataScript.textContent=props.projectJSON;document.head.appendChild(dataScript);elementRef.current.setAttribute(\"data-us-project-src\",`${scriptId.current}`);}catch(e){console.error(\"Failed to parse project JSON:\",e);return;}}else if(props.projectId){const query=props.projectId.split(\"?\");const projectId=query[0];const production=query[1]&&query[1].includes(\"production\");const cacheBuster=isEditingOrPreviewing?\"?update=\"+Math.random():\"\";elementRef.current.setAttribute(\"data-us-project\",projectId+cacheBuster);if(production){elementRef.current.setAttribute(\"data-us-production\",1);}}if(window.UnicornStudio){const existingScene=window.UnicornStudio.scenes?.find(scene=>scene.element===elementRef.current||scene.element.contains(elementRef.current));if(existingScene){existingScene.destroy();}else{window.UnicornStudio.destroy();}window.UnicornStudio.init().then(scenes=>{const ourScene=scenes.find(scene=>scene.element===elementRef.current||scene.element.contains(elementRef.current));if(ourScene){sceneRef.current=ourScene;}});}};if(props.projectId||props.projectJSON){if(window.UnicornStudio){initializeUnicornStudio();}else{initializeScript(initializeUnicornStudio);}}return()=>{if(sceneRef.current){sceneRef.current.destroy();sceneRef.current=null;}// Clean up JSON script if it exists\nconst dataScript=document.getElementById(scriptId.current);if(dataScript){dataScript.remove();}};},[props.projectId,props.projectJSON]);if(RenderTarget.current()===\"CANVAS\"){return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",alignItems:\"center\",justifyContent:\"center\",width:\"100%\",height:\"100%\",backgroundColor:\"rgba(0, 0, 0, 0.15)\",color:\"#4B5563\",fontWeight:500,textAlign:\"center\",padding:\"16px\"},children:[/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"1.25rem\",marginBottom:\"12px\"},children:\"Scene will render in Preview and on your published site.\"}),!props.projectId&&!props.projectJSON?/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"1rem\",color:\"#EF4444\"},children:\"No project ID, please export your scene and add its project ID in the detail panel.\"}):\" \"]});}return /*#__PURE__*/_jsx(\"div\",{ref:elementRef,\"data-us-dpi\":props.dpi,\"data-us-scale\":props.scale,\"data-us-fps\":props.fps,\"data-us-altText\":props.altText,\"data-us-ariaLabel\":props.ariaLabel,\"data-us-lazyload\":props.lazyLoad?\"true\":\"\",style:{width:\"100%\",height:\"100%\",...props.style},children:props.header&&/*#__PURE__*/_jsx(\"h1\",{style:{width:\"1px\",height:\"1px\",margin:\"-1px\",padding:\"0\",overflow:\"hidden\",clip:\"rect(0, 0, 0, 0)\",border:\"0\"},children:props.header})});}UnicornStudioEmbed.displayName=\"Unicorn Studio Embed\";addPropertyControls(UnicornStudioEmbed,{projectId:{type:ControlType.String,title:\"Project ID\"},projectJSON:{type:ControlType.String,title:\"Project JSON\"},scale:{type:ControlType.Number,title:\"Scale\",defaultValue:1,min:.25,max:1,step:.01},dpi:{type:ControlType.Number,title:\"DPI\",defaultValue:1.5,min:.5,max:2,step:.1},fps:{type:ControlType.Number,title:\"FPS\",defaultValue:60,min:10,max:120,step:5},header:{type:ControlType.String,title:\"H1 text\"},altText:{type:ControlType.String,title:\"Alt text\"},ariaLabel:{type:ControlType.String,title:\"Aria label\"},lazyLoad:{type:ControlType.Boolean,title:\"Lazy Load\",defaultValue:false}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"UnicornStudioEmbed\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"800\",\"framerIntrinsicHeight\":\"400\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UnicornStudioEmbed.map", "// Generated by Framer (100f99d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"x4EndBjkq\",\"yyi24qcxf\"];const serializationHash=\"framer-HHk38\";const variantClassNames={x4EndBjkq:\"framer-v-1nb7ytv\",yyi24qcxf:\"framer-v-hf8zaz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"x4EndBjkq\",phone:\"yyi24qcxf\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"x4EndBjkq\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"x4EndBjkq\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1nb7ytv\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"x4EndBjkq\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(239, 242, 247, 0.08)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(22, 24, 25, 0.4)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"0px 5px 6px 0px rgba(0, 0, 0, 0.08), 0px 4px 96px 0px rgba(0, 0, 0, 0.26)\",...style},...addPropertyOverrides({yyi24qcxf:{\"data-framer-name\":\"phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-10tjlbq\",\"data-framer-name\":\"Frame 2131420920\",layoutDependency:layoutDependency,layoutId:\"i5zkexUru\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyA1MyBFeHRlbmRlZA==\",\"--framer-font-family\":'\"Helvetica Neue LT Pro 53 Extended\", \"Helvetica Neue LT Pro 53 Extended Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(238, 238, 238))\"},children:\"At Kollekt, we enable artists to connect with their audiences in new ways, turning moments into shared experiences that bring their community closer.\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyA1MyBFeHRlbmRlZA==\",\"--framer-font-family\":'\"Helvetica Neue LT Pro 53 Extended\", \"Helvetica Neue LT Pro 53 Extended Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(238, 238, 238))\"},children:\"Artists are constrained by social media algorithms, unable to build direct relationships with those who want to be more than just followers. In a world where content moves fast and moments disappear in seconds, Kollekt empowers artists to turn short-lived interactions into lasting community experiences.\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyA1MyBFeHRlbmRlZA==\",\"--framer-font-family\":'\"Helvetica Neue LT Pro 53 Extended\", \"Helvetica Neue LT Pro 53 Extended Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-1iakedh, rgb(238, 238, 238))\"},children:\"Kollekt goes beyond the scroll, giving artists the tools to create immersive events where creativity, connection, and community thrive. Whether it\u2019s behind-the-scenes access, interactive activities, or exclusive releases, Kollekt helps artists break free from traditional barriers, crafting experiences that resonate for days, not just moments.\"})]}),className:\"framer-1rldzbw\",\"data-framer-name\":\"We encountered an issue while trying to load this content. If you're experiencing difficulties, please try refreshing the tab. If the problem persists, don't hesitate to reach out to our support team for assistance. We're here to help you resolve any issues you may have!\",fonts:[\"CUSTOM;Helvetica Neue LT Pro 53 Extended\"],layoutDependency:layoutDependency,layoutId:\"A2VNEGdyg\",style:{\"--extracted-1iakedh\":\"rgb(238, 238, 238)\",\"--extracted-2gxw0f\":\"rgb(238, 238, 238)\",\"--extracted-r6o4lv\":\"rgb(238, 238, 238)\",\"--framer-paragraph-spacing\":\"12px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({yyi24qcxf:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyA1MyBFeHRlbmRlZA==\",\"--framer-font-family\":'\"Helvetica Neue LT Pro 53 Extended\", \"Helvetica Neue LT Pro 53 Extended Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(238, 238, 238))\"},children:\"At Kollekt, we enable artists to connect with their audiences in new ways, turning moments into shared experiences that bring their community closer.\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyA1MyBFeHRlbmRlZA==\",\"--framer-font-family\":'\"Helvetica Neue LT Pro 53 Extended\", \"Helvetica Neue LT Pro 53 Extended Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(238, 238, 238))\"},children:\"Artists are constrained by social media algorithms, unable to build direct relationships with those who want to be more than just followers. In a world where content moves fast and moments disappear in seconds, Kollekt empowers artists to turn short-lived interactions into lasting community experiences.\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyA1MyBFeHRlbmRlZA==\",\"--framer-font-family\":'\"Helvetica Neue LT Pro 53 Extended\", \"Helvetica Neue LT Pro 53 Extended Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--extracted-1iakedh, rgb(238, 238, 238))\"},children:\"Kollekt goes beyond the scroll, giving artists the tools to create immersive events where creativity, connection, and community thrive. Whether it\u2019s behind-the-scenes access, interactive activities, or exclusive releases, Kollekt helps artists break free from traditional barriers, crafting experiences that resonate for days, not just moments.\"})]})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HHk38.framer-57s6xi, .framer-HHk38 .framer-57s6xi { display: block; }\",\".framer-HHk38.framer-1nb7ytv { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 18px; position: relative; width: min-content; }\",\".framer-HHk38 .framer-10tjlbq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 510px; }\",\".framer-HHk38 .framer-1rldzbw { 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-HHk38.framer-1nb7ytv, .framer-HHk38 .framer-10tjlbq { gap: 0px; } .framer-HHk38.framer-1nb7ytv > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-HHk38.framer-1nb7ytv > :first-child { margin-left: 0px; } .framer-HHk38.framer-1nb7ytv > :last-child { margin-right: 0px; } .framer-HHk38 .framer-10tjlbq > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-HHk38 .framer-10tjlbq > :first-child { margin-top: 0px; } .framer-HHk38 .framer-10tjlbq > :last-child { margin-bottom: 0px; } }\",\".framer-HHk38.framer-v-hf8zaz.framer-1nb7ytv { flex-wrap: wrap; padding: 16px 8px 16px 8px; width: 353px; }\",\".framer-HHk38.framer-v-hf8zaz .framer-10tjlbq { flex: 1 0 0px; justify-content: flex-start; width: 1px; }\",\".framer-HHk38.framer-v-hf8zaz .framer-1rldzbw { order: 0; }\",'.framer-HHk38[data-border=\"true\"]::after, .framer-HHk38 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 420\n * @framerIntrinsicWidth 546\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"yyi24qcxf\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerLrercBhZR=withCSS(Component,css,\"framer-HHk38\");export default FramerLrercBhZR;FramerLrercBhZR.displayName=\"AboutPopup\";FramerLrercBhZR.defaultProps={height:420,width:546};addPropertyControls(FramerLrercBhZR,{variant:{options:[\"x4EndBjkq\",\"yyi24qcxf\"],optionTitles:[\"Variant 1\",\"phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerLrercBhZR,[{explicitInter:true,fonts:[{family:\"Helvetica Neue LT Pro 53 Extended\",source:\"custom\",url:\"https://framerusercontent.com/assets/XQX2iN4DUsILe7Od8BNc55NNA0.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerLrercBhZR\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"420\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"546\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"yyi24qcxf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LrercBhZR.map", "import{useState,useEffect}from\"react\";import{Data,useObserveData}from\"framer\";export function createStore(state1){// Use Data so that a Preview reload resets the state\nconst dataStore=Data({state:Object.freeze({...state1})});// Create a set function that updates the state\nconst setDataStore=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(dataStore.state);}dataStore.state=Object.freeze({...dataStore.state,...newState});};// Store the initial state, copy the object if it's an object\nlet storeState=typeof state1===\"object\"?Object.freeze({...state1}):state1;// Keep a list of all the listeners, in the form of React hook setters\nconst storeSetters=new Set();// Create a set function that updates all the listeners / setters\nconst setStoreState=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(storeState);}storeState=typeof newState===\"object\"?Object.freeze({...storeState,...newState}):newState;// Update all the listeners / setters with the new value\nstoreSetters.forEach(setter=>setter(storeState));};// Create the actual hook based on everything above\nfunction useStore(){// Create the hook we are going to use as a listener\nconst[state,setState]=useState(storeState);// If we unmount the component using this hook, we need to remove the listener\n// @ts-ignore\nuseEffect(()=>{// But right now, we need to add the listener\nstoreSetters.add(setState);return()=>storeSetters.delete(setState);},[]);// If Data context exists, use Data, otherwise use vanilla React state\nif(useObserveData()===true){useObserveData();return[dataStore.state,setDataStore];}else{// Return the state and a function to update the central store\nreturn[state,setStoreState];}}return useStore;}\nexport const __FramerMetadata__ = {\"exports\":{\"createStore\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./createStore.map", "export const centerContent = {\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const autoSizingText = {\n    width: \"max-content\",\n    wordBreak: \"break-word\",\n    overflowWrap: \"break-word\",\n    overflow: \"hidden\",\n    whiteSpace: \"pre-wrap\",\n    flexShrink: 0\n};\nexport const defaultContainerStyles = {\n    ...centerContent,\n    overflow: \"hidden\"\n};\nexport const containerStyles = defaultContainerStyles;\nexport const randomColor = ()=>\"#\" + Math.floor(Math.random() * 16777215).toString(16)\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"centerContent\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"autoSizingText\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultContainerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"randomColor\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./Utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{randomColor}from\"https://framer.com/m/framer/utils.js@^0.9.0\";// Learn more: https://www.framer.com/docs/guides/overrides/\nconst useStore=createStore({background:\"#0099FF\"});export function withRotate(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,animate:{rotate:90},transition:{duration:2}});};}export function withHover(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,whileHover:{scale:1}});};}export function withRandomColor(Component){return props=>{const[store,setStore]=useStore();return /*#__PURE__*/_jsx(Component,{...props,animate:{background:store.background},onClick:()=>{setStore({background:randomColor()});}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withRotate\":{\"type\":\"reactHoc\",\"name\":\"withRotate\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withHover\":{\"type\":\"reactHoc\",\"name\":\"withHover\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withRandomColor\":{\"type\":\"reactHoc\",\"name\":\"withRandomColor\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Examples.map", "// Generated by Framer (1f5f6d9)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,PropertyOverrides,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,withCodeBoundaryForOverrides,withCSS,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import StopScroll from\"https://framerusercontent.com/modules/9ajhXMTvNHa3o84QkAph/Xnul1hAdJn3YeKLXdbBc/StopScroll.js\";import UnicornStudioEmbed from\"https://framerusercontent.com/modules/vbaJXlyVEeIvuEevvudG/FFzmSCr65SYC2698Eaml/UnicornStudioEmbed.js\";import ButtonsButton from\"#framer/local/canvasComponent/beL7nB9Cx/beL7nB9Cx.js\";import AboutPopup from\"#framer/local/canvasComponent/LrercBhZR/LrercBhZR.js\";import{withHover}from\"#framer/local/codeFile/wuIYXNK/Examples.js\";import metadataProvider from\"#framer/local/webPageMetadata/ykhFXicah/ykhFXicah.js\";const StopScrollFonts=getFonts(StopScroll);const UnicornStudioEmbedFonts=getFonts(UnicornStudioEmbed);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const ButtonsButtonFonts=getFonts(ButtonsButton);const AboutPopupFonts=getFonts(AboutPopup);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const MotionDivWithHover1kiplpe=withCodeBoundaryForOverrides(motion.div,{nodeId:\"etA6_CtTY\",override:withHover,scopeId:\"ykhFXicah\"});const breakpoints={bsmOVDuDv:\"(max-width: 767px)\",etA6_CtTY:\"(min-width: 1200px) and (max-width: 1599px)\",HWsKfNDHm:\"(min-width: 1600px)\",O34PM8zG2:\"(min-width: 810px) and (max-width: 1199px)\",Pwy7ykFFf:\"(min-width: 768px) and (max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-0WUpS\";const variantClassNames={bsmOVDuDv:\"framer-v-ylx1e9\",etA6_CtTY:\"framer-v-1kiplpe\",HWsKfNDHm:\"framer-v-1qc8hgy\",O34PM8zG2:\"framer-v-1bpwtqd\",Pwy7ykFFf:\"framer-v-vohcya\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={damping:60,delay:.3,mass:1,stiffness:320,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const transition2={delay:0,duration:.4,ease:[.33,0,.26,1],type:\"tween\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:40};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const transformTemplate3=(_,t)=>`translate(-50%, -50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop (L)\":\"HWsKfNDHm\",\"Tablet S\":\"Pwy7ykFFf\",Desktop:\"etA6_CtTY\",Phone:\"bsmOVDuDv\",Tablet:\"O34PM8zG2\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"etA6_CtTY\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const T8P0kg7vO3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"bsmOVDuDv\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"Pwy7ykFFf\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"O34PM8zG2\")return true;return false;};const isDisplayed3=()=>{if(!isBrowser())return true;if([\"O34PM8zG2\",\"Pwy7ykFFf\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if(!isBrowser())return true;if([\"HWsKfNDHm\",\"bsmOVDuDv\"].includes(baseVariant))return false;return true;};const isDisplayed5=()=>{if(!isBrowser())return true;if(baseVariant===\"HWsKfNDHm\")return true;return false;};const isDisplayed6=()=>{if(!isBrowser())return true;if([\"bsmOVDuDv\",\"Pwy7ykFFf\"].includes(baseVariant))return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"etA6_CtTY\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-205ada91-f441-4a90-9fdc-9854b313f6b4, rgb(10, 10, 10)); } @media (max-width: 767px) { html body { background: rgb(48, 56, 53) } }\"}),/*#__PURE__*/_jsxs(MotionDivWithHover1kiplpe,{...restProps,className:cx(scopingClassNames,\"framer-1kiplpe\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l438wf-container hidden-1kiplpe hidden-1qc8hgy hidden-1bpwtqd hidden-vohcya\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"fIs70_kXq\",rendersWithMotion:true,scopeId:\"ykhFXicah\",children:/*#__PURE__*/_jsx(StopScroll,{height:\"100%\",id:\"fIs70_kXq\",layoutId:\"fIs70_kXq\",toggle:true,width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-r0d97\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m2zr6a\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-13vozpj-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"CuGmJ69Is\",rendersWithMotion:true,scopeId:\"ykhFXicah\",children:/*#__PURE__*/_jsx(UnicornStudioEmbed,{altText:\"\",ariaLabel:\"\",dpi:1.5,fps:60,header:\"\",height:\"100%\",id:\"CuGmJ69Is\",layoutId:\"CuGmJ69Is\",lazyLoad:false,projectId:\"X3HPq3aUHCLb1xk2Tr1d\",projectJSON:\"\",scale:1,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pwy7ykFFf:{svgContentId:9621372892}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-wp4e4f hidden-1kiplpe hidden-1qc8hgy hidden-1bpwtqd hidden-ylx1e9\",\"data-framer-name\":\"kollekt\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 158 31\"><path d=\"M 1.35 28.868 L 8.959 28.868 L 8.959 24.463 L 13.669 21.011 L 20.717 28.868 L 30.039 28.868 L 18.972 17.165 L 30.039 9.111 L 18.642 9.111 L 8.959 16.343 L 8.959 2.569 L 1.35 2.569 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 42.193 29.525 C 50.888 29.525 56.586 25.383 56.586 18.973 C 56.586 12.563 50.888 8.454 42.193 8.454 C 33.498 8.454 27.799 12.563 27.799 18.973 C 27.799 25.383 33.498 29.525 42.193 29.525 Z M 35.441 18.973 C 35.441 16.179 38.109 14.371 42.193 14.371 C 46.277 14.371 48.945 16.179 48.945 18.973 C 48.945 21.8 46.277 23.608 42.193 23.608 C 38.109 23.608 35.441 21.8 35.441 18.973 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 58.173 28.868 L 65.781 28.868 L 65.781 2.569 L 58.173 2.569 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 68.041 28.868 L 75.65 28.868 L 75.65 2.569 L 68.041 2.569 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 91.644 29.525 C 100.109 29.558 104.424 26.961 106.004 21.866 L 98.561 21.866 C 97.77 23.345 95.234 24.233 92.105 24.233 C 88.219 24.233 85.715 23.082 85.057 20.518 L 106.169 20.518 C 106.169 12.629 100.833 8.454 91.611 8.454 C 82.85 8.454 77.218 12.53 77.218 19.006 C 77.185 25.416 82.817 29.525 91.644 29.525 Z M 85.221 16.869 C 86.045 14.7 88.317 13.746 91.908 13.746 C 95.201 13.746 97.408 14.634 98.297 16.869 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 107.752 28.868 L 115.36 28.868 L 115.36 24.463 L 120.07 21.011 L 127.119 28.868 L 136.44 28.868 L 125.373 17.165 L 136.44 9.111 L 125.044 9.111 L 115.36 16.343 L 115.36 2.569 L 107.752 2.569 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 149.102 29.525 C 151.672 29.525 154.043 29.131 155.888 28.671 L 155.888 22.622 C 153.615 23.115 152.693 23.28 150.882 23.28 C 148.674 23.28 147.852 21.997 147.852 20.189 L 147.852 14.667 L 155.888 14.667 L 155.888 9.111 L 147.852 9.111 L 147.852 3.523 L 140.276 5.495 L 140.276 9.111 L 136.356 9.111 L 136.356 14.667 L 140.276 14.667 L 140.276 22.951 C 140.276 27.356 143.405 29.525 149.102 29.525 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:10554931993,withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyA1MyBFeHRlbmRlZA==\",\"--framer-font-family\":'\"Helvetica Neue LT Pro 53 Extended\", \"Helvetica Neue LT Pro 53 Extended Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"54px\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:\"Be more than a follower\"})}),className:\"framer-l5ll8m hidden-1kiplpe hidden-1qc8hgy hidden-1bpwtqd hidden-ylx1e9\",\"data-framer-appear-id\":\"l5ll8m\",fonts:[\"CUSTOM;Helvetica Neue LT Pro 53 Extended\"],initial:animation1,optimized:true,style:{transformPerspective:1200},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1r8ul0x hidden-1kiplpe hidden-1qc8hgy hidden-1bpwtqd hidden-ylx1e9\",children:[/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pwy7ykFFf:{y:(componentViewport?.y||0)+0+0+0+16+12}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"120px\",children:/*#__PURE__*/_jsxs(Container,{className:\"framer-gkgu20-container\",id:\"gkgu20\",nodeId:\"LsM8rwZAV\",rendersWithMotion:true,scopeId:\"ykhFXicah\",children:[/*#__PURE__*/_jsx(ButtonsButton,{HBR9r6Wzz:false,height:\"100%\",id:\"LsM8rwZAV\",kTynE2FQc:\"regular\",layoutId:\"LsM8rwZAV\",nL8OQ61g_:\"House\",Q7omvm8K3:false,rt9DsEiKG:\"var(--token-958d6a9e-bb7c-4a88-a47a-70db899d1dd5, rgb(36, 36, 36))\",style:{width:\"100%\"},T8P0kg7vO:T8P0kg7vO3bnx0g({overlay}),tipS0P7cJ:\"About\",variant:\"Cok710zdM\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-n62wzc\"),\"data-framer-portal-id\":\"gkgu20\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"Tfiu5s4At\"),/*#__PURE__*/_jsx(motion.div,{animate:animation3,className:cx(scopingClassNames,\"framer-sn6pg1\"),\"data-framer-name\":\"AboutSectionBlur\",\"data-framer-portal-id\":\"gkgu20\",exit:animation2,initial:animation4,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pwy7ykFFf:{width:\"95.0521vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"95vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-8digvn-container\",inComponentSlot:true,nodeId:\"ztaKorksc\",rendersWithMotion:true,scopeId:\"ykhFXicah\",children:/*#__PURE__*/_jsx(AboutPopup,{height:\"100%\",id:\"ztaKorksc\",layoutId:\"ztaKorksc\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"yyi24qcxf\",width:\"100%\"})})})})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Pwy7ykFFf:{y:(componentViewport?.y||0)+0+0+0+16+12}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"120px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1y3gfru-container\",nodeId:\"JTu6B5G1_\",rendersWithMotion:true,scopeId:\"ykhFXicah\",children:/*#__PURE__*/_jsx(ButtonsButton,{HBR9r6Wzz:false,height:\"100%\",id:\"JTu6B5G1_\",kTynE2FQc:\"regular\",layoutId:\"JTu6B5G1_\",nL8OQ61g_:\"House\",odb0bWURU:\"app.kollekt.io\",Q7omvm8K3:false,rt9DsEiKG:\"var(--token-958d6a9e-bb7c-4a88-a47a-70db899d1dd5, rgb(36, 36, 36))\",style:{width:\"100%\"},tipS0P7cJ:\"Login\",variant:\"eSzdwn8A1\",width:\"100%\"})})})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-75re49 hidden-1kiplpe hidden-1qc8hgy hidden-ylx1e9 hidden-vohcya\",children:[/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{O34PM8zG2:{y:(componentViewport?.y||0)+0+0+0+16+12}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"120px\",children:/*#__PURE__*/_jsxs(Container,{className:\"framer-czqztv-container\",id:\"czqztv\",nodeId:\"knwuI_3KG\",rendersWithMotion:true,scopeId:\"ykhFXicah\",children:[/*#__PURE__*/_jsx(ButtonsButton,{HBR9r6Wzz:false,height:\"100%\",id:\"knwuI_3KG\",kTynE2FQc:\"regular\",layoutId:\"knwuI_3KG\",nL8OQ61g_:\"House\",Q7omvm8K3:false,rt9DsEiKG:\"var(--token-958d6a9e-bb7c-4a88-a47a-70db899d1dd5, rgb(36, 36, 36))\",style:{width:\"100%\"},T8P0kg7vO:T8P0kg7vO3bnx0g({overlay:overlay1}),tipS0P7cJ:\"About\",variant:\"Cok710zdM\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1xotcug\"),\"data-framer-portal-id\":\"czqztv\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"iHD5yT9X8\"),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{O34PM8zG2:{transformTemplate:undefined}},children:/*#__PURE__*/_jsx(motion.div,{animate:animation3,className:cx(scopingClassNames,\"framer-1k72i84\"),\"data-framer-name\":\"AboutSectionBlur\",\"data-framer-portal-id\":\"czqztv\",exit:animation2,initial:animation4,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"95vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-rvdnwi-container\",inComponentSlot:true,nodeId:\"RaPfPt8K8\",rendersWithMotion:true,scopeId:\"ykhFXicah\",children:/*#__PURE__*/_jsx(AboutPopup,{height:\"100%\",id:\"RaPfPt8K8\",layoutId:\"RaPfPt8K8\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"yyi24qcxf\",width:\"100%\"})})})})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{O34PM8zG2:{y:(componentViewport?.y||0)+0+0+0+16+12}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"120px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-gzcrod-container\",nodeId:\"AKsnhjmP9\",rendersWithMotion:true,scopeId:\"ykhFXicah\",children:/*#__PURE__*/_jsx(ButtonsButton,{HBR9r6Wzz:false,height:\"100%\",id:\"AKsnhjmP9\",kTynE2FQc:\"regular\",layoutId:\"AKsnhjmP9\",nL8OQ61g_:\"House\",odb0bWURU:\"app.kollekt.io\",Q7omvm8K3:false,rt9DsEiKG:\"var(--token-958d6a9e-bb7c-4a88-a47a-70db899d1dd5, rgb(36, 36, 36))\",style:{width:\"100%\"},tipS0P7cJ:\"Login\",variant:\"eSzdwn8A1\",width:\"100%\"})})})})]}),isDisplayed2()&&/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyA1MyBFeHRlbmRlZA==\",\"--framer-font-family\":'\"Helvetica Neue LT Pro 53 Extended\", \"Helvetica Neue LT Pro 53 Extended Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"54px\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:\"Be more than a follower\"})}),className:\"framer-1emkas3 hidden-1kiplpe hidden-1qc8hgy hidden-ylx1e9 hidden-vohcya\",\"data-framer-appear-id\":\"1emkas3\",fonts:[\"CUSTOM;Helvetica Neue LT Pro 53 Extended\"],initial:animation1,optimized:true,style:{transformPerspective:1200},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HWsKfNDHm:{transformTemplate:transformTemplate2}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ijib51 hidden-1bpwtqd hidden-vohcya\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation5,className:\"framer-1jazppe hidden-1kiplpe hidden-1qc8hgy\",\"data-framer-appear-id\":\"1jazppe\",initial:animation6,optimized:true,children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bsmOVDuDv:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 130 26\"><path d=\"M 1.111 24.212 L 7.371 24.212 L 7.371 20.517 L 11.247 17.622 L 17.046 24.212 L 24.715 24.212 L 15.61 14.397 L 24.715 7.642 L 15.339 7.642 L 7.371 13.707 L 7.371 2.155 L 1.111 2.155 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 34.716 24.763 C 41.87 24.763 46.558 21.289 46.558 15.913 C 46.558 10.537 41.87 7.09 34.716 7.09 C 27.561 7.09 22.873 10.537 22.873 15.913 C 22.873 21.289 27.561 24.763 34.716 24.763 Z M 29.16 15.913 C 29.16 13.569 31.355 12.053 34.716 12.053 C 38.076 12.053 40.271 13.569 40.271 15.913 C 40.271 18.284 38.076 19.8 34.716 19.8 C 31.355 19.8 29.16 18.284 29.16 15.913 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 47.864 24.212 L 54.124 24.212 L 54.124 2.155 L 47.864 2.155 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 55.983 24.212 L 62.243 24.212 L 62.243 2.155 L 55.983 2.155 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 75.403 24.763 C 82.368 24.791 85.918 22.613 87.219 18.339 L 81.094 18.339 C 80.444 19.58 78.357 20.324 75.783 20.324 C 72.585 20.324 70.525 19.359 69.983 17.209 L 87.354 17.209 C 87.354 10.592 82.964 7.09 75.376 7.09 C 68.168 7.09 63.534 10.509 63.534 15.94 C 63.506 21.317 68.141 24.763 75.403 24.763 Z M 70.119 14.148 C 70.796 12.329 72.666 11.529 75.62 11.529 C 78.33 11.529 80.146 12.274 80.878 14.148 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 88.657 24.212 L 94.917 24.212 L 94.917 20.517 L 98.792 17.622 L 104.591 24.212 L 112.261 24.212 L 103.155 14.397 L 112.261 7.642 L 102.884 7.642 L 94.917 13.707 L 94.917 2.155 L 88.657 2.155 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 122.679 24.763 C 124.793 24.763 126.744 24.432 128.262 24.046 L 128.262 18.973 C 126.392 19.387 125.633 19.525 124.143 19.525 C 122.327 19.525 121.65 18.449 121.65 16.933 L 121.65 12.301 L 128.262 12.301 L 128.262 7.642 L 121.65 7.642 L 121.65 2.954 L 115.417 4.609 L 115.417 7.642 L 112.192 7.642 L 112.192 12.301 L 115.417 12.301 L 115.417 19.249 C 115.417 22.944 117.991 24.763 122.679 24.763 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:11474623120}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-klrlxa hidden-1kiplpe\",\"data-framer-name\":\"kollekt\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 130 26\"><path d=\"M 1.111 24.212 L 7.371 24.212 L 7.371 20.517 L 11.247 17.622 L 17.046 24.212 L 24.715 24.212 L 15.61 14.397 L 24.715 7.642 L 15.339 7.642 L 7.371 13.707 L 7.371 2.155 L 1.111 2.155 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 38.059 25.581 C 45.213 25.581 49.901 22.107 49.901 16.731 C 49.901 11.355 45.213 7.908 38.059 7.908 C 30.904 7.908 26.216 11.355 26.216 16.731 C 26.216 22.107 30.904 25.581 38.059 25.581 Z M 32.503 16.731 C 32.503 14.387 34.698 12.871 38.059 12.871 C 41.419 12.871 43.614 14.387 43.614 16.731 C 43.614 19.102 41.419 20.619 38.059 20.619 C 34.698 20.619 32.503 19.102 32.503 16.731 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 47.864 24.212 L 54.124 24.212 L 54.124 2.155 L 47.864 2.155 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 55.983 24.212 L 62.243 24.212 L 62.243 2.155 L 55.983 2.155 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 84.689 25.581 C 91.654 25.609 95.204 23.431 96.505 19.157 L 90.38 19.157 C 89.73 20.398 87.643 21.142 85.068 21.142 C 81.871 21.142 79.811 20.177 79.269 18.027 L 96.64 18.027 C 96.64 11.41 92.25 7.908 84.662 7.908 C 77.453 7.908 72.819 11.327 72.819 16.759 C 72.792 22.135 77.426 25.581 84.689 25.581 Z M 79.404 14.967 C 80.082 13.147 81.952 12.347 84.906 12.347 C 87.616 12.347 89.431 13.092 90.163 14.967 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 88.657 24.212 L 94.917 24.212 L 94.917 20.517 L 98.792 17.622 L 104.591 24.212 L 112.261 24.212 L 103.155 14.397 L 112.261 7.642 L 102.884 7.642 L 94.917 13.707 L 94.917 2.155 L 88.657 2.155 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 122.679 24.763 C 124.793 24.763 126.744 24.432 128.262 24.046 L 128.262 18.973 C 126.392 19.387 125.633 19.525 124.143 19.525 C 122.327 19.525 121.65 18.449 121.65 16.933 L 121.65 12.301 L 128.262 12.301 L 128.262 7.642 L 121.65 7.642 L 121.65 2.954 L 115.417 4.609 L 115.417 7.642 L 112.192 7.642 L 112.192 12.301 L 115.417 12.301 L 115.417 19.249 C 115.417 22.944 117.991 24.763 122.679 24.763 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:9490622967,withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyA1MyBFeHRlbmRlZA==\",\"--framer-font-family\":'\"Helvetica Neue LT Pro 53 Extended\", \"Helvetica Neue LT Pro 53 Extended Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"40px\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:\"Be more than a follower\"})}),className:\"framer-bga2s0 hidden-1kiplpe\",fonts:[\"CUSTOM;Helvetica Neue LT Pro 53 Extended\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ryq8mq\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w7oi0i\",children:[/*#__PURE__*/_jsx(Overlay,{children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bsmOVDuDv:{height:38,width:`calc((${componentViewport?.width||\"100vw\"} - 24px) * 0.27)`,y:(componentViewport?.y||0)+0+200+22737367544323206e-29+0+0+16+5},HWsKfNDHm:{y:(componentViewport?.y||0)+0+0+0+15.000000000000227+0+0+20+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"120px\",y:(componentViewport?.y||0)+0+0+0+12.500000000000227+0+0+20+0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1gevw40-container\",id:\"1gevw40\",nodeId:\"kt_hxpKAc\",rendersWithMotion:true,scopeId:\"ykhFXicah\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bsmOVDuDv:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonsButton,{HBR9r6Wzz:false,height:\"100%\",id:\"kt_hxpKAc\",kTynE2FQc:\"regular\",layoutId:\"kt_hxpKAc\",nL8OQ61g_:\"House\",Q7omvm8K3:false,rt9DsEiKG:\"var(--token-958d6a9e-bb7c-4a88-a47a-70db899d1dd5, rgb(36, 36, 36))\",style:{width:\"100%\"},T8P0kg7vO:T8P0kg7vO3bnx0g({overlay:overlay2}),tipS0P7cJ:\"About\",variant:\"Cok710zdM\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-134oia6\"),\"data-framer-portal-id\":\"1gevw40\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay2.hide()},\"aNBTOcdZE\"),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bsmOVDuDv:{transformTemplate:transformTemplate3}},children:/*#__PURE__*/_jsx(motion.div,{animate:animation3,className:cx(scopingClassNames,\"framer-192ebzr\"),\"data-framer-name\":\"AboutSectionBlur\",\"data-framer-portal-id\":\"1gevw40\",exit:animation2,initial:animation4,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bsmOVDuDv:{width:\"95vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jk7rqu-container\",inComponentSlot:true,nodeId:\"j6yTHxZTM\",rendersWithMotion:true,scopeId:\"ykhFXicah\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bsmOVDuDv:{style:{maxWidth:\"100%\",width:\"100%\"},variant:\"yyi24qcxf\"}},children:/*#__PURE__*/_jsx(AboutPopup,{height:\"100%\",id:\"j6yTHxZTM\",layoutId:\"j6yTHxZTM\",variant:\"x4EndBjkq\",width:\"100%\"})})})})})})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bsmOVDuDv:{height:38,width:`calc((${componentViewport?.width||\"100vw\"} - 24px) * 0.27)`,y:(componentViewport?.y||0)+0+200+22737367544323206e-29+0+0+16+5},HWsKfNDHm:{y:(componentViewport?.y||0)+0+0+0+15.000000000000227+0+0+20+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"120px\",y:(componentViewport?.y||0)+0+0+0+12.500000000000227+0+0+20+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e1aag3-container\",nodeId:\"L7xBtFEDU\",rendersWithMotion:true,scopeId:\"ykhFXicah\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{bsmOVDuDv:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonsButton,{HBR9r6Wzz:false,height:\"100%\",id:\"L7xBtFEDU\",kTynE2FQc:\"regular\",layoutId:\"L7xBtFEDU\",nL8OQ61g_:\"House\",odb0bWURU:\"app.kollekt.io\",Q7omvm8K3:false,rt9DsEiKG:\"var(--token-958d6a9e-bb7c-4a88-a47a-70db899d1dd5, rgb(36, 36, 36))\",style:{width:\"100%\"},tipS0P7cJ:\"Login\",variant:\"eSzdwn8A1\",width:\"100%\"})})})})})]})}),isDisplayed4()&&/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyA1MyBFeHRlbmRlZA==\",\"--framer-font-family\":'\"Helvetica Neue LT Pro 53 Extended\", \"Helvetica Neue LT Pro 53 Extended Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"52px\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:\"Be more than a follower\"})}),className:\"framer-9m8xfq hidden-1qc8hgy hidden-ylx1e9\",\"data-framer-appear-id\":\"9m8xfq\",fonts:[\"CUSTOM;Helvetica Neue LT Pro 53 Extended\"],initial:animation1,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIExUIFBybyA1MyBFeHRlbmRlZA==\",\"--framer-font-family\":'\"Helvetica Neue LT Pro 53 Extended\", \"Helvetica Neue LT Pro 53 Extended Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"54px\",\"--framer-text-color\":\"var(--token-195ca2ff-95dc-4d7d-bb9a-c5fb1e041116, rgb(252, 252, 250))\"},children:\"Be more than a follower\"})}),className:\"framer-tad4t5 hidden-1kiplpe hidden-ylx1e9\",\"data-framer-appear-id\":\"tad4t5\",fonts:[\"CUSTOM;Helvetica Neue LT Pro 53 Extended\"],initial:animation1,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed6()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{HWsKfNDHm:{svgContentId:12868113485},O34PM8zG2:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 158 31\"><path d=\"M 1.35 28.868 L 8.959 28.868 L 8.959 24.463 L 13.669 21.011 L 20.717 28.868 L 30.039 28.868 L 18.972 17.165 L 30.039 9.111 L 18.642 9.111 L 8.959 16.343 L 8.959 2.569 L 1.35 2.569 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 42.193 29.525 C 50.888 29.525 56.586 25.383 56.586 18.973 C 56.586 12.563 50.888 8.454 42.193 8.454 C 33.498 8.454 27.799 12.563 27.799 18.973 C 27.799 25.383 33.498 29.525 42.193 29.525 Z M 35.441 18.973 C 35.441 16.179 38.109 14.371 42.193 14.371 C 46.277 14.371 48.945 16.179 48.945 18.973 C 48.945 21.8 46.277 23.608 42.193 23.608 C 38.109 23.608 35.441 21.8 35.441 18.973 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 58.173 28.868 L 65.781 28.868 L 65.781 2.569 L 58.173 2.569 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 68.041 28.868 L 75.65 28.868 L 75.65 2.569 L 68.041 2.569 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 91.644 29.525 C 100.109 29.558 104.424 26.961 106.004 21.866 L 98.561 21.866 C 97.77 23.345 95.234 24.233 92.105 24.233 C 88.219 24.233 85.715 23.082 85.057 20.518 L 106.169 20.518 C 106.169 12.629 100.833 8.454 91.611 8.454 C 82.85 8.454 77.218 12.53 77.218 19.006 C 77.185 25.416 82.817 29.525 91.644 29.525 Z M 85.221 16.869 C 86.045 14.7 88.317 13.746 91.908 13.746 C 95.201 13.746 97.408 14.634 98.297 16.869 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 107.752 28.868 L 115.36 28.868 L 115.36 24.463 L 120.07 21.011 L 127.119 28.868 L 136.44 28.868 L 125.373 17.165 L 136.44 9.111 L 125.044 9.111 L 115.36 16.343 L 115.36 2.569 L 107.752 2.569 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 149.102 29.525 C 151.672 29.525 154.043 29.131 155.888 28.671 L 155.888 22.622 C 153.615 23.115 152.693 23.28 150.882 23.28 C 148.674 23.28 147.852 21.997 147.852 20.189 L 147.852 14.667 L 155.888 14.667 L 155.888 9.111 L 147.852 9.111 L 147.852 3.523 L 140.276 5.495 L 140.276 9.111 L 136.356 9.111 L 136.356 14.667 L 140.276 14.667 L 140.276 22.951 C 140.276 27.356 143.405 29.525 149.102 29.525 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:9621372892}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-cia0dd hidden-ylx1e9 hidden-vohcya\",\"data-framer-name\":\"kollekt\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 195 38\"><path d=\"M 1.667 35.387 L 11.057 35.387 L 11.057 29.987 L 16.87 25.756 L 25.569 35.387 L 37.073 35.387 L 23.414 21.041 L 37.073 11.168 L 23.008 11.168 L 11.057 20.034 L 11.057 3.149 L 1.667 3.149 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 52.074 36.193 C 62.805 36.193 69.838 31.115 69.838 23.257 C 69.838 15.4 62.805 10.363 52.074 10.363 C 41.342 10.363 34.31 15.4 34.31 23.257 C 34.31 31.115 41.342 36.193 52.074 36.193 Z M 43.74 23.257 C 43.74 19.832 47.033 17.616 52.074 17.616 C 57.114 17.616 60.407 19.832 60.407 23.257 C 60.407 26.723 57.114 28.939 52.074 28.939 C 47.033 28.939 43.74 26.723 43.74 23.257 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 71.796 35.387 L 81.186 35.387 L 81.186 3.149 L 71.796 3.149 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 83.975 35.387 L 93.365 35.387 L 93.365 3.149 L 83.975 3.149 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 113.105 36.193 C 123.552 36.233 128.877 33.049 130.828 26.804 L 121.641 26.804 C 120.666 28.617 117.536 29.705 113.674 29.705 C 108.877 29.705 105.788 28.294 104.975 25.151 L 131.032 25.151 C 131.032 15.48 124.446 10.363 113.064 10.363 C 102.251 10.363 95.3 15.359 95.3 23.298 C 95.26 31.156 102.211 36.193 113.105 36.193 Z M 105.178 20.678 C 106.194 18.019 108.999 16.85 113.43 16.85 C 117.495 16.85 120.219 17.938 121.316 20.678 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 132.985 35.387 L 142.375 35.387 L 142.375 29.987 L 148.188 25.756 L 156.887 35.387 L 168.392 35.387 L 154.733 21.041 L 168.392 11.168 L 154.326 11.168 L 142.375 20.034 L 142.375 3.149 L 132.985 3.149 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 184.018 36.193 C 187.19 36.193 190.117 35.709 192.393 35.145 L 192.393 27.73 C 189.588 28.335 188.45 28.536 186.215 28.536 C 183.49 28.536 182.475 26.965 182.475 24.748 L 182.475 17.979 L 192.393 17.979 L 192.393 11.168 L 182.475 11.168 L 182.475 4.318 L 173.125 6.736 L 173.125 11.168 L 168.288 11.168 L 168.288 17.979 L 173.125 17.979 L 173.125 28.133 C 173.125 33.533 176.987 36.193 184.018 36.193 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:10366650528,withExternalLayout:true})})]})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0WUpS.framer-1rnmezr, .framer-0WUpS .framer-1rnmezr { display: block; }\",\".framer-0WUpS.framer-1kiplpe { align-content: center; align-items: center; background-color: var(--token-205ada91-f441-4a90-9fdc-9854b313f6b4, #0a0a0a); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-0WUpS .framer-1l438wf-container, .framer-0WUpS .framer-jk7rqu-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-0WUpS .framer-r0d97 { flex: none; height: 100vh; overflow: hidden; position: relative; width: 100%; }\",\".framer-0WUpS .framer-1m2zr6a { flex: none; height: 100vh; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 0px; width: 100%; }\",\".framer-0WUpS .framer-13vozpj-container { flex: none; height: 100vh; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100vh / 2); width: 100%; }\",\".framer-0WUpS .framer-wp4e4f { bottom: 174px; flex: none; height: 31px; left: 41px; position: absolute; width: 158px; }\",\".framer-0WUpS .framer-l5ll8m, .framer-0WUpS .framer-1emkas3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 85px; flex: none; height: auto; left: 50%; max-width: 100%; position: absolute; transform: translateX(-50%); white-space: pre-wrap; width: 90%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-0WUpS .framer-1r8ul0x, .framer-0WUpS .framer-75re49 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 12px; position: absolute; right: 15px; top: 16px; width: min-content; z-index: 1; }\",\".framer-0WUpS .framer-gkgu20-container, .framer-0WUpS .framer-1y3gfru-container, .framer-0WUpS .framer-czqztv-container, .framer-0WUpS .framer-gzcrod-container, .framer-0WUpS .framer-1gevw40-container, .framer-0WUpS .framer-1e1aag3-container { flex: none; height: auto; position: relative; width: 120px; }\",\".framer-0WUpS.framer-n62wzc, .framer-0WUpS.framer-1xotcug, .framer-0WUpS.framer-134oia6 { background-color: rgba(0, 0, 0, 0.4); inset: 0px; position: fixed; user-select: none; z-index: 4; }\",\".framer-0WUpS.framer-sn6pg1, .framer-0WUpS.framer-1k72i84 { -webkit-backdrop-filter: blur(12px); align-content: center; align-items: center; backdrop-filter: blur(12px); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: fixed; top: 133px; transform: translateX(-50%); width: 95%; will-change: var(--framer-will-change-effect-override, transform); z-index: 4; }\",\".framer-0WUpS .framer-8digvn-container, .framer-0WUpS .framer-rvdnwi-container { flex: none; height: auto; max-width: 100%; position: relative; width: 100%; }\",\".framer-0WUpS .framer-1ijib51 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 95%; justify-content: space-between; overflow: hidden; padding: 0px; position: absolute; right: 30px; top: calc(48.75000000000002% - 95% / 2); width: 570px; }\",\".framer-0WUpS .framer-1jazppe { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; min-height: 157px; overflow: hidden; padding: 12px 8px 12px 8px; position: relative; width: 95%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-0WUpS .framer-klrlxa { flex: none; height: 26px; position: relative; width: 130px; }\",\".framer-0WUpS .framer-bga2s0 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-0WUpS .framer-ryq8mq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 20px; position: relative; width: 59%; }\",\".framer-0WUpS .framer-1w7oi0i { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: 48px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-0WUpS.framer-192ebzr { -webkit-backdrop-filter: blur(12px); align-content: center; align-items: center; backdrop-filter: blur(12px); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 600px; overflow: hidden; padding: 0px; position: fixed; top: 133px; width: 542px; will-change: var(--framer-will-change-effect-override, transform); z-index: 4; }\",\".framer-0WUpS .framer-9m8xfq, .framer-0WUpS .framer-tad4t5 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 570px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-0WUpS .framer-cia0dd { bottom: 37px; flex: none; height: 38px; left: 48px; position: absolute; width: 195px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-0WUpS.framer-1kiplpe, .framer-0WUpS .framer-1r8ul0x, .framer-0WUpS.framer-sn6pg1, .framer-0WUpS .framer-75re49, .framer-0WUpS.framer-1k72i84, .framer-0WUpS .framer-1jazppe, .framer-0WUpS .framer-ryq8mq, .framer-0WUpS .framer-1w7oi0i, .framer-0WUpS.framer-192ebzr { gap: 0px; } .framer-0WUpS.framer-1kiplpe > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-0WUpS.framer-1kiplpe > :first-child, .framer-0WUpS .framer-1jazppe > :first-child { margin-top: 0px; } .framer-0WUpS.framer-1kiplpe > :last-child, .framer-0WUpS .framer-1jazppe > :last-child { margin-bottom: 0px; } .framer-0WUpS .framer-1r8ul0x > *, .framer-0WUpS .framer-75re49 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-0WUpS .framer-1r8ul0x > :first-child, .framer-0WUpS.framer-sn6pg1 > :first-child, .framer-0WUpS .framer-75re49 > :first-child, .framer-0WUpS.framer-1k72i84 > :first-child, .framer-0WUpS .framer-ryq8mq > :first-child, .framer-0WUpS .framer-1w7oi0i > :first-child, .framer-0WUpS.framer-192ebzr > :first-child { margin-left: 0px; } .framer-0WUpS .framer-1r8ul0x > :last-child, .framer-0WUpS.framer-sn6pg1 > :last-child, .framer-0WUpS .framer-75re49 > :last-child, .framer-0WUpS.framer-1k72i84 > :last-child, .framer-0WUpS .framer-ryq8mq > :last-child, .framer-0WUpS .framer-1w7oi0i > :last-child, .framer-0WUpS.framer-192ebzr > :last-child { margin-right: 0px; } .framer-0WUpS.framer-sn6pg1 > *, .framer-0WUpS.framer-1k72i84 > *, .framer-0WUpS.framer-192ebzr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-0WUpS .framer-1jazppe > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-0WUpS .framer-ryq8mq > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-0WUpS .framer-1w7oi0i > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } }\",\"@media (min-width: 1600px) { .framer-0WUpS.framer-1kiplpe { width: 1600px; } .framer-0WUpS .framer-1ijib51 { top: 49%; transform: translateY(-50%); width: min-content; } .framer-0WUpS .framer-ryq8mq { align-self: stretch; justify-content: flex-end; width: auto; } .framer-0WUpS .framer-1w7oi0i { gap: 36px; height: min-content; } .framer-0WUpS.framer-192ebzr { left: unset; right: 80px; width: min-content; } .framer-0WUpS .framer-jk7rqu-container { order: 0; } .framer-0WUpS .framer-cia0dd { bottom: 36px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-0WUpS .framer-1w7oi0i { gap: 0px; } .framer-0WUpS .framer-1w7oi0i > * { margin: 0px; margin-left: calc(36px / 2); margin-right: calc(36px / 2); } .framer-0WUpS .framer-1w7oi0i > :first-child { margin-left: 0px; } .framer-0WUpS .framer-1w7oi0i > :last-child { margin-right: 0px; } }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-0WUpS.framer-1kiplpe { width: 810px; } .framer-0WUpS.framer-1k72i84 { bottom: 167px; height: 310px; left: calc(50.00000000000002% - 95% / 2); top: unset; transform: unset; } .framer-0WUpS .framer-rvdnwi-container { order: 0; } .framer-0WUpS .framer-cia0dd { bottom: 174px; height: 31px; left: 41px; width: 158px; }}\",\"@media (max-width: 767px) { .framer-0WUpS.framer-1kiplpe { background-color: #303835; height: 844px; width: 390px; } .framer-0WUpS .framer-1m2zr6a { top: calc(50.00000000000002% - 100vh / 2); } .framer-0WUpS .framer-13vozpj-container { height: 100%; left: 0px; right: 0px; top: 0px; width: unset; } .framer-0WUpS .framer-1ijib51 { align-content: center; align-items: center; gap: 10px; height: 100vh; justify-content: flex-end; left: 0px; padding: 0px 0px 95px 0px; right: unset; top: 0px; width: 100%; } .framer-0WUpS .framer-1jazppe { min-height: unset; order: 3; } .framer-0WUpS .framer-klrlxa { order: 0; } .framer-0WUpS .framer-bga2s0 { order: 1; } .framer-0WUpS .framer-ryq8mq { gap: 16px; justify-content: flex-end; left: 0px; order: 0; padding: 16px 8px 16px 16px; position: absolute; top: 0px; width: 100%; z-index: 1; } .framer-0WUpS .framer-1w7oi0i { flex: none; gap: 12px; justify-content: center; order: 0; width: 60%; } .framer-0WUpS .framer-1gevw40-container { height: 38px; order: 0; width: 45%; } .framer-0WUpS.framer-192ebzr { left: 50%; top: 49%; transform: translate(-50%, -50%); width: 95%; } .framer-0WUpS .framer-jk7rqu-container { max-width: 100%; order: 0; width: 100%; } .framer-0WUpS .framer-1e1aag3-container { height: 38px; order: 1; width: 45%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-0WUpS .framer-1ijib51, .framer-0WUpS .framer-ryq8mq, .framer-0WUpS .framer-1w7oi0i { gap: 0px; } .framer-0WUpS .framer-1ijib51 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-0WUpS .framer-1ijib51 > :first-child { margin-top: 0px; } .framer-0WUpS .framer-1ijib51 > :last-child { margin-bottom: 0px; } .framer-0WUpS .framer-ryq8mq > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-0WUpS .framer-ryq8mq > :first-child, .framer-0WUpS .framer-1w7oi0i > :first-child { margin-left: 0px; } .framer-0WUpS .framer-ryq8mq > :last-child, .framer-0WUpS .framer-1w7oi0i > :last-child { margin-right: 0px; } .framer-0WUpS .framer-1w7oi0i > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } }}\",\"@media (min-width: 768px) and (max-width: 809px) { .framer-0WUpS.framer-1kiplpe { width: 768px; } .framer-0WUpS.framer-sn6pg1 { bottom: 180px; top: unset; width: 95%; } .framer-0WUpS .framer-8digvn-container { order: 0; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"HWsKfNDHm\":{\"layout\":[\"fixed\",\"auto\"]},\"O34PM8zG2\":{\"layout\":[\"fixed\",\"auto\"]},\"bsmOVDuDv\":{\"layout\":[\"fixed\",\"fixed\"]},\"Pwy7ykFFf\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerykhFXicah=withCSS(Component,css,\"framer-0WUpS\");export default FramerykhFXicah;FramerykhFXicah.displayName=\"Page\";FramerykhFXicah.defaultProps={height:800,width:1200};addFonts(FramerykhFXicah,[{explicitInter:true,fonts:[{family:\"Helvetica Neue LT Pro 53 Extended\",source:\"custom\",url:\"https://framerusercontent.com/assets/XQX2iN4DUsILe7Od8BNc55NNA0.woff2\"}]},...StopScrollFonts,...UnicornStudioEmbedFonts,...ButtonsButtonFonts,...AboutPopupFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerykhFXicah\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"800\",\"framerContractVersion\":\"1\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HWsKfNDHm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"O34PM8zG2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bsmOVDuDv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Pwy7ykFFf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["UnicornStudioEmbed", "props", "elementRef", "pe", "sceneRef", "scriptId", "ue", "isEditingOrPreviewing", "RenderTarget", "initializeScript", "callback", "script", "initializeUnicornStudio", "dataScript", "e", "query", "projectId", "production", "cacheBuster", "window", "existingScene", "scene", "scenes", "ourScene", "u", "p", "addPropertyControls", "ControlType", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "RichText2", "u", "css", "FramerLrercBhZR", "withCSS", "LrercBhZR_default", "addPropertyControls", "ControlType", "addFonts", "createStore", "state1", "dataStore", "Data", "setDataStore", "newState", "storeState", "storeSetters", "setStoreState", "setter", "useStore", "state", "setState", "ye", "ue", "useObserveData", "centerContent", "defaultContainerStyles", "centerContent", "useStore", "createStore", "withHover", "Component", "props", "p", "StopScrollFonts", "getFonts", "Component", "UnicornStudioEmbedFonts", "UnicornStudioEmbed", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "ButtonsButtonFonts", "beL7nB9Cx_default", "AboutPopupFonts", "LrercBhZR_default", "MotionDivWithOptimizedAppearEffect", "motion", "MotionDivWithHover1kiplpe", "withCodeBoundaryForOverrides", "withHover", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "animation4", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transformTemplate2", "animation5", "animation6", "transformTemplate3", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "T8P0kg7vO3bnx0g", "overlay", "loadMore", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Container", "PropertyOverrides2", "SVG", "x", "l", "AnimatePresence", "Ga", "overlay1", "overlay2", "css", "FramerykhFXicah", "withCSS", "ykhFXicah_default", "addFonts", "__FramerMetadata__"]
}
