{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/integrations-styles.js@0.2.0", "ssg:https://framerusercontent.com/modules/uGQZtcsxBzvxqsgxQ0Tz/b7VYVaGCWWNyhqVsgsiv/Hubspot.js", "ssg:https://framerusercontent.com/modules/zg7Ds1DRcD1xjI89Rrwn/AaU1p6LhQJc70wg7ozES/SocialShareButtons.js", "ssg:https://framerusercontent.com/modules/dOLnnZig5MxyDBmn9jVz/mLyFWscTpsbSAEzxOuBR/N3aqufJGc.js", "ssg:https://framerusercontent.com/modules/CQRTuLOVrjr8TCA5VYTx/6LTvV6HyZBgd3MHRzMPb/NDfyWUwvX.js", "ssg:https://framerusercontent.com/modules/u3efkfNvMG8gMdKvdXzQ/7y3yz2QPIlUgwomBQy6G/componentPresets.js", "ssg:https://framerusercontent.com/modules/nEwLreOGg5ljUxWJKKYt/eztT8L3z3SyAxWIdZXyr/iFC4HMogc.js", "ssg:https://framerusercontent.com/modules/2AhDMJzuu6422vwLiiE7/X5zsyHdtLZsFSuWlzbed/m8JSyK1YT.js", "ssg:https://framerusercontent.com/modules/ppZ27fWfWKFw1clmJNWK/vf17dh4JEGlsVifla3jU/OuXXEhKUQ.js", "ssg:https://framerusercontent.com/modules/fh07zGZDt2UqmM0VDqi6/1bYYu8ntQnwAkx3We10x/uwyb9103P.js", "ssg:https://framerusercontent.com/modules/zj1SVvzeAXTrfZehVCTk/ucCntoQXMozniqPmX83f/wrxKYbDNk.js", "ssg:https://framerusercontent.com/modules/7HgF0Svvn2fVcCnch6fH/ygoZKvrkAfVbA2tHr9HG/WYOYqR2Pl.js"],
  "sourcesContent": ["import{containerStyles,emptyStateStyle as defaultEmptyStateStyle}from\"https://framer.com/m/framer/default-utils.js@^0.43.0\";export const emptyStateStyle={...containerStyles,...defaultEmptyStateStyle,textAlign:\"center\",padding:15,width:200,height:100,overflow:\"hidden\"};export const neutralStateStyle={...emptyStateStyle,color:\"#09f\",background:\"rgb(0, 153, 255, 0.1)\",borderColor:\"#09f\"};export const stateTitleStyle={fontSize:12,fontWeight:600,margin:0};export const stateParagraphStyle={fontSize:12,maxWidth:200,lineHeight:1.4,margin:\"5px 0 0 0\"};\nexport const __FramerMetadata__ = {\"exports\":{\"neutralStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateTitleStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateParagraphStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./styles.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import*as React from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{emptyStateStyle,stateParagraphStyle,stateTitleStyle}from\"https://framer.com/m/framer/integrations-styles.js@0.2.0\";// Poll for 5 minutes ...\nfunction poll(f,delay=200,count=5*60*5,i=0){if(i>count){console.error(\"poll max attempts\",f);return;}if(!f()){console.log(\"poll\",delay,count,i);setTimeout(()=>{poll(f,delay,count,i+1);},delay);}}function EmptyState({title,description}){return /*#__PURE__*/_jsxs(\"div\",{style:{...emptyStateStyle,width:\"100%\",height:\"100%\"},children:[/*#__PURE__*/_jsx(\"h1\",{style:stateTitleStyle,children:title}),/*#__PURE__*/_jsx(\"p\",{style:stateParagraphStyle,children:description})]});}/**\n * HUBSPOT\n *\n * @framerIntrinsicWidth 480\n * @framerIntrinsicHeight 300\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function HubSpotForm({portalId,formId,advanced,region,id}){if(!portalId||!formId||!region){return /*#__PURE__*/_jsx(EmptyState,{title:\"Hubspot\",description:\"Set a portal ID and form in the Properties.\"});}// const ref = React.createRef<HTMLDivElement>()\nconst elementId=`hubspot_form_${id}`;const cleanup=()=>{const element=document.querySelector(`#${elementId}`);if(element)element.innerHTML=\"\";};React.useEffect(()=>{if(window.hbspt){handleScriptLoad();return cleanup;}const script=document.createElement(\"script\");script.src=`https://js-${region}.hsforms.net/forms/shell.js`;script.onload=handleScriptLoad();document.body.appendChild(script);return cleanup;},[portalId,formId,region]);const handleScriptLoad=()=>{console.log(\"Loading HubSpot form...\",portalId);poll(()=>{if(!window.hbspt){console.warn(`HubSpot could not be loaded: window.hbspt is missing`);return false;}if(!document.querySelector(`#${elementId}`)){console.warn(`HubSpot could not be loaded: element not found #${elementId}`);return false;}cleanup();window.hbspt.forms.create({region,portalId,formId,target:`#${elementId}`,formInstanceId:formId});return true;});};return /*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\"},id:elementId});}addPropertyControls(HubSpotForm,{portalId:{title:\"Portal\",type:ControlType.String,placeholder:\"25276298\",// defaultValue: \"25276298\",\ndescription:\"Create a [Hubspot](https://www.hubspot.com/) account, add a new form and copy your portal ID. [Learn more\u2026](https://www.framer.com/plugins/hubspot/)\"},formId:{title:\"Form\",type:ControlType.String,placeholder:\"e7167571-4bc4-4c2c-bfdc-a0a8dbfd22f1\"},advanced:{title:\"Advanced\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},region:{title:\"Region\",type:ControlType.String,placeholder:\"eu1\",defaultValue:\"eu1\",hidden:({advanced})=>!advanced}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"HubSpotForm\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"300\",\"framerIntrinsicWidth\":\"480\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Hubspot.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */export default function SocialShareButtons(props){// Config Properties\nconst{flexDirection,facebook,x,linkedin,shareText,iconProperties,backgroundType}=props;// Single Properpties\nconst{title,tint,style,borderWidth,borderColor,shareCurrentUrl,urlToShare,backgroundImage,linear}=props;// Multi properties\nconst{radius,topLeftRadius,topRightRadius,bottomRightRadius,bottomLeftRadius,isMixedRadius=false}=props;const{stylePadding,topPadding,rightPadding,bottomPadding,leftPadding,isMixedPadding=false}=props;const borderRadius=isMixedRadius?`${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px`:`${radius}px`;const padding=isMixedPadding?`${topPadding}px ${rightPadding}px ${bottomPadding}px ${leftPadding}px`:`${stylePadding}px`;let background;if(backgroundType==\"Solid\"){background=tint;}else if(backgroundType==\"Image\"){background=`url(${backgroundImage})`;}else if(backgroundType==\"Linear\"){const{degree,toColor,fromColor,opacityTo,opacityFrom}=linear;const gradient=`${degree}deg, ${toColor} ${opacityTo}%, ${fromColor} ${opacityFrom}%`;background=`linear-gradient(${gradient})`;}const shareOnFacebook=urlToShare=>{const shareUrl=urlToShare?urlToShare:window.location.href;window.open(`https://www.facebook.com/sharer/sharer.php?u=${shareUrl}`,\"_blank\",\"height=400,width=400,left=100,top=100,resizable=yes,scrollbars=yes,status=yes\");};const shareOnX=urlToShare=>{const shareUrl=urlToShare?urlToShare:window.location.href;const shareLink=encodeURI(shareText+shareUrl);const shareWindow=window.open(`https://x.com/intent/tweet?text=${shareLink}`,\"_blank\",\"height=700,width=700,left=0,top=0,resizable=yes,scrollbars=yes,status=yes\");shareWindow.blur();window.focus();};const shareOnLinkedIn=urlToShare=>{const shareUrl=urlToShare?urlToShare:window.location.href;window.open(`https://www.linkedin.com/sharing/share-offsite/?url=${shareUrl}`,\"_blank\",\"height=400,width=400,left=100,top=100,resizable=yes,scrollbars=yes,status=yes\");};let facebookIcon=/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",height:iconProperties.size,fill:\"none\",viewBox:\"0 0 24 24\",v:\"32\",children:/*#__PURE__*/_jsx(\"path\",{fill:iconProperties.color,fontSize:iconProperties.size,\"fill-rule\":\"evenodd\",d:\"M12,2 C17.5228403,2 22,6.49603007 22,12.042148 C22,17.1426622 18.2133748,21.3550488 13.3091699,21.999013 L13.299,21.999 L13.2993358,14.2432707 L15.476925,14.2432707 L15.7655715,11.5132627 L13.2993358,11.5132627 L13.3029934,10.1467742 C13.3029934,9.43472725 13.3703545,9.05337521 14.3888162,9.05337521 L15.750301,9.05337521 L15.750301,6.32290806 L13.5722241,6.32290806 C10.9559654,6.32290806 10.0352533,7.64718738 10.0352533,9.87454164 L10.0352533,11.5134769 L8.404355,11.5134769 L8.404355,14.2437298 L10.0352533,14.2437298 L10.0352533,21.8900234 C5.45236562,20.9728053 2,16.9123412 2,12.042148 C2,6.49603007 6.47715974,2 12,2 Z\"})});let xIcon=/*#__PURE__*/_jsx(\"svg\",{viewBox:\"0 0 24 24\",height:iconProperties.size,fill:\"none\",v:\"32\",children:/*#__PURE__*/_jsx(\"path\",{fill:iconProperties.color,fontSize:iconProperties.size,d:\"M17.7511704,3 L20.8179669,3 L14.1179252,10.6577203 L22,21.0781532 L15.8283966,21.0781532 L10.9945766,14.7582163 L5.46358875,21.0781532 L2.39493812,21.0781532 L9.56130348,12.8873592 L2,3 L8.32828072,3 L12.6976313,8.77666528 L17.7511704,3 Z M16.674825,19.2425254 L18.3741714,19.2425254 L7.40490428,4.73921105 L5.58132851,4.73921105 L16.674825,19.2425254 Z\"})});let linkedinIcon=/*#__PURE__*/_jsx(\"svg\",{viewBox:\"0 0 24 24\",height:iconProperties.size,fill:\"none\",children:/*#__PURE__*/_jsx(\"path\",{fill:iconProperties.color,fontSize:iconProperties.size,d:\"M2,4.20707071 C2,3.56732727 2.22523166,3.03954949 2.67567568,2.62373737 C3.12611969,2.20790606 3.71171815,2 4.43243243,2 C5.14028958,2 5.71299228,2.20470101 6.15057915,2.61414141 C6.60102317,3.03636364 6.82625483,3.58651919 6.82625483,4.26464646 C6.82625483,4.87878788 6.60747104,5.3905596 6.16988417,5.8 C5.71944015,6.22222222 5.12741313,6.43333333 4.39382239,6.43333333 L4.37451737,6.43333333 C3.66666023,6.43333333 3.09395753,6.22222222 2.65637066,5.8 C2.21878378,5.37777778 2,4.84679495 2,4.20707071 Z M2.25096525,21 L2.25096525,8.17979798 L6.53667954,8.17979798 L6.53667954,21 L2.25096525,21 Z M8.91119691,21 L13.1969112,21 L13.1969112,13.8414141 C13.1969112,13.3935899 13.2483977,13.0481354 13.3513514,12.8050505 C13.5315251,12.3700273 13.8050193,12.0021758 14.1718147,11.7015152 C14.53861,11.4008354 14.9987066,11.2505051 15.5521236,11.2505051 C16.9935714,11.2505051 17.7142857,12.2164919 17.7142857,14.1484848 L17.7142857,21 L22,21 L22,13.6494949 C22,11.7558859 21.549556,10.319697 20.6486486,9.34090909 C19.7477413,8.36212121 18.557278,7.87272727 17.0772201,7.87272727 C15.4169884,7.87272727 14.1235521,8.58282828 13.1969112,10.0030303 L13.1969112,10.0414141 L13.1776062,10.0414141 L13.1969112,10.0030303 L13.1969112,8.17979798 L8.91119691,8.17979798 C8.9369305,8.58921919 8.94980695,9.86227677 8.94980695,11.9989899 C8.94980695,14.1356838 8.9369305,17.1360141 8.91119691,21 Z\"})});return /*#__PURE__*/_jsxs(motion.div,{style:{...style,display:\"flex\",flexDirection:flexDirection,gap:iconProperties.gap,justifyContent:\"center\",alignItems:\"center\",overflow:\"visible\"},children:[facebook?/*#__PURE__*/_jsx(motion.div,{style:{borderRadius,padding,background,overflow:\"visible\",borderWidth:borderWidth,borderStyle:\"solid\",borderColor:borderColor,display:\"flex\",alignItems:\"center\",gap:iconProperties.gap},onClick:()=>{if(!shareCurrentUrl){shareOnFacebook(urlToShare);}else{shareOnFacebook(null);}},whileHover:{scale:1.05,cursor:\"pointer\"},transition:{type:\"spring\",stiffness:500,damping:30},children:facebookIcon}):null,x?/*#__PURE__*/_jsx(motion.div,{style:{borderRadius,padding,background,overflow:\"visible\",borderWidth:borderWidth,borderStyle:\"solid\",borderColor:borderColor,display:\"flex\",alignItems:\"center\",gap:iconProperties.gap},onClick:()=>{if(!shareCurrentUrl){shareOnX(urlToShare);}else{shareOnX(null);}},whileHover:{scale:1.05,cursor:\"pointer\"},transition:{type:\"spring\",stiffness:500,damping:30},children:xIcon}):null,linkedin?/*#__PURE__*/_jsx(motion.div,{style:{borderRadius,padding,background,overflow:\"visible\",borderWidth:borderWidth,borderStyle:\"solid\",borderColor:borderColor,display:\"flex\",alignItems:\"center\",gap:iconProperties.gap},onClick:()=>{if(!shareCurrentUrl){shareOnLinkedIn(urlToShare);}else{shareOnLinkedIn(null);}},whileHover:{scale:1.05,cursor:\"pointer\"},transition:{type:\"spring\",stiffness:500,damping:30},children:linkedinIcon}):null]});}addPropertyControls(SocialShareButtons,{facebook:{type:ControlType.Boolean,defaultValue:true},x:{type:ControlType.Boolean,defaultValue:true},linkedin:{type:ControlType.Boolean,defaultValue:true},flexDirection:{type:ControlType.Enum,options:[\"row\",\"column\"],optionTitles:[\"Horizontal\",\"Vertical\"],defaultValue:\"row\"},shareCurrentUrl:{type:ControlType.Boolean,defaultValue:true},urlToShare:{type:ControlType.String,defaultValue:\"https://framer.com\",hidden(props){return props.shareCurrentUrl!=false;}},shareText:{type:ControlType.String,defaultValue:\"Share on X: \",description:\"Share text is only available for X sharing.\",hidden(props){return props.x===false;}},iconProperties:{type:ControlType.Object,controls:{color:{type:ControlType.Color,defaultValue:\"#09090b\"},size:{type:ControlType.Number,defaultValue:24},gap:{type:ControlType.Number,defaultValue:15}}},backgroundType:{type:ControlType.Enum,options:[\"Solid\",\"Linear\",\"Image\"],defaultValue:\"Solid\"},backgroundImage:{type:ControlType.Image,hidden(props){return props.backgroundType!=\"Image\";}},linear:{type:ControlType.Object,controls:{toColor:{type:ControlType.Color,defaultValue:\"#242424\"},opacityTo:{type:ControlType.Number,defaultValue:0},fromColor:{type:ControlType.Color,defaultValue:\"#323232\"},opacityFrom:{type:ControlType.Number,defaultValue:100},degree:{type:ControlType.Number,defaultValue:90,max:360}},hidden(props){return props.backgroundType!=\"Linear\";}},tint:{title:\"Background Color\",type:ControlType.Color,defaultValue:\"#f4f4f5\",hidden(props){return props.backgroundType!=\"Solid\";}},radius:{type:ControlType.FusedNumber,title:\"Radius\",defaultValue:50,toggleKey:\"isMixedRadius\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"topLeftRadius\",\"topRightRadius\",\"bottomRightRadius\",\"bottomLeftRadius\"],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0},borderWidth:{type:ControlType.Number,defaultValue:0},borderColor:{type:ControlType.Color,defaultValue:\"#222426\"},stylePadding:{type:ControlType.FusedNumber,title:\"Padding\",defaultValue:10,toggleKey:\"isMixedPadding\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"topPadding\",\"rightPadding\",\"bottomPadding\",\"leftPadding\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SocialShareButtons\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"any\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SocialShareButtons.map", "// Generated by Framer (f318921)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getPropertyControls,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor1}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const Phosphor1Controls=getPropertyControls(Phosphor1);const enabledGestures={baFD2yacz:{hover:true},brlzI9TKk:{hover:true,pressed:true},db3XtsS8u:{hover:true,pressed:true},ElIVFYggM:{hover:true,pressed:true},etl4fpbpc:{hover:true},fIa5iH8jr:{hover:true,pressed:true},q8xNCFYN7:{hover:true,pressed:true},rMFsVaTQE:{hover:true,pressed:true},vsiHndXBA:{hover:true,pressed:true},W1CuE0sNF:{hover:true},w8T9jL2RO:{hover:true,pressed:true},x6SChliN_:{hover:true,pressed:true}};const cycleOrder=[\"brlzI9TKk\",\"x6SChliN_\",\"db3XtsS8u\",\"fIa5iH8jr\",\"ElIVFYggM\",\"q8xNCFYN7\",\"rMFsVaTQE\",\"vsiHndXBA\",\"w8T9jL2RO\",\"etl4fpbpc\",\"W1CuE0sNF\",\"baFD2yacz\"];const serializationHash=\"framer-E76tw\";const variantClassNames={baFD2yacz:\"framer-v-bg549x\",brlzI9TKk:\"framer-v-vx2nm6\",db3XtsS8u:\"framer-v-1gejoxr\",ElIVFYggM:\"framer-v-nkmtwj\",etl4fpbpc:\"framer-v-n1sjm4\",fIa5iH8jr:\"framer-v-15eiq45\",q8xNCFYN7:\"framer-v-1ebkd4h\",rMFsVaTQE:\"framer-v-6q7h7r\",vsiHndXBA:\"framer-v-6soqa4\",W1CuE0sNF:\"framer-v-1xzgzgz\",w8T9jL2RO:\"framer-v-1rl090e\",x6SChliN_:\"framer-v-1udcvao\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const convertFromBoolean=(value,activeLocale)=>{if(value){return 10;}else{return 5;}};const toNumber=value=>{if(typeof value===\"number\"&&Number.isFinite(value))return value;if(typeof value!==\"string\")return 0;const parsedNumber=parseFloat(value);return typeof parsedNumber===\"number\"&&Number.isFinite(parsedNumber)?parsedNumber:0;};const convertFromBoolean1=(value,activeLocale)=>{if(value){return 9;}else{return 4;}};const convertFromBoolean2=(value,activeLocale)=>{if(value){return 8;}else{return 3;}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Button [Default]\":\"brlzI9TKk\",\"Button [Line]\":\"x6SChliN_\",\"Button [sm Line]\":\"fIa5iH8jr\",\"Button [sm]\":\"db3XtsS8u\",\"Button [xs Line]\":\"q8xNCFYN7\",\"Button [xs]\":\"ElIVFYggM\",\"Icon [Default]\":\"etl4fpbpc\",\"Icon [sm]\":\"W1CuE0sNF\",\"Icon [xs]\":\"baFD2yacz\",\"Link [Default]\":\"rMFsVaTQE\",\"Link [sm]\":\"vsiHndXBA\",\"Link [xs]\":\"w8T9jL2RO\"};const getProps=({border,buttonColor,buttonText,buttonTextColor,height,iconAnimation,iconName,id,link,newTab,radius,shadow,showIcon,tap,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_humanReadableVariantMap_props_variant,_ref6,_ref7,_ref8;return{...props,ApWhoO21o:(_ref=border!==null&&border!==void 0?border:props.ApWhoO21o)!==null&&_ref!==void 0?_ref:{borderColor:'var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231)) /* {\"name\":\"Gray 200 [Dynamic]\"} */',borderStyle:\"solid\",borderWidth:1},ey7w8muFX:newTab!==null&&newTab!==void 0?newTab:props.ey7w8muFX,G77f5Yx_v:(_ref1=buttonText!==null&&buttonText!==void 0?buttonText:props.G77f5Yx_v)!==null&&_ref1!==void 0?_ref1:\"Button Label\",HFfTjmBlq:(_ref2=buttonTextColor!==null&&buttonTextColor!==void 0?buttonTextColor:props.HFfTjmBlq)!==null&&_ref2!==void 0?_ref2:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",n9WP3fBIv:(_ref3=showIcon!==null&&showIcon!==void 0?showIcon:props.n9WP3fBIv)!==null&&_ref3!==void 0?_ref3:true,nSQvgmbyz:tap!==null&&tap!==void 0?tap:props.nSQvgmbyz,oV7zrnzuy:(_ref4=buttonColor!==null&&buttonColor!==void 0?buttonColor:props.oV7zrnzuy)!==null&&_ref4!==void 0?_ref4:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",SZQpZ3lk2:(_ref5=radius!==null&&radius!==void 0?radius:props.SZQpZ3lk2)!==null&&_ref5!==void 0?_ref5:10,U1Kbkgydv:link!==null&&link!==void 0?link:props.U1Kbkgydv,variant:(_ref6=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref6!==void 0?_ref6:\"brlzI9TKk\",VkxZQkMEC:(_ref7=shadow!==null&&shadow!==void 0?shadow:props.VkxZQkMEC)!==null&&_ref7!==void 0?_ref7:[{blur:3,color:\"rgba(9, 9, 11, 0.15)\",diffusion:.25,focus:.5,inset:false,spread:0,type:\"realistic\",x:0,y:10}],Vo_oxchYD:(_ref8=iconName!==null&&iconName!==void 0?iconName:props.Vo_oxchYD)!==null&&_ref8!==void 0?_ref8:\"CaretRight\",WM2TpCryl:iconAnimation!==null&&iconAnimation!==void 0?iconAnimation:props.WM2TpCryl};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,G77f5Yx_v,U1Kbkgydv,ey7w8muFX,oV7zrnzuy,HFfTjmBlq,VkxZQkMEC,n9WP3fBIv,Vo_oxchYD,ApWhoO21o,SZQpZ3lk2,WM2TpCryl,nSQvgmbyz,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"brlzI9TKk\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1pc7sz3=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(nSQvgmbyz){const res=await nSQvgmbyz(...args);if(res===false)return false;}});const ref1=React.useRef(null);const gap=toNumber(convertFromBoolean(equals(WM2TpCryl,true),activeLocale));const gap1=toNumber(convertFromBoolean1(equals(WM2TpCryl,true),activeLocale));const gap2=toNumber(convertFromBoolean(WM2TpCryl,activeLocale));const gap3=toNumber(convertFromBoolean1(WM2TpCryl,activeLocale));const gap4=toNumber(convertFromBoolean2(WM2TpCryl,activeLocale));const isDisplayed=()=>{if([\"etl4fpbpc-hover\",\"W1CuE0sNF-hover\",\"baFD2yacz-hover\"].includes(gestureVariant))return false;if([\"etl4fpbpc\",\"W1CuE0sNF\",\"baFD2yacz\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _ApWhoO21o_borderBottomWidth,_ApWhoO21o_borderLeftWidth,_ApWhoO21o_borderRightWidth,_ApWhoO21o_borderTopWidth,_ApWhoO21o_borderBottomWidth1,_ApWhoO21o_borderLeftWidth1,_ApWhoO21o_borderRightWidth1,_ApWhoO21o_borderTopWidth1,_ApWhoO21o_borderBottomWidth2,_ApWhoO21o_borderLeftWidth2,_ApWhoO21o_borderRightWidth2,_ApWhoO21o_borderTopWidth2;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:U1Kbkgydv,nodeId:\"brlzI9TKk\",openInNewTab:ey7w8muFX,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-vx2nm6\",className,classNames)} framer-13bavy7`,\"data-border\":true,\"data-framer-name\":\"Button [Default]\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"brlzI9TKk\",onTap:onTap1pc7sz3,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--1vfcgch\":gap1,\"--2tdpnr\":gap3,\"--456cd3\":gap4,\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(230, 230, 232, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",\"--dofoan\":gap2,\"--lhlnjo\":VkxZQkMEC,\"--rmohyg\":gap,backgroundColor:oV7zrnzuy,borderBottomLeftRadius:radiusForCorner(SZQpZ3lk2,3),borderBottomRightRadius:radiusForCorner(SZQpZ3lk2,2),borderTopLeftRadius:radiusForCorner(SZQpZ3lk2,0),borderTopRightRadius:radiusForCorner(SZQpZ3lk2,1),boxShadow:\"var(--lhlnjo)\",opacity:1,...style},variants:{\"baFD2yacz-hover\":{opacity:.6},\"brlzI9TKk-hover\":{opacity:.6},\"brlzI9TKk-pressed\":{opacity:.4},\"db3XtsS8u-hover\":{opacity:.6},\"db3XtsS8u-pressed\":{opacity:.4},\"ElIVFYggM-hover\":{opacity:.6},\"ElIVFYggM-pressed\":{opacity:.6},\"etl4fpbpc-hover\":{opacity:.6},\"fIa5iH8jr-hover\":{opacity:.6},\"fIa5iH8jr-pressed\":{opacity:.4},\"q8xNCFYN7-hover\":{opacity:.6},\"q8xNCFYN7-pressed\":{opacity:.6},\"rMFsVaTQE-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\",opacity:.6},\"rMFsVaTQE-pressed\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\",opacity:.4},\"vsiHndXBA-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\",opacity:.6},\"vsiHndXBA-pressed\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\",opacity:.4},\"W1CuE0sNF-hover\":{opacity:.6},\"w8T9jL2RO-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\",opacity:.6},\"w8T9jL2RO-pressed\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\",opacity:.4},\"x6SChliN_-hover\":{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,opacity:.6},\"x6SChliN_-pressed\":{opacity:.4},fIa5iH8jr:{\"--border-bottom-width\":`${(_ApWhoO21o_borderBottomWidth=ApWhoO21o.borderBottomWidth)!==null&&_ApWhoO21o_borderBottomWidth!==void 0?_ApWhoO21o_borderBottomWidth:ApWhoO21o.borderWidth}px`,\"--border-color\":ApWhoO21o.borderColor,\"--border-left-width\":`${(_ApWhoO21o_borderLeftWidth=ApWhoO21o.borderLeftWidth)!==null&&_ApWhoO21o_borderLeftWidth!==void 0?_ApWhoO21o_borderLeftWidth:ApWhoO21o.borderWidth}px`,\"--border-right-width\":`${(_ApWhoO21o_borderRightWidth=ApWhoO21o.borderRightWidth)!==null&&_ApWhoO21o_borderRightWidth!==void 0?_ApWhoO21o_borderRightWidth:ApWhoO21o.borderWidth}px`,\"--border-style\":ApWhoO21o.borderStyle,\"--border-top-width\":`${(_ApWhoO21o_borderTopWidth=ApWhoO21o.borderTopWidth)!==null&&_ApWhoO21o_borderTopWidth!==void 0?_ApWhoO21o_borderTopWidth:ApWhoO21o.borderWidth}px`},q8xNCFYN7:{\"--border-bottom-width\":`${(_ApWhoO21o_borderBottomWidth1=ApWhoO21o.borderBottomWidth)!==null&&_ApWhoO21o_borderBottomWidth1!==void 0?_ApWhoO21o_borderBottomWidth1:ApWhoO21o.borderWidth}px`,\"--border-color\":ApWhoO21o.borderColor,\"--border-left-width\":`${(_ApWhoO21o_borderLeftWidth1=ApWhoO21o.borderLeftWidth)!==null&&_ApWhoO21o_borderLeftWidth1!==void 0?_ApWhoO21o_borderLeftWidth1:ApWhoO21o.borderWidth}px`,\"--border-right-width\":`${(_ApWhoO21o_borderRightWidth1=ApWhoO21o.borderRightWidth)!==null&&_ApWhoO21o_borderRightWidth1!==void 0?_ApWhoO21o_borderRightWidth1:ApWhoO21o.borderWidth}px`,\"--border-style\":ApWhoO21o.borderStyle,\"--border-top-width\":`${(_ApWhoO21o_borderTopWidth1=ApWhoO21o.borderTopWidth)!==null&&_ApWhoO21o_borderTopWidth1!==void 0?_ApWhoO21o_borderTopWidth1:ApWhoO21o.borderWidth}px`},rMFsVaTQE:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\"},vsiHndXBA:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\"},w8T9jL2RO:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\"},x6SChliN_:{\"--border-bottom-width\":`${(_ApWhoO21o_borderBottomWidth2=ApWhoO21o.borderBottomWidth)!==null&&_ApWhoO21o_borderBottomWidth2!==void 0?_ApWhoO21o_borderBottomWidth2:ApWhoO21o.borderWidth}px`,\"--border-color\":ApWhoO21o.borderColor,\"--border-left-width\":`${(_ApWhoO21o_borderLeftWidth2=ApWhoO21o.borderLeftWidth)!==null&&_ApWhoO21o_borderLeftWidth2!==void 0?_ApWhoO21o_borderLeftWidth2:ApWhoO21o.borderWidth}px`,\"--border-right-width\":`${(_ApWhoO21o_borderRightWidth2=ApWhoO21o.borderRightWidth)!==null&&_ApWhoO21o_borderRightWidth2!==void 0?_ApWhoO21o_borderRightWidth2:ApWhoO21o.borderWidth}px`,\"--border-style\":ApWhoO21o.borderStyle,\"--border-top-width\":`${(_ApWhoO21o_borderTopWidth2=ApWhoO21o.borderTopWidth)!==null&&_ApWhoO21o_borderTopWidth2!==void 0?_ApWhoO21o_borderTopWidth2:ApWhoO21o.borderWidth}px`}},...addPropertyOverrides({\"baFD2yacz-hover\":{\"data-framer-name\":undefined},\"brlzI9TKk-hover\":{\"data-framer-name\":undefined},\"brlzI9TKk-pressed\":{\"data-framer-name\":undefined},\"db3XtsS8u-hover\":{\"data-framer-name\":undefined},\"db3XtsS8u-pressed\":{\"data-framer-name\":undefined},\"ElIVFYggM-hover\":{\"data-framer-name\":undefined},\"ElIVFYggM-pressed\":{\"data-framer-name\":undefined},\"etl4fpbpc-hover\":{\"data-framer-name\":undefined},\"fIa5iH8jr-hover\":{\"data-framer-name\":undefined},\"fIa5iH8jr-pressed\":{\"data-framer-name\":undefined},\"q8xNCFYN7-hover\":{\"data-framer-name\":undefined},\"q8xNCFYN7-pressed\":{\"data-framer-name\":undefined},\"rMFsVaTQE-hover\":{\"data-framer-name\":undefined},\"rMFsVaTQE-pressed\":{\"data-framer-name\":undefined},\"vsiHndXBA-hover\":{\"data-framer-name\":undefined},\"vsiHndXBA-pressed\":{\"data-framer-name\":undefined},\"W1CuE0sNF-hover\":{\"data-framer-name\":undefined},\"w8T9jL2RO-hover\":{\"data-framer-name\":undefined},\"w8T9jL2RO-pressed\":{\"data-framer-name\":undefined},\"x6SChliN_-hover\":{\"data-framer-name\":undefined},\"x6SChliN_-pressed\":{\"data-framer-name\":undefined},baFD2yacz:{\"data-framer-name\":\"Icon [xs]\"},db3XtsS8u:{\"data-framer-name\":\"Button [sm]\"},ElIVFYggM:{\"data-framer-name\":\"Button [xs]\"},etl4fpbpc:{\"data-framer-name\":\"Icon [Default]\"},fIa5iH8jr:{\"data-framer-name\":\"Button [sm Line]\"},q8xNCFYN7:{\"data-framer-name\":\"Button [xs Line]\"},rMFsVaTQE:{\"data-framer-name\":\"Link [Default]\"},vsiHndXBA:{\"data-framer-name\":\"Link [sm]\"},W1CuE0sNF:{\"data-framer-name\":\"Icon [sm]\"},w8T9jL2RO:{\"data-framer-name\":\"Link [xs]\"},x6SChliN_:{\"data-framer-name\":\"Button [Line]\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNjAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-HFfTjmBlq-N3aqufJGc))\"},children:\"Button Label\"})}),className:\"framer-1ydnknd\",\"data-highlight\":true,fonts:[\"GF;Inter Tight-600\"],layoutDependency:layoutDependency,layoutId:\"uu_70W3Uz\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-HFfTjmBlq-N3aqufJGc)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-HFfTjmBlq-N3aqufJGc\":HFfTjmBlq},text:G77f5Yx_v,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({db3XtsS8u:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNjAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-HFfTjmBlq-N3aqufJGc))\"},children:\"Button Label\"})})},ElIVFYggM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNjAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-HFfTjmBlq-N3aqufJGc))\"},children:\"Button Label\"})})},fIa5iH8jr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNjAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-HFfTjmBlq-N3aqufJGc))\"},children:\"Button Label\"})})},q8xNCFYN7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNjAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-HFfTjmBlq-N3aqufJGc))\"},children:\"Button Label\"})})},rMFsVaTQE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-HFfTjmBlq-N3aqufJGc))\"},children:\"Button Label\"})}),fonts:[\"GF;Inter Tight-500\"]},vsiHndXBA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.03em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-HFfTjmBlq-N3aqufJGc))\"},children:\"Button Label\"})}),fonts:[\"GF;Inter Tight-500\"]},w8T9jL2RO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-HFfTjmBlq-N3aqufJGc))\"},children:\"Button Label\"})}),fonts:[\"GF;Inter Tight-500\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mvyzs0\",layoutDependency:layoutDependency,layoutId:\"auW6Z12HY\",children:n9WP3fBIv&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uncnnm-container\",layoutDependency:layoutDependency,layoutId:\"ATklYSyWm-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:HFfTjmBlq,height:\"100%\",iconSearch:\"House\",iconSelection:Vo_oxchYD,id:\"ATklYSyWm\",layoutId:\"ATklYSyWm\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"bold\",width:\"100%\"})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-E76tw.framer-13bavy7, .framer-E76tw .framer-13bavy7 { display: block; }\",\".framer-E76tw.framer-vx2nm6 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 50px; justify-content: center; overflow: visible; padding: 14px 20px 14px 25px; position: relative; text-decoration: none; width: min-content; }\",\".framer-E76tw .framer-1ydnknd { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-E76tw .framer-mvyzs0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-E76tw .framer-1uncnnm-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 19px); position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E76tw.framer-vx2nm6, .framer-E76tw .framer-mvyzs0 { gap: 0px; } .framer-E76tw.framer-vx2nm6 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-E76tw.framer-vx2nm6 > :first-child { margin-left: 0px; } .framer-E76tw.framer-vx2nm6 > :last-child { margin-right: 0px; } .framer-E76tw .framer-mvyzs0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-E76tw .framer-mvyzs0 > :first-child { margin-top: 0px; } .framer-E76tw .framer-mvyzs0 > :last-child { margin-bottom: 0px; } }\",\".framer-E76tw.framer-v-1gejoxr.framer-vx2nm6 { gap: 4px; height: 40px; padding: 9px 12px 9px 16px; }\",\".framer-E76tw.framer-v-1gejoxr .framer-1uncnnm-container, .framer-E76tw.framer-v-15eiq45 .framer-1uncnnm-container, .framer-E76tw.framer-v-6soqa4 .framer-1uncnnm-container { height: var(--framer-aspect-ratio-supported, 14px); width: 14px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E76tw.framer-v-1gejoxr.framer-vx2nm6 { gap: 0px; } .framer-E76tw.framer-v-1gejoxr.framer-vx2nm6 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-E76tw.framer-v-1gejoxr.framer-vx2nm6 > :first-child { margin-left: 0px; } .framer-E76tw.framer-v-1gejoxr.framer-vx2nm6 > :last-child { margin-right: 0px; } }\",\".framer-E76tw.framer-v-15eiq45.framer-vx2nm6 { gap: 4px; height: 40px; padding: 10px 12px 10px 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E76tw.framer-v-15eiq45.framer-vx2nm6 { gap: 0px; } .framer-E76tw.framer-v-15eiq45.framer-vx2nm6 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-E76tw.framer-v-15eiq45.framer-vx2nm6 > :first-child { margin-left: 0px; } .framer-E76tw.framer-v-15eiq45.framer-vx2nm6 > :last-child { margin-right: 0px; } }\",\".framer-E76tw.framer-v-nkmtwj.framer-vx2nm6, .framer-E76tw.framer-v-1ebkd4h.framer-vx2nm6 { gap: 4px; height: 30px; padding: 5px 8px 5px 12px; }\",\".framer-E76tw.framer-v-nkmtwj .framer-1uncnnm-container, .framer-E76tw.framer-v-1ebkd4h .framer-1uncnnm-container { height: var(--framer-aspect-ratio-supported, 12px); width: 12px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E76tw.framer-v-nkmtwj.framer-vx2nm6 { gap: 0px; } .framer-E76tw.framer-v-nkmtwj.framer-vx2nm6 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-E76tw.framer-v-nkmtwj.framer-vx2nm6 > :first-child { margin-left: 0px; } .framer-E76tw.framer-v-nkmtwj.framer-vx2nm6 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E76tw.framer-v-1ebkd4h.framer-vx2nm6 { gap: 0px; } .framer-E76tw.framer-v-1ebkd4h.framer-vx2nm6 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-E76tw.framer-v-1ebkd4h.framer-vx2nm6 > :first-child { margin-left: 0px; } .framer-E76tw.framer-v-1ebkd4h.framer-vx2nm6 > :last-child { margin-right: 0px; } }\",\".framer-E76tw.framer-v-6q7h7r.framer-vx2nm6 { height: min-content; justify-content: flex-start; padding: 0px; }\",\".framer-E76tw.framer-v-6soqa4.framer-vx2nm6 { gap: 4px; height: min-content; justify-content: flex-start; padding: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E76tw.framer-v-6soqa4.framer-vx2nm6 { gap: 0px; } .framer-E76tw.framer-v-6soqa4.framer-vx2nm6 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-E76tw.framer-v-6soqa4.framer-vx2nm6 > :first-child { margin-left: 0px; } .framer-E76tw.framer-v-6soqa4.framer-vx2nm6 > :last-child { margin-right: 0px; } }\",\".framer-E76tw.framer-v-1rl090e.framer-vx2nm6 { gap: 3px; height: min-content; justify-content: flex-start; padding: 0px; }\",\".framer-E76tw.framer-v-1rl090e .framer-1uncnnm-container { aspect-ratio: unset; height: 12px; width: 12px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E76tw.framer-v-1rl090e.framer-vx2nm6 { gap: 0px; } .framer-E76tw.framer-v-1rl090e.framer-vx2nm6 > * { margin: 0px; margin-left: calc(3px / 2); margin-right: calc(3px / 2); } .framer-E76tw.framer-v-1rl090e.framer-vx2nm6 > :first-child { margin-left: 0px; } .framer-E76tw.framer-v-1rl090e.framer-vx2nm6 > :last-child { margin-right: 0px; } }\",\".framer-E76tw.framer-v-n1sjm4.framer-vx2nm6 { height: min-content; padding: 15px; }\",\".framer-E76tw.framer-v-n1sjm4 .framer-1uncnnm-container, .framer-E76tw.framer-v-1xzgzgz .framer-1uncnnm-container { aspect-ratio: unset; height: 22px; width: 22px; }\",\".framer-E76tw.framer-v-1xzgzgz.framer-vx2nm6 { height: min-content; padding: 10px; }\",\".framer-E76tw.framer-v-bg549x.framer-vx2nm6 { height: min-content; padding: 8px; }\",\".framer-E76tw.framer-v-bg549x .framer-1uncnnm-container { aspect-ratio: unset; height: 18px; width: 18px; }\",\".framer-E76tw.framer-v-vx2nm6.hover.framer-vx2nm6, .framer-E76tw.framer-v-1udcvao.hover.framer-vx2nm6 { gap: calc(max(0, var(--rmohyg)) * 1px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E76tw.framer-v-vx2nm6.hover.framer-vx2nm6 { gap: 0px; } .framer-E76tw.framer-v-vx2nm6.hover.framer-vx2nm6 > * { margin: 0px; margin-left: calc(calc(max(0, var(--rmohyg)) * 1px) / 2); margin-right: calc(calc(max(0, var(--rmohyg)) * 1px) / 2); } .framer-E76tw.framer-v-vx2nm6.hover.framer-vx2nm6 > :first-child { margin-left: 0px; } .framer-E76tw.framer-v-vx2nm6.hover.framer-vx2nm6 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E76tw.framer-v-1udcvao.hover.framer-vx2nm6 { gap: 0px; } .framer-E76tw.framer-v-1udcvao.hover.framer-vx2nm6 > * { margin: 0px; margin-left: calc(calc(max(0, var(--rmohyg)) * 1px) / 2); margin-right: calc(calc(max(0, var(--rmohyg)) * 1px) / 2); } .framer-E76tw.framer-v-1udcvao.hover.framer-vx2nm6 > :first-child { margin-left: 0px; } .framer-E76tw.framer-v-1udcvao.hover.framer-vx2nm6 > :last-child { margin-right: 0px; } }\",\".framer-E76tw.framer-v-1gejoxr.hover.framer-vx2nm6, .framer-E76tw.framer-v-15eiq45.hover.framer-vx2nm6, .framer-E76tw.framer-v-nkmtwj.hover.framer-vx2nm6 { gap: calc(max(0, var(--1vfcgch)) * 1px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E76tw.framer-v-1gejoxr.hover.framer-vx2nm6 { gap: 0px; } .framer-E76tw.framer-v-1gejoxr.hover.framer-vx2nm6 > * { margin: 0px; margin-left: calc(calc(max(0, var(--1vfcgch)) * 1px) / 2); margin-right: calc(calc(max(0, var(--1vfcgch)) * 1px) / 2); } .framer-E76tw.framer-v-1gejoxr.hover.framer-vx2nm6 > :first-child { margin-left: 0px; } .framer-E76tw.framer-v-1gejoxr.hover.framer-vx2nm6 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E76tw.framer-v-15eiq45.hover.framer-vx2nm6 { gap: 0px; } .framer-E76tw.framer-v-15eiq45.hover.framer-vx2nm6 > * { margin: 0px; margin-left: calc(calc(max(0, var(--1vfcgch)) * 1px) / 2); margin-right: calc(calc(max(0, var(--1vfcgch)) * 1px) / 2); } .framer-E76tw.framer-v-15eiq45.hover.framer-vx2nm6 > :first-child { margin-left: 0px; } .framer-E76tw.framer-v-15eiq45.hover.framer-vx2nm6 > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E76tw.framer-v-nkmtwj.hover.framer-vx2nm6 { gap: 0px; } .framer-E76tw.framer-v-nkmtwj.hover.framer-vx2nm6 > * { margin: 0px; margin-left: calc(calc(max(0, var(--1vfcgch)) * 1px) / 2); margin-right: calc(calc(max(0, var(--1vfcgch)) * 1px) / 2); } .framer-E76tw.framer-v-nkmtwj.hover.framer-vx2nm6 > :first-child { margin-left: 0px; } .framer-E76tw.framer-v-nkmtwj.hover.framer-vx2nm6 > :last-child { margin-right: 0px; } }\",\".framer-E76tw.framer-v-6q7h7r.hover.framer-vx2nm6 { gap: calc(max(0, var(--dofoan)) * 1px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E76tw.framer-v-6q7h7r.hover.framer-vx2nm6 { gap: 0px; } .framer-E76tw.framer-v-6q7h7r.hover.framer-vx2nm6 > * { margin: 0px; margin-left: calc(calc(max(0, var(--dofoan)) * 1px) / 2); margin-right: calc(calc(max(0, var(--dofoan)) * 1px) / 2); } .framer-E76tw.framer-v-6q7h7r.hover.framer-vx2nm6 > :first-child { margin-left: 0px; } .framer-E76tw.framer-v-6q7h7r.hover.framer-vx2nm6 > :last-child { margin-right: 0px; } }\",\".framer-E76tw.framer-v-6soqa4.hover.framer-vx2nm6 { gap: calc(max(0, var(--2tdpnr)) * 1px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E76tw.framer-v-6soqa4.hover.framer-vx2nm6 { gap: 0px; } .framer-E76tw.framer-v-6soqa4.hover.framer-vx2nm6 > * { margin: 0px; margin-left: calc(calc(max(0, var(--2tdpnr)) * 1px) / 2); margin-right: calc(calc(max(0, var(--2tdpnr)) * 1px) / 2); } .framer-E76tw.framer-v-6soqa4.hover.framer-vx2nm6 > :first-child { margin-left: 0px; } .framer-E76tw.framer-v-6soqa4.hover.framer-vx2nm6 > :last-child { margin-right: 0px; } }\",\".framer-E76tw.framer-v-1rl090e.hover.framer-vx2nm6 { gap: calc(max(0, var(--456cd3)) * 1px); }\",\".framer-E76tw.framer-v-1rl090e.hover .framer-1uncnnm-container, .framer-E76tw.framer-v-1rl090e.pressed .framer-1uncnnm-container, .framer-E76tw.framer-v-n1sjm4.hover .framer-1uncnnm-container, .framer-E76tw.framer-v-1xzgzgz.hover .framer-1uncnnm-container, .framer-E76tw.framer-v-bg549x.hover .framer-1uncnnm-container { aspect-ratio: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-E76tw.framer-v-1rl090e.hover.framer-vx2nm6 { gap: 0px; } .framer-E76tw.framer-v-1rl090e.hover.framer-vx2nm6 > * { margin: 0px; margin-left: calc(calc(max(0, var(--456cd3)) * 1px) / 2); margin-right: calc(calc(max(0, var(--456cd3)) * 1px) / 2); } .framer-E76tw.framer-v-1rl090e.hover.framer-vx2nm6 > :first-child { margin-left: 0px; } .framer-E76tw.framer-v-1rl090e.hover.framer-vx2nm6 > :last-child { margin-right: 0px; } }\",'.framer-E76tw[data-border=\"true\"]::after, .framer-E76tw [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 50\n * @framerIntrinsicWidth 162\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"x6SChliN_\":{\"layout\":[\"auto\",\"fixed\"]},\"db3XtsS8u\":{\"layout\":[\"auto\",\"fixed\"]},\"fIa5iH8jr\":{\"layout\":[\"auto\",\"fixed\"]},\"ElIVFYggM\":{\"layout\":[\"auto\",\"fixed\"]},\"q8xNCFYN7\":{\"layout\":[\"auto\",\"fixed\"]},\"rMFsVaTQE\":{\"layout\":[\"auto\",\"auto\"]},\"vsiHndXBA\":{\"layout\":[\"auto\",\"auto\"]},\"w8T9jL2RO\":{\"layout\":[\"auto\",\"auto\"]},\"etl4fpbpc\":{\"layout\":[\"auto\",\"auto\"]},\"W1CuE0sNF\":{\"layout\":[\"auto\",\"auto\"]},\"baFD2yacz\":{\"layout\":[\"auto\",\"auto\"]},\"qsYWCC5nc\":{\"layout\":[\"auto\",\"fixed\"]},\"fpJC8kRVR\":{\"layout\":[\"auto\",\"fixed\"]},\"wSp4RswMv\":{\"layout\":[\"auto\",\"fixed\"]},\"PIJ2M09Dg\":{\"layout\":[\"auto\",\"fixed\"]},\"uDuG19mwi\":{\"layout\":[\"auto\",\"fixed\"]},\"ejLZfMI4a\":{\"layout\":[\"auto\",\"fixed\"]},\"CqsKCSokU\":{\"layout\":[\"auto\",\"fixed\"]},\"LJJhIX6NI\":{\"layout\":[\"auto\",\"fixed\"]},\"L0XEqgmb1\":{\"layout\":[\"auto\",\"fixed\"]},\"Tp02kfMn0\":{\"layout\":[\"auto\",\"fixed\"]},\"gmZjTfIK9\":{\"layout\":[\"auto\",\"fixed\"]},\"oFLXtxp0c\":{\"layout\":[\"auto\",\"fixed\"]},\"J473zeCLy\":{\"layout\":[\"auto\",\"auto\"]},\"gicORKgs7\":{\"layout\":[\"auto\",\"auto\"]},\"U2PRBcGCR\":{\"layout\":[\"auto\",\"auto\"]},\"gtcHKZgNr\":{\"layout\":[\"auto\",\"auto\"]},\"bVJQWW7WQ\":{\"layout\":[\"auto\",\"auto\"]},\"nYSBlBn42\":{\"layout\":[\"auto\",\"auto\"]},\"OnnKAXhdi\":{\"layout\":[\"auto\",\"auto\"]},\"f64YM1gNP\":{\"layout\":[\"auto\",\"auto\"]},\"b__x1u28E\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"G77f5Yx_v\":\"buttonText\",\"U1Kbkgydv\":\"link\",\"ey7w8muFX\":\"newTab\",\"oV7zrnzuy\":\"buttonColor\",\"HFfTjmBlq\":\"buttonTextColor\",\"VkxZQkMEC\":\"shadow\",\"n9WP3fBIv\":\"showIcon\",\"Vo_oxchYD\":\"iconName\",\"ApWhoO21o\":\"border\",\"SZQpZ3lk2\":\"radius\",\"WM2TpCryl\":\"iconAnimation\",\"nSQvgmbyz\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerN3aqufJGc=withCSS(Component,css,\"framer-E76tw\");export default FramerN3aqufJGc;FramerN3aqufJGc.displayName=\"Button 8\";FramerN3aqufJGc.defaultProps={height:50,width:162};addPropertyControls(FramerN3aqufJGc,{variant:{options:[\"brlzI9TKk\",\"x6SChliN_\",\"db3XtsS8u\",\"fIa5iH8jr\",\"ElIVFYggM\",\"q8xNCFYN7\",\"rMFsVaTQE\",\"vsiHndXBA\",\"w8T9jL2RO\",\"etl4fpbpc\",\"W1CuE0sNF\",\"baFD2yacz\"],optionTitles:[\"Button [Default]\",\"Button [Line]\",\"Button [sm]\",\"Button [sm Line]\",\"Button [xs]\",\"Button [xs Line]\",\"Link [Default]\",\"Link [sm]\",\"Link [xs]\",\"Icon [Default]\",\"Icon [sm]\",\"Icon [xs]\"],title:\"Variant\",type:ControlType.Enum},G77f5Yx_v:{defaultValue:\"Button Label\",displayTextArea:false,placeholder:\"\",title:\"Button Text\",type:ControlType.String},U1Kbkgydv:{title:\"Link\",type:ControlType.Link},ey7w8muFX:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},oV7zrnzuy:{defaultValue:'var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255)) /* {\"name\":\"White/Gray 950 [Dynamic]\"} */',title:\"Button Color\",type:ControlType.Color},HFfTjmBlq:{defaultValue:'var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11)) /* {\"name\":\"Gray 950 [Dynamic]\"} */',title:\"Button Text Color\",type:ControlType.Color},VkxZQkMEC:{defaultValue:[{blur:3,color:\"rgba(9, 9, 11, 0.15)\",diffusion:.25,focus:.5,inset:false,spread:0,type:\"realistic\",x:0,y:10}],title:\"Shadow\",type:ControlType.BoxShadow},n9WP3fBIv:{defaultValue:true,title:\"Show Icon\",type:ControlType.Boolean},Vo_oxchYD:(Phosphor1Controls===null||Phosphor1Controls===void 0?void 0:Phosphor1Controls[\"iconSelection\"])&&{...Phosphor1Controls[\"iconSelection\"],defaultValue:\"CaretRight\",description:undefined,hidden:undefined,title:\"Icon Name\"},ApWhoO21o:{defaultValue:{borderColor:'var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231)) /* {\"name\":\"Gray 200 [Dynamic]\"} */',borderStyle:\"solid\",borderWidth:1},title:\"Border\",type:ControlType.Border},SZQpZ3lk2:{defaultValue:10,title:\"Radius\",type:ControlType.Number},WM2TpCryl:{defaultValue:false,title:\"Icon Animation\",type:ControlType.Boolean},nSQvgmbyz:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerN3aqufJGc,[{explicitInter:true,fonts:[{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mj0QiqWSRToK8EPg.woff2\",weight:\"600\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qWSRToK8EPg.woff2\",weight:\"500\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerN3aqufJGc\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"162\",\"framerVariables\":\"{\\\"G77f5Yx_v\\\":\\\"buttonText\\\",\\\"U1Kbkgydv\\\":\\\"link\\\",\\\"ey7w8muFX\\\":\\\"newTab\\\",\\\"oV7zrnzuy\\\":\\\"buttonColor\\\",\\\"HFfTjmBlq\\\":\\\"buttonTextColor\\\",\\\"VkxZQkMEC\\\":\\\"shadow\\\",\\\"n9WP3fBIv\\\":\\\"showIcon\\\",\\\"Vo_oxchYD\\\":\\\"iconName\\\",\\\"ApWhoO21o\\\":\\\"border\\\",\\\"SZQpZ3lk2\\\":\\\"radius\\\",\\\"WM2TpCryl\\\":\\\"iconAnimation\\\",\\\"nSQvgmbyz\\\":\\\"tap\\\"}\",\"framerIntrinsicHeight\":\"50\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"x6SChliN_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"db3XtsS8u\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"fIa5iH8jr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"ElIVFYggM\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"q8xNCFYN7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"rMFsVaTQE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"vsiHndXBA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"w8T9jL2RO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"etl4fpbpc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"W1CuE0sNF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"baFD2yacz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"qsYWCC5nc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"fpJC8kRVR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"wSp4RswMv\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"PIJ2M09Dg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"uDuG19mwi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"ejLZfMI4a\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"CqsKCSokU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"LJJhIX6NI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"L0XEqgmb1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"Tp02kfMn0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"gmZjTfIK9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"oFLXtxp0c\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"J473zeCLy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gicORKgs7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"U2PRBcGCR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gtcHKZgNr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bVJQWW7WQ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nYSBlBn42\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"OnnKAXhdi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"f64YM1gNP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"b__x1u28E\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./N3aqufJGc.map", "// Generated by Framer (f318921)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Badge from\"https://framerusercontent.com/modules/hKdE4BSlco24yloavHaF/kOmeBKlsQb0A6s0EUCCB/ZC6oaTVqt.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import Button8 from\"https://framerusercontent.com/modules/dOLnnZig5MxyDBmn9jVz/mLyFWscTpsbSAEzxOuBR/N3aqufJGc.js\";const BadgeFonts=getFonts(Badge);const PhosphorFonts=getFonts(Phosphor);const Button8Fonts=getFonts(Button8);const enabledGestures={Sq1d6NoOQ:{hover:true}};const cycleOrder=[\"Sq1d6NoOQ\",\"CK8HBYFCJ\"];const serializationHash=\"framer-6EQ0P\";const variantClassNames={CK8HBYFCJ:\"framer-v-k0tk8\",Sq1d6NoOQ:\"framer-v-1u5njbb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Default [Boxed]\":\"CK8HBYFCJ\",Default:\"Sq1d6NoOQ\"};const getProps=({boxedBGColor,boxedBorder,boxedShadow,category,date,dateColor,height,id,image,link,linkColor,postTitle,readMoreLabel,showCategory,showReadMore,titleColor,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_ref6,_ref7,_ref8,_humanReadableVariantMap_props_variant,_ref9,_ref10,_ref11,_ref12,_ref13;return{...props,D8ZjNMqJ8:(_ref=boxedBGColor!==null&&boxedBGColor!==void 0?boxedBGColor:props.D8ZjNMqJ8)!==null&&_ref!==void 0?_ref:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",K32jyJoss:(_ref1=dateColor!==null&&dateColor!==void 0?dateColor:props.K32jyJoss)!==null&&_ref1!==void 0?_ref1:\"var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122))\",l0yhiX4JF:(_ref2=readMoreLabel!==null&&readMoreLabel!==void 0?readMoreLabel:props.l0yhiX4JF)!==null&&_ref2!==void 0?_ref2:\"Button Label\",laMAzvWOM:(_ref3=postTitle!==null&&postTitle!==void 0?postTitle:props.laMAzvWOM)!==null&&_ref3!==void 0?_ref3:\"Enter post title\",mhDzny53S:(_ref4=showReadMore!==null&&showReadMore!==void 0?showReadMore:props.mhDzny53S)!==null&&_ref4!==void 0?_ref4:true,NYi0Dwzp4:(_ref5=showCategory!==null&&showCategory!==void 0?showCategory:props.NYi0Dwzp4)!==null&&_ref5!==void 0?_ref5:true,nzU4KVHxN:(_ref6=date!==null&&date!==void 0?date:props.nzU4KVHxN)!==null&&_ref6!==void 0?_ref6:\"Post Date\",OEKtoSZNW:(_ref7=image!==null&&image!==void 0?image:props.OEKtoSZNW)!==null&&_ref7!==void 0?_ref7:{src:\"https://framerusercontent.com/images/vMXiBrmLtmS7YbASMvE0EYlM1Gw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/vMXiBrmLtmS7YbASMvE0EYlM1Gw.png?scale-down-to=512 512w,https://framerusercontent.com/images/vMXiBrmLtmS7YbASMvE0EYlM1Gw.png 800w\"},SGszvGd6l:(_ref8=titleColor!==null&&titleColor!==void 0?titleColor:props.SGszvGd6l)!==null&&_ref8!==void 0?_ref8:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",variant:(_ref9=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref9!==void 0?_ref9:\"Sq1d6NoOQ\",VeFpn_fhW:(_ref10=boxedBorder!==null&&boxedBorder!==void 0?boxedBorder:props.VeFpn_fhW)!==null&&_ref10!==void 0?_ref10:{borderColor:'var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231)) /* {\"name\":\"Gray 200 [Dynamic]\"} */',borderStyle:\"solid\",borderWidth:1},vg3VrUruq:(_ref11=linkColor!==null&&linkColor!==void 0?linkColor:props.vg3VrUruq)!==null&&_ref11!==void 0?_ref11:\"var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11))\",WnuXjpPb7:(_ref12=boxedShadow!==null&&boxedShadow!==void 0?boxedShadow:props.WnuXjpPb7)!==null&&_ref12!==void 0?_ref12:[{blur:5,color:\"rgba(0, 0, 0, 0.15)\",diffusion:.25,focus:.5,inset:false,spread:0,type:\"realistic\",x:0,y:10}],WOt2qFYsZ:(_ref13=category!==null&&category!==void 0?category:props.WOt2qFYsZ)!==null&&_ref13!==void 0?_ref13:\"Category\",xBh21cc1K:link!==null&&link!==void 0?link:props.xBh21cc1K};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,OEKtoSZNW,laMAzvWOM,SGszvGd6l,NYi0Dwzp4,WOt2qFYsZ,nzU4KVHxN,K32jyJoss,mhDzny53S,l0yhiX4JF,xBh21cc1K,D8ZjNMqJ8,VeFpn_fhW,WnuXjpPb7,vg3VrUruq,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Sq1d6NoOQ\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();var _VeFpn_fhW_borderBottomWidth,_VeFpn_fhW_borderLeftWidth,_VeFpn_fhW_borderRightWidth,_VeFpn_fhW_borderTopWidth;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1u5njbb\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"Sq1d6NoOQ\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--15xr2ok\":WnuXjpPb7,\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,boxShadow:\"none\",opacity:1,...style},variants:{\"Sq1d6NoOQ-hover\":{opacity:.8},CK8HBYFCJ:{\"--border-bottom-width\":`${(_VeFpn_fhW_borderBottomWidth=VeFpn_fhW.borderBottomWidth)!==null&&_VeFpn_fhW_borderBottomWidth!==void 0?_VeFpn_fhW_borderBottomWidth:VeFpn_fhW.borderWidth}px`,\"--border-color\":VeFpn_fhW.borderColor,\"--border-left-width\":`${(_VeFpn_fhW_borderLeftWidth=VeFpn_fhW.borderLeftWidth)!==null&&_VeFpn_fhW_borderLeftWidth!==void 0?_VeFpn_fhW_borderLeftWidth:VeFpn_fhW.borderWidth}px`,\"--border-right-width\":`${(_VeFpn_fhW_borderRightWidth=VeFpn_fhW.borderRightWidth)!==null&&_VeFpn_fhW_borderRightWidth!==void 0?_VeFpn_fhW_borderRightWidth:VeFpn_fhW.borderWidth}px`,\"--border-style\":VeFpn_fhW.borderStyle,\"--border-top-width\":`${(_VeFpn_fhW_borderTopWidth=VeFpn_fhW.borderTopWidth)!==null&&_VeFpn_fhW_borderTopWidth!==void 0?_VeFpn_fhW_borderTopWidth:VeFpn_fhW.borderWidth}px`,backgroundColor:D8ZjNMqJ8,borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"var(--15xr2ok)\"}},...addPropertyOverrides({\"Sq1d6NoOQ-hover\":{\"data-framer-name\":undefined},CK8HBYFCJ:{\"data-border\":true,\"data-framer-name\":\"Default [Boxed]\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:xBh21cc1K,nodeId:\"CiGYNPz9B\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(OEKtoSZNW)},className:\"framer-1plfg2m framer-1ooxcsl\",layoutDependency:layoutDependency,layoutId:\"CiGYNPz9B\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},...addPropertyOverrides({CK8HBYFCJ:{background:{alt:\"\",fit:\"fill\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px)`,...toResponsiveImage(OEKtoSZNW)}}},baseVariant,gestureVariant),children:NYi0Dwzp4&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-185236w-container\",layoutDependency:layoutDependency,layoutId:\"eZKOiH_uf-container\",children:/*#__PURE__*/_jsx(Badge,{C_fTzd5lR:{borderColor:'var(--token-408e9ffb-f435-48c7-a9ff-2c04fe742fc2, rgb(228, 228, 231)) /* {\"name\":\"Gray 200\"} */',borderStyle:\"solid\",borderWidth:0},height:\"100%\",id:\"eZKOiH_uf\",iXsfVjsEM:\"rgba(255, 255, 255, 0.7)\",JPO2n74ig:100,layoutId:\"eZKOiH_uf\",Lsu1xrgI3:\"var(--token-963ba7ff-1506-4ab8-a9bc-332b05614e66, rgb(9, 9, 11))\",p4KdNyw2A:10,variant:\"Qy1b_vjYv\",width:\"100%\",XGtDHEUvE:WOt2qFYsZ})})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-z1bome\",layoutDependency:layoutDependency,layoutId:\"B9UNXOXhE\",children:[/*#__PURE__*/_jsx(Link,{href:xBh21cc1K,nodeId:\"Kd7yXViVA\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-p6aurj framer-1ooxcsl\",layoutDependency:layoutDependency,layoutId:\"Kd7yXViVA\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNjAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--variable-reference-SGszvGd6l-NDfyWUwvX))\"},children:\"Enter post title\"})}),className:\"framer-1ls5vfg\",fonts:[\"GF;Plus Jakarta Sans-600\"],layoutDependency:layoutDependency,layoutId:\"Zm0p_uahx\",style:{\"--extracted-1lwpl3i\":\"var(--variable-reference-SGszvGd6l-NDfyWUwvX)\",\"--variable-reference-SGszvGd6l-NDfyWUwvX\":SGszvGd6l},text:laMAzvWOM,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-75cvh3\",layoutDependency:layoutDependency,layoutId:\"B6TmL6Aco\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-igteta\",layoutDependency:layoutDependency,layoutId:\"bEv5Ay0px\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gm8bbg-container\",layoutDependency:layoutDependency,layoutId:\"eYFfDS5Q2-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:K32jyJoss,height:\"100%\",iconSearch:\"House\",iconSelection:\"CalendarBlank\",id:\"eYFfDS5Q2\",layoutId:\"eYFfDS5Q2\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"1.8em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-K32jyJoss-NDfyWUwvX))\"},children:\"Post Date\"})}),className:\"framer-i1t9ke\",fonts:[\"GF;Inter Tight-regular\"],layoutDependency:layoutDependency,layoutId:\"fkRig1n3k\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-K32jyJoss-NDfyWUwvX)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-K32jyJoss-NDfyWUwvX\":K32jyJoss},text:nzU4KVHxN,verticalAlignment:\"top\",withExternalLayout:true})]}),mhDzny53S&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x9471b-container\",layoutDependency:layoutDependency,layoutId:\"JozT8HOp3-container\",children:/*#__PURE__*/_jsx(Button8,{ApWhoO21o:{borderColor:'var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231)) /* {\"name\":\"Gray 200 [Dynamic]\"} */',borderStyle:\"solid\",borderWidth:1},ey7w8muFX:false,G77f5Yx_v:l0yhiX4JF,height:\"100%\",HFfTjmBlq:vg3VrUruq,id:\"JozT8HOp3\",layoutId:\"JozT8HOp3\",n9WP3fBIv:true,oV7zrnzuy:\"var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255))\",SZQpZ3lk2:10,U1Kbkgydv:xBh21cc1K,variant:\"brlzI9TKk\",VkxZQkMEC:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(9, 9, 11, 0.10798), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(9, 9, 11, 0.09534), 0px 10px 10px -3.75px rgba(9, 9, 11, 0.0375)\",Vo_oxchYD:\"CaretRight\",width:\"100%\",WM2TpCryl:false})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6EQ0P.framer-1ooxcsl, .framer-6EQ0P .framer-1ooxcsl { display: block; }\",\".framer-6EQ0P.framer-1u5njbb { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 400px; }\",\".framer-6EQ0P .framer-1plfg2m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 280px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-6EQ0P .framer-185236w-container { flex: none; height: auto; position: absolute; right: 20px; top: 20px; width: auto; z-index: 1; }\",\".framer-6EQ0P .framer-z1bome { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 20px; position: relative; width: 100%; }\",\".framer-6EQ0P .framer-p6aurj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-6EQ0P .framer-1ls5vfg { flex: 1 0 0px; height: auto; max-width: 700px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-6EQ0P .framer-75cvh3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6EQ0P .framer-igteta { align-content: center; align-items: center; cursor: default; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 21px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 28px; }\",\".framer-6EQ0P .framer-gm8bbg-container { flex: none; height: 21px; position: relative; width: 65%; }\",\".framer-6EQ0P .framer-i1t9ke { flex: none; height: auto; max-width: 650px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-6EQ0P .framer-1x9471b-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6EQ0P.framer-1u5njbb, .framer-6EQ0P .framer-1plfg2m, .framer-6EQ0P .framer-z1bome, .framer-6EQ0P .framer-p6aurj { gap: 0px; } .framer-6EQ0P.framer-1u5njbb > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-6EQ0P.framer-1u5njbb > :first-child, .framer-6EQ0P .framer-1plfg2m > :first-child, .framer-6EQ0P .framer-z1bome > :first-child { margin-top: 0px; } .framer-6EQ0P.framer-1u5njbb > :last-child, .framer-6EQ0P .framer-1plfg2m > :last-child, .framer-6EQ0P .framer-z1bome > :last-child { margin-bottom: 0px; } .framer-6EQ0P .framer-1plfg2m > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-6EQ0P .framer-z1bome > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-6EQ0P .framer-p6aurj > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-6EQ0P .framer-p6aurj > :first-child { margin-left: 0px; } .framer-6EQ0P .framer-p6aurj > :last-child { margin-right: 0px; } }\",\".framer-6EQ0P.framer-v-k0tk8.framer-1u5njbb { cursor: unset; gap: 2px; justify-content: center; overflow: visible; padding: 20px; }\",\".framer-6EQ0P.framer-v-k0tk8 .framer-z1bome { padding: 20px 0px 20px 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6EQ0P.framer-v-k0tk8.framer-1u5njbb { gap: 0px; } .framer-6EQ0P.framer-v-k0tk8.framer-1u5njbb > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-6EQ0P.framer-v-k0tk8.framer-1u5njbb > :first-child { margin-top: 0px; } .framer-6EQ0P.framer-v-k0tk8.framer-1u5njbb > :last-child { margin-bottom: 0px; } }\",'.framer-6EQ0P[data-border=\"true\"]::after, .framer-6EQ0P [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 399.5\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"CK8HBYFCJ\":{\"layout\":[\"fixed\",\"auto\"]},\"MMuKDFPYz\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"OEKtoSZNW\":\"image\",\"laMAzvWOM\":\"postTitle\",\"SGszvGd6l\":\"titleColor\",\"NYi0Dwzp4\":\"showCategory\",\"WOt2qFYsZ\":\"category\",\"nzU4KVHxN\":\"date\",\"K32jyJoss\":\"dateColor\",\"mhDzny53S\":\"showReadMore\",\"l0yhiX4JF\":\"readMoreLabel\",\"xBh21cc1K\":\"link\",\"D8ZjNMqJ8\":\"boxedBGColor\",\"VeFpn_fhW\":\"boxedBorder\",\"WnuXjpPb7\":\"boxedShadow\",\"vg3VrUruq\":\"linkColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNDfyWUwvX=withCSS(Component,css,\"framer-6EQ0P\");export default FramerNDfyWUwvX;FramerNDfyWUwvX.displayName=\"Blog/Single\";FramerNDfyWUwvX.defaultProps={height:399.5,width:400};addPropertyControls(FramerNDfyWUwvX,{variant:{options:[\"Sq1d6NoOQ\",\"CK8HBYFCJ\"],optionTitles:[\"Default\",\"Default [Boxed]\"],title:\"Variant\",type:ControlType.Enum},OEKtoSZNW:{__defaultAssetReference:\"data:framer/asset-reference,vMXiBrmLtmS7YbASMvE0EYlM1Gw.png?originalFilename=blog-image-1.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},laMAzvWOM:{defaultValue:\"Enter post title\",displayTextArea:false,title:\"Post Title\",type:ControlType.String},SGszvGd6l:{defaultValue:'var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11)) /* {\"name\":\"Gray 950 [Dynamic]\"} */',title:\"Title Color\",type:ControlType.Color},NYi0Dwzp4:{defaultValue:true,title:\"Show Category\",type:ControlType.Boolean},WOt2qFYsZ:{defaultValue:\"Category\",displayTextArea:false,title:\"Category\",type:ControlType.String},nzU4KVHxN:{defaultValue:\"Post Date\",displayTextArea:false,title:\"Date\",type:ControlType.String},K32jyJoss:{defaultValue:'var(--token-fd54a91d-2c97-4609-acbc-244da5b6b983, rgb(113, 113, 122)) /* {\"name\":\"Gray 500 [Dynamic]\"} */',title:\"Date Color\",type:ControlType.Color},mhDzny53S:{defaultValue:true,title:\"Show Read More\",type:ControlType.Boolean},l0yhiX4JF:{defaultValue:\"Button Label\",displayTextArea:false,placeholder:\"\",title:\"Read More Label\",type:ControlType.String},xBh21cc1K:{title:\"Link\",type:ControlType.Link},D8ZjNMqJ8:{defaultValue:'var(--token-2b0e18bf-9e9a-4016-bdfc-5769700a5529, rgb(255, 255, 255)) /* {\"name\":\"Light/Dark [Dynamic]\"} */',title:\"Boxed BG Color\",type:ControlType.Color},VeFpn_fhW:{defaultValue:{borderColor:'var(--token-31213cc7-db87-4df4-8209-e72c8adb68fb, rgb(228, 228, 231)) /* {\"name\":\"Gray 200 [Dynamic]\"} */',borderStyle:\"solid\",borderWidth:1},title:\"Boxed Border\",type:ControlType.Border},WnuXjpPb7:{defaultValue:[{blur:5,color:\"rgba(0, 0, 0, 0.15)\",diffusion:.25,focus:.5,inset:false,spread:0,type:\"realistic\",x:0,y:10}],title:\"Boxed Shadow\",type:ControlType.BoxShadow},vg3VrUruq:{defaultValue:'var(--token-de5448c6-98bb-4403-96cd-7fe86bf2daa6, rgb(9, 9, 11)) /* {\"name\":\"Gray 950 [Dynamic]\"} */',title:\"Link Color\",type:ControlType.Color}});addFonts(FramerNDfyWUwvX,[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNTxXUEKi4Rw.woff2\",weight:\"600\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qWSRToK8EPg.woff2\",weight:\"400\"}]},...BadgeFonts,...PhosphorFonts,...Button8Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNDfyWUwvX\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"OEKtoSZNW\\\":\\\"image\\\",\\\"laMAzvWOM\\\":\\\"postTitle\\\",\\\"SGszvGd6l\\\":\\\"titleColor\\\",\\\"NYi0Dwzp4\\\":\\\"showCategory\\\",\\\"WOt2qFYsZ\\\":\\\"category\\\",\\\"nzU4KVHxN\\\":\\\"date\\\",\\\"K32jyJoss\\\":\\\"dateColor\\\",\\\"mhDzny53S\\\":\\\"showReadMore\\\",\\\"l0yhiX4JF\\\":\\\"readMoreLabel\\\",\\\"xBh21cc1K\\\":\\\"link\\\",\\\"D8ZjNMqJ8\\\":\\\"boxedBGColor\\\",\\\"VeFpn_fhW\\\":\\\"boxedBorder\\\",\\\"WnuXjpPb7\\\":\\\"boxedShadow\\\",\\\"vg3VrUruq\\\":\\\"linkColor\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"399.5\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CK8HBYFCJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MMuKDFPYz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NDfyWUwvX.map", "// Generated by Framer (c07a8c1)\nexport const props={l4MPug8zt:{borderRadius:15,bottomLeftRadius:15,bottomRightRadius:15,darkTheme:\"framerDark\",font:{fontFamily:'\"Fragment Mono\", monospace',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1.5em\"},isMixedBorderRadius:false,lightTheme:\"framerLight\",padding:30,paddingBottom:30,paddingLeft:30,paddingPerSide:false,paddingRight:30,paddingTop:30,theme:\"framerDark\",themeMode:\"Static\",topLeftRadius:15,topRightRadius:15},lMT01hHl9:{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,isMixedBorderRadius:false,isRed:true,topLeftRadius:0,topRightRadius:0}};export const fonts={l4MPug8zt:[{explicitInter:true,fonts:[{family:\"Fragment Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/fragmentmono/v4/4iCr6K5wfMRRjxp0DA6-2CLnN4FNh4UI_1U.woff2\",weight:\"400\"}]}]};\nexport const __FramerMetadata__ = {\"exports\":{\"props\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6807895)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-SemiBold\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-SemiBoldItalic\"]);export const fonts=[{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.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://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.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://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.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://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.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://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/vxBnBhH8768IFAXAb4Qf6wQHKs.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/zSsEuoJdh8mcFVk976C05ZfQr8.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/b8ezwLrN7h2AUoPEENcsTMVJ0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/mvNEIBLyHbscgHtwfsByjXUz3XY.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/6FI2EneKzM3qBy5foOZXey7coCA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/qrVgiXNd6RuQjETYQiVQ9nqCk.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/NHHeAKJVP0ZWHk5YZnQQChIsBM.woff2\",weight:\"600\"}]}];export const css=['.framer-NXrK2 .framer-styles-preset-10wnndo:not(.rich-text-wrapper), .framer-NXrK2 .framer-styles-preset-10wnndo.rich-text-wrapper h6 { --framer-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.02em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-NXrK2\";\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 (f318921)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-semibold\",\"FS;Poppins-black\",\"FS;Poppins-black italic\",\"FS;Poppins-semibold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/E6J4GS76KHNRRUWODFCFOX2JRKNRSFVY/3GYVT5S4AH7VMPASDDKOTIPV6P3WJXGI/24R4YOH3G2SFDSTCNHOVGYEX3DMRC3CE.woff2\",weight:\"600\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/22GWRXQXMICIWABQXFWKIWZIILKO5JDJ/2BBKMSVLV5CSDOZ7HEEECOTKPOVVJOC3/RNFY4UJD36462ZMGEIC5I7KNE73BPOAU.woff2\",weight:\"900\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2PWH5ACYHQEXIHGDLY5OWYMAC3F65AK5/OD6JOLYDRZZOKZGAPOMF7QEWPC5DTZS6/F5IVXJVPQ2DIFNG5HQZ7NI5VG7P7VDLV.woff2\",weight:\"900\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/UIZNW6TUIPHAJY7PGO5Z3D35Q2C3IESY/VMTPLIFREYY73Z7SYHLS2AWXATFX2ZHJ/3Y2FFVDRGJIJT6SO3BLMSB5PFJTFIJG2.woff2\",weight:\"600\"}]}];export const css=['.framer-dIFJN .framer-styles-preset-1j1zoxi:not(.rich-text-wrapper), .framer-dIFJN .framer-styles-preset-1j1zoxi.rich-text-wrapper h3 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0px; --framer-line-height: 1.5em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-e36f0358-aec3-435d-a318-33c237ced914, #004737); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-dIFJN .framer-styles-preset-1j1zoxi:not(.rich-text-wrapper), .framer-dIFJN .framer-styles-preset-1j1zoxi.rich-text-wrapper h3 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0px; --framer-line-height: 1.5em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-e36f0358-aec3-435d-a318-33c237ced914, #004737); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-dIFJN .framer-styles-preset-1j1zoxi:not(.rich-text-wrapper), .framer-dIFJN .framer-styles-preset-1j1zoxi.rich-text-wrapper h3 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0px; --framer-line-height: 1.5em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-e36f0358-aec3-435d-a318-33c237ced914, #004737); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-dIFJN\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f318921)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-semibold\",\"FS;Poppins-black\",\"FS;Poppins-black italic\",\"FS;Poppins-semibold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/E6J4GS76KHNRRUWODFCFOX2JRKNRSFVY/3GYVT5S4AH7VMPASDDKOTIPV6P3WJXGI/24R4YOH3G2SFDSTCNHOVGYEX3DMRC3CE.woff2\",weight:\"600\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/22GWRXQXMICIWABQXFWKIWZIILKO5JDJ/2BBKMSVLV5CSDOZ7HEEECOTKPOVVJOC3/RNFY4UJD36462ZMGEIC5I7KNE73BPOAU.woff2\",weight:\"900\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2PWH5ACYHQEXIHGDLY5OWYMAC3F65AK5/OD6JOLYDRZZOKZGAPOMF7QEWPC5DTZS6/F5IVXJVPQ2DIFNG5HQZ7NI5VG7P7VDLV.woff2\",weight:\"900\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/UIZNW6TUIPHAJY7PGO5Z3D35Q2C3IESY/VMTPLIFREYY73Z7SYHLS2AWXATFX2ZHJ/3Y2FFVDRGJIJT6SO3BLMSB5PFJTFIJG2.woff2\",weight:\"600\"}]}];export const css=['.framer-TB7Mb .framer-styles-preset-127ycib:not(.rich-text-wrapper), .framer-TB7Mb .framer-styles-preset-127ycib.rich-text-wrapper h2 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-e36f0358-aec3-435d-a318-33c237ced914, #004737); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-TB7Mb .framer-styles-preset-127ycib:not(.rich-text-wrapper), .framer-TB7Mb .framer-styles-preset-127ycib.rich-text-wrapper h2 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-e36f0358-aec3-435d-a318-33c237ced914, #004737); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-TB7Mb .framer-styles-preset-127ycib:not(.rich-text-wrapper), .framer-TB7Mb .framer-styles-preset-127ycib.rich-text-wrapper h2 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-e36f0358-aec3-435d-a318-33c237ced914, #004737); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-TB7Mb\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f318921)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-semibold\",\"FS;Poppins-black\",\"FS;Poppins-black italic\",\"FS;Poppins-semibold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/E6J4GS76KHNRRUWODFCFOX2JRKNRSFVY/3GYVT5S4AH7VMPASDDKOTIPV6P3WJXGI/24R4YOH3G2SFDSTCNHOVGYEX3DMRC3CE.woff2\",weight:\"600\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/22GWRXQXMICIWABQXFWKIWZIILKO5JDJ/2BBKMSVLV5CSDOZ7HEEECOTKPOVVJOC3/RNFY4UJD36462ZMGEIC5I7KNE73BPOAU.woff2\",weight:\"900\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2PWH5ACYHQEXIHGDLY5OWYMAC3F65AK5/OD6JOLYDRZZOKZGAPOMF7QEWPC5DTZS6/F5IVXJVPQ2DIFNG5HQZ7NI5VG7P7VDLV.woff2\",weight:\"900\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/UIZNW6TUIPHAJY7PGO5Z3D35Q2C3IESY/VMTPLIFREYY73Z7SYHLS2AWXATFX2ZHJ/3Y2FFVDRGJIJT6SO3BLMSB5PFJTFIJG2.woff2\",weight:\"600\"}]}];export const css=['.framer-W17r1 .framer-styles-preset-15jp47c:not(.rich-text-wrapper), .framer-W17r1 .framer-styles-preset-15jp47c.rich-text-wrapper h4 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0px; --framer-line-height: 1.5em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-e36f0358-aec3-435d-a318-33c237ced914, #004737); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-W17r1 .framer-styles-preset-15jp47c:not(.rich-text-wrapper), .framer-W17r1 .framer-styles-preset-15jp47c.rich-text-wrapper h4 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0px; --framer-line-height: 1.5em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-e36f0358-aec3-435d-a318-33c237ced914, #004737); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-W17r1 .framer-styles-preset-15jp47c:not(.rich-text-wrapper), .framer-W17r1 .framer-styles-preset-15jp47c.rich-text-wrapper h4 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0px; --framer-line-height: 1.5em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-e36f0358-aec3-435d-a318-33c237ced914, #004737); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-W17r1\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f318921)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-semibold\",\"FS;Poppins-black\",\"FS;Poppins-black italic\",\"FS;Poppins-semibold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/E6J4GS76KHNRRUWODFCFOX2JRKNRSFVY/3GYVT5S4AH7VMPASDDKOTIPV6P3WJXGI/24R4YOH3G2SFDSTCNHOVGYEX3DMRC3CE.woff2\",weight:\"600\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/22GWRXQXMICIWABQXFWKIWZIILKO5JDJ/2BBKMSVLV5CSDOZ7HEEECOTKPOVVJOC3/RNFY4UJD36462ZMGEIC5I7KNE73BPOAU.woff2\",weight:\"900\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2PWH5ACYHQEXIHGDLY5OWYMAC3F65AK5/OD6JOLYDRZZOKZGAPOMF7QEWPC5DTZS6/F5IVXJVPQ2DIFNG5HQZ7NI5VG7P7VDLV.woff2\",weight:\"900\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/UIZNW6TUIPHAJY7PGO5Z3D35Q2C3IESY/VMTPLIFREYY73Z7SYHLS2AWXATFX2ZHJ/3Y2FFVDRGJIJT6SO3BLMSB5PFJTFIJG2.woff2\",weight:\"600\"}]}];export const css=['.framer-Kxb5q .framer-styles-preset-1h0crwp:not(.rich-text-wrapper), .framer-Kxb5q .framer-styles-preset-1h0crwp.rich-text-wrapper h1 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 56px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-e36f0358-aec3-435d-a318-33c237ced914, #004737); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-Kxb5q .framer-styles-preset-1h0crwp:not(.rich-text-wrapper), .framer-Kxb5q .framer-styles-preset-1h0crwp.rich-text-wrapper h1 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-e36f0358-aec3-435d-a318-33c237ced914, #004737); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-Kxb5q .framer-styles-preset-1h0crwp:not(.rich-text-wrapper), .framer-Kxb5q .framer-styles-preset-1h0crwp.rich-text-wrapper h1 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.3em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-e36f0358-aec3-435d-a318-33c237ced914, #004737); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-Kxb5q\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f318921)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Poppins-semibold\",\"FS;Poppins-black\",\"FS;Poppins-black italic\",\"FS;Poppins-semibold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/E6J4GS76KHNRRUWODFCFOX2JRKNRSFVY/3GYVT5S4AH7VMPASDDKOTIPV6P3WJXGI/24R4YOH3G2SFDSTCNHOVGYEX3DMRC3CE.woff2\",weight:\"600\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/22GWRXQXMICIWABQXFWKIWZIILKO5JDJ/2BBKMSVLV5CSDOZ7HEEECOTKPOVVJOC3/RNFY4UJD36462ZMGEIC5I7KNE73BPOAU.woff2\",weight:\"900\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2PWH5ACYHQEXIHGDLY5OWYMAC3F65AK5/OD6JOLYDRZZOKZGAPOMF7QEWPC5DTZS6/F5IVXJVPQ2DIFNG5HQZ7NI5VG7P7VDLV.woff2\",weight:\"900\"},{family:\"Poppins\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/UIZNW6TUIPHAJY7PGO5Z3D35Q2C3IESY/VMTPLIFREYY73Z7SYHLS2AWXATFX2ZHJ/3Y2FFVDRGJIJT6SO3BLMSB5PFJTFIJG2.woff2\",weight:\"600\"}]}];export const css=['.framer-34ceB .framer-styles-preset-1h3yybr:not(.rich-text-wrapper), .framer-34ceB .framer-styles-preset-1h3yybr.rich-text-wrapper h5 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0px; --framer-line-height: 1.5em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-e36f0358-aec3-435d-a318-33c237ced914, #004737); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-34ceB .framer-styles-preset-1h3yybr:not(.rich-text-wrapper), .framer-34ceB .framer-styles-preset-1h3yybr.rich-text-wrapper h5 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0px; --framer-line-height: 1.5em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-e36f0358-aec3-435d-a318-33c237ced914, #004737); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-34ceB .framer-styles-preset-1h3yybr:not(.rich-text-wrapper), .framer-34ceB .framer-styles-preset-1h3yybr.rich-text-wrapper h5 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0px; --framer-line-height: 1.5em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-e36f0358-aec3-435d-a318-33c237ced914, #004737); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-34ceB\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["emptyStateStyle", "containerStyles", "neutralStateStyle", "stateTitleStyle", "stateParagraphStyle", "poll", "f", "delay", "count", "EmptyState", "title", "description", "u", "emptyStateStyle", "p", "stateTitleStyle", "stateParagraphStyle", "HubSpotForm", "portalId", "formId", "advanced", "region", "id", "elementId", "cleanup", "element", "ue", "window", "handleScriptLoad", "script", "addPropertyControls", "ControlType", "SocialShareButtons", "props", "flexDirection", "facebook", "x", "linkedin", "shareText", "iconProperties", "backgroundType", "title", "tint", "style", "borderWidth", "borderColor", "shareCurrentUrl", "urlToShare", "backgroundImage", "linear", "radius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "isMixedRadius", "stylePadding", "topPadding", "rightPadding", "bottomPadding", "leftPadding", "isMixedPadding", "borderRadius", "padding", "background", "degree", "toColor", "fromColor", "opacityTo", "opacityFrom", "shareOnFacebook", "shareUrl", "window", "shareOnX", "shareLink", "shareOnLinkedIn", "facebookIcon", "p", "xIcon", "linkedinIcon", "u", "motion", "addPropertyControls", "ControlType", "PhosphorFonts", "getFonts", "Icon", "Phosphor1Controls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "radiusForCorner", "value", "cornerIndex", "segments", "transition1", "equals", "a", "b", "convertFromBoolean", "activeLocale", "toNumber", "parsedNumber", "convertFromBoolean1", "convertFromBoolean2", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "border", "buttonColor", "buttonText", "buttonTextColor", "height", "iconAnimation", "iconName", "id", "link", "newTab", "radius", "shadow", "showIcon", "tap", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_humanReadableVariantMap_props_variant", "_ref6", "_ref7", "_ref8", "createLayoutDependency", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "G77f5Yx_v", "U1Kbkgydv", "ey7w8muFX", "oV7zrnzuy", "HFfTjmBlq", "VkxZQkMEC", "n9WP3fBIv", "Vo_oxchYD", "ApWhoO21o", "SZQpZ3lk2", "WM2TpCryl", "nSQvgmbyz", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1pc7sz3", "args", "ref1", "pe", "gap", "gap1", "gap2", "gap3", "gap4", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_ApWhoO21o_borderBottomWidth", "_ApWhoO21o_borderLeftWidth", "_ApWhoO21o_borderRightWidth", "_ApWhoO21o_borderTopWidth", "_ApWhoO21o_borderBottomWidth1", "_ApWhoO21o_borderLeftWidth1", "_ApWhoO21o_borderRightWidth1", "_ApWhoO21o_borderTopWidth1", "_ApWhoO21o_borderBottomWidth2", "_ApWhoO21o_borderLeftWidth2", "_ApWhoO21o_borderRightWidth2", "_ApWhoO21o_borderTopWidth2", "LayoutGroup", "Link", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerN3aqufJGc", "withCSS", "N3aqufJGc_default", "addPropertyControls", "ControlType", "addFonts", "BadgeFonts", "getFonts", "ZC6oaTVqt_default", "PhosphorFonts", "Icon", "Button8Fonts", "N3aqufJGc_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "boxedBGColor", "boxedBorder", "boxedShadow", "category", "date", "dateColor", "height", "id", "image", "link", "linkColor", "postTitle", "readMoreLabel", "showCategory", "showReadMore", "titleColor", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_ref6", "_ref7", "_ref8", "_humanReadableVariantMap_props_variant", "_ref9", "_ref10", "_ref11", "_ref12", "_ref13", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "OEKtoSZNW", "laMAzvWOM", "SGszvGd6l", "NYi0Dwzp4", "WOt2qFYsZ", "nzU4KVHxN", "K32jyJoss", "mhDzny53S", "l0yhiX4JF", "xBh21cc1K", "D8ZjNMqJ8", "VeFpn_fhW", "WnuXjpPb7", "vg3VrUruq", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_VeFpn_fhW_borderBottomWidth", "_VeFpn_fhW_borderLeftWidth", "_VeFpn_fhW_borderRightWidth", "_VeFpn_fhW_borderTopWidth", "LayoutGroup", "u", "cx", "Link", "Image2", "ComponentViewportProvider", "RichText2", "css", "FramerNDfyWUwvX", "withCSS", "NDfyWUwvX_default", "addPropertyControls", "ControlType", "addFonts", "props", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className"]
}
