{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/iuJ8qY16AwYPDF8ySWdD/klrHpRvA2kPbOltIa6En/ConditionalFixed.js", "ssg:https://framerusercontent.com/modules/9scFw58bt29VtVfuOQbL/RVg6bp95np2vrBGslDED/WZlRk_B_Y.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect}from\"react\";let stylesInjected=false;const injectGlobalStyles=()=>{if(!stylesInjected){const style=document.createElement(\"style\");style.innerHTML=`\n            .no-scrollbar {\n                overflow-y: hidden;\n            }\n        `;document.head.appendChild(style);stylesInjected=true;}};export const withConditionalFixedPosition=props=>{useEffect(()=>{injectGlobalStyles();const updatePosition=()=>{const element=document.querySelector(`[data-framer-name=\"${props.name}\"]`);if(element){const elementHeight=element.offsetHeight;let minHeight,styleUpdates;if(window.innerWidth<720){minHeight=window.innerHeight-320;styleUpdates={top:\"320px\",left:\"0px\",right:\"0px\",bottom:\"0px\"};}else if(window.innerWidth<1056){minHeight=window.innerHeight-280;styleUpdates={top:\"280px\",left:\"224px\",right:\"0px\",bottom:\"0px\"};}else{minHeight=window.innerHeight-240;styleUpdates={top:\"280px\",left:\"240px\",right:\"0px\",bottom:\"0px\"};}if(elementHeight<minHeight){Object.assign(element.style,{position:\"fixed\",...styleUpdates});document.body.classList.add(\"no-scrollbar\");}else{Object.assign(element.style,{position:\"\",top:\"\",left:\"\",right:\"\",bottom:\"\"});document.body.classList.remove(\"no-scrollbar\");}}};updatePosition();window.addEventListener(\"resize\",updatePosition);return()=>{window.removeEventListener(\"resize\",updatePosition);document.body.classList.remove(\"no-scrollbar\");};},[props.name]);return{...props};};import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withwithConditionalFixedPosition(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...withConditionalFixedPosition(props)});};}withwithConditionalFixedPosition.displayName=\"withConditionalFixedPosition\";\nexport const __FramerMetadata__ = {\"exports\":{\"withConditionalFixedPosition\":{\"type\":\"override\",\"name\":\"withConditionalFixedPosition\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withwithConditionalFixedPosition\":{\"type\":\"reactHoc\",\"name\":\"withwithConditionalFixedPosition\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ConditionalFixed.map", "// Generated by Framer (af3ebb8)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Pattern from\"https://framerusercontent.com/modules/2rGdY3xNPdGAC1LGc2Ew/gQcpGdBaDKqalAQX5HN3/Pattern.js\";import{b4_v1 as B4_v1}from\"#framer/local/codeFile/s6Lggux/B4_mod_v1.js\";import{withwithConditionalFixedPosition}from\"#framer/local/codeFile/gH4KsFD/ConditionalFixed.js\";import{withAuth}from\"#framer/local/codeFile/Z4G6AAE/FramerAuth.js\";import*as sharedStyle1 from\"#framer/local/css/xZndidUCt/xZndidUCt.js\";import*as sharedStyle from\"#framer/local/css/YAP816Y5n/YAP816Y5n.js\";import metadataProvider from\"#framer/local/webPageMetadata/WZlRk_B_Y/WZlRk_B_Y.js\";const PatternFonts=getFonts(Pattern);const MotionDivWithAuth7ja41i=withCodeBoundaryForOverrides(motion.div,{nodeId:\"cAjm06Upr\",override:withAuth,scopeId:\"WZlRk_B_Y\"});const B4_v1Fonts=getFonts(B4_v1);const MotionDivWithwithConditionalFixedPosition10qhbeu=withCodeBoundaryForOverrides(motion.div,{nodeId:\"GePZ__mVf\",override:withwithConditionalFixedPosition,scopeId:\"WZlRk_B_Y\"});const breakpoints={rDoS2Ttap:\"(max-width: 719px)\",uOGiPQY__:\"(min-width: 1056px)\",zKMIzGr5q:\"(min-width: 720px) and (max-width: 1055px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-JeTFJ\";const variantClassNames={rDoS2Ttap:\"framer-v-1isc16y\",uOGiPQY__:\"framer-v-1wk9f86\",zKMIzGr5q:\"framer-v-1swxyjx\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"uOGiPQY__\",Phone:\"rDoS2Ttap\",Tablet:\"zKMIzGr5q\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"uOGiPQY__\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"uOGiPQY__\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-99ee8704-2e69-45a7-acb3-0c287d7bd36b, rgb(253, 253, 254)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1wk9f86\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(MotionDivWithAuth7ja41i,{className:\"framer-7ja41i\",\"data-framer-name\":\"AuthBlock\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1l2z5ji\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1euew4g\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(270deg, rgb(0, 0, 8) 0%, rgb(9, 9, 20) 100%)\"},children:\"Contact\"})})}),className:\"framer-cwot11\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xclsxb-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"FEdjzMZuf\",rendersWithMotion:true,scopeId:\"WZlRk_B_Y\",children:/*#__PURE__*/_jsx(Pattern,{back:\"rgba(255, 255, 255, 0)\",diagonal:true,direction:\"left\",duration:5,front:\"var(--token-da947464-1c67-4f21-8500-f9a3bacfe52a, rgb(241, 241, 242))\",height:\"100%\",id:\"FEdjzMZuf\",layoutId:\"FEdjzMZuf\",patternType:\"polka\",radius:0,scale:4,shouldAnimate:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(MotionDivWithwithConditionalFixedPosition10qhbeu,{className:\"framer-10qhbeu\",\"data-border\":true,\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tf5zpw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Found an annoying bug? Really want to have that *one* special feature added? Your neighbour is playing loud music at night?\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",children:\"Shoot us an email!\"})]}),className:\"framer-172zkcs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ubnqbx-container\",isAuthoredByUser:true,nodeId:\"IFKkWJFD8\",rendersWithMotion:true,scopeId:\"WZlRk_B_Y\",children:/*#__PURE__*/_jsx(B4_v1,{border:{colorA:\"rgb(204, 204, 206)\",colorH:\"rgb(204, 204, 206)\",colorP:\"rgb(204, 204, 206)\",thickness:1},borderRadius:{A:16,H:6,P:6},clipboard:\"rolans@teyah.design\",fill:{A:\"rgb(237, 237, 239)\",H:\"rgb(231, 231, 233)\",P:\"rgb(226, 226, 228)\"},height:\"100%\",id:\"IFKkWJFD8\",layout:{alignment:\"center\",offsetH:8,offsetP:8,offsetT:\"None\",paddingLeftA:8,paddingLeftH:8,paddingLeftP:8,paddingRightA:8,paddingRightH:8,paddingRightP:8},layoutId:\"IFKkWJFD8\",scale:{A:1,H:1,P:.9},style:{height:\"100%\",width:\"100%\"},text:{colorA:\"rgb(34, 34, 34)\",colorH:\"rgb(17, 17, 17)\",colorP:\"rgb(0, 0, 0)\",font:{fontFamily:'\"Source Sans 3\", \"Source Sans 3 Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:400},label1:\"Copy email\",label2:\"Copied!\",offset:0,size:16},transitions:{A:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},H:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},P:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},width:\"100%\"})})})]})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-JeTFJ.framer-b91qlu, .framer-JeTFJ .framer-b91qlu { display: block; }\",\".framer-JeTFJ.framer-1wk9f86 { align-content: center; align-items: center; background-color: var(--token-99ee8704-2e69-45a7-acb3-0c287d7bd36b, #fdfdfe); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 480px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1056px; }\",\".framer-JeTFJ .framer-7ja41i { background-color: var(--token-99ee8704-2e69-45a7-acb3-0c287d7bd36b, #fdfdfe); bottom: 0px; box-shadow: -16px 0px 64px 0px rgba(0, 0, 0, 0.1); flex: none; left: 240px; overflow: hidden; position: fixed; right: 0px; top: 0px; z-index: 0; }\",\".framer-JeTFJ .framer-1l2z5ji { align-content: center; align-items: center; background-color: var(--token-99ee8704-2e69-45a7-acb3-0c287d7bd36b, #fdfdfe); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 280px; justify-content: flex-end; left: 0px; overflow: hidden; padding: 32px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-JeTFJ .framer-1euew4g { 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-end; max-width: 1008px; min-width: 448px; overflow: hidden; padding: 0px; pointer-events: none; position: relative; width: 100%; z-index: 2; }\",\".framer-JeTFJ .framer-cwot11 { --framer-paragraph-spacing: 15px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-JeTFJ .framer-xclsxb-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-JeTFJ .framer-10qhbeu { --border-bottom-width: 0px; --border-color: #cccccc; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-99ee8704-2e69-45a7-acb3-0c287d7bd36b, #fdfdfe); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 32px; position: relative; width: 100%; z-index: 1; }\",\".framer-JeTFJ .framer-1tf5zpw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1008px; min-width: 448px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-JeTFJ .framer-172zkcs { --framer-paragraph-spacing: 15px; flex: none; height: auto; max-width: 480px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-JeTFJ .framer-ubnqbx-container { flex: none; height: 44px; position: relative; width: 128px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-JeTFJ.framer-1wk9f86, .framer-JeTFJ .framer-1l2z5ji, .framer-JeTFJ .framer-1euew4g, .framer-JeTFJ .framer-10qhbeu, .framer-JeTFJ .framer-1tf5zpw { gap: 0px; } .framer-JeTFJ.framer-1wk9f86 > *, .framer-JeTFJ .framer-1l2z5ji > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-JeTFJ.framer-1wk9f86 > :first-child, .framer-JeTFJ .framer-1l2z5ji > :first-child, .framer-JeTFJ .framer-1euew4g > :first-child, .framer-JeTFJ .framer-10qhbeu > :first-child, .framer-JeTFJ .framer-1tf5zpw > :first-child { margin-top: 0px; } .framer-JeTFJ.framer-1wk9f86 > :last-child, .framer-JeTFJ .framer-1l2z5ji > :last-child, .framer-JeTFJ .framer-1euew4g > :last-child, .framer-JeTFJ .framer-10qhbeu > :last-child, .framer-JeTFJ .framer-1tf5zpw > :last-child { margin-bottom: 0px; } .framer-JeTFJ .framer-1euew4g > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-JeTFJ .framer-10qhbeu > *, .framer-JeTFJ .framer-1tf5zpw > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-JeTFJ[data-border=\"true\"]::after, .framer-JeTFJ [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 720px) and (max-width: 1055px) { .framer-JeTFJ.framer-1wk9f86 { width: 720px; } .framer-JeTFJ .framer-7ja41i { left: 224px; } .framer-JeTFJ .framer-1l2z5ji { padding: 24px; } .framer-JeTFJ .framer-1tf5zpw { max-width: 744px; }}\",\"@media (max-width: 719px) { .framer-JeTFJ.framer-1wk9f86 { width: 360px; } .framer-JeTFJ .framer-7ja41i { left: 0px; } .framer-JeTFJ .framer-1l2z5ji { height: 320px; padding: 24px; } .framer-JeTFJ .framer-1euew4g, .framer-JeTFJ .framer-1tf5zpw { min-width: 312px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1000\n * @framerIntrinsicWidth 1056\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"zKMIzGr5q\":{\"layout\":[\"fixed\",\"fixed\"]},\"rDoS2Ttap\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerWZlRk_B_Y=withCSS(Component,css,\"framer-JeTFJ\");export default FramerWZlRk_B_Y;FramerWZlRk_B_Y.displayName=\"Blob\";FramerWZlRk_B_Y.defaultProps={height:1e3,width:1056};addFonts(FramerWZlRk_B_Y,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Source Sans 3\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Ky461EI_io6npfB.woff2\",weight:\"400\"}]},...PatternFonts,...B4_v1Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWZlRk_B_Y\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1056\",\"framerIntrinsicHeight\":\"1000\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zKMIzGr5q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rDoS2Ttap\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["stylesInjected", "injectGlobalStyles", "style", "withConditionalFixedPosition", "props", "ue", "updatePosition", "element", "elementHeight", "minHeight", "styleUpdates", "window", "withwithConditionalFixedPosition", "C", "re", "DataObserverContext", "p", "PatternFonts", "getFonts", "Pattern", "MotionDivWithAuth7ja41i", "withCodeBoundaryForOverrides", "motion", "withAuth", "B4_v1Fonts", "b4_v1", "MotionDivWithwithConditionalFixedPosition10qhbeu", "withwithConditionalFixedPosition", "breakpoints", "serializationHash", "variantClassNames", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "MotionDivWithAuth7ja41i", "RichText2", "x", "ComponentViewportProvider", "Container", "Pattern", "MotionDivWithwithConditionalFixedPosition10qhbeu", "b4_v1", "css", "FramerWZlRk_B_Y", "withCSS", "WZlRk_B_Y_default", "addFonts", "PatternFonts", "B4_v1Fonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
