{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:toggle-selection@1.0.6/index.js", "ssg:https://ga.jspm.io/npm:copy-to-clipboard@3.3.3/index.js", "ssg:https://framerusercontent.com/modules/gbuNjZplqNxI1L96ddQB/AunGbKe3PqCf51n3mEcx/Social_share.js", "ssg:https://framer.com/m/framer/store.js@^1.0.0", "ssg:https://framerusercontent.com/modules/MEl8B6LDC42jfesu0OK0/SIf7KdHVhj4BVC53c0Wd/TableOfContent.js", "ssg:https://framerusercontent.com/modules/8rUjVMdZfFhQeInIvXyp/ul8J6cGxu1q593EPTr2E/zavJK1DyZ.js"],
  "sourcesContent": ["var e={};e=function(){var e=document.getSelection();if(!e.rangeCount)return function(){};var a=document.activeElement;var n=[];for(var t=0;t<e.rangeCount;t++)n.push(e.getRangeAt(t));switch(a.tagName.toUpperCase()){case\"INPUT\":case\"TEXTAREA\":a.blur();break;default:a=null;break}e.removeAllRanges();return function(){\"Caret\"===e.type&&e.removeAllRanges();e.rangeCount||n.forEach((function(a){e.addRange(a)}));a&&a.focus()}};var a=e;export default a;\n\n//# sourceMappingURL=index.js.map", "import*as e from\"toggle-selection\";var t=\"default\"in e?e.default:e;var a={};var o=t;var r={\"text/plain\":\"Text\",\"text/html\":\"Url\",default:\"Text\"};var n=\"Copy to clipboard: #{key}, Enter\";function format(e){var t=(/mac os x/i.test(navigator.userAgent)?\"\u2318\":\"Ctrl\")+\"+C\";return e.replace(/#{\\s*key\\s*}/g,t)}function copy(e,t){var a,l,c,s,i,p,d=false;t||(t={});a=t.debug||false;try{c=o();s=document.createRange();i=document.getSelection();p=document.createElement(\"span\");p.textContent=e;p.ariaHidden=\"true\";p.style.all=\"unset\";p.style.position=\"fixed\";p.style.top=0;p.style.clip=\"rect(0, 0, 0, 0)\";p.style.whiteSpace=\"pre\";p.style.webkitUserSelect=\"text\";p.style.MozUserSelect=\"text\";p.style.msUserSelect=\"text\";p.style.userSelect=\"text\";p.addEventListener(\"copy\",(function(o){o.stopPropagation();if(t.format){o.preventDefault();if(\"undefined\"===typeof o.clipboardData){a&&console.warn(\"unable to use e.clipboardData\");a&&console.warn(\"trying IE specific stuff\");window.clipboardData.clearData();var n=r[t.format]||r.default;window.clipboardData.setData(n,e)}else{o.clipboardData.clearData();o.clipboardData.setData(t.format,e)}}if(t.onCopy){o.preventDefault();t.onCopy(o.clipboardData)}}));document.body.appendChild(p);s.selectNodeContents(p);i.addRange(s);var u=document.execCommand(\"copy\");if(!u)throw new Error(\"copy command was unsuccessful\");d=true}catch(o){a&&console.error(\"unable to copy using execCommand: \",o);a&&console.warn(\"trying IE specific stuff\");try{window.clipboardData.setData(t.format||\"text\",e);t.onCopy&&t.onCopy(window.clipboardData);d=true}catch(o){a&&console.error(\"unable to copy using clipboardData: \",o);a&&console.error(\"falling back to prompt\");l=format(\"message\"in t?t.message:n);window.prompt(l,e)}}finally{i&&(\"function\"==typeof i.removeRange?i.removeRange(s):i.removeAllRanges());p&&document.body.removeChild(p);c()}return d}a=copy;var l=a;export{l as default};\n\n//# sourceMappingURL=index.js.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import copy from\"copy-to-clipboard\";// @framerDisableUnlink\nexport default function SocialShareComponent({service,size,iconColor,containerStyle,isMixed,paddingTop,paddingRight,paddingBottom,paddingLeft}){// Destructure the containerStyle for easy access\nconst{backgroundColor,borderRadius,borderColor,borderWidth}=containerStyle;// Conditional padding based on isMixed prop\nconst padding=isMixed?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${paddingTop}px`;// Define services with URLs\nconst services={Facebook:`https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(typeof window!==\"undefined\"?window.location.href:\"\")}`,Twitter:`https://twitter.com/intent/tweet?url=${encodeURIComponent(typeof window!==\"undefined\"?window.location.href:\"\")}`,WhatsApp:`https://api.whatsapp.com/send?text=${encodeURIComponent(typeof window!==\"undefined\"?window.location.href:\"\")}`,Email:`mailto:?subject=Check%20this%20out&body=${encodeURIComponent(typeof window!==\"undefined\"?window.location.href:\"\")}`,Copy:\"\"};// Handle share action\nconst handleShare=()=>{if(service===\"Copy\"){copy(window.location.href);alert(\"URL copied to clipboard!\");}else if(typeof window!==\"undefined\"){window.open(services[service],\"_blank\");}};// Style for the share button\nconst styles={display:\"inline-flex\",alignItems:\"center\",justifyContent:\"center\",cursor:\"pointer\",backgroundColor,padding,borderRadius:`${borderRadius}px`,border:`${borderWidth}px solid ${borderColor}`};const renderIcon=()=>{switch(service){case\"Twitter\":return /*#__PURE__*/_jsx(\"svg\",{width:size,height:size,viewBox:\"0 0 512 512\",style:{fill:iconColor},children:/*#__PURE__*/_jsx(\"path\",{d:\"M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z\"})});case\"Facebook\":return /*#__PURE__*/_jsx(\"svg\",{width:size,height:size,viewBox:\"0 0 320 512\",style:{fill:iconColor},children:/*#__PURE__*/_jsx(\"path\",{d:\"M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z\"})});case\"WhatsApp\":return /*#__PURE__*/_jsx(\"svg\",{width:size,height:size,viewBox:\"0 0 448 512\",style:{fill:iconColor},children:/*#__PURE__*/_jsx(\"path\",{d:\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7 .9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"})});case\"Copy\":return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 448 512\",width:size,height:size,style:{fill:iconColor},children:/*#__PURE__*/_jsx(\"path\",{d:\"M384 336H192c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16l140.1 0L400 115.9V320c0 8.8-7.2 16-16 16zM192 384H384c35.3 0 64-28.7 64-64V115.9c0-12.7-5.1-24.9-14.1-33.9L366.1 14.1c-9-9-21.2-14.1-33.9-14.1H192c-35.3 0-64 28.7-64 64V320c0 35.3 28.7 64 64 64zM64 128c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H256c35.3 0 64-28.7 64-64V416H272v32c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192c0-8.8 7.2-16 16-16H96V128H64z\"})});case\"Email\":return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 512 512\",width:size,height:size,style:{fill:iconColor},children:/*#__PURE__*/_jsx(\"path\",{d:\"M64 112c-8.8 0-16 7.2-16 16v22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1V128c0-8.8-7.2-16-16-16H64zM48 212.2V384c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V212.2L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z\"})});default:return /*#__PURE__*/_jsx(\"img\",{src:`/path/to/${service.toLowerCase()}/icon.svg`,alt:service,style:{width:size,height:size,filter:iconColor?`invert(100%) sepia(100%) saturate(0%) hue-rotate(${iconColor}deg) brightness(100%) contrast(100%)`:\"none\"}});}};// Return the share button with the selected icon\nreturn /*#__PURE__*/_jsx(\"div\",{style:styles,onClick:handleShare,children:renderIcon()});}// Default props for the component\nSocialShareComponent.defaultProps={service:\"WhatsApp\",size:24,iconColor:\"#FFF\",containerStyle:{backgroundColor:\"#25D366\",borderRadius:100,borderColor:\"#000000\",borderWidth:2},isMixed:true,paddingTop:40,paddingRight:40,paddingBottom:40,paddingLeft:40};// Add property controls for component customization in Framer\naddPropertyControls(SocialShareComponent,{service:{type:ControlType.Enum,title:\"Service\",options:[\"Facebook\",\"Twitter\",\"WhatsApp\",\"Email\",\"Copy\"],optionTitles:[\"Facebook\",\"Twitter\",\"WhatsApp\",\"Email\",\"Copy URL\"]},size:{type:ControlType.Number,title:\"Icon Size\",min:10,max:100,step:1},iconColor:{type:ControlType.Color,title:\"Icon Color\"},containerStyle:{type:ControlType.Object,title:\"Container Style\",controls:{backgroundColor:{type:ControlType.Color,title:\"Background\"},borderRadius:{type:ControlType.Number,title:\"Border Radius\",min:0,max:100,step:1},borderColor:{type:ControlType.Color,title:\"Border Color\"},borderWidth:{type:ControlType.Number,title:\"Border Width\",min:0,max:10,step:1}}},padding:{type:ControlType.FusedNumber,title:\"Padding\",toggleKey:\"isMixed\",toggleTitles:[\"Uniform\",\"Mixed\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"Top\",\"Right\",\"Bottom\",\"Left\"],min:0}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SocialShareComponent\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Social_share.map", "import{useState,useEffect}from\"react\";import{Data,useObserveData}from\"framer\";export function createStore(state1){// Use Data so that a Preview reload resets the state\nconst dataStore=Data({state:Object.freeze({...state1})});// Create a set function that updates the state\nconst setDataStore=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(dataStore.state);}dataStore.state=Object.freeze({...dataStore.state,...newState});};// Store the initial state, copy the object if it's an object\nlet storeState=typeof state1===\"object\"?Object.freeze({...state1}):state1;// Keep a list of all the listeners, in the form of React hook setters\nconst storeSetters=new Set();// Create a set function that updates all the listeners / setters\nconst setStoreState=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(storeState);}storeState=typeof newState===\"object\"?Object.freeze({...storeState,...newState}):newState;// Update all the listeners / setters with the new value\nstoreSetters.forEach(setter=>setter(storeState));};// Create the actual hook based on everything above\nfunction useStore(){// Create the hook we are going to use as a listener\nconst[state,setState]=useState(storeState);// If we unmount the component using this hook, we need to remove the listener\n// @ts-ignore\nuseEffect(()=>{// But right now, we need to add the listener\nstoreSetters.add(setState);return()=>storeSetters.delete(setState);},[]);// If Data context exists, use Data, otherwise use vanilla React state\nif(useObserveData()===true){useObserveData();return[dataStore.state,setDataStore];}else{// Return the state and a function to update the central store\nreturn[state,setStoreState];}}return useStore;}\nexport const __FramerMetadata__ = {\"exports\":{\"createStore\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./createStore.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{useEffect,useState}from\"react\";// Made with love by Cl\u00E9ment. https://lionneclement.com/\n// Full tutorial: https://lionneclement.com/tutorial/how-to-create-table-of-contents-cms-collections-framer\n//UPDATE:\n//This is a modified version in collaboration with Tay Rush. https://twitter.com/taylorrushmore\n// https://www.youtube.com/@taylorrushmore/\nconst HEADING_TO_DISPLAY=[\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\"];const SCROLL_MARGIN_TOP=80;const useStore=createStore({headings:[]});export function withTableOfContent(Component){return props=>{const[store]=useStore();const[activeSection,setActiveSection]=useState(\"\");const scrollToId=id=>{const element=document.getElementById(id);if(element){element.scrollIntoView({behavior:\"smooth\"});}};useEffect(()=>{const handleScroll=()=>{const sections=store.headings.map(heading=>document.getElementById(heading.id));const scrollPosition=window.scrollY-160;for(let i=sections.length-1;i>=0;i--){if(sections[i].offsetTop<=scrollPosition){setActiveSection(store.headings[i].id);break;}}};window.addEventListener(\"scroll\",handleScroll);return()=>{window.removeEventListener(\"scroll\",handleScroll);};},[store.headings]);return /*#__PURE__*/_jsx(_Fragment,{children:store.headings.length>0&&window?store.headings.sort((a,b)=>a.originalIndex-b.originalIndex).filter(({type})=>HEADING_TO_DISPLAY.includes(type)).map(({id,heading,type},index)=>/*#__PURE__*/_jsx(Component,{...props,variant:activeSection===id?`${type}-active`:type,title:heading,onClick:()=>scrollToId(id)})):/*#__PURE__*/_jsx(Component,{...props})});};}export function withContent(Component){return props=>{const[store,setStore]=useStore();const[newProps,setNewProps]=useState(props);useEffect(()=>{setStore({headings:formatTableOfContent(newProps.children.props.children)});},[newProps]);useEffect(()=>{const formatHeadings=()=>{const newChildren=[];props.children.props.children.length>0&&props.children.props.children.forEach((item,index)=>{const children=item.props.children;if([\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\"].includes(item.type)){const{formattedId}=formatHeading(children,index);// Create a new object for the modified item\nconst newItem={...item,props:{...item.props,id:formattedId}};newChildren.push(newItem);}else{newChildren.push(item);}});// Return a new props object with the modified children\nreturn{...props,children:{...props.children,props:{...props.children.props,children:newChildren}}};};setNewProps(formatHeadings());},[props]);return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"style\",{children:`.framer-text {\n                    scroll-margin-top: ${SCROLL_MARGIN_TOP}px;\n                }`}),/*#__PURE__*/_jsx(Component,{...newProps})]});};}const formatTableOfContent=children=>{const result=[];children.length>0&&children.filter(({type})=>[\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\"].includes(type)).map((item,index)=>{const children=item.props.children;const{formattedId,formattedHeading}=formatHeading(children,index);result.push({id:formattedId,heading:formattedHeading,type:item.type,originalIndex:index});});return result;};const formatHeading=(children,index)=>{let formattedHeading=\"\";let formattedId=\"\";if(typeof children===\"string\"){formattedHeading=children;}else if(Array.isArray(children)){formattedHeading=children.map(item=>{console.log(\"item\",item);if(typeof item===\"string\")return item.trim();if(item.type===\"br\")return\"\";return item.props.children.trim();}).join(\" \");}else if(typeof children===\"object\"){if(typeof children.props.children===\"string\"){formattedHeading=children.props.children;}}else{formattedHeading=index.toString();}formattedId=formattedHeading.trim().toLowerCase().replace(/[^a-z]+/g,\"-\").replace(/^-+|-+$/g,\"\");return{formattedId,formattedHeading};};\nexport const __FramerMetadata__ = {\"exports\":{\"withContent\":{\"type\":\"reactHoc\",\"name\":\"withContent\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withTableOfContent\":{\"type\":\"reactHoc\",\"name\":\"withTableOfContent\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TableOfContent.map", "// Generated by Framer (c7f0859)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PropertyOverrides,RichText,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useQueryData,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import SocialShareComponent from\"https://framerusercontent.com/modules/gbuNjZplqNxI1L96ddQB/AunGbKe3PqCf51n3mEcx/Social_share.js\";import SGXFooter from\"#framer/local/canvasComponent/alUEAQd0_/alUEAQd0_.js\";import SGXSignature from\"#framer/local/canvasComponent/LGu2pSfyP/LGu2pSfyP.js\";import SGXNavbar from\"#framer/local/canvasComponent/Y_K0rkldS/Y_K0rkldS.js\";import{withContent}from\"#framer/local/codeFile/eDacNjY/TableOfContent.js\";import BlogSynergix from\"#framer/local/collection/xuTnjMgG2/xuTnjMgG2.js\";import*as sharedStyle4 from\"#framer/local/css/aPx_U47kR/aPx_U47kR.js\";import*as sharedStyle3 from\"#framer/local/css/cNHn0ieWl/cNHn0ieWl.js\";import*as sharedStyle6 from\"#framer/local/css/kKW95OW79/kKW95OW79.js\";import*as sharedStyle1 from\"#framer/local/css/MRCL6Dhy8/MRCL6Dhy8.js\";import*as sharedStyle from\"#framer/local/css/SjCmHDpIz/SjCmHDpIz.js\";import*as sharedStyle5 from\"#framer/local/css/U7cvCxLLz/U7cvCxLLz.js\";import*as sharedStyle7 from\"#framer/local/css/UeuyUylsX/UeuyUylsX.js\";import*as sharedStyle8 from\"#framer/local/css/wat3PwPjD/wat3PwPjD.js\";import*as sharedStyle2 from\"#framer/local/css/YPW4_VUuf/YPW4_VUuf.js\";import metadataProvider from\"#framer/local/webPageMetadata/zavJK1DyZ/zavJK1DyZ.js\";const SGXNavbarFonts=getFonts(SGXNavbar);const MaterialFonts=getFonts(Material);const MotionDivWithFX=withFX(motion.div);const RichTextWithContent=withContent(RichText);const SocialShareComponentFonts=getFonts(SocialShareComponent);const SGXFooterFonts=getFonts(SGXFooter);const SGXSignatureFonts=getFonts(SGXSignature);const cycleOrder=[\"Gq4u8UzOQ\",\"amjlajHF_\",\"VqYjBzNCd\"];const breakpoints={amjlajHF_:\"(min-width: 810px) and (max-width: 1199px)\",Gq4u8UzOQ:\"(min-width: 1200px)\",VqYjBzNCd:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-bHmTK\";const variantClassNames={amjlajHF_:\"framer-v-yleie6\",Gq4u8UzOQ:\"framer-v-cu4fmb\",VqYjBzNCd:\"framer-v-zqyhel\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:30};const transition1={damping:30,delay:.4,mass:1,stiffness:80,type:\"spring\"};const transition2={damping:30,delay:.3,mass:1,stiffness:80,type:\"spring\"};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"Gq4u8UzOQ\",Phone:\"VqYjBzNCd\",Tablet:\"amjlajHF_\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"Gq4u8UzOQ\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{data:BlogSynergix,type:\"Collection\"},select:[{name:\"vt_VQ8uS6\",type:\"Identifier\"},{name:\"wBizCtZZb\",type:\"Identifier\"},{name:\"W4JYB6qBc\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables)});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data in \"BlogSynergix\" matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,vt_VQ8uS6=getFromCurrentRouteData(\"vt_VQ8uS6\"),wBizCtZZb=getFromCurrentRouteData(\"wBizCtZZb\"),W4JYB6qBc=getFromCurrentRouteData(\"W4JYB6qBc\"),...restProps}=getProps(props);React.useInsertionEffect(()=>{const metadata1=metadataProvider(currentRouteData,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(`${metadata1.bodyClassName}-framer-bHmTK`);return()=>{document.body.classList.remove(`${metadata1.bodyClassName}-framer-bHmTK`);};}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Gq4u8UzOQ\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-cu4fmb\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-8huptp-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{amjlajHF_:{variant:\"YOjJ7UJB3\"},VqYjBzNCd:{variant:\"wWqG4B7ms\"}},children:/*#__PURE__*/_jsx(SGXNavbar,{height:\"100%\",id:\"CRulSOLR6\",layoutId:\"CRulSOLR6\",style:{width:\"100%\"},variant:\"qvaX3Kba0\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-sttea0\",\"data-framer-name\":\"Cover\",\"data-hide-scrollbars\":true,name:\"Cover\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-962ls5\",\"data-framer-name\":\"Image\",name:\"Image\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"calc(100vw + 101px)\",...toResponsiveImage(vt_VQ8uS6)},className:\"framer-1fpk15f\",\"data-framer-name\":\"Banner\",name:\"Banner\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xdrlkr\",\"data-framer-name\":\"Section\",name:\"Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jomm3b\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-51lsnh\",\"data-framer-name\":\"Back\",name:\"Back\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jw7gyo-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-43019ed4-6826-4da0-b7a8-15a1db6a5e25, rgb(91, 91, 91))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"West\",iconStyle15:\"Outlined\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"gF7HycP1i\",layoutId:\"gF7HycP1i\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7VGl0aWxsaXVtIFdlYi02MDA=\",\"--framer-font-family\":'\"Titillium Web\", \"Titillium Web Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.13em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(92, 92, 92, 0.6)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"QTZZ3W1ea\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1tmq33u\",\"data-styles-preset\":\"SjCmHDpIz\",children:\"BACK\"})})})}),className:\"framer-17hfxls\",\"data-framer-name\":\"Title\",fonts:[\"GF;Titillium Web-600\"],name:\"Title\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15c9yf7\",\"data-framer-name\":\"Copy + Sidebar\",name:\"Copy + Sidebar\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-2buv6y\",\"data-framer-name\":\"Copy\",name:\"Copy\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-143vvxd\",\"data-styles-preset\":\"MRCL6Dhy8\",style:{\"--framer-text-color\":\"var(--token-acf170b7-70c9-428a-a0ec-5a4ef78b36de, rgb(0, 0, 0))\"},children:\"Guide on how to overcome Fear of Failure\"})}),className:\"framer-cwfqdk\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",text:wBizCtZZb,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tns8zk\",\"data-framer-name\":\"Body\",name:\"Body\",children:/*#__PURE__*/_jsx(RichTextWithContent,{__fromCanvasComponent:true,children:W4JYB6qBc,className:\"framer-1mxorgg\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],name:\"Content\",stylesPresetsClassNames:{a:\"framer-styles-preset-jfcg7w\",h1:\"framer-styles-preset-143vvxd\",h2:\"framer-styles-preset-36mn1h\",h3:\"framer-styles-preset-1vhsf67\",h4:\"framer-styles-preset-zex7ky\",h5:\"framer-styles-preset-13us2cu\",h6:\"framer-styles-preset-59xffm\",p:\"framer-styles-preset-18snmpj\"},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kk5t9q\",\"data-framer-name\":\"Social Share\",name:\"Social Share\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-fnapu8-container\",\"data-framer-name\":\"FB\",name:\"FB\",children:/*#__PURE__*/_jsx(SocialShareComponent,{containerStyle:{backgroundColor:\"var(--token-de9ca682-7d1d-4a5e-a8b2-d3b304c8f5ca, rgb(247, 238, 228))\",borderColor:\"rgb(0, 0, 0)\",borderRadius:0,borderWidth:0},height:\"100%\",iconColor:\"var(--token-a9e3772c-68bc-42e7-9209-53ff755006a9, rgb(217, 65, 56))\",id:\"YZWXpfO1V\",isMixed:false,layoutId:\"YZWXpfO1V\",name:\"FB\",padding:8,paddingBottom:8,paddingLeft:8,paddingRight:8,paddingTop:8,service:\"Facebook\",size:16,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dfan3g-container\",\"data-framer-name\":\"X\",name:\"X\",children:/*#__PURE__*/_jsx(SocialShareComponent,{containerStyle:{backgroundColor:\"var(--token-de9ca682-7d1d-4a5e-a8b2-d3b304c8f5ca, rgb(247, 238, 228))\",borderColor:\"rgb(0, 0, 0)\",borderRadius:0,borderWidth:0},height:\"100%\",iconColor:\"var(--token-a9e3772c-68bc-42e7-9209-53ff755006a9, rgb(217, 65, 56))\",id:\"eRePWCDCc\",isMixed:false,layoutId:\"eRePWCDCc\",name:\"X\",padding:8,paddingBottom:8,paddingLeft:8,paddingRight:8,paddingTop:8,service:\"Twitter\",size:16,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-zbgpuo-container\",\"data-framer-name\":\"Mail\",name:\"Mail\",children:/*#__PURE__*/_jsx(SocialShareComponent,{containerStyle:{backgroundColor:\"var(--token-de9ca682-7d1d-4a5e-a8b2-d3b304c8f5ca, rgb(247, 238, 228))\",borderColor:\"rgb(0, 0, 0)\",borderRadius:0,borderWidth:0},height:\"100%\",iconColor:\"var(--token-a9e3772c-68bc-42e7-9209-53ff755006a9, rgb(217, 65, 56))\",id:\"W6Ozx6Q3O\",isMixed:false,layoutId:\"W6Ozx6Q3O\",name:\"Mail\",padding:8,paddingBottom:8,paddingLeft:8,paddingRight:8,paddingTop:8,service:\"Email\",size:16,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-189dwyk-container\",\"data-framer-name\":\"Copy\",name:\"Copy\",children:/*#__PURE__*/_jsx(SocialShareComponent,{containerStyle:{backgroundColor:\"var(--token-de9ca682-7d1d-4a5e-a8b2-d3b304c8f5ca, rgb(247, 238, 228))\",borderColor:\"rgb(0, 0, 0)\",borderRadius:0,borderWidth:0},height:\"100%\",iconColor:\"var(--token-a9e3772c-68bc-42e7-9209-53ff755006a9, rgb(217, 65, 56))\",id:\"NlnDGh23c\",isMixed:false,layoutId:\"NlnDGh23c\",name:\"Copy\",padding:8,paddingBottom:8,paddingLeft:8,paddingRight:8,paddingTop:8,service:\"Copy\",size:16,width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jregg3\",\"data-framer-name\":\"Author\",name:\"Author\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VqYjBzNCd:{background:{alt:\"Headshot fof Louis Berlin Synergix CEO and Founder\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1080,pixelHeight:1500,pixelWidth:1500,sizes:\"75px\",src:\"https://framerusercontent.com/images/cdU3CeK0IWP3v36mjgziueNL8aI.png\",srcSet:\"https://framerusercontent.com/images/cdU3CeK0IWP3v36mjgziueNL8aI.png?scale-down-to=512 512w,https://framerusercontent.com/images/cdU3CeK0IWP3v36mjgziueNL8aI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cdU3CeK0IWP3v36mjgziueNL8aI.png 1500w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Headshot fof Louis Berlin Synergix CEO and Founder\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1080,loading:\"lazy\",pixelHeight:1500,pixelWidth:1500,sizes:\"75px\",src:\"https://framerusercontent.com/images/cdU3CeK0IWP3v36mjgziueNL8aI.png\",srcSet:\"https://framerusercontent.com/images/cdU3CeK0IWP3v36mjgziueNL8aI.png?scale-down-to=512 512w,https://framerusercontent.com/images/cdU3CeK0IWP3v36mjgziueNL8aI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cdU3CeK0IWP3v36mjgziueNL8aI.png 1500w\"},className:\"framer-7no3yt\",\"data-border\":true,\"data-framer-name\":\"Headshot\",name:\"Headshot\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v0qe4j\",\"data-framer-name\":\"Name\",name:\"Name\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-59xffm\",\"data-styles-preset\":\"kKW95OW79\",children:\"Louis Berlin\"})}),className:\"framer-1q8x3on\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VqYjBzNCd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7VGl0aWxsaXVtIFdlYi1yZWd1bGFy\",\"--framer-font-family\":'\"Titillium Web\", \"Titillium Web Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--token-a9e3772c-68bc-42e7-9209-53ff755006a9, rgb(217, 65, 56))\"},children:\"Founder & CEO\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7VGl0aWxsaXVtIFdlYi1yZWd1bGFy\",\"--framer-font-family\":'\"Titillium Web\", \"Titillium Web Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"var(--token-a9e3772c-68bc-42e7-9209-53ff755006a9, rgb(217, 65, 56))\"},children:\"Founder & CEO\"})}),className:\"framer-o8nzdh\",\"data-framer-name\":\"Title\",fonts:[\"GF;Titillium Web-regular\"],name:\"Title\",verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-18inqe3\",\"data-framer-name\":\"Back\",name:\"Back\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iwaird\",\"data-framer-name\":\"Divider\",name:\"Divider\",style:{rotate:180}}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h8ks59\",\"data-framer-name\":\"Back\",name:\"Back\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f3nipj-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-43019ed4-6826-4da0-b7a8-15a1db6a5e25, rgb(91, 91, 91))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"West\",iconStyle15:\"Outlined\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"l_63c9qnt\",layoutId:\"l_63c9qnt\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7VGl0aWxsaXVtIFdlYi02MDA=\",\"--framer-font-family\":'\"Titillium Web\", \"Titillium Web Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.13em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(92, 92, 92, 0.6)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"QTZZ3W1ea\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1tmq33u\",\"data-styles-preset\":\"SjCmHDpIz\",children:\"READ ALL ARTICLES\"})})})}),className:\"framer-1spjpsi\",\"data-framer-name\":\"Title\",fonts:[\"GF;Titillium Web-600\"],name:\"Title\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-4q6xmz-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{amjlajHF_:{variant:\"J7PxvlppU\"},VqYjBzNCd:{variant:\"m_AS6lkh1\"}},children:/*#__PURE__*/_jsx(SGXFooter,{height:\"100%\",id:\"T5q0oO1np\",layoutId:\"T5q0oO1np\",style:{width:\"100%\"},variant:\"B3rcvr02U\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-18q985i-container\",children:/*#__PURE__*/_jsx(SGXSignature,{height:\"100%\",id:\"VbuWdO7tC\",layoutId:\"VbuWdO7tC\",style:{width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-bHmTK { background: var(--token-c6d9ccb3-10d9-44f2-bcb0-7c4825536f21, rgb(255, 255, 255)) /* {\"name\":\"White\"} */; }`,\".framer-bHmTK.framer-gmkot4, .framer-bHmTK .framer-gmkot4 { display: block; }\",\".framer-bHmTK.framer-cu4fmb { align-content: center; align-items: center; background-color: var(--token-c6d9ccb3-10d9-44f2-bcb0-7c4825536f21, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-bHmTK .framer-8huptp-container { flex: none; height: auto; left: 0px; position: fixed; top: 0px; width: 100%; z-index: 9; }\",\".framer-bHmTK .framer-sttea0 { -webkit-filter: contrast(1.01); align-content: center; align-items: center; background-color: var(--token-3ce63c41-f391-48e2-91b9-1fac17f21103, #000000); display: flex; filter: contrast(1.01); flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 263px; justify-content: center; overflow: visible; padding: 100px 0px 0px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-bHmTK .framer-962ls5 { flex: none; height: 101%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 101% / 2); width: 100%; z-index: 0; }\",\".framer-bHmTK .framer-1fpk15f { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; bottom: 0px; flex: none; left: -50px; position: absolute; right: -51px; top: 0px; }\",\".framer-bHmTK .framer-xdrlkr { align-content: flex-start; align-items: flex-start; background-color: var(--token-c6d9ccb3-10d9-44f2-bcb0-7c4825536f21, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 50px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-bHmTK .framer-1jomm3b { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; max-width: 900px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-bHmTK .framer-51lsnh, .framer-bHmTK .framer-1h8ks59 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bHmTK .framer-jw7gyo-container, .framer-bHmTK .framer-1f3nipj-container { flex: none; height: 13px; position: relative; width: 13px; }\",\".framer-bHmTK .framer-17hfxls, .framer-bHmTK .framer-1spjpsi { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-bHmTK .framer-15c9yf7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bHmTK .framer-2buv6y { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-bHmTK .framer-cwfqdk, .framer-bHmTK .framer-1q8x3on, .framer-bHmTK .framer-o8nzdh { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-bHmTK .framer-1tns8zk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bHmTK .framer-1mxorgg { --framer-paragraph-spacing: 32px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-bHmTK .framer-1kk5t9q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bHmTK .framer-fnapu8-container, .framer-bHmTK .framer-1dfan3g-container, .framer-bHmTK .framer-zbgpuo-container, .framer-bHmTK .framer-189dwyk-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-bHmTK .framer-1jregg3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bHmTK .framer-7no3yt { --border-bottom-width: 1px; --border-color: var(--token-146b2312-71fd-4164-a7ef-1f63d350e6de, #decfbf); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; flex: none; height: 75px; overflow: hidden; position: relative; width: 75px; will-change: var(--framer-will-change-override, transform); }\",\".framer-bHmTK .framer-v0qe4j { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 1px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-bHmTK .framer-18inqe3 { align-content: flex-start; align-items: flex-start; 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: 100%; }\",\".framer-bHmTK .framer-1iwaird { background: linear-gradient(270deg, rgba(92, 92, 92, 0.36) 0%, rgba(92, 92, 92, 0) 100%); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-bHmTK .framer-4q6xmz-container, .framer-bHmTK .framer-18q985i-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bHmTK.framer-cu4fmb, .framer-bHmTK .framer-sttea0, .framer-bHmTK .framer-xdrlkr, .framer-bHmTK .framer-1jomm3b, .framer-bHmTK .framer-51lsnh, .framer-bHmTK .framer-15c9yf7, .framer-bHmTK .framer-2buv6y, .framer-bHmTK .framer-1tns8zk, .framer-bHmTK .framer-1kk5t9q, .framer-bHmTK .framer-1jregg3, .framer-bHmTK .framer-v0qe4j, .framer-bHmTK .framer-18inqe3, .framer-bHmTK .framer-1h8ks59 { gap: 0px; } .framer-bHmTK.framer-cu4fmb > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-bHmTK.framer-cu4fmb > :first-child, .framer-bHmTK .framer-1jomm3b > :first-child, .framer-bHmTK .framer-2buv6y > :first-child, .framer-bHmTK .framer-v0qe4j > :first-child, .framer-bHmTK .framer-18inqe3 > :first-child { margin-top: 0px; } .framer-bHmTK.framer-cu4fmb > :last-child, .framer-bHmTK .framer-1jomm3b > :last-child, .framer-bHmTK .framer-2buv6y > :last-child, .framer-bHmTK .framer-v0qe4j > :last-child, .framer-bHmTK .framer-18inqe3 > :last-child { margin-bottom: 0px; } .framer-bHmTK .framer-sttea0 > *, .framer-bHmTK .framer-xdrlkr > *, .framer-bHmTK .framer-1tns8zk > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-bHmTK .framer-sttea0 > :first-child, .framer-bHmTK .framer-xdrlkr > :first-child, .framer-bHmTK .framer-51lsnh > :first-child, .framer-bHmTK .framer-15c9yf7 > :first-child, .framer-bHmTK .framer-1tns8zk > :first-child, .framer-bHmTK .framer-1kk5t9q > :first-child, .framer-bHmTK .framer-1jregg3 > :first-child, .framer-bHmTK .framer-1h8ks59 > :first-child { margin-left: 0px; } .framer-bHmTK .framer-sttea0 > :last-child, .framer-bHmTK .framer-xdrlkr > :last-child, .framer-bHmTK .framer-51lsnh > :last-child, .framer-bHmTK .framer-15c9yf7 > :last-child, .framer-bHmTK .framer-1tns8zk > :last-child, .framer-bHmTK .framer-1kk5t9q > :last-child, .framer-bHmTK .framer-1jregg3 > :last-child, .framer-bHmTK .framer-1h8ks59 > :last-child { margin-right: 0px; } .framer-bHmTK .framer-1jomm3b > *, .framer-bHmTK .framer-2buv6y > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-bHmTK .framer-51lsnh > *, .framer-bHmTK .framer-1kk5t9q > *, .framer-bHmTK .framer-1h8ks59 > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-bHmTK .framer-15c9yf7 > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-bHmTK .framer-1jregg3 > * { margin: 0px; margin-left: calc(18px / 2); margin-right: calc(18px / 2); } .framer-bHmTK .framer-v0qe4j > * { margin: 0px; margin-bottom: calc(1px / 2); margin-top: calc(1px / 2); } .framer-bHmTK .framer-18inqe3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\"@media (min-width: 1200px) { .framer-bHmTK .hidden-cu4fmb { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1199px) { .framer-bHmTK .hidden-yleie6 { display: none !important; } .${metadata.bodyClassName}-framer-bHmTK { background: var(--token-c6d9ccb3-10d9-44f2-bcb0-7c4825536f21, rgb(255, 255, 255)) /* {\"name\":\"White\"} */; } .framer-bHmTK.framer-cu4fmb { width: 810px; } .framer-bHmTK .framer-xdrlkr { padding: 50px 0px 50px 0px; } .framer-bHmTK .framer-1jomm3b { padding: 0px 40px 0px 40px; }}`,`@media (max-width: 809px) { .framer-bHmTK .hidden-zqyhel { display: none !important; } .${metadata.bodyClassName}-framer-bHmTK { background: var(--token-c6d9ccb3-10d9-44f2-bcb0-7c4825536f21, rgb(255, 255, 255)) /* {\"name\":\"White\"} */; } .framer-bHmTK.framer-cu4fmb { width: 390px; } .framer-bHmTK .framer-sttea0 { flex-direction: column; } .framer-bHmTK .framer-xdrlkr { flex-direction: column; padding: 50px 0px 50px 0px; } .framer-bHmTK .framer-1jomm3b { flex: none; gap: 15px; padding: 0px 25px 0px 25px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bHmTK .framer-sttea0, .framer-bHmTK .framer-xdrlkr, .framer-bHmTK .framer-1jomm3b { gap: 0px; } .framer-bHmTK .framer-sttea0 > *, .framer-bHmTK .framer-xdrlkr > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-bHmTK .framer-sttea0 > :first-child, .framer-bHmTK .framer-xdrlkr > :first-child, .framer-bHmTK .framer-1jomm3b > :first-child { margin-top: 0px; } .framer-bHmTK .framer-sttea0 > :last-child, .framer-bHmTK .framer-xdrlkr > :last-child, .framer-bHmTK .framer-1jomm3b > :last-child { margin-bottom: 0px; } .framer-bHmTK .framer-1jomm3b > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,'.framer-bHmTK[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-bHmTK [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-bHmTK[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-bHmTK [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-bHmTK[data-border=\"true\"]::after, .framer-bHmTK [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 2799\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"amjlajHF_\":{\"layout\":[\"fixed\",\"auto\"]},\"VqYjBzNCd\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerzavJK1DyZ=withCSS(Component,css,\"framer-bHmTK\");export default FramerzavJK1DyZ;FramerzavJK1DyZ.displayName=\"Newsletter\";FramerzavJK1DyZ.defaultProps={height:2799,width:1200};addFonts(FramerzavJK1DyZ,[{explicitInter:true,fonts:[{family:\"Titillium Web\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffBzCKIl5YrSYqWM.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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"},{family:\"Titillium Web\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/titilliumweb/v17/NaPecZTIAOhVxoMyOr9n_E7fRMHsDIRSfr0.woff2\",weight:\"400\"}]},...SGXNavbarFonts,...MaterialFonts,...SocialShareComponentFonts,...SGXFooterFonts,...SGXSignatureFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzavJK1DyZ\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"2799\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"amjlajHF_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VqYjBzNCd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["npm_toggle_selection_1_0_exports", "__export", "npm_toggle_selection_1_0_default", "e", "a", "t", "npm_toggle_selection_1_0_default", "t", "npm_toggle_selection_1_0_exports", "npm_toggle_selection_1_0_default", "a", "o", "r", "n", "format", "e", "navigator", "copy", "l", "c", "s", "i", "p", "d", "window", "SocialShareComponent", "service", "size", "iconColor", "containerStyle", "isMixed", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "backgroundColor", "borderRadius", "borderColor", "borderWidth", "padding", "services", "window", "handleShare", "l", "styles", "p", "addPropertyControls", "ControlType", "createStore", "state1", "dataStore", "Data", "setDataStore", "newState", "storeState", "storeSetters", "setStoreState", "setter", "useStore", "state", "setState", "ye", "ue", "useObserveData", "SCROLL_MARGIN_TOP", "useStore", "createStore", "withContent", "Component", "props", "store", "setStore", "useStore", "newProps", "setNewProps", "ye", "ue", "formatTableOfContent", "newChildren", "item", "index", "children", "formattedId", "formatHeading", "newItem", "u", "l", "p", "SCROLL_MARGIN_TOP", "result", "type", "formattedHeading", "SGXNavbarFonts", "getFonts", "Y_K0rkldS_default", "MaterialFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "RichTextWithContent", "withContent", "RichText2", "SocialShareComponentFonts", "SocialShareComponent", "SGXFooterFonts", "alUEAQd0_default", "SGXSignatureFonts", "LGu2pSfyP_default", "breakpoints", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "animation", "transition1", "transition2", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "xuTnjMgG2_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "vt_VQ8uS6", "wBizCtZZb", "W4JYB6qBc", "restProps", "ie", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "Y_K0rkldS_default", "Image2", "MotionDivWithFX", "Icon", "RichText2", "x", "Link", "RichTextWithContent", "SocialShareComponent", "alUEAQd0_default", "LGu2pSfyP_default", "css", "FramerzavJK1DyZ", "withCSS", "zavJK1DyZ_default", "addFonts", "SGXNavbarFonts", "MaterialFonts", "SocialShareComponentFonts", "SGXFooterFonts", "SGXSignatureFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
