{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/oWVHHLIj4Q7woeIlKzbt/Jo2d4bKbCdbbg0oiZ0LB/Input.js", "ssg:https://framerusercontent.com/modules/cx1iyPf00jOFBaBEe8wN/mj6js4zzAFuKHhLDuPk7/sJXPpwmYP.js", "ssg:https://framerusercontent.com/modules/oXYY7LAiqO6Nq1rnaXJ9/Q43EmvUss1otjWBNMtpY/Ai0zXlcSc.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useCallback,useState}from\"react\";import{addPropertyControls,ControlType,withCSS,useRouter,inferInitialRouteFromPath}from\"framer\";import{motion,useAnimationControls}from\"framer-motion\";const emailRegex=/^(([^<>()[\\]\\\\.,;:\\s@\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/;const mailchimpRegex=/^https?:\\/\\/([^\\/]+)[^\\?]+\\??(.+)$/;const validateEmail=email=>{return emailRegex.test(String(email).toLowerCase());};const parseMailChimpUrl=url=>{var _url_replace_match;const[,domain,parameters]=(_url_replace_match=url.replace(\"&amp;\",\"&\").match(mailchimpRegex))!==null&&_url_replace_match!==void 0?_url_replace_match:[null,null,null];return[domain,parameters?new URLSearchParams(parameters):null];};function safeURL(url){console.log(url);try{new URL(url);return url;}catch{try{new URL(`https://${url}`);return`https://${url}`;}catch{}}return undefined;}function isInternalURL(href){if(href===undefined)return false;if(href.startsWith(\"#\")||href.startsWith(\"/\")||href.startsWith(\".\"))return true;return false;}/**\n * Increment the number whenever shipping a new version to customers.\n * This will ensure that multiple versions of this component can exist\n * in the same project without css rules overlapping. Only use valid css class characters.\n */const VERSION=\"v1\";/**\n * INPUT\n * By Benjamin den Boer\n *\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 300\n * @framerIntrinsicHeight 40\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any\n */const Input=withCSS(function Input({service,redirectAs,mailchimpURL,loopsID,loopsUserGroup,formsparkID,getwaitlistAPI,convertkitAPI,convertkitFormID,input,button,font,layout,link,gap,style,onSubmit}){const[email,setEmail]=useState(\"\");const[isError,setError]=useState(false);const[isLoading,setLoading]=useState(false);const[isFocus,setFocus]=useState(false);// Padding\nconst{paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,padding,borderRadius,borderObject,focusObject,shadowObject,height,fixedHeight}=input;const{buttonPaddingPerSide,buttonPaddingTop,buttonPaddingRight,buttonPaddingBottom,buttonPaddingLeft,buttonPadding}=button;const paddingValue=paddingPerSide?`${paddingTop}px ${button.isDocked?paddingRight+button.widthWhenDocked:paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px ${button.isDocked?padding+button.widthWhenDocked:padding}px ${padding}px ${padding}px`;const buttonPaddingValue=buttonPaddingPerSide?`${button.isDocked?0:buttonPaddingTop}px ${buttonPaddingRight}px ${button.isDocked?0:buttonPaddingBottom}px ${buttonPaddingLeft}px`:`${button.isDocked?0:buttonPadding}px ${buttonPadding}px ${button.isDocked?0:buttonPadding}px ${buttonPadding}px`;const router=useRouter();const onSuccess=()=>{/* Reset */setLoading(false);setFocus(false);setEmail(\"\");if(redirectAs===\"link\"&&link&&!isError){const[path,hash]=link.split(\"#\");const{routeId,pathVariables}=inferInitialRouteFromPath(router.routes,path);if(routeId){router.navigate(routeId,hash,pathVariables);}if(!isInternalURL(link)){const url=safeURL(link);if(url)window.open(url,\"_blank\");}}};const validateForm=useCallback(email=>{if(email===\"\"||!validateEmail(email)){setError(true);formControls.start(\"error\");return false;}return true;},[validateEmail]);const handleChange=useCallback(event=>{setError(false);setEmail(event.target.value);},[]);const handleFocus=useCallback(event=>{setFocus(true);},[]);const handleBlur=useCallback(event=>{setFocus(false);setError(false);},[]);const handleSubmit=useCallback(event=>{event.preventDefault();// Prevent submitting while submitting\nif(isLoading)return;setLoading(true);if(service===\"mailchimp\"){const[domain,parameters]=parseMailChimpUrl(mailchimpURL);if(!validateForm(email)||!domain||!parameters){setLoading(false);return;}// MERGE0 is Mailchimp\u2019s email field name\nparameters.set(\"MERGE0\",email);fetch(`https://${domain}/subscribe/post`,{method:\"POST\",mode:\"no-cors\",headers:{\"Content-Type\":\"application/x-www-form-urlencoded;charset=UTF-8\"},body:parameters.toString()}).then(response=>{onSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"loops\"){if(!validateForm(email)){setLoading(false);return;}const emailBody=`email=${encodeURIComponent(email)}`;const userGroupBody=`userGroup=${encodeURIComponent(loopsUserGroup)}`;const hasUserGroup=!!loopsUserGroup&&loopsUserGroup!==\" \";const formBody=hasUserGroup?emailBody+\"&\"+userGroupBody:emailBody;fetch(`https://app.loops.so/api/newsletter-form/${loopsID}`,{method:\"POST\",mode:\"no-cors\",headers:{\"Content-Type\":\"application/x-www-form-urlencoded\"},body:formBody}).then(()=>{onSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"formspark\"){if(!validateForm(email)){setLoading(false);return;}const data=new FormData(event.target);const entries=Object.fromEntries(data.entries());fetch(`https://api.formspark.io/${formsparkID}`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(entries)}).then(()=>{onSuccess();onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"getwaitlist\"){if(!validateForm(email)){setLoading(false);return;}const formData=new FormData(event.target);const data=Object.fromEntries(formData.entries());data.referral_link=document.URL;fetch(`https://api.getwaitlist.com/api/v1\n/waiter/`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(data)}).then(()=>{onSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}if(service===\"convertkit\"){if(!validateForm(email)){setLoading(false);return;}const formData=new FormData(event.target);const data=Object.fromEntries(formData.entries());data.referral_link=document.URL;data.api_key=convertkitAPI;fetch(`https://api.convertkit.com/v3/forms/${convertkitFormID}/subscribe`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(data)}).then(()=>{onSuccess();if(redirectAs===\"overlay\")onSubmit===null||onSubmit===void 0?void 0:onSubmit();}).catch(error=>{console.error(error);setLoading(false);setError(true);formControls.start(\"error\");});}},[mailchimpURL,formsparkID,convertkitFormID,email,onSubmit,validateForm,isLoading]);// Animation\nconst formControls=useAnimationControls();// Input Box Shadow Stylees\nconst focusStylesFrom=input.focusObject?`inset 0 0 0 ${focusObject.focusWidthFrom}px ${focusObject.focusColor}`:null;const focusStylesTo=input.focusObject?`inset 0 0 0 ${focusObject.focusWidthTo}px ${focusObject.focusColor}`:null;const shadowStyles=input.shadowObject?`${shadowObject.shadowX}px ${shadowObject.shadowY}px ${shadowObject.shadowBlur}px ${shadowObject.shadowColor}`:null;const borderStyles=input.borderObject?`inset 0 0 0 ${borderObject.borderWidth}px ${borderObject.borderColor}`:null;// Shake or wiggle as error\nconst formVariants={default:{x:0},error:{x:[0,-4,4,0],transition:{duration:.2}}};const inputVariants={default:{boxShadow:dynamicBoxShadow(focusStylesFrom,shadowStyles,borderStyles)},focused:{boxShadow:dynamicBoxShadow(focusStylesTo,shadowStyles,borderStyles)}};return /*#__PURE__*/_jsx(motion.div,{style:{...style,...containerStyles,\"--framer-custom-placeholder-color\":input.placeholderColor},variants:formVariants,animate:formControls,children:/*#__PURE__*/_jsxs(\"form\",{style:{width:\"100%\",height:\"auto\",display:\"flex\",position:\"relative\",flexDirection:layout===\"vertical\"?\"column\":\"row\",color:button.color,gap:button.isDocked?0:gap},onSubmit:handleSubmit,method:\"POST\",children:[service===\"getwaitlist\"&&/*#__PURE__*/_jsx(\"input\",{type:\"hidden\",name:\"api_key\",value:getwaitlistAPI}),service===\"convertkit\"&&/*#__PURE__*/_jsx(\"input\",{type:\"hidden\",name:\"api_key\",value:convertkitAPI}),/*#__PURE__*/_jsx(motion.input,{type:\"email\",name:\"email\",placeholder:input.placeholder,value:email,className:`${VERSION} framer-custom-input`,onChange:handleChange,onFocus:handleFocus,onBlur:handleBlur,autoComplete:\"off\",autoCapitalize:\"off\",autoCorrect:\"off\",spellCheck:\"false\",style:{...defaultStyle,padding:paddingValue,borderRadius,fontSize:16,...font,background:input.fill,height:height?\"auto\":fixedHeight,color:input.color,boxShadow:dynamicBoxShadow(focusStylesFrom,shadowStyles,borderStyles)},variants:inputVariants,initial:false,animate:isFocus?\"focused\":\"default\",transition:{duration:.3},\"data-1p-ignore\":true}),!button.shouldAppear&&isLoading&&/*#__PURE__*/_jsx(Spinner,{shouldAppear:button.shouldAppear,paddingPerSide:paddingPerSide,paddingTop:paddingTop,paddingRight:paddingRight,padding:padding,color:input.color}),button.shouldAppear&&/*#__PURE__*/_jsxs(\"div\",{style:{position:button.isDocked?\"absolute\":\"relative\",top:button.isDocked?button.insetWhenDocked:0,right:button.isDocked?button.insetWhenDocked:0,bottom:button.isDocked?button.insetWhenDocked:0},children:[/*#__PURE__*/_jsx(motion.input,{type:\"submit\",value:button.label,style:{...defaultStyle,width:button.isDocked?button.widthWhenDocked:\"100%\",height:height?\"100%\":fixedHeight,cursor:\"pointer\",padding:buttonPaddingValue,borderRadius:button.isDocked?borderRadius-button.insetWhenDocked:borderRadius,// fontWeight: button.fontWeight,\nfontSize:16,...button.buttonFont,background:button.fill,color:button.color,zIndex:1,boxShadow:getButtonShadow(button)}}),isLoading&&/*#__PURE__*/_jsx(\"div\",{style:{borderRadius:button.isDocked?borderRadius-button.insetWhenDocked:borderRadius,position:\"absolute\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",width:\"100%\",height:\"100%\",inset:0,zIndex:2,color:button.color,background:button.fill},children:/*#__PURE__*/_jsx(Spinner,{color:button.color})})]})]})});},[`.${VERSION}.framer-custom-input::placeholder { color: var(--framer-custom-placeholder-color) !important; }`]);const Spinner=props=>{const noButtonStyles=!props.shouldAppear?{position:\"absolute\",top:`calc(50% - 8px)`,right:props.paddingPerSide?props.paddingRight:props.padding}:{};return /*#__PURE__*/_jsx(motion.div,{style:{height:16,width:16,...noButtonStyles},initial:{rotate:0},animate:{rotate:360},transition:{duration:1,repeat:Infinity},children:/*#__PURE__*/_jsx(motion.div,{initial:{scale:0},animate:{scale:1},children:/*#__PURE__*/_jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"16\",height:\"16\",style:{fill:\"currentColor\",color:props.color},children:[/*#__PURE__*/_jsx(\"path\",{d:\"M 8 0 C 3.582 0 0 3.582 0 8 C 0 12.419 3.582 16 8 16 C 12.418 16 16 12.419 16 8 C 15.999 3.582 12.418 0 8 0 Z M 8 14 C 4.687 14 2 11.314 2 8 C 2 4.687 4.687 2 8 2 C 11.314 2 14 4.687 14 8 C 14 11.314 11.314 14 8 14 Z\",fill:\"currentColor\",opacity:\"0.2\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M 8 0 C 12.418 0 15.999 3.582 16 8 C 16 8 16 9 15 9 C 14 9 14 8 14 8 C 14 4.687 11.314 2 8 2 C 4.687 2 2 4.687 2 8 C 2 8 2 9 1 9 C 0 9 0 8 0 8 C 0 3.582 3.582 0 8 0 Z\",fill:\"currentColor\"})]})})});};addPropertyControls(Input,{service:{title:\"Service\",type:ControlType.Enum,options:[\"loops\",\"formspark\",\"mailchimp\",\"getwaitlist\",\"convertkit\"],optionTitles:[\"Loops\",\"FormSpark\",\"MailChimp\",\"Get Waitlist\",\"ConvertKit\"],defaultValue:\"loops\"},mailchimpURL:{title:\"URL\",placeholder:\"https://***.us6.list-manage.com/subscribe/post?u=***\",type:ControlType.String,hidden:props=>props.service!==\"mailchimp\"},loopsID:{title:\"ID\",placeholder:\"klm2jxy0i98abzr01pq7defg5\",type:ControlType.String,hidden:props=>props.service!==\"loops\"},loopsUserGroup:{title:\"User Group\",type:ControlType.String,placeholder:\"Title\",optional:true,hidden:props=>props.service!==\"loops\"},formsparkID:{title:\"ID\",placeholder:\"7PbPpGN3\",type:ControlType.String,hidden:props=>props.service!==\"formspark\"},getwaitlistAPI:{title:\"ID\",placeholder:\"9148\",type:ControlType.String,hidden:props=>props.service!==\"getwaitlist\"},convertkitAPI:{title:\"API Key\",placeholder:\"5opis1WK6xnVsBwrOINUpe\",type:ControlType.String,hidden:props=>props.service!==\"convertkit\"},convertkitFormID:{title:\"Form ID\",placeholder:\"1043389\",type:ControlType.String,hidden:props=>props.service!==\"convertkit\"},redirectAs:{title:\"Success\",type:ControlType.Enum,options:[\"link\",\"overlay\"],optionTitles:[\"Open Link\",\"Show Overlay\"],defaultValue:\"link\"},link:{title:\"Redirect\",type:ControlType.Link,hidden:props=>props.redirectAs===\"overlay\"},onSubmit:{title:\"Submit\",type:ControlType.EventHandler,hidden:props=>props.redirectAs===\"link\"},layout:{title:\"Layout\",type:ControlType.Enum,options:[\"horizontal\",\"vertical\"],displaySegmentedControl:true,hidden:props=>props.button.isDocked},font:{type:ControlType.Font,title:\"Font\",controls:\"extended\"},input:{title:\"Input\",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"name@email.com\"},placeholderColor:{title:\" \",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.3)\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EBEBEB\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#000\"},height:{title:\"Height\",type:ControlType.Boolean,enabledTitle:\"Auto\",disabledTitle:\"Fixed\"},fixedHeight:{title:\" \",type:ControlType.Number,displayStepper:true,min:0,defaultValue:50,hidden:props=>props.height},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:15,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},focusObject:{type:ControlType.Object,title:\"Focus\",optional:true,controls:{focusWidthFrom:{title:\"From\",type:ControlType.Number,displayStepper:true,defaultValue:0},focusWidthTo:{title:\"To\",type:ControlType.Number,displayStepper:true,defaultValue:2},focusColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"#09F\"}}},borderObject:{type:ControlType.Object,title:\"Border\",optional:true,controls:{borderWidth:{title:\"Width\",type:ControlType.Number,displayStepper:true,defaultValue:1},borderColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(200,200,200,0.5)\"}}},shadowObject:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"Shadow X\",type:ControlType.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Shadow Y\",type:ControlType.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Shadow B\",type:ControlType.Number,min:0,max:100,defaultValue:4}}}}},button:{title:\"Button\",type:ControlType.Object,controls:{shouldAppear:{title:\"Show\",type:ControlType.Boolean,defaultValue:true},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Subscribe\"},buttonFont:{type:ControlType.Font,title:\"Font\",controls:\"extended\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#333\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#FFF\"},isDocked:{title:\"Docked\",type:ControlType.Boolean,defaultValue:false},widthWhenDocked:{title:\"Width\",type:ControlType.Number,min:0,defaultValue:100,displayStepper:true,hidden:props=>!props.isDocked},insetWhenDocked:{title:\"Inset\",type:ControlType.Number,min:0,defaultValue:5,displayStepper:true,hidden:props=>!props.isDocked},buttonPadding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"buttonPaddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:15,valueKeys:[\"buttonPaddingTop\",\"buttonPaddingRight\",\"buttonPaddingBottom\",\"buttonPaddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},buttonShadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"Shadow X\",type:ControlType.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Shadow Y\",type:ControlType.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Shadow B\",type:ControlType.Number,min:0,max:100,defaultValue:4}}}}},gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:10,hidden:props=>props.button.isDocked}});const defaultStyle={WebkitAppearance:\"none\",appearance:\"none\",width:\"100%\",height:\"auto\",outline:\"none\",border:\"none\"};const containerStyles={position:\"relative\",width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};function getButtonShadow(button){if(button.buttonShadow){return`${button.buttonShadow.shadowX}px ${button.buttonShadow.shadowY}px ${button.buttonShadow.shadowBlur}px ${button.buttonShadow.shadowColor}`;}else return\"none\";}function dynamicBoxShadow(...shadows){const output=[];shadows.forEach(shadow=>shadow&&output.push(shadow));return output.join(\", \");}export default Input;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Input\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"300\",\"framerSupportedLayoutHeight\":\"any\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Input.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Inter Regular\",\"CUSTOM;Inter Medium\",\"CUSTOM;Inter Medium Italic\",\"CUSTOM;Inter Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/I3vvuIUcGf5qCtzlC6dFVOEtcQ.woff2\"},{family:\"Inter Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/ApCBb3GVWcHF7zo7LgD22hXocgo.woff2\"},{family:\"Inter Medium Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/aguECCdqrzklw0uW2SWADvlcI.woff2\"},{family:\"Inter Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/1JbOkuUhXKxkqtEfehWricQJaJQ.woff2\"}]}];export const css=['.framer-U6oyG .framer-styles-preset-1dtlomj:not(.rich-text-wrapper), .framer-U6oyG .framer-styles-preset-1dtlomj.rich-text-wrapper p { --framer-font-family: \"Inter Regular\", \"Inter Regular Placeholder\", sans-serif; --framer-font-family-bold: \"Inter Medium\", \"Inter Medium Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter Medium Italic\", \"Inter Medium Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Inter Italic\", \"Inter Italic Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.025em; --framer-line-height: 145%; --framer-paragraph-spacing: 32px; --framer-text-alignment: start; --framer-text-color: var(--token-dc14c2f5-5813-4d2f-9f7e-6a235de817c1, rgba(0, 0, 0, 0.66)); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-U6oyG\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (24d49ac)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,optimizeAppear,PathVariablesContext,PropertyOverrides,RichText,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Input from\"https://framerusercontent.com/modules/oWVHHLIj4Q7woeIlKzbt/Jo2d4bKbCdbbg0oiZ0LB/Input.js\";import SectionFooter from\"#framer/local/canvasComponent/E9uJT48e8/E9uJT48e8.js\";import ComponentDivider from\"#framer/local/canvasComponent/FSgEsyjdO/FSgEsyjdO.js\";import ComponentRemixButton from\"#framer/local/canvasComponent/G4pVuSzJo/G4pVuSzJo.js\";import SectionNavbar from\"#framer/local/canvasComponent/v6gxunbDC/v6gxunbDC.js\";import ComponentColourChange from\"#framer/local/canvasComponent/YiBnw9609/YiBnw9609.js\";import Writing from\"#framer/local/collection/vNmb33Iwl/vNmb33Iwl.js\";import*as sharedStyle2 from\"#framer/local/css/czsUloFWg/czsUloFWg.js\";import*as sharedStyle from\"#framer/local/css/Hi0Q0s1WP/Hi0Q0s1WP.js\";import*as sharedStyle8 from\"#framer/local/css/hn4fm3Bgo/hn4fm3Bgo.js\";import*as sharedStyle4 from\"#framer/local/css/hPQs1xY4J/hPQs1xY4J.js\";import*as sharedStyle10 from\"#framer/local/css/lpiZl_FMU/lpiZl_FMU.js\";import*as sharedStyle6 from\"#framer/local/css/rjFWX9qGy/rjFWX9qGy.js\";import*as sharedStyle1 from\"#framer/local/css/rncFq5P_8/rncFq5P_8.js\";import*as sharedStyle11 from\"#framer/local/css/sJXPpwmYP/sJXPpwmYP.js\";import*as sharedStyle9 from\"#framer/local/css/TEgDFMRVa/TEgDFMRVa.js\";import*as sharedStyle5 from\"#framer/local/css/vk4dzFtJx/vk4dzFtJx.js\";import*as sharedStyle3 from\"#framer/local/css/YltRG4NVa/YltRG4NVa.js\";import*as sharedStyle7 from\"#framer/local/css/zoQ8XBidD/zoQ8XBidD.js\";import metadataProvider from\"#framer/local/webPageMetadata/Ai0zXlcSc/Ai0zXlcSc.js\";const SectionNavbarFonts=getFonts(SectionNavbar);const ComponentColourChangeFonts=getFonts(ComponentColourChange);const InputFonts=getFonts(Input);const ComponentDividerFonts=getFonts(ComponentDivider);const SectionFooterFonts=getFonts(SectionFooter);const ComponentRemixButtonFonts=getFonts(ComponentRemixButton);const cycleOrder=[\"WMpad9Xt2\",\"MYNdNy0x_\",\"AbQCug00B\"];const breakpoints={AbQCug00B:\"(max-width: 809px)\",MYNdNy0x_:\"(min-width: 810px) and (max-width: 1199px)\",WMpad9Xt2:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-mKEi9\";const variantClassNames={AbQCug00B:\"framer-v-1vuowh7\",MYNdNy0x_:\"framer-v-7l5v22\",WMpad9Xt2:\"framer-v-184puxm\"};const transition1={delay:.5,duration:1.5,ease:[.32,0,.67,0],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;const dateStyle=options.dateStyle;const timeZone=\"UTC\";try{return date.toLocaleDateString(locale,{dateStyle,timeZone});}catch{return date.toLocaleDateString(fallbackLocale,{dateStyle,timeZone});}};const numberToString=(value,options={},activeLocale)=>{const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;const{useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits}=options;const formatOptions={useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits};const number=Number(value);try{return number.toLocaleString(locale,formatOptions);}catch{try{return number.toLocaleString(fallbackLocale,formatOptions);}catch{return number.toLocaleString();}}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:.72,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:3,skewY:3,transition:transition2};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const negate=value=>{return!value;};const QueryData=({query,children})=>{const data=useQueryData(query);return children(data);};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WMpad9Xt2\",Phone:\"AbQCug00B\",Tablet:\"MYNdNy0x_\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WMpad9Xt2\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{data:Writing,type:\"Collection\"},select:[{name:\"qkDSj2O8K\",type:\"Identifier\"},{name:\"JgTAup8vm\",type:\"Identifier\"},{name:\"GYMrzDGMf\",type:\"Identifier\"},{name:\"DdM6eeDJo\",type:\"Identifier\"},{name:\"qBnc8wehm\",type:\"Identifier\"},{name:\"rt2VO1glX\",type:\"Identifier\"},{name:\"YER2zMgsZ\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables)});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data in \"Writing\" matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,qkDSj2O8K=getFromCurrentRouteData(\"qkDSj2O8K\"),GYMrzDGMf=getFromCurrentRouteData(\"GYMrzDGMf\"),DdM6eeDJo=getFromCurrentRouteData(\"DdM6eeDJo\"),rt2VO1glX=getFromCurrentRouteData(\"rt2VO1glX\"),qBnc8wehm=getFromCurrentRouteData(\"qBnc8wehm\"),YER2zMgsZ=getFromCurrentRouteData(\"YER2zMgsZ\"),JgTAup8vm=getFromCurrentRouteData(\"JgTAup8vm\"),mEnmDZ9JaSv2JECmi6,qkDSj2O8KSv2JECmi6,idSv2JECmi6,mEnmDZ9JaUa5dPVLUx,qkDSj2O8KUa5dPVLUx,idUa5dPVLUx,...restProps}=getProps(props);React.useInsertionEffect(()=>{const metadata1=metadataProvider(currentRouteData,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(`${metadata1.bodyClassName}-framer-mKEi9`);return()=>{document.body.classList.remove(`${metadata1.bodyClassName}-framer-mKEi9`);};}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const textContent=toDateString(DdM6eeDJo,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const textContent1=numberToString(rt2VO1glX,{locale:\"\",notation:\"standard\",style:\"decimal\"},activeLocaleCode);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"AbQCug00B\")return true;return false;};const id=useRouteElementId(\"fU2c4WeCS\");const ref2=React.useRef(null);const visible=negate(equals(JgTAup8vm,1));const visible1=equals(JgTAup8vm,1);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WMpad9Xt2\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-184puxm\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-yqak2a-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AbQCug00B:{variant:\"kwi3ck4At\"},MYNdNy0x_:{variant:\"osiBjMH2S\"}},children:/*#__PURE__*/_jsx(SectionNavbar,{height:\"100%\",id:\"auzzKz25K\",layoutId:\"auzzKz25K\",style:{width:\"100%\"},variant:\"vSbOTj68r\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-16aroae\",\"data-framer-name\":\"Main\",name:\"Main\",children:[/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1fzdtbn\",\"data-framer-name\":\"Section / Header\",name:\"Section / Header\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-14pcir3\",\"data-framer-name\":\"Container + Padding\",name:\"Container + Padding\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AbQCug00B:{\"data-framer-appear-id\":\"drse8m\",animate:optimizeAppear(\"animate\",\"drse8m\",animation,\"1vuowh7\"),initial:optimizeAppear(\"initial\",\"drse8m\",animation1,\"1vuowh7\")},MYNdNy0x_:{\"data-framer-appear-id\":\"1fziu6q\",animate:optimizeAppear(\"animate\",\"1fziu6q\",animation,\"7l5v22\"),initial:optimizeAppear(\"initial\",\"1fziu6q\",animation1,\"7l5v22\")}},children:/*#__PURE__*/_jsx(motion.div,{animate:optimizeAppear(\"animate\",\"1ai3gf5\",animation,\"184puxm\"),className:\"framer-1ai3gf5\",\"data-framer-appear-id\":\"1ai3gf5\",\"data-framer-name\":\"Layout\",initial:optimizeAppear(\"initial\",\"1ai3gf5\",animation1,\"184puxm\"),name:\"Layout\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9d529x\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19mo40p\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-n85squ\",\"data-styles-preset\":\"Hi0Q0s1WP\",children:\"How to run smooth user testing sessions\"})}),className:\"framer-478ig1\",fonts:[\"Inter\"],text:qkDSj2O8K,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-fcm6as\",\"data-styles-preset\":\"rncFq5P_8\",children:\"How to run smooth user testing sessions\"})}),className:\"framer-15adrsr\",fonts:[\"Inter\"],text:GYMrzDGMf,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8sx6ej\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5e3,intrinsicWidth:4e3,pixelHeight:5e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/vayZPXzDlzk3rzlFX4pvuZdqI4.jpg?scale-down-to=512\"},className:\"framer-119oeg5\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-590zxo\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9t3qt1\",\"data-styles-preset\":\"czsUloFWg\",style:{\"--framer-text-color\":\"var(--token-dc14c2f5-5813-4d2f-9f7e-6a235de817c1, rgba(0, 0, 0, 0.66))\"},children:\"Apr 8, 2024\"})}),className:\"framer-19fxuam\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9t3qt1\",\"data-styles-preset\":\"czsUloFWg\",style:{\"--framer-text-color\":\"var(--token-dc14c2f5-5813-4d2f-9f7e-6a235de817c1, rgba(0, 0, 0, 0.66))\"},children:\"\\xb7\"})}),className:\"framer-154t0fc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ycq7aa\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9t3qt1\",\"data-styles-preset\":\"czsUloFWg\",style:{\"--framer-text-color\":\"var(--token-dc14c2f5-5813-4d2f-9f7e-6a235de817c1, rgba(0, 0, 0, 0.66))\"},children:\"5\"})}),className:\"framer-epbrqw\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9t3qt1\",\"data-styles-preset\":\"czsUloFWg\",style:{\"--framer-text-color\":\"var(--token-dc14c2f5-5813-4d2f-9f7e-6a235de817c1, rgba(0, 0, 0, 0.66))\"},children:\" min read\"})}),className:\"framer-aflb47\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AbQCug00B:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3265,intrinsicWidth:4898,pixelHeight:3265,pixelWidth:4898,sizes:\"calc(min(100vw, 1440px) - 80px)\",...toResponsiveImage(qBnc8wehm)}},MYNdNy0x_:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3265,intrinsicWidth:4898,pixelHeight:3265,pixelWidth:4898,sizes:\"calc((min(100vw, 1440px) - 128px) * 0.66)\",...toResponsiveImage(qBnc8wehm)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3265,intrinsicWidth:4898,pixelHeight:3265,pixelWidth:4898,sizes:\"calc((min(100vw, 1440px) - 160px) * 0.66)\",...toResponsiveImage(qBnc8wehm)},className:\"framer-88lvdc\",\"data-border\":true})})]})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-rjm9ny-container\",children:/*#__PURE__*/_jsx(ComponentColourChange,{height:\"100%\",id:\"t5uf7PaU0\",layoutId:\"t5uf7PaU0\",nxLcUwaZG:0,style:{height:\"100%\",width:\"100%\"},variant:\"dwD97otwi\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1bsfi5e\",\"data-framer-name\":\"Section / Article\",name:\"Section / Article\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1173khs\",\"data-framer-name\":\"Container + Padding\",name:\"Container + Padding\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AbQCug00B:{\"data-framer-appear-id\":\"1s2f20c\",animate:optimizeAppear(\"animate\",\"1s2f20c\",animation,\"1vuowh7\"),initial:optimizeAppear(\"initial\",\"1s2f20c\",animation1,\"1vuowh7\")},MYNdNy0x_:{\"data-framer-appear-id\":\"15c91rv\",animate:optimizeAppear(\"animate\",\"15c91rv\",animation,\"7l5v22\"),initial:optimizeAppear(\"initial\",\"15c91rv\",animation1,\"7l5v22\")}},children:/*#__PURE__*/_jsx(motion.div,{animate:optimizeAppear(\"animate\",\"10dubw6\",animation,\"184puxm\"),className:\"framer-10dubw6\",\"data-framer-appear-id\":\"10dubw6\",\"data-framer-name\":\"Layout\",initial:optimizeAppear(\"initial\",\"10dubw6\",animation1,\"184puxm\"),name:\"Layout\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k16bk9\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ar9q2p\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9t3qt1\",\"data-styles-preset\":\"czsUloFWg\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1f7a9ir\",\"data-styles-preset\":\"YltRG4NVa\",children:\"Home\"})})})}),className:\"framer-hnmolh\",fonts:[\"Inter\"],verticalAlignment:\"top\",whileHover:animation2,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9t3qt1\",\"data-styles-preset\":\"czsUloFWg\",children:\"\u2192\"})}),className:\"framer-bt5jdn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9t3qt1\",\"data-styles-preset\":\"czsUloFWg\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":JwUiv4vUn\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1f7a9ir\",\"data-styles-preset\":\"YltRG4NVa\",children:\"Writing\"})})})}),className:\"framer-ffkgvw\",fonts:[\"Inter\"],verticalAlignment:\"top\",whileHover:animation2,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9t3qt1\",\"data-styles-preset\":\"czsUloFWg\",children:\"\u2192\"})}),className:\"framer-1uxdnx0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-9t3qt1\",\"data-styles-preset\":\"czsUloFWg\",style:{\"--framer-text-color\":\"var(--token-f5bbcd0c-3b82-4dbd-94cb-c69bafd7aca8, rgba(0, 0, 0, 0.55))\"},children:\"Home\"})}),className:\"framer-qfxyyb\",fonts:[\"Inter\"],text:qkDSj2O8K,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-f7k4hb hidden-184puxm hidden-7l5v22\"})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:YER2zMgsZ,className:\"framer-slolie\",fonts:[\"Inter\",\"Inter-Bold\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1wbuva2\",code:\"framer-styles-preset-l1mz2q\",h1:\"framer-styles-preset-1c3hdlo\",h2:\"framer-styles-preset-n85squ\",h3:\"framer-styles-preset-1d1ylla\",h4:\"framer-styles-preset-13hr9vk\",h5:\"framer-styles-preset-cbvtcm\",h6:\"framer-styles-preset-1fn3hux\",p:\"framer-styles-preset-fcm6as\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-w081ao\",\"data-framer-name\":\"Section / Subscribe\",name:\"Section / Subscribe\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1643z2x\",\"data-framer-name\":\"Container + Padding\",name:\"Container + Padding\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AbQCug00B:{\"data-framer-appear-id\":\"c7wvgl\",animate:optimizeAppear(\"animate\",\"c7wvgl\",animation,\"1vuowh7\"),initial:optimizeAppear(\"initial\",\"c7wvgl\",animation1,\"1vuowh7\")},MYNdNy0x_:{\"data-framer-appear-id\":\"18ty5ix\",animate:optimizeAppear(\"animate\",\"18ty5ix\",animation,\"7l5v22\"),initial:optimizeAppear(\"initial\",\"18ty5ix\",animation1,\"7l5v22\")}},children:/*#__PURE__*/_jsx(motion.div,{animate:optimizeAppear(\"animate\",\"1xburkw\",animation,\"184puxm\"),className:\"framer-1xburkw\",\"data-framer-appear-id\":\"1xburkw\",initial:optimizeAppear(\"initial\",\"1xburkw\",animation1,\"184puxm\"),children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lw1gsv\",\"data-framer-name\":\"Layout\",name:\"Layout\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1resfxp\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-n85squ\",\"data-styles-preset\":\"Hi0Q0s1WP\",children:\"Get design articles like this straight to your inbox\"})}),className:\"framer-jv4cvq\",\"data-framer-name\":\"Name\",fonts:[\"Inter\"],name:\"Name\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nbaoaq\",\"data-framer-name\":\"Input / Email-Style 1\",name:\"Input / Email-Style 1\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-dj38c1-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AbQCug00B:{layout:\"vertical\"}},children:/*#__PURE__*/_jsx(Input,{button:{buttonFont:{fontFamily:'\"Inter Medium\", \"Inter Medium Placeholder\", sans-serif',fontSize:\"17px\",letterSpacing:\"-0.03em\",lineHeight:\"1em\"},buttonPadding:10,buttonPaddingBottom:16,buttonPaddingLeft:32,buttonPaddingPerSide:true,buttonPaddingRight:32,buttonPaddingTop:16,color:\"var(--token-1b20fec0-7bbd-4f19-a08d-c893d5e9cf8e, rgb(255, 255, 255))\",fill:\"var(--token-6555779b-6d9a-4514-84e6-845325a32d37, rgb(0, 0, 0))\",insetWhenDocked:5,isDocked:false,label:\"Subscribe \u2192\",shouldAppear:true,widthWhenDocked:100},convertkitAPI:\"\",convertkitFormID:\"\",font:{fontFamily:'\"Inter Regular\", \"Inter Regular Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"-0.02em\",lineHeight:\"1em\"},formsparkID:\"\",gap:12,getwaitlistAPI:\"\",height:\"100%\",id:\"VifNSAOwq\",input:{borderObject:{borderColor:\"var(--token-cea865e2-a56c-48f4-b031-3e5821c6e8aa, rgba(0, 0, 0, 0.16))\",borderWidth:1},borderRadius:8,color:\"var(--token-6555779b-6d9a-4514-84e6-845325a32d37, rgb(0, 0, 0))\",fill:\"var(--token-1b20fec0-7bbd-4f19-a08d-c893d5e9cf8e, rgb(255, 255, 255))\",fixedHeight:60,focusObject:{focusColor:\"var(--token-6555779b-6d9a-4514-84e6-845325a32d37, rgb(0, 0, 0))\",focusWidthFrom:0,focusWidthTo:2},height:false,padding:10,paddingBottom:16,paddingLeft:20,paddingPerSide:true,paddingRight:20,paddingTop:16,placeholder:\"Your email\",placeholderColor:\"var(--token-f5bbcd0c-3b82-4dbd-94cb-c69bafd7aca8, rgba(0, 0, 0, 0.55))\"},layout:\"horizontal\",layoutId:\"VifNSAOwq\",loopsID:\"\",loopsUserGroup:\"\",mailchimpURL:\"\",redirectAs:\"link\",service:\"loops\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dtlomj\",\"data-styles-preset\":\"sJXPpwmYP\",style:{\"--framer-text-color\":\"var(--token-f5bbcd0c-3b82-4dbd-94cb-c69bafd7aca8, rgba(0, 0, 0, 0.55))\"},children:\"No spam, unsubscribe at any time\"})}),className:\"framer-13nps0k\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AbQCug00B:{width:\"min(min(min(100vw, 1440px) - 80px, 1280px) + 80px, 1280px)\"},MYNdNy0x_:{width:\"min(min((min(100vw, 1440px) - 128px) * 0.66, 1280px) + 128px, 1280px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"min(min((min(100vw, 1440px) - 160px) * 0.66, 1280px) + 160px, 1280px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-sv8ggp-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AbQCug00B:{nxLcUwaZG:0}},children:/*#__PURE__*/_jsx(ComponentColourChange,{height:\"100%\",id:\"KAzmMX6ID\",layoutId:\"KAzmMX6ID\",nxLcUwaZG:20,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"dwD97otwi\",width:\"100%\"})})})})})]})})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-rrug6b\",\"data-framer-name\":\"Section / Next Article\",name:\"Section / Next Article\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-pml4yt\",\"data-framer-name\":\"Container + Padding\",id:id,name:\"Container + Padding\",ref:ref2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AbQCug00B:{\"data-framer-appear-id\":\"1v13vuk\",animate:optimizeAppear(\"animate\",\"1v13vuk\",animation,\"1vuowh7\"),initial:optimizeAppear(\"initial\",\"1v13vuk\",animation1,\"1vuowh7\")},MYNdNy0x_:{\"data-framer-appear-id\":\"1caeena\",animate:optimizeAppear(\"animate\",\"1caeena\",animation,\"7l5v22\"),initial:optimizeAppear(\"initial\",\"1caeena\",animation1,\"7l5v22\")}},children:/*#__PURE__*/_jsx(motion.div,{animate:optimizeAppear(\"animate\",\"178vj6q\",animation,\"184puxm\"),className:\"framer-178vj6q\",\"data-framer-appear-id\":\"178vj6q\",\"data-framer-name\":\"Layout\",initial:optimizeAppear(\"initial\",\"178vj6q\",animation1,\"184puxm\"),name:\"Layout\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jxre77\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m86xco\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AbQCug00B:{width:\"min(100vw - 80px, 1280px)\"},MYNdNy0x_:{width:\"calc(min(100vw - 128px, 1280px) * 0.66)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"calc(min(100vw - 160px, 1280px) * 0.66)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-m00gug-container\",children:/*#__PURE__*/_jsx(ComponentDivider,{height:\"100%\",id:\"BFWTUFroh\",layoutId:\"BFWTUFroh\",style:{height:\"100%\",width:\"100%\"},variant:\"CP19thW5b\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-n85squ\",\"data-styles-preset\":\"Hi0Q0s1WP\",children:\"Next up\"})}),className:\"framer-yyglge\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),visible&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cx2r9q\",children:/*#__PURE__*/_jsx(QueryData,{query:{from:{data:Writing,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{name:\"mEnmDZ9Ja\",type:\"Identifier\"},{name:\"qkDSj2O8K\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}],where:{left:{name:\"JgTAup8vm\",type:\"Identifier\"},operator:\"<\",right:{type:\"LiteralValue\",value:JgTAup8vm},type:\"BinaryOperation\"}},children:collection=>collection.map(({mEnmDZ9Ja:mEnmDZ9JaSv2JECmi6,qkDSj2O8K:qkDSj2O8KSv2JECmi6,id:idSv2JECmi6},i)=>{return /*#__PURE__*/_jsx(LayoutGroup,{id:`Sv2JECmi6-${idSv2JECmi6}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{mEnmDZ9Ja:mEnmDZ9JaSv2JECmi6},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AbQCug00B:{href:undefined}},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{mEnmDZ9Ja:mEnmDZ9JaSv2JECmi6},webPageId:\"Ai0zXlcSc\"},openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-12l888h framer-trgvkz\",whileHover:animation2,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1c3hdlo\",\"data-styles-preset\":\"hPQs1xY4J\",children:\"Project name\"})}),className:\"framer-1fnf0zc\",\"data-framer-name\":\"Project name\",fonts:[\"Inter\"],name:\"Project name\",text:qkDSj2O8KSv2JECmi6,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1c3hdlo\",\"data-styles-preset\":\"hPQs1xY4J\",children:\" \u2192\"})}),className:\"framer-1x3df24\",\"data-framer-name\":\"Project name\",fonts:[\"Inter\"],name:\"Project name\",verticalAlignment:\"top\",withExternalLayout:true})]})})})})},idSv2JECmi6);})})}),visible1&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c5khlc\",children:/*#__PURE__*/_jsx(QueryData,{query:{from:{data:Writing,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{name:\"mEnmDZ9Ja\",type:\"Identifier\"},{name:\"qkDSj2O8K\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}],where:{left:{name:\"JgTAup8vm\",type:\"Identifier\"},operator:\"<\",right:{type:\"LiteralValue\",value:100},type:\"BinaryOperation\"}},children:collection1=>collection1.map(({mEnmDZ9Ja:mEnmDZ9JaUa5dPVLUx,qkDSj2O8K:qkDSj2O8KUa5dPVLUx,id:idUa5dPVLUx},i)=>{return /*#__PURE__*/_jsx(LayoutGroup,{id:`Ua5dPVLUx-${idUa5dPVLUx}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{mEnmDZ9Ja:mEnmDZ9JaUa5dPVLUx},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AbQCug00B:{href:undefined}},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{mEnmDZ9Ja:mEnmDZ9JaUa5dPVLUx},webPageId:\"Ai0zXlcSc\"},openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-9pga62 framer-trgvkz\",whileHover:animation2,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1c3hdlo\",\"data-styles-preset\":\"hPQs1xY4J\",children:\"Project name\"})}),className:\"framer-ubx1q5\",\"data-framer-name\":\"Project name\",fonts:[\"Inter\"],name:\"Project name\",text:qkDSj2O8KUa5dPVLUx,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1c3hdlo\",\"data-styles-preset\":\"hPQs1xY4J\",children:\" \u2192\"})}),className:\"framer-an1xzi\",\"data-framer-name\":\"Project name\",fonts:[\"Inter\"],name:\"Project name\",verticalAlignment:\"top\",withExternalLayout:true})]})})})})},idUa5dPVLUx);})})})]})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-r8srat-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{AbQCug00B:{variant:\"GBncQt8Ta\"},MYNdNy0x_:{variant:\"j5dHJ6pmu\"}},children:/*#__PURE__*/_jsx(SectionFooter,{height:\"100%\",id:\"VUdK0ksrz\",layoutId:\"VUdK0ksrz\",style:{width:\"100%\"},variant:\"WIrl373qJ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"142px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-11leu10-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(ComponentRemixButton,{dGSVreujE:\"https://bryn.lemonsqueezy.com/buy/c06e444c-e8a0-48d9-a0ec-aeb2a066edd3\",height:\"100%\",id:\"w08EH1wVT\",layoutId:\"w08EH1wVT\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-mKEi9 { background: var(--token-1b20fec0-7bbd-4f19-a08d-c893d5e9cf8e, rgb(255, 255, 255)) /* {\"name\":\"Primary / White\"} */; }`,\".framer-mKEi9.framer-trgvkz, .framer-mKEi9 .framer-trgvkz { display: block; }\",\".framer-mKEi9.framer-184puxm { align-content: center; align-items: center; background-color: var(--token-1b20fec0-7bbd-4f19-a08d-c893d5e9cf8e, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-mKEi9 .framer-yqak2a-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 2; }\",\".framer-mKEi9 .framer-16aroae { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-mKEi9 .framer-1fzdtbn { align-content: center; align-items: center; background-color: var(--token-25c94280-7217-4913-8617-1f9c844d3f16, #f2fce2); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-mKEi9 .framer-14pcir3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1440px; padding: 160px 80px 160px 80px; position: relative; width: 100%; }\",\".framer-mKEi9 .framer-1ai3gf5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-mKEi9 .framer-9d529x, .framer-mKEi9 .framer-k16bk9, .framer-mKEi9 .framer-1jxre77 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 66%; }\",\".framer-mKEi9 .framer-19mo40p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-mKEi9 .framer-478ig1, .framer-mKEi9 .framer-15adrsr, .framer-mKEi9 .framer-13nps0k { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-mKEi9 .framer-8sx6ej { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-mKEi9 .framer-119oeg5 { aspect-ratio: 1 / 1; border-bottom-left-radius: 1000px; border-bottom-right-radius: 1000px; border-top-left-radius: 1000px; border-top-right-radius: 1000px; flex: none; height: var(--framer-aspect-ratio-supported, 28px); overflow: hidden; position: relative; width: 28px; will-change: var(--framer-will-change-override, transform); }\",\".framer-mKEi9 .framer-590zxo { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-mKEi9 .framer-19fxuam, .framer-mKEi9 .framer-epbrqw, .framer-mKEi9 .framer-aflb47 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-mKEi9 .framer-154t0fc { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; opacity: 0.5; position: relative; white-space: pre; width: auto; }\",\".framer-mKEi9 .framer-1ycq7aa { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-mKEi9 .framer-88lvdc { --border-bottom-width: 1px; --border-color: var(--token-1e4de996-fe4b-4667-88fc-284e9577f815, rgba(0, 0, 0, 0.08)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 1.7777777777777777 / 1; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: var(--framer-aspect-ratio-supported, 386px); position: relative; width: 100%; }\",\".framer-mKEi9 .framer-rjm9ny-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-mKEi9 .framer-1bsfi5e { align-content: center; align-items: center; background-color: var(--token-1b20fec0-7bbd-4f19-a08d-c893d5e9cf8e, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-mKEi9 .framer-1173khs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 160px 80px 160px 80px; position: relative; width: 100%; }\",\".framer-mKEi9 .framer-10dubw6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1280px; padding: 0px; position: relative; width: 100%; }\",\".framer-mKEi9 .framer-1ar9q2p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-mKEi9 .framer-hnmolh, .framer-mKEi9 .framer-ffkgvw, .framer-mKEi9 .framer-qfxyyb, .framer-mKEi9 .framer-1x3df24, .framer-mKEi9 .framer-an1xzi { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-mKEi9 .framer-bt5jdn, .framer-mKEi9 .framer-1uxdnx0 { -webkit-user-select: none; flex: none; height: auto; opacity: 0.35; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",'.framer-mKEi9 .framer-f7k4hb { -webkit-user-select: none; background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--token-1b20fec0-7bbd-4f19-a08d-c893d5e9cf8e, rgb(255, 255, 255)) /* {\"name\":\"Primary / White\"} */ 100%); bottom: -1px; flex: none; overflow: hidden; position: absolute; right: -1px; top: -1px; user-select: none; width: 64px; z-index: 1; }',\".framer-mKEi9 .framer-slolie { --framer-paragraph-spacing: 40px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-mKEi9 .framer-w081ao { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-mKEi9 .framer-1643z2x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-mKEi9 .framer-1xburkw { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 80px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-mKEi9 .framer-1lw1gsv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 1280px; padding: 0px; position: relative; width: 66%; z-index: 1; }\",\".framer-mKEi9 .framer-1resfxp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-mKEi9 .framer-jv4cvq { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-mKEi9 .framer-nbaoaq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; max-width: 576px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-mKEi9 .framer-dj38c1-container, .framer-mKEi9 .framer-r8srat-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-mKEi9 .framer-sv8ggp-container { bottom: -80px; flex: none; left: -80px; max-width: 1280px; position: absolute; right: -80px; top: -80px; z-index: -1; }\",\".framer-mKEi9 .framer-rrug6b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-mKEi9 .framer-pml4yt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 160px 80px 160px 80px; position: relative; scroll-margin-top: 76px; width: 100%; }\",\".framer-mKEi9 .framer-178vj6q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; max-width: 1280px; padding: 0px; position: relative; width: 100%; }\",\".framer-mKEi9 .framer-m86xco { 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; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-mKEi9 .framer-m00gug-container { flex: none; height: 2px; position: relative; width: 100%; }\",\".framer-mKEi9 .framer-yyglge { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-mKEi9 .framer-1cx2r9q, .framer-mKEi9 .framer-1c5khlc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-mKEi9 .framer-12l888h, .framer-mKEi9 .framer-9pga62 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-mKEi9 .framer-1fnf0zc, .framer-mKEi9 .framer-ubx1q5 { -webkit-user-select: none; flex: 1 0 0px; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-mKEi9 .framer-11leu10-container { bottom: 64px; flex: none; height: 36px; position: fixed; right: 20px; width: 142px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-mKEi9.framer-184puxm, .framer-mKEi9 .framer-16aroae, .framer-mKEi9 .framer-1fzdtbn, .framer-mKEi9 .framer-14pcir3, .framer-mKEi9 .framer-1ai3gf5, .framer-mKEi9 .framer-9d529x, .framer-mKEi9 .framer-19mo40p, .framer-mKEi9 .framer-8sx6ej, .framer-mKEi9 .framer-590zxo, .framer-mKEi9 .framer-1ycq7aa, .framer-mKEi9 .framer-1bsfi5e, .framer-mKEi9 .framer-1173khs, .framer-mKEi9 .framer-10dubw6, .framer-mKEi9 .framer-k16bk9, .framer-mKEi9 .framer-1ar9q2p, .framer-mKEi9 .framer-w081ao, .framer-mKEi9 .framer-1643z2x, .framer-mKEi9 .framer-1xburkw, .framer-mKEi9 .framer-1lw1gsv, .framer-mKEi9 .framer-1resfxp, .framer-mKEi9 .framer-nbaoaq, .framer-mKEi9 .framer-rrug6b, .framer-mKEi9 .framer-pml4yt, .framer-mKEi9 .framer-178vj6q, .framer-mKEi9 .framer-1jxre77, .framer-mKEi9 .framer-m86xco, .framer-mKEi9 .framer-1cx2r9q, .framer-mKEi9 .framer-12l888h, .framer-mKEi9 .framer-1c5khlc, .framer-mKEi9 .framer-9pga62 { gap: 0px; } .framer-mKEi9.framer-184puxm > *, .framer-mKEi9 .framer-16aroae > *, .framer-mKEi9 .framer-1fzdtbn > *, .framer-mKEi9 .framer-14pcir3 > *, .framer-mKEi9 .framer-1bsfi5e > *, .framer-mKEi9 .framer-1173khs > *, .framer-mKEi9 .framer-w081ao > *, .framer-mKEi9 .framer-1643z2x > *, .framer-mKEi9 .framer-rrug6b > *, .framer-mKEi9 .framer-pml4yt > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-mKEi9.framer-184puxm > :first-child, .framer-mKEi9 .framer-16aroae > :first-child, .framer-mKEi9 .framer-1fzdtbn > :first-child, .framer-mKEi9 .framer-14pcir3 > :first-child, .framer-mKEi9 .framer-9d529x > :first-child, .framer-mKEi9 .framer-19mo40p > :first-child, .framer-mKEi9 .framer-1bsfi5e > :first-child, .framer-mKEi9 .framer-1173khs > :first-child, .framer-mKEi9 .framer-k16bk9 > :first-child, .framer-mKEi9 .framer-w081ao > :first-child, .framer-mKEi9 .framer-1643z2x > :first-child, .framer-mKEi9 .framer-1xburkw > :first-child, .framer-mKEi9 .framer-1lw1gsv > :first-child, .framer-mKEi9 .framer-1resfxp > :first-child, .framer-mKEi9 .framer-nbaoaq > :first-child, .framer-mKEi9 .framer-rrug6b > :first-child, .framer-mKEi9 .framer-pml4yt > :first-child, .framer-mKEi9 .framer-178vj6q > :first-child, .framer-mKEi9 .framer-1jxre77 > :first-child, .framer-mKEi9 .framer-m86xco > :first-child, .framer-mKEi9 .framer-1cx2r9q > :first-child, .framer-mKEi9 .framer-1c5khlc > :first-child { margin-top: 0px; } .framer-mKEi9.framer-184puxm > :last-child, .framer-mKEi9 .framer-16aroae > :last-child, .framer-mKEi9 .framer-1fzdtbn > :last-child, .framer-mKEi9 .framer-14pcir3 > :last-child, .framer-mKEi9 .framer-9d529x > :last-child, .framer-mKEi9 .framer-19mo40p > :last-child, .framer-mKEi9 .framer-1bsfi5e > :last-child, .framer-mKEi9 .framer-1173khs > :last-child, .framer-mKEi9 .framer-k16bk9 > :last-child, .framer-mKEi9 .framer-w081ao > :last-child, .framer-mKEi9 .framer-1643z2x > :last-child, .framer-mKEi9 .framer-1xburkw > :last-child, .framer-mKEi9 .framer-1lw1gsv > :last-child, .framer-mKEi9 .framer-1resfxp > :last-child, .framer-mKEi9 .framer-nbaoaq > :last-child, .framer-mKEi9 .framer-rrug6b > :last-child, .framer-mKEi9 .framer-pml4yt > :last-child, .framer-mKEi9 .framer-178vj6q > :last-child, .framer-mKEi9 .framer-1jxre77 > :last-child, .framer-mKEi9 .framer-m86xco > :last-child, .framer-mKEi9 .framer-1cx2r9q > :last-child, .framer-mKEi9 .framer-1c5khlc > :last-child { margin-bottom: 0px; } .framer-mKEi9 .framer-1ai3gf5 > *, .framer-mKEi9 .framer-10dubw6 > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-mKEi9 .framer-1ai3gf5 > :first-child, .framer-mKEi9 .framer-8sx6ej > :first-child, .framer-mKEi9 .framer-590zxo > :first-child, .framer-mKEi9 .framer-1ycq7aa > :first-child, .framer-mKEi9 .framer-10dubw6 > :first-child, .framer-mKEi9 .framer-1ar9q2p > :first-child, .framer-mKEi9 .framer-12l888h > :first-child, .framer-mKEi9 .framer-9pga62 > :first-child { margin-left: 0px; } .framer-mKEi9 .framer-1ai3gf5 > :last-child, .framer-mKEi9 .framer-8sx6ej > :last-child, .framer-mKEi9 .framer-590zxo > :last-child, .framer-mKEi9 .framer-1ycq7aa > :last-child, .framer-mKEi9 .framer-10dubw6 > :last-child, .framer-mKEi9 .framer-1ar9q2p > :last-child, .framer-mKEi9 .framer-12l888h > :last-child, .framer-mKEi9 .framer-9pga62 > :last-child { margin-right: 0px; } .framer-mKEi9 .framer-9d529x > *, .framer-mKEi9 .framer-k16bk9 > *, .framer-mKEi9 .framer-1jxre77 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-mKEi9 .framer-19mo40p > *, .framer-mKEi9 .framer-m86xco > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-mKEi9 .framer-8sx6ej > *, .framer-mKEi9 .framer-1ar9q2p > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-mKEi9 .framer-590zxo > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-mKEi9 .framer-1ycq7aa > *, .framer-mKEi9 .framer-12l888h > *, .framer-mKEi9 .framer-9pga62 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-mKEi9 .framer-1xburkw > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-mKEi9 .framer-1lw1gsv > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-mKEi9 .framer-1resfxp > *, .framer-mKEi9 .framer-1cx2r9q > *, .framer-mKEi9 .framer-1c5khlc > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-mKEi9 .framer-nbaoaq > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-mKEi9 .framer-178vj6q > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } }\",\"@media (min-width: 1200px) { .framer-mKEi9 .hidden-184puxm { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1199px) { .framer-mKEi9 .hidden-7l5v22 { display: none !important; } .${metadata.bodyClassName}-framer-mKEi9 { background: var(--token-1b20fec0-7bbd-4f19-a08d-c893d5e9cf8e, rgb(255, 255, 255)) /* {\"name\":\"Primary / White\"} */; } .framer-mKEi9.framer-184puxm { width: 810px; } .framer-mKEi9 .framer-14pcir3, .framer-mKEi9 .framer-1173khs, .framer-mKEi9 .framer-pml4yt { padding: 120px 64px 120px 64px; } .framer-mKEi9 .framer-88lvdc { height: var(--framer-aspect-ratio-supported, 253px); } .framer-mKEi9 .framer-1bsfi5e { background-color: unset; } .framer-mKEi9 .framer-k16bk9 { gap: 56px; } .framer-mKEi9 .framer-1xburkw { padding: 64px; } .framer-mKEi9 .framer-sv8ggp-container { bottom: -64px; left: -64px; right: -64px; top: -64px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-mKEi9 .framer-k16bk9 { gap: 0px; } .framer-mKEi9 .framer-k16bk9 > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-mKEi9 .framer-k16bk9 > :first-child { margin-top: 0px; } .framer-mKEi9 .framer-k16bk9 > :last-child { margin-bottom: 0px; } }}`,`@media (max-width: 809px) { .framer-mKEi9 .hidden-1vuowh7 { display: none !important; } .${metadata.bodyClassName}-framer-mKEi9 { background: var(--token-1b20fec0-7bbd-4f19-a08d-c893d5e9cf8e, rgb(255, 255, 255)) /* {\"name\":\"Primary / White\"} */; } .framer-mKEi9.framer-184puxm { width: 390px; } .framer-mKEi9 .framer-14pcir3, .framer-mKEi9 .framer-1173khs, .framer-mKEi9 .framer-pml4yt { padding: 80px 40px 80px 40px; } .framer-mKEi9 .framer-9d529x, .framer-mKEi9 .framer-1jxre77 { gap: 48px; width: 100%; } .framer-mKEi9 .framer-88lvdc { height: var(--framer-aspect-ratio-supported, 175px); } .framer-mKEi9 .framer-k16bk9 { gap: 40px; width: 100%; } .framer-mKEi9 .framer-1xburkw { border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; padding: 40px; } .framer-mKEi9 .framer-1lw1gsv { width: 100%; } .framer-mKEi9 .framer-sv8ggp-container { bottom: -40px; left: -40px; right: -40px; top: -40px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-mKEi9 .framer-9d529x, .framer-mKEi9 .framer-k16bk9, .framer-mKEi9 .framer-1jxre77 { gap: 0px; } .framer-mKEi9 .framer-9d529x > *, .framer-mKEi9 .framer-1jxre77 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-mKEi9 .framer-9d529x > :first-child, .framer-mKEi9 .framer-k16bk9 > :first-child, .framer-mKEi9 .framer-1jxre77 > :first-child { margin-top: 0px; } .framer-mKEi9 .framer-9d529x > :last-child, .framer-mKEi9 .framer-k16bk9 > :last-child, .framer-mKEi9 .framer-1jxre77 > :last-child { margin-bottom: 0px; } .framer-mKEi9 .framer-k16bk9 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,'.framer-mKEi9[data-border=\"true\"]::after, .framer-mKEi9 [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 4379\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"MYNdNy0x_\":{\"layout\":[\"fixed\",\"auto\"]},\"AbQCug00B\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerAi0zXlcSc=withCSS(Component,css,\"framer-mKEi9\");export default FramerAi0zXlcSc;FramerAi0zXlcSc.displayName=\"Writing\";FramerAi0zXlcSc.defaultProps={height:4379,width:1200};addFonts(FramerAi0zXlcSc,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"},{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://app.framerstatic.com/Inter-Bold.cyrillic-ext-XOTVL7ZR.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Bold.cyrillic-6LOMBC2V.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-ext-WXWSJXLB.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-YRST7ODZ.woff2\",weight:\"700\"},{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://app.framerstatic.com/Inter-Bold.latin-ext-BASA5UL3.woff2\",weight:\"700\"},{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://app.framerstatic.com/Inter-Bold.latin-UCM45LQF.woff2\",weight:\"700\"},{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://app.framerstatic.com/Inter-Bold.vietnamese-OEVJMXEP.woff2\",weight:\"700\"},{family:\"Inter Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/I3vvuIUcGf5qCtzlC6dFVOEtcQ.woff2\"},{family:\"Inter Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/ApCBb3GVWcHF7zo7LgD22hXocgo.woff2\"}]},...SectionNavbarFonts,...ComponentColourChangeFonts,...InputFonts,...ComponentDividerFonts,...SectionFooterFonts,...ComponentRemixButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerAi0zXlcSc\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"4379\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MYNdNy0x_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AbQCug00B\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["emailRegex", "mailchimpRegex", "validateEmail", "email", "parseMailChimpUrl", "url", "_url_replace_match", "domain", "parameters", "safeURL", "isInternalURL", "href", "VERSION", "Input", "withCSS", "service", "redirectAs", "mailchimpURL", "loopsID", "loopsUserGroup", "formsparkID", "getwaitlistAPI", "convertkitAPI", "convertkitFormID", "input", "button", "font", "layout", "link", "gap", "style", "onSubmit", "setEmail", "ye", "isError", "setError", "isLoading", "setLoading", "isFocus", "setFocus", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "padding", "borderRadius", "borderObject", "focusObject", "shadowObject", "height", "fixedHeight", "buttonPaddingPerSide", "buttonPaddingTop", "buttonPaddingRight", "buttonPaddingBottom", "buttonPaddingLeft", "buttonPadding", "paddingValue", "buttonPaddingValue", "router", "useRouter", "onSuccess", "path", "hash", "routeId", "pathVariables", "inferInitialRouteFromPath", "window", "validateForm", "te", "formControls", "handleChange", "event", "handleFocus", "handleBlur", "handleSubmit", "response", "error", "emailBody", "userGroupBody", "formBody", "data", "entries", "formData", "useAnimationControls", "focusStylesFrom", "focusStylesTo", "shadowStyles", "borderStyles", "formVariants", "inputVariants", "dynamicBoxShadow", "p", "motion", "containerStyles", "u", "defaultStyle", "Spinner", "getButtonShadow", "props", "noButtonStyles", "addPropertyControls", "ControlType", "shadows", "output", "shadow", "Input_default", "fontStore", "fonts", "css", "className", "SectionNavbarFonts", "getFonts", "v6gxunbDC_default", "ComponentColourChangeFonts", "YiBnw9609_default", "InputFonts", "Input_default", "ComponentDividerFonts", "FSgEsyjdO_default", "SectionFooterFonts", "E9uJT48e8_default", "ComponentRemixButtonFonts", "G4pVuSzJo_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "toDateString", "value", "options", "activeLocale", "date", "fallbackLocale", "locale", "dateStyle", "timeZone", "numberToString", "useGrouping", "notation", "compactDisplay", "style", "currency", "currencyDisplay", "unit", "unitDisplay", "minimumFractionDigits", "maximumFractionDigits", "minimumIntegerDigits", "formatOptions", "number", "toResponsiveImage", "transition2", "animation2", "equals", "a", "b", "negate", "QueryData", "query", "children", "data", "useQueryData", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "vNmb33Iwl_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "className", "layoutId", "variant", "qkDSj2O8K", "GYMrzDGMf", "DdM6eeDJo", "rt2VO1glX", "qBnc8wehm", "YER2zMgsZ", "JgTAup8vm", "mEnmDZ9JaSv2JECmi6", "qkDSj2O8KSv2JECmi6", "idSv2JECmi6", "mEnmDZ9JaUa5dPVLUx", "qkDSj2O8KUa5dPVLUx", "idUa5dPVLUx", "restProps", "ie", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "activeLocaleCode", "useLocaleCode", "textContent", "textContent1", "isDisplayed", "useRouteElementId", "ref2", "visible", "visible1", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "v6gxunbDC_default", "optimizeAppear", "RichText2", "x", "Image2", "YiBnw9609_default", "Link", "Input_default", "FSgEsyjdO_default", "collection", "i", "PathVariablesContext", "collection1", "E9uJT48e8_default", "G4pVuSzJo_default", "css", "FramerAi0zXlcSc", "withCSS", "Ai0zXlcSc_default", "addFonts", "SectionNavbarFonts", "ComponentColourChangeFonts", "InputFonts", "ComponentDividerFonts", "SectionFooterFonts", "ComponentRemixButtonFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
