{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/y8ckmFmPFgZ5Nzn1PrR2/2IRWcgLxplJg2em4tFxu/SocialShare.js", "ssg:https://framerusercontent.com/modules/RkPU7ac1NYKrywzUrajj/K4IC8VXKdtgfSVpSn2ry/jV5nDSJmz.js", "ssg:https://framerusercontent.com/modules/hoA1ICEpmMwEphaxYxsX/6lPHNbwf17sD6LIYwJjW/Blog_scroll_bar.js", "ssg:https://framerusercontent.com/modules/VfFjbwtJNs6y7toxZg2l/bpn6eOkdpqjrzFm2oIm1/TableOfContents.js", "ssg:https://framerusercontent.com/modules/0pWUiVQpvNOWqAvINELc/jy5vjOccqMu3TylOarrC/XI6wYi7tI.js", "ssg:https://framerusercontent.com/modules/FpkWXdx0FqFysgayLXRa/iIpVINzODWk7UvuyaHvZ/vQIGcqerH.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";import{addPropertyControls,ControlType,Color}from\"framer\";const BRAND_COLORS={facebook:\"#0866FF\",twitter:\"#000\",linkedIn:\"#0A66C2\",reddit:\"#FF4500\",pinterest:\"#BD081C\",whatsApp:\"#25D366\",email:\"#000\",copyUrl:\"#000\"};const PLATFORM_NAMES=[\"Facebook\",\"Twitter / X\",\"LinkedIn\",\"Reddit\",\"Pinterest\",\"WhatsApp\",\"Email\",\"Copy URL\"];export default function SocialShare(props){const{type,colors,iconSize,border}=props;const[shareUrl,setShareUrl]=useState(props.shareLink==\"url\"?props.shareUrl:\"\");const encodedUrl=encodeURIComponent(shareUrl);const borderRadius=props.radiusIsMixed?`${props.radiusTopLeft}px ${props.radiusTopRight}px ${props.radiusBottomRight}px ${props.radiusBottomLeft}px`:`${props.radius}px`;useEffect(()=>{if(props.shareLink==\"currentPage\"){setShareUrl(window.location.href);}},[]);let linkUrl=\"\";switch(type){case\"facebook\":linkUrl=`https://www.facebook.com/sharer/sharer.php?u=${encodedUrl}`;break;case\"twitter\":linkUrl=`https://twitter.com/share?url=${encodedUrl}`;break;case\"linkedIn\":linkUrl=`https://www.linkedin.com/sharing/share-offsite/?url=${encodedUrl}`;break;case\"reddit\":linkUrl=`https://www.reddit.com/submit?url=${encodedUrl}`;break;case\"pinterest\":linkUrl=`https://pinterest.com/pin/create/link/?url=${encodedUrl}`;break;case\"whatsApp\":linkUrl=`https://wa.me/?text=${encodedUrl}`;break;case\"email\":linkUrl=`mailto:?body=${encodedUrl}`;break;}const copyToClipboard=()=>{navigator.clipboard.writeText(shareUrl).then(()=>{alert(\"URL copied to clipboard!\");}).catch(err=>{alert(\"Failed to copy URL\");});};return /*#__PURE__*/_jsxs(\"a\",{href:linkUrl.length?linkUrl:undefined,target:\"_blank\",\"aria-label\":PLATFORM_NAMES[type],onClick:type==\"copyUrl\"&&copyToClipboard,style:{display:\"flex\",alignItems:\"center\",justifyContent:\"center\",backgroundColor:colors.fillColorType==\"custom\"?colors.fillColor:Color.toString(Color.alpha(Color(BRAND_COLORS[type]),colors.fillOpacity)),borderRadius:borderRadius,padding:props.paddingIsMixed?`${props.paddingTop}px ${props.paddingRight}px ${props.paddingBottom}px ${props.paddingLeft}px`:`${props.padding}px`,cursor:\"pointer\",...props.style},children:[/*#__PURE__*/_jsx(SocialIcon,{type:type,size:iconSize,color:colors.iconColorType==\"custom\"?colors.iconColor:BRAND_COLORS[type],customIcon:props.customIcon}),border&&/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",inset:0,borderWidth:border.widthIsMixed?`${border.widthTop}px ${border.widthRight}px ${border.widthBottom}px ${border.widthLeft}px`:`${border.width}px`,borderStyle:border.style,borderColor:border.colorType==\"custom\"?border.color:BRAND_COLORS[type],borderRadius:borderRadius,pointerEvents:\"none\"}})]});}SocialShare.displayName=\"Social Share\";addPropertyControls(SocialShare,{shareLink:{type:ControlType.Enum,defaultValue:\"currentPage\",options:[\"currentPage\",\"url\"],optionTitles:[\"Current Page\",\"Custom URL\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\"},shareUrl:{type:ControlType.String,defaultValue:\"\",placeholder:\"https://example.com\",title:\"URL\",hidden:props=>props.shareLink!=\"url\"},type:{type:ControlType.Enum,defaultValue:\"facebook\",options:[\"facebook\",\"twitter\",\"linkedIn\",\"reddit\",\"pinterest\",\"whatsApp\",\"email\",\"copyUrl\"],optionTitles:PLATFORM_NAMES,title:\"Platform\"},colors:{type:ControlType.Object,buttonTitle:\"Icon & Fill\",controls:{iconColorType:{type:ControlType.Enum,defaultValue:\"custom\",options:[\"brand\",\"custom\"],optionTitles:[\"Brand\",\"Custom\"],displaySegmentedControl:true,title:\"Icon Color\"},iconColor:{type:ControlType.Color,defaultValue:\"#FFF\",hidden:props=>props.iconColorType!=\"custom\",title:\" \"},fillColorType:{type:ControlType.Enum,defaultValue:\"brand\",options:[\"brand\",\"custom\"],optionTitles:[\"Brand\",\"Custom\"],displaySegmentedControl:true,title:\"Fill\"},fillColor:{type:ControlType.Color,defaultValue:\"#000\",optional:true,hidden:props=>props.fillColorType!=\"custom\",title:\" \"},fillOpacity:{type:ControlType.Number,defaultValue:1,min:0,max:1,step:.01,hidden:props=>props.fillColorType!=\"brand\"}}},iconSize:{type:ControlType.Number,defaultValue:24,min:1,step:1},radius:{type:ControlType.FusedNumber,defaultValue:8,toggleKey:\"radiusIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusBottomRight\",\"radiusBottomLeft\"],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0},padding:{type:ControlType.FusedNumber,defaultValue:12,toggleKey:\"paddingIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},border:{type:ControlType.Object,optional:true,controls:{colorType:{type:ControlType.Enum,defaultValue:\"brand\",options:[\"brand\",\"custom\"],optionTitles:[\"Brand\",\"Custom\"],displaySegmentedControl:true,title:\"Color\"},color:{type:ControlType.Color,defaultValue:\"#FFF\",title:\" \",hidden:props=>props.colorType!=\"custom\"},width:{type:ControlType.FusedNumber,defaultValue:1,toggleKey:\"widthIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},style:{type:ControlType.Enum,defaultValue:\"solid\",options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"]}}},customIcon:{type:ControlType.Object,optional:true,buttonTitle:\"Icon\",controls:{type:{type:ControlType.Enum,defaultValue:\"svg\",options:[\"svg\",\"image\"],optionTitles:[\"SVG\",\"Image\"],displaySegmentedControl:true},svg:{type:ControlType.String,placeholder:\"<svg></svg>\",displayTextArea:true,title:\"SVG\",hidden:props=>props.type!=\"svg\"},image:{type:ControlType.ResponsiveImage,hidden:props=>props.type!=\"image\"},sizing:{type:ControlType.Enum,defaultValue:\"cover\",options:[\"cover\",\"contain\",\"fill\"],optionTitles:[\"Fill\",\"Fit\",\"Stretch\"],hidden:props=>props.type!=\"image\"},opacity:{type:ControlType.Number,defaultValue:1,min:0,max:1,step:.01}}}});function SocialIcon(props){const{size,color,customIcon}=props;const contents=[];let fill=true;let stroke=false;if(customIcon){if(customIcon.type==\"svg\"){return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"div\",{className:\"superfields-social-share-icon\",style:{width:size,height:size,opacity:customIcon.opacity,color:color,pointerEvents:\"none\"},dangerouslySetInnerHTML:customIcon.type==\"svg\"?{__html:customIcon.svg.replace(/width=\"(\\d+)\"/,`width=\"${size}\"`).replace(/height=\"(\\d+)\"/,`width=\"${size}\"`)}:undefined}),(customIcon===null||customIcon===void 0?void 0:customIcon.type)==\"svg\"&&/*#__PURE__*/_jsx(\"style\",{children:`.superfields-social-share-icon svg { display: block; }`})]});}else if(customIcon.type==\"image\"){var _customIcon_image,_customIcon_image1;return /*#__PURE__*/_jsx(\"img\",{src:(_customIcon_image=customIcon.image)===null||_customIcon_image===void 0?void 0:_customIcon_image.src,alt:(_customIcon_image1=customIcon.image)===null||_customIcon_image1===void 0?void 0:_customIcon_image1.alt,style:{display:\"block\",width:size,height:size,opacity:customIcon.opacity,color:color,objectFit:customIcon.sizing,objectPosition:\"center\",pointerEvents:\"none\"}});}}switch(props.type){case\"facebook\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z\"}));break;case\"twitter\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z\"}));break;case\"linkedIn\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"}));break;case\"reddit\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0zm5.01 4.744c.688 0 1.25.561 1.25 1.249a1.25 1.25 0 0 1-2.498.056l-2.597-.547-.8 3.747c1.824.07 3.48.632 4.674 1.488.308-.309.73-.491 1.207-.491.968 0 1.754.786 1.754 1.754 0 .716-.435 1.333-1.01 1.614a3.111 3.111 0 0 1 .042.52c0 2.694-3.13 4.87-7.004 4.87-3.874 0-7.004-2.176-7.004-4.87 0-.183.015-.366.043-.534A1.748 1.748 0 0 1 4.028 12c0-.968.786-1.754 1.754-1.754.463 0 .898.196 1.207.49 1.207-.883 2.878-1.43 4.744-1.487l.885-4.182a.342.342 0 0 1 .14-.197.35.35 0 0 1 .238-.042l2.906.617a1.214 1.214 0 0 1 1.108-.701zM9.25 12C8.561 12 8 12.562 8 13.25c0 .687.561 1.248 1.25 1.248.687 0 1.248-.561 1.248-1.249 0-.688-.561-1.249-1.249-1.249zm5.5 0c-.687 0-1.248.561-1.248 1.25 0 .687.561 1.248 1.249 1.248.688 0 1.249-.561 1.249-1.249 0-.687-.562-1.249-1.25-1.249zm-5.466 3.99a.327.327 0 0 0-.231.094.33.33 0 0 0 0 .463c.842.842 2.484.913 2.961.913.477 0 2.105-.056 2.961-.913a.361.361 0 0 0 .029-.463.33.33 0 0 0-.464 0c-.547.533-1.684.73-2.512.73-.828 0-1.979-.196-2.512-.73a.326.326 0 0 0-.232-.095z\"}));break;case\"pinterest\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z\"}));break;case\"whatsApp\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z\"}));break;case\"email\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10z\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M3 7l9 6l9 -6\"}));fill=false;stroke=true;break;case\"copyUrl\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M7 7m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M4.012 16.737a2.005 2.005 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1\"}));fill=false;stroke=true;break;}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:size,height:size,viewBox:\"0 0 24 24\",color:color,\"stroke-width\":stroke?\"2\":undefined,stroke:stroke?\"currentColor\":undefined,fill:fill?\"currentColor\":\"none\",\"stroke-linecap\":\"round\",\"stroke-linejoin\":\"round\",style:{display:\"block\"},children:contents});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SocialShare\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SocialShare.map", "// Generated by Framer (a417fcb)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import TextClip from\"https://framerusercontent.com/modules/u8sDk3ciiUx9HnK70KW3/RJ8qSVYmiCr00uDarIm1/TextClip.js\";const TextClipFonts=getFonts(TextClip);const enabledGestures={Q7kG4hcEB:{hover:true},wFzPP3wi1:{hover:true}};const cycleOrder=[\"wFzPP3wi1\",\"Q7kG4hcEB\",\"Go2mnLDRF\",\"ZNCQ10wmT\"];const serializationHash=\"framer-Um27Z\";const variantClassNames={Go2mnLDRF:\"framer-v-1syz9x6\",Q7kG4hcEB:\"framer-v-795v3m\",wFzPP3wi1:\"framer-v-8u02y6\",ZNCQ10wmT:\"framer-v-w48ucy\"};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 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(React.Fragment);const humanReadableVariantMap={\"h2-active\":\"Go2mnLDRF\",\"h3-active\":\"ZNCQ10wmT\",h2:\"wFzPP3wi1\",h3:\"Q7kG4hcEB\"};const getProps=({height,id,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,pV4iGrOV7:(_ref=title!==null&&title!==void 0?title:props.pV4iGrOV7)!==null&&_ref!==void 0?_ref:\"Title\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"wFzPP3wi1\"};};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,pV4iGrOV7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"wFzPP3wi1\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();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(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-8u02y6\",className,classNames),\"data-border\":true,\"data-framer-name\":\"h2\",layoutDependency:layoutDependency,layoutId:\"wFzPP3wi1\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-555da8b7-e2c3-4e98-848c-b10c970d89b4, rgb(213, 220, 228))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},variants:{Go2mnLDRF:{\"--border-color\":\"var(--token-4ea85e39-7c78-4152-8775-1227b94b1165, rgb(2, 36, 56))\"},ZNCQ10wmT:{\"--border-color\":\"var(--token-4ea85e39-7c78-4152-8775-1227b94b1165, rgb(2, 36, 56))\"}},...addPropertyOverrides({\"Q7kG4hcEB-hover\":{\"data-framer-name\":undefined},\"wFzPP3wi1-hover\":{\"data-framer-name\":undefined},Go2mnLDRF:{\"data-framer-name\":\"h2-active\"},Q7kG4hcEB:{\"data-framer-name\":\"h3\"},ZNCQ10wmT:{\"data-framer-name\":\"h3-active\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1515gv8-container\",layoutDependency:layoutDependency,layoutId:\"hFW5ctL95-container\",children:/*#__PURE__*/_jsx(TextClip,{height:\"100%\",id:\"hFW5ctL95\",layoutId:\"hFW5ctL95\",letterMode:false,lineCount:1,maxCharacters:20,style:{width:\"100%\"},text:pV4iGrOV7,textStyle:{color:\"var(--token-f7df5f79-4860-4209-979d-103f0332ae55, rgb(93, 124, 142))\",font:\"manrope\",fontSize:14,fontWeight:400,letterSpacing:0,lineHeight:1.5,textAlign:\"left\",textTransform:\"none\"},width:\"100%\",...addPropertyOverrides({\"wFzPP3wi1-hover\":{textStyle:{color:\"var(--token-d37f879e-d92c-47b1-8faa-14a7651df647, rgb(32, 178, 108))\",font:\"manrope\",fontSize:14,fontWeight:400,letterSpacing:0,lineHeight:1.5,textAlign:\"left\",textTransform:\"none\"}},Go2mnLDRF:{textStyle:{color:\"var(--token-4ea85e39-7c78-4152-8775-1227b94b1165, rgb(2, 36, 56))\",font:\"manrope\",fontSize:14,fontWeight:400,letterSpacing:0,lineHeight:1.5,textAlign:\"left\",textTransform:\"none\"}}},baseVariant,gestureVariant)})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Um27Z.framer-1ayvxul, .framer-Um27Z .framer-1ayvxul { display: block; }\",\".framer-Um27Z.framer-8u02y6 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 10px 0px 10px 12px; position: relative; width: 320px; }\",\".framer-Um27Z .framer-1515gv8-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Um27Z.framer-8u02y6 { gap: 0px; } .framer-Um27Z.framer-8u02y6 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Um27Z.framer-8u02y6 > :first-child { margin-left: 0px; } .framer-Um27Z.framer-8u02y6 > :last-child { margin-right: 0px; } }\",\".framer-Um27Z.framer-v-795v3m.framer-8u02y6 { padding: 10px 0px 10px 24px; }\",\".framer-Um27Z.framer-v-1syz9x6.framer-8u02y6 { cursor: unset; }\",\".framer-Um27Z.framer-v-w48ucy.framer-8u02y6 { cursor: unset; padding: 10px 0px 10px 24px; }\",'.framer-Um27Z[data-border=\"true\"]::after, .framer-Um27Z [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 41\n * @framerIntrinsicWidth 320\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Q7kG4hcEB\":{\"layout\":[\"fixed\",\"auto\"]},\"Go2mnLDRF\":{\"layout\":[\"fixed\",\"auto\"]},\"ZNCQ10wmT\":{\"layout\":[\"fixed\",\"auto\"]},\"CHbcQ69VU\":{\"layout\":[\"fixed\",\"auto\"]},\"RbTlPechN\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"pV4iGrOV7\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerjV5nDSJmz=withCSS(Component,css,\"framer-Um27Z\");export default FramerjV5nDSJmz;FramerjV5nDSJmz.displayName=\"Table of contents\";FramerjV5nDSJmz.defaultProps={height:41,width:320};addPropertyControls(FramerjV5nDSJmz,{variant:{options:[\"wFzPP3wi1\",\"Q7kG4hcEB\",\"Go2mnLDRF\",\"ZNCQ10wmT\"],optionTitles:[\"h2\",\"h3\",\"h2-active\",\"h3-active\"],title:\"Variant\",type:ControlType.Enum},pV4iGrOV7:{defaultValue:\"Title\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerjV5nDSJmz,[{explicitInter:true,fonts:[]},...TextClipFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjV5nDSJmz\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"41\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Q7kG4hcEB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Go2mnLDRF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZNCQ10wmT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CHbcQ69VU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RbTlPechN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"pV4iGrOV7\\\":\\\"title\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"320\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jV5nDSJmz.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useState,useEffect,useRef}from\"react\";export function withProgress(Component){return props=>{const[progress,setProgress]=useState(0);const[isScrolling,setIsScrolling]=useState(false);const prevScrollY=useRef(0);useEffect(()=>{const calculateProgress=()=>{const startEl=document.getElementById(\"start\");const endEl=document.getElementById(\"end\");if(startEl&&endEl){const sectionHeight=endEl.offsetTop-startEl.offsetTop;const scrollDistance=window.pageYOffset||document.documentElement.scrollTop;const sectionScrollDistance=scrollDistance-startEl.offsetTop;const sectionProgress=sectionScrollDistance/sectionHeight*100;setProgress(sectionProgress);}};const handleScroll=()=>{const scrollY=window.pageYOffset||document.documentElement.scrollTop;if(scrollY!==prevScrollY.current){prevScrollY.current=scrollY;calculateProgress();setIsScrolling(true);}};const handleScrollEnd=()=>{setIsScrolling(false);};calculateProgress();window.addEventListener(\"scroll\",handleScroll);window.addEventListener(\"scrollend\",handleScrollEnd);return()=>{window.removeEventListener(\"scroll\",handleScroll);window.removeEventListener(\"scrollend\",handleScrollEnd);};},[]);return /*#__PURE__*/_jsx(Component,{...props,style:{width:`${progress}%`,transition:isScrolling?\"none\":\"width 0.5s ease-in-out\"}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withProgress\":{\"type\":\"reactHoc\",\"name\":\"withProgress\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Blog_scroll_bar.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=[\"h2\"];const SCROLL_MARGIN_TOP=160;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\":{\"withTableOfContent\":{\"type\":\"reactHoc\",\"name\":\"withTableOfContent\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withContent\":{\"type\":\"reactHoc\",\"name\":\"withContent\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TableOfContents.map", "// Generated by Framer (d275c2b)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Manrope-600\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.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/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{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/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{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/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{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/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{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/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{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/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{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/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{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/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{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/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{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/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{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\"}]}];export const css=['.framer-MAHzi .framer-styles-preset-tuoj6x:not(.rich-text-wrapper), .framer-MAHzi .framer-styles-preset-tuoj6x.rich-text-wrapper h1 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter 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-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-4ea85e39-7c78-4152-8775-1227b94b1165, #022438); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-MAHzi\";\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 (dfd7da3)\nvar _componentPresets_fonts,_componentPresets_fonts1,_componentPresets_fonts2,_componentPresets_fonts3;import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useLoadMorePaginatedQuery,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withMappedReactProps}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import SocialShare from\"https://framerusercontent.com/modules/y8ckmFmPFgZ5Nzn1PrR2/2IRWcgLxplJg2em4tFxu/SocialShare.js\";import Header from\"#framer/local/canvasComponent/FZtNzZkYZ/FZtNzZkYZ.js\";import TableOfContents,*as TableOfContentsInfo from\"#framer/local/canvasComponent/jV5nDSJmz/jV5nDSJmz.js\";import Form from\"#framer/local/canvasComponent/oWhupbgxX/oWhupbgxX.js\";import Footer1440 from\"#framer/local/canvasComponent/RL01SKCYx/RL01SKCYx.js\";import Button from\"#framer/local/canvasComponent/XHV7R6Hcw/XHV7R6Hcw.js\";import{withProgress}from\"#framer/local/codeFile/FxDGgN9/Blog_scroll_bar.js\";import{withContent,withTableOfContent}from\"#framer/local/codeFile/tmY6JeK/TableOfContents.js\";import Blog,{enumToDisplayNameFunctions}from\"#framer/local/collection/VH6t_0O2u/VH6t_0O2u.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle9 from\"#framer/local/css/AGyFCbkM3/AGyFCbkM3.js\";import*as sharedStyle6 from\"#framer/local/css/bjxJ94R7I/bjxJ94R7I.js\";import*as sharedStyle4 from\"#framer/local/css/dtelkXfOH/dtelkXfOH.js\";import*as sharedStyle12 from\"#framer/local/css/HWUtVDjb6/HWUtVDjb6.js\";import*as sharedStyle13 from\"#framer/local/css/iEGwvbQSF/iEGwvbQSF.js\";import*as sharedStyle2 from\"#framer/local/css/iko041teD/iko041teD.js\";import*as sharedStyle from\"#framer/local/css/NdFI5DB10/NdFI5DB10.js\";import*as sharedStyle3 from\"#framer/local/css/NixkShw0y/NixkShw0y.js\";import*as sharedStyle10 from\"#framer/local/css/nXfvccVsQ/nXfvccVsQ.js\";import*as sharedStyle5 from\"#framer/local/css/P2930T6_X/P2930T6_X.js\";import*as sharedStyle7 from\"#framer/local/css/PJXhOGsgh/PJXhOGsgh.js\";import*as sharedStyle11 from\"#framer/local/css/tmyhpAay9/tmyhpAay9.js\";import*as sharedStyle1 from\"#framer/local/css/XI6wYi7tI/XI6wYi7tI.js\";import*as sharedStyle8 from\"#framer/local/css/ZPNJCOFH7/ZPNJCOFH7.js\";import metadataProvider from\"#framer/local/webPageMetadata/vQIGcqerH/vQIGcqerH.js\";const HeaderFonts=getFonts(Header);const ButtonFonts=getFonts(Button);const TableOfContentsFonts=getFonts(TableOfContents);const TableOfContentsWithTableOfContentWithMappedReactProps2w8t2f=withMappedReactProps(withTableOfContent(TableOfContents),TableOfContentsInfo);const MotionDivWithFX=withFX(motion.div);const RichTextWithContent=withContent(RichText);const SocialShareFonts=getFonts(SocialShare);const RichTextWithFX=withFX(RichText);const MotionAWithFX=withFX(motion.a);const FormFonts=getFonts(Form);const Footer1440Fonts=getFonts(Footer1440);const MotionDivWithProgress=withProgress(motion.div);const breakpoints={lR3h29_yn:\"(min-width: 1440px) and (max-width: 1919px)\",MIiBcbtK7:\"(min-width: 1080px) and (max-width: 1439px)\",O252lWnyT:\"(min-width: 768px) and (max-width: 1079px)\",pTuvEXZ2V:\"(max-width: 767px)\",uJLIlgF_u:\"(min-width: 1920px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-7dQl2\";const variantClassNames={lR3h29_yn:\"framer-v-6b7p66\",MIiBcbtK7:\"framer-v-1xj4k43\",O252lWnyT:\"framer-v-smdkxq\",pTuvEXZ2V:\"framer-v-12g6rmu\",uJLIlgF_u:\"framer-v-1cr1kh7\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const transition1={damping:80,delay:.2,mass:1,stiffness:500,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:40};const transition2={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation2={backgroundColor:\"rgb(255, 230, 232)\",opacity:.9,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition3};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.03,skewX:0,skewY:0,transition:transition3};const QueryData=({query,pageSize,children})=>{const{paginatedQuery,paginationInfo,loadMore}=useLoadMorePaginatedQuery(query,pageSize,\"YpYhr072W\");const data=useQueryData(paginatedQuery);return children(data,paginationInfo,loadMore);};const metadata=metadataProvider();const humanReadableVariantMap={\"Desktop 1080\":\"MIiBcbtK7\",\"Desktop 1440\":\"lR3h29_yn\",\"Desktop 1920\":\"uJLIlgF_u\",Phone:\"pTuvEXZ2V\",Tablet:\"O252lWnyT\"};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:\"lR3h29_yn\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){var _enumToDisplayNameFunctions_awEA04B7O,_enumToDisplayNameFunctions_rAQY05wUw;const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"vQIGcqerH\",data:Blog,type:\"Collection\"},select:[{collection:\"vQIGcqerH\",name:\"V1OkfLhWl\",type:\"Identifier\"},{collection:\"vQIGcqerH\",name:\"YukIygDV6\",type:\"Identifier\"},{collection:\"vQIGcqerH\",name:\"DrtXgRcHC\",type:\"Identifier\"},{collection:\"vQIGcqerH\",name:\"lq5fVNHqM\",type:\"Identifier\"},{collection:\"vQIGcqerH\",name:\"mJZO9VoKO\",type:\"Identifier\"},{collection:\"vQIGcqerH\",name:\"i3XrGzcxO\",type:\"Identifier\"},{collection:\"vQIGcqerH\",name:\"rAQY05wUw\",type:\"Identifier\"},{collection:\"vQIGcqerH\",name:\"awEA04B7O\",type:\"Identifier\"},{collection:\"vQIGcqerH\",name:\"BxSzJrgC5\",type:\"Identifier\"},{collection:\"vQIGcqerH\",name:\"wxFJLiYnJ\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"vQIGcqerH\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};var _getFromCurrentRouteData,_getFromCurrentRouteData1,_getFromCurrentRouteData2;const{style,className,layoutId,variant,V1OkfLhWl=(_getFromCurrentRouteData=getFromCurrentRouteData(\"V1OkfLhWl\"))!==null&&_getFromCurrentRouteData!==void 0?_getFromCurrentRouteData:\"\",lq5fVNHqM=(_getFromCurrentRouteData1=getFromCurrentRouteData(\"lq5fVNHqM\"))!==null&&_getFromCurrentRouteData1!==void 0?_getFromCurrentRouteData1:\"\",i3XrGzcxO=getFromCurrentRouteData(\"i3XrGzcxO\"),wxFJLiYnJ=(_getFromCurrentRouteData2=getFromCurrentRouteData(\"wxFJLiYnJ\"))!==null&&_getFromCurrentRouteData2!==void 0?_getFromCurrentRouteData2:\"\",BxSzJrgC5=getFromCurrentRouteData(\"BxSzJrgC5\"),awEA04B7O=getFromCurrentRouteData(\"awEA04B7O\"),mJZO9VoKO=getFromCurrentRouteData(\"mJZO9VoKO\"),W2BxSKb2X,FOEWh7HZBYpYhr072W,i3XrGzcxOYpYhr072W,mJZO9VoKOYpYhr072W,V1OkfLhWlYpYhr072W,DrtXgRcHCYpYhr072W,rAQY05wUw=getFromCurrentRouteData(\"rAQY05wUw\"),idYpYhr072W,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(currentRouteData,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);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);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-7dQl2`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-7dQl2`);};},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className,sharedStyle13.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const elementId=useRouteElementId(\"oCa7smb_h\");const ref2=React.useRef(null);const router=useRouter();const isDisplayed=()=>{if(!isBrowser())return true;if([\"O252lWnyT\",\"pTuvEXZ2V\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"uJLIlgF_u\")return false;return true;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"uJLIlgF_u\")return true;return false;};const textContent=(_enumToDisplayNameFunctions_awEA04B7O=enumToDisplayNameFunctions[\"awEA04B7O\"])===null||_enumToDisplayNameFunctions_awEA04B7O===void 0?void 0:_enumToDisplayNameFunctions_awEA04B7O.call(enumToDisplayNameFunctions,awEA04B7O,activeLocale);const activeLocaleCode=useLocaleCode();const textContent1=toDateString(mJZO9VoKO,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const elementId1=useRouteElementId(\"SIQP7ApND\");const ref3=React.useRef(null);const textContent3=(_enumToDisplayNameFunctions_rAQY05wUw=enumToDisplayNameFunctions[\"rAQY05wUw\"])===null||_enumToDisplayNameFunctions_rAQY05wUw===void 0?void 0:_enumToDisplayNameFunctions_rAQY05wUw.call(enumToDisplayNameFunctions,rAQY05wUw,activeLocale);const defaultLayoutId=React.useId();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"lR3h29_yn\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-6b7p66\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lwy5dh\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ikx9t8\"})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9oo288-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MIiBcbtK7:{variant:\"HdGl6Uy_u\"},O252lWnyT:{variant:\"sLVhq1SfT\"},pTuvEXZ2V:{variant:\"XqQtvUJ9M\"},uJLIlgF_u:{variant:\"WGZfZCjoU\"}},children:/*#__PURE__*/_jsx(Header,{GvBbFi2a4:true,height:\"100%\",id:\"XyGW1WhLY\",layoutId:\"XyGW1WhLY\",Sk3oHPcWe:true,style:{width:\"100%\"},variant:\"Ax1spo_5W\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e5lytg\",\"data-framer-name\":\"Post\",id:elementId,name:\"Post\",ref:ref2,children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1orzgcq\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-q43l8i\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"VAjWxtE3v\"},implicitPathVariables:undefined},{href:{webPageId:\"VAjWxtE3v\"},implicitPathVariables:undefined},{href:{webPageId:\"VAjWxtE3v\"},implicitPathVariables:undefined},{href:{webPageId:\"VAjWxtE3v\"},implicitPathVariables:undefined},{href:{webPageId:\"VAjWxtE3v\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qfpdvz-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MIiBcbtK7:{QknoqNZno:resolvedLinks[1]},O252lWnyT:{QknoqNZno:resolvedLinks[2]},pTuvEXZ2V:{QknoqNZno:resolvedLinks[3]},uJLIlgF_u:{QknoqNZno:resolvedLinks[4]}},children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"sCNjsGLZr\",jUpK8XuM4:false,layoutId:\"sCNjsGLZr\",lEMXCYpMP:\"0px 32px 0px 32px\",QknoqNZno:resolvedLinks[0],rVR47dLPC:true,variant:\"fv5g7AVdI\",w1GgVySMm:\"Back to blog\",width:\"100%\"})})})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2fzpwt hidden-smdkxq hidden-12g6rmu\",\"data-framer-name\":\"Menu\",name:\"Menu\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://app.tradervue.com/signup?plan=2\",nodeId:\"Qs9I27GHq\",openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1froo9w framer-jq29gh\",\"data-border\":true,whileHover:animation2,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(236, 0, 16)\"},children:\"90% of traders lose money\"})}),className:\"framer-z3dlxd\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItVmFyaWFibGVWRj1JbTl3YzNvaUlERTBMQ0FpZDJkb2RDSWdOREF3\",\"--framer-font-family\":'\"Inter Variable\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-variation-axes\":'\"opsz\" 14, \"wght\" 400',\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(87, 0, 6)\"},children:\"Import your trades, analyze your trading performance, and trade smarter.\"})}),className:\"framer-10zt8um\",fonts:[\"Inter-Variable\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hfqfzk\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQmxhY2s=\",\"--framer-font-weight\":\"900\",\"--framer-text-color\":\"var(--token-51bd7c3b-b6b5-4f06-b26a-9d79e01334c8, rgb(255, 255, 255))\"},children:\"I want to be profitable\"})}),className:\"framer-1ajczy8\",fonts:[\"Inter-Black\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(87, 0, 6, 0.8)\"},children:\"100% Money-Back Guarantee \u2022 Free 7-day trial\"})}),className:\"framer-1ak4doh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-axtxzy\",\"data-framer-name\":\"Menu block\",name:\"Menu block\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lnqxfo\",\"data-styles-preset\":\"NdFI5DB10\",style:{\"--framer-text-color\":\"var(--token-4ea85e39-7c78-4152-8775-1227b94b1165, rgb(2, 36, 56))\"},children:\"Table of Contents\"})}),className:\"framer-14yoeof\",\"data-framer-name\":\"Contents\",fonts:[\"Inter\"],name:\"Contents\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hezoze\",\"data-framer-name\":\"Items\",name:\"Items\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,width:\"350px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yu3ebh-container\",children:/*#__PURE__*/_jsx(TableOfContentsWithTableOfContentWithMappedReactProps2w8t2f,{height:\"100%\",id:\"gqQYOopWs\",layoutId:\"gqQYOopWs\",pV4iGrOV7:\"Title\",style:{width:\"100%\"},variant:\"wFzPP3wi1\",width:\"100%\"})})})})]})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-tik1o\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-le3kxf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-tuoj6x\",\"data-styles-preset\":\"XI6wYi7tI\",children:\"The Best Day Trading Keyboard for 2022 \u2013 Tradervue\"})}),className:\"framer-1qd1xmw\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",text:V1OkfLhWl,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w06vxe hidden-1cr1kh7\",\"data-framer-name\":\"Read Time\",name:\"Read Time\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dpttzw\",\"data-styles-preset\":\"iko041teD\",style:{\"--framer-text-color\":\"var(--token-f7df5f79-4860-4209-979d-103f0332ae55, rgb(93, 124, 142))\"},children:\"Reading time:\"})}),className:\"framer-2f0veh\",\"data-framer-name\":\"Contents\",fonts:[\"Inter\"],name:\"Contents\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11ofee4\",\"data-framer-name\":\"Reading Time\",name:\"Reading Time\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--token-4ea85e39-7c78-4152-8775-1227b94b1165, rgb(2, 36, 56))\"},children:\"0 minutes\"})}),className:\"framer-1qmwdzv\",fonts:[\"GF;Manrope-600\"],text:lq5fVNHqM,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"22px\",\"--framer-text-color\":\"var(--token-4ea85e39-7c78-4152-8775-1227b94b1165, rgb(2, 36, 56))\"},children:\"minutes\"})}),className:\"framer-1ljvkha\",fonts:[\"GF;Manrope-600\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MIiBcbtK7:{background:{alt:\"\",fit:\"fill\",sizes:\"min(max(100vw - 494px, 1px), 774px)\",...toResponsiveImage(i3XrGzcxO)}},O252lWnyT:{background:{alt:\"\",fit:\"fill\",sizes:\"min(100vw - 80px, 774px)\",...toResponsiveImage(i3XrGzcxO)}},pTuvEXZ2V:{background:{alt:\"\",fit:\"fill\",sizes:\"min(100vw - 32px, 774px)\",...toResponsiveImage(i3XrGzcxO)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"min(max(100vw - 630px, 1px), 774px)\",...toResponsiveImage(i3XrGzcxO)},className:\"framer-1jgoqy4\",\"data-framer-name\":\"Banner\",name:\"Banner\"})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/9rhBPUZttCbLCWqJEL42/YouTube.js:Youtube\":componentPresets.props[\"QwvfL2RWj\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"tP488HZcP\"]},children:/*#__PURE__*/_jsx(RichTextWithContent,{__fromCanvasComponent:true,children:wxFJLiYnJ,className:\"framer-1n6mm2r\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],name:\"Content\",stylesPresetsClassNames:{a:\"framer-styles-preset-z1p2uy\",blockquote:\"framer-styles-preset-1qemu5m\",h2:\"framer-styles-preset-x7tila\",h3:\"framer-styles-preset-apwym7\",h4:\"framer-styles-preset-16cgm2g\",img:\"framer-styles-preset-nd98dq\",p:\"framer-styles-preset-1h2id8y\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16b5q04 hidden-6b7p66 hidden-1xj4k43 hidden-smdkxq hidden-12g6rmu\",\"data-framer-name\":\"Menu block\",name:\"Menu block\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-lnqxfo\",\"data-styles-preset\":\"NdFI5DB10\",style:{\"--framer-text-color\":\"var(--token-4ea85e39-7c78-4152-8775-1227b94b1165, rgb(2, 36, 56))\"},children:\"Share This with Traders\"})}),className:\"framer-ky7gwz\",\"data-framer-name\":\"Contents\",fonts:[\"Inter\"],name:\"Contents\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tw7den\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-3b24xz-container\",whileHover:animation3,children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColorType:\"custom\",fillOpacity:1,iconColor:\"var(--token-f7df5f79-4860-4209-979d-103f0332ae55, rgb(93, 124, 142))\",iconColorType:\"custom\"},customIcon:{opacity:1,sizing:\"cover\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M17.751 3H20.818L14.118 10.625L22 21H15.828L10.995 14.707L5.464 21H2.394L9.561 12.845L2 3H8.328L12.698 8.752L17.751 3ZM16.675 19.172H18.375L7.404 4.732H5.58L16.675 19.172Z\" fill=\"#9EABBE\"/>\\n</svg>\\n',type:\"svg\"},height:\"100%\",iconSize:24,id:\"CUIf2phiL\",layoutId:\"CUIf2phiL\",padding:0,paddingBottom:0,paddingIsMixed:false,paddingLeft:0,paddingRight:0,paddingTop:0,radius:0,radiusBottomLeft:0,radiusBottomRight:0,radiusIsMixed:false,radiusTopLeft:0,radiusTopRight:0,shareLink:\"currentPage\",shareUrl:\"\",type:\"twitter\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-rfhcu0-container\",whileHover:animation3,children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColorType:\"custom\",fillOpacity:1,iconColor:\"var(--token-f7df5f79-4860-4209-979d-103f0332ae55, rgb(93, 124, 142))\",iconColorType:\"custom\"},customIcon:{opacity:1,sizing:\"cover\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6.94141 5.00002C6.94114 5.53046 6.73017 6.03906 6.35491 6.41394C5.97965 6.78883 5.47084 6.99929 4.94041 6.99902C4.40997 6.99876 3.90137 6.78779 3.52649 6.41253C3.1516 6.03727 2.94114 5.52846 2.94141 4.99802C2.94167 4.46759 3.15264 3.95899 3.5279 3.5841C3.90316 3.20922 4.41197 2.99876 4.94241 2.99902C5.47284 2.99929 5.98144 3.21026 6.35633 3.58552C6.73121 3.96078 6.94167 4.46959 6.94141 5.00002ZM7.00141 8.48002H3.00141V21H7.00141V8.48002ZM13.3214 8.48002H9.34141V21H13.2814V14.43C13.2814 10.77 18.0514 10.43 18.0514 14.43V21H22.0014V13.07C22.0014 6.90002 14.9414 7.13002 13.2814 10.16L13.3214 8.48002Z\" fill=\"#9EABBE\"/>\\n</svg>',type:\"svg\"},height:\"100%\",iconSize:24,id:\"Ap_m6xHGF\",layoutId:\"Ap_m6xHGF\",padding:0,paddingBottom:0,paddingIsMixed:false,paddingLeft:0,paddingRight:0,paddingTop:0,radius:0,radiusBottomLeft:0,radiusBottomRight:0,radiusIsMixed:false,radiusTopLeft:0,radiusTopRight:0,shareLink:\"currentPage\",shareUrl:\"\",type:\"linkedIn\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-18mobkw-container\",whileHover:animation3,children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColorType:\"custom\",fillOpacity:1,iconColor:\"var(--token-f7df5f79-4860-4209-979d-103f0332ae55, rgb(93, 124, 142))\",iconColorType:\"custom\"},customIcon:{opacity:1,sizing:\"cover\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M14 13.5H16.5L17.5 9.5H14V7.5C14 6.47 14 5.5 16 5.5H17.5V2.14C17.174 2.097 15.943 2 14.643 2C11.928 2 10 3.657 10 6.7V9.5H7V13.5H10V22H14V13.5Z\" fill=\"#9EABBE\"/>\\n</svg>',type:\"svg\"},height:\"100%\",iconSize:24,id:\"ceTmZGY_c\",layoutId:\"ceTmZGY_c\",padding:0,paddingBottom:0,paddingIsMixed:true,paddingLeft:0,paddingRight:0,paddingTop:0,radius:0,radiusBottomLeft:0,radiusBottomRight:0,radiusIsMixed:false,radiusTopLeft:0,radiusTopRight:0,shareLink:\"currentPage\",shareUrl:\"\",type:\"facebook\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bhfgci\",\"data-framer-name\":\"Frame 1171275739\",name:\"Frame 1171275739\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jdicob\",\"data-framer-name\":\"Frame 1171275737\",name:\"Frame 1171275737\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-82ep3y\",\"data-styles-preset\":\"nXfvccVsQ\",style:{\"--framer-text-color\":\"var(--token-f7df5f79-4860-4209-979d-103f0332ae55, rgb(93, 124, 142))\"},children:\"Author:\"})}),className:\"framer-hgx1j4\",\"data-framer-name\":\"Posted:\",fonts:[\"Inter\"],name:\"Posted:\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-58g1n8\",\"data-framer-name\":\"Frame 1171275724\",name:\"Frame 1171275724\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"24px\",...toResponsiveImage(BxSzJrgC5)},className:\"framer-1t8g82l\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1lbqeuf\",\"data-styles-preset\":\"tmyhpAay9\",style:{\"--framer-text-color\":\"var(--token-4ea85e39-7c78-4152-8775-1227b94b1165, rgb(2, 36, 56))\"},children:\"Content\"})}),className:\"framer-fu8r8e\",\"data-framer-name\":\"Author\",fonts:[\"Inter\"],name:\"Author\",text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nrqulf hidden-1cr1kh7\",\"data-framer-name\":\"Frame 1171275737\",name:\"Frame 1171275737\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-82ep3y\",\"data-styles-preset\":\"nXfvccVsQ\",style:{\"--framer-text-color\":\"var(--token-f7df5f79-4860-4209-979d-103f0332ae55, rgb(93, 124, 142))\"},children:\"Posted:\"})}),className:\"framer-1prdd1b\",\"data-framer-name\":\"Posted:\",fonts:[\"Inter\"],name:\"Posted:\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qw116u\",\"data-framer-name\":\"Frame 1171275724\",name:\"Frame 1171275724\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-uj6k1z\",\"data-framer-name\":\"Calendar\",name:\"Calendar\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-172orhh\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:18,name:\"Icon\",svg:'<svg width=\"18\" height=\"20\" viewBox=\"-1 -1 18 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 6H16M12 0V2M4 0V2M1 2H15C15.5523 2 16 2.44772 16 3V17C16 17.5523 15.5523 18 15 18H1C0.447715 18 0 17.5523 0 17V3C0 2.44772 0.447715 2 1 2Z\" stroke=\"#9EABBE\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1lbqeuf\",\"data-styles-preset\":\"tmyhpAay9\",style:{\"--framer-text-color\":\"var(--token-4ea85e39-7c78-4152-8775-1227b94b1165, rgb(2, 36, 56))\"},children:\"July 18, 2024\"})}),className:\"framer-6ejywy\",\"data-framer-name\":\"Author\",fonts:[\"Inter\"],name:\"Author\",text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dfvco2 hidden-6b7p66 hidden-1xj4k43 hidden-smdkxq hidden-12g6rmu\",\"data-framer-name\":\"Frame 1171275737\",name:\"Frame 1171275737\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-82ep3y\",\"data-styles-preset\":\"nXfvccVsQ\",style:{\"--framer-text-color\":\"var(--token-f7df5f79-4860-4209-979d-103f0332ae55, rgb(93, 124, 142))\"},children:\"Posted:\"})}),className:\"framer-1rymrch\",\"data-framer-name\":\"Posted:\",fonts:[\"Inter\"],name:\"Posted:\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vfz3v\",\"data-framer-name\":\"Frame 1171275724\",name:\"Frame 1171275724\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rmurng\",\"data-framer-name\":\"Calendar\",name:\"Calendar\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-rw0v4k\",\"data-framer-name\":\"Icon\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:18,name:\"Icon\",svg:'<svg width=\"18\" height=\"20\" viewBox=\"-1 -1 18 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 6H16M12 0V2M4 0V2M1 2H15C15.5523 2 16 2.44772 16 3V17C16 17.5523 15.5523 18 15 18H1C0.447715 18 0 17.5523 0 17V3C0 2.44772 0.447715 2 1 2Z\" stroke=\"#9EABBE\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1lbqeuf\",\"data-styles-preset\":\"tmyhpAay9\",style:{\"--framer-text-color\":\"var(--token-4ea85e39-7c78-4152-8775-1227b94b1165, rgb(2, 36, 56))\"},children:\"July 18, 2024\"})}),className:\"framer-hltg8e\",\"data-framer-name\":\"Author\",fonts:[\"Inter\"],name:\"Author\",text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nju6yf\",\"data-framer-name\":\"Frame 1171275738\",name:\"Frame 1171275738\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-82ep3y\",\"data-styles-preset\":\"nXfvccVsQ\",style:{\"--framer-text-color\":\"var(--token-f7df5f79-4860-4209-979d-103f0332ae55, rgb(93, 124, 142))\"},children:\"Category:\"})}),className:\"framer-1nycgee\",\"data-framer-name\":\"Category:\",fonts:[\"Inter\"],name:\"Category:\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1lbqeuf\",\"data-styles-preset\":\"tmyhpAay9\",style:{\"--framer-text-color\":\"var(--token-4ea85e39-7c78-4152-8775-1227b94b1165, rgb(2, 36, 56))\"},children:\"User Stories\"})}),className:\"framer-17swd0h\",\"data-framer-name\":\"Author\",fonts:[\"Inter\"],name:\"Author\",text:W2BxSKb2X,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lfzpnh\",id:elementId1,ref:ref3,children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1qfrunk\",\"data-styles-preset\":\"HWUtVDjb6\",children:\"Related Articles\"})}),className:\"framer-1eij6h7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1d2zfo2\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{O252lWnyT:{pageSize:4,query:{from:{alias:\"YpYhr072W\",data:Blog,type:\"Collection\"},orderBy:[{collection:\"YpYhr072W\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"YpYhr072W\",name:\"FOEWh7HZB\",type:\"Identifier\"},{collection:\"YpYhr072W\",name:\"i3XrGzcxO\",type:\"Identifier\"},{collection:\"YpYhr072W\",name:\"mJZO9VoKO\",type:\"Identifier\"},{collection:\"YpYhr072W\",name:\"V1OkfLhWl\",type:\"Identifier\"},{collection:\"YpYhr072W\",name:\"DrtXgRcHC\",type:\"Identifier\"},{collection:\"YpYhr072W\",name:\"id\",type:\"Identifier\"}]}}},children:/*#__PURE__*/_jsx(QueryData,{pageSize:3,query:{from:{alias:\"YpYhr072W\",data:Blog,type:\"Collection\"},orderBy:[{collection:\"YpYhr072W\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"YpYhr072W\",name:\"FOEWh7HZB\",type:\"Identifier\"},{collection:\"YpYhr072W\",name:\"i3XrGzcxO\",type:\"Identifier\"},{collection:\"YpYhr072W\",name:\"mJZO9VoKO\",type:\"Identifier\"},{collection:\"YpYhr072W\",name:\"V1OkfLhWl\",type:\"Identifier\"},{collection:\"YpYhr072W\",name:\"DrtXgRcHC\",type:\"Identifier\"},{collection:\"YpYhr072W\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection===null||collection===void 0?void 0:collection.map(({DrtXgRcHC:DrtXgRcHCYpYhr072W,FOEWh7HZB:FOEWh7HZBYpYhr072W,i3XrGzcxO:i3XrGzcxOYpYhr072W,id:idYpYhr072W,mJZO9VoKO:mJZO9VoKOYpYhr072W,V1OkfLhWl:V1OkfLhWlYpYhr072W},i)=>{FOEWh7HZBYpYhr072W!==null&&FOEWh7HZBYpYhr072W!==void 0?FOEWh7HZBYpYhr072W:FOEWh7HZBYpYhr072W=\"\";V1OkfLhWlYpYhr072W!==null&&V1OkfLhWlYpYhr072W!==void 0?V1OkfLhWlYpYhr072W:V1OkfLhWlYpYhr072W=\"\";DrtXgRcHCYpYhr072W!==null&&DrtXgRcHCYpYhr072W!==void 0?DrtXgRcHCYpYhr072W:DrtXgRcHCYpYhr072W=\"\";const textContent2=toDateString(mJZO9VoKOYpYhr072W,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`YpYhr072W-${idYpYhr072W}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{FOEWh7HZB:FOEWh7HZBYpYhr072W},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{FOEWh7HZB:FOEWh7HZBYpYhr072W},webPageId:\"vQIGcqerH\"},nodeId:\"t3MqZzKsz\",children:/*#__PURE__*/_jsxs(MotionAWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1psqnuh framer-jq29gh\",whileHover:animation4,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MIiBcbtK7:{background:{alt:\"\",fit:\"fill\",sizes:\"max(100vw - 80px, 1px)\",...toResponsiveImage(i3XrGzcxOYpYhr072W)}},O252lWnyT:{background:{alt:\"\",fit:\"fill\",sizes:\"max((100vw - 104px) / 2, 50px)\",...toResponsiveImage(i3XrGzcxOYpYhr072W)}},pTuvEXZ2V:{background:{alt:\"\",fit:\"fill\",sizes:\"calc(100vw - 32px)\",...toResponsiveImage(i3XrGzcxOYpYhr072W)}},uJLIlgF_u:{background:{alt:\"\",fit:\"fill\",sizes:\"max(100vw - 600px, 1px)\",...toResponsiveImage(i3XrGzcxOYpYhr072W)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"max((100vw - 264px) / 3, 1px)\",...toResponsiveImage(i3XrGzcxOYpYhr072W)},className:\"framer-15wjzbd\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hs24q9\",\"data-framer-name\":\"Post\",name:\"Post\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1eo7c5y\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v8r0w5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dpttzw\",\"data-styles-preset\":\"iko041teD\",style:{\"--framer-text-color\":\"var(--token-f7df5f79-4860-4209-979d-103f0332ae55, rgb(93, 124, 142))\"},children:\"Content\"})}),className:\"framer-1224uvi\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],name:\"Date\",text:textContent2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13b0k4c\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-10vf8x0\",\"data-styles-preset\":\"iEGwvbQSF\",style:{\"--framer-text-color\":\"var(--token-4ea85e39-7c78-4152-8775-1227b94b1165, rgb(2, 36, 56))\"},children:\"How To Trade Weekly Options?\"})}),className:\"framer-1hxqezk\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",text:V1OkfLhWlYpYhr072W,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-i17f3c\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:20,pixelWidth:20,src:\"https://framerusercontent.com/images/2v45u7UhfBf9Qe294fmuVQKcDY.svg\"},className:\"framer-1a8utcz\"})})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dpttzw\",\"data-styles-preset\":\"iko041teD\",style:{\"--framer-text-color\":\"var(--token-f7df5f79-4860-4209-979d-103f0332ae55, rgb(93, 124, 142))\"},children:\"Trading weekly options has turned into an increasingly popular way of earning ever since its...\"})}),className:\"framer-1f7e4cc\",\"data-framer-name\":\"Short description\",fonts:[\"Inter\"],name:\"Short description\",text:DrtXgRcHCYpYhr072W,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14z7arv\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1dpttzw\",\"data-styles-preset\":\"iko041teD\",style:{\"--framer-text-color\":\"var(--token-d37f879e-d92c-47b1-8faa-14a7651df647, rgb(32, 178, 108))\"},children:\"Education\"})}),className:\"framer-kzg7ld\",\"data-framer-name\":\"Tag\",fonts:[\"Inter\"],name:\"Tag\",text:textContent3,verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})},idYpYhr072W);})})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:496,width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ck52e6-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MIiBcbtK7:{variant:\"vzKFiZUoE\"},O252lWnyT:{variant:\"vzKFiZUoE\"},pTuvEXZ2V:{variant:\"D3E0UoJn2\"},uJLIlgF_u:{variant:\"rJSR85x4f\"}},children:/*#__PURE__*/_jsx(Form,{height:\"100%\",id:\"V5ShDLQuF\",IRa27ByFC:\"The trading journal that will help improve your trading performance.\",j6cGJQpay:\"Sign Up Now\",KF2I5rDoK:\"Simple. Fast. Powerful.\",layoutId:\"V5ShDLQuF\",style:{width:\"100%\"},variant:\"mWX1jwNVn\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:552,width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-17vi5o4-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MIiBcbtK7:{variant:\"xMMZp53xm\"},O252lWnyT:{variant:\"ce7Dv_pL2\"},pTuvEXZ2V:{variant:\"GdwdKhJ5V\"},uJLIlgF_u:{variant:\"YSLnjWgu7\"}},children:/*#__PURE__*/_jsx(Footer1440,{height:\"100%\",id:\"t_wFxXWHa\",layoutId:\"t_wFxXWHa\",style:{width:\"100%\"},variant:\"B8ADaiut_\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xf1cex\",\"data-framer-name\":\"Progress Bar\",name:\"Progress Bar\",children:/*#__PURE__*/_jsx(MotionDivWithProgress,{className:\"framer-118uj2p\",\"data-framer-name\":\"Line\",name:\"Line\"})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-7dQl2 { background: var(--token-37cbba4a-19e8-4129-8e6a-8bc35affbc43, rgb(252, 252, 252)) /* {\"name\":\"BG Gray\"} */; }`,\".framer-7dQl2.framer-jq29gh, .framer-7dQl2 .framer-jq29gh { display: block; }\",\".framer-7dQl2.framer-6b7p66 { align-content: center; align-items: center; background-color: var(--token-37cbba4a-19e8-4129-8e6a-8bc35affbc43, #fcfcfc); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-7dQl2 .framer-1lwy5dh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 8px; justify-content: flex-start; left: 0px; overflow: hidden; padding: 0px; position: fixed; right: 0px; top: 88px; z-index: 1; }\",\".framer-7dQl2 .framer-1ikx9t8 { background-color: var(--token-d37f879e-d92c-47b1-8faa-14a7651df647, #20b26c); flex: none; height: 100%; overflow: hidden; position: relative; width: 0%; }\",\".framer-7dQl2 .framer-9oo288-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 3; }\",\".framer-7dQl2 .framer-e5lytg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 168px 108px 120px 108px; position: relative; width: 100%; }\",\".framer-7dQl2 .framer-1orzgcq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: sticky; top: 100px; width: 350px; will-change: transform; z-index: 1; }\",\".framer-7dQl2 .framer-q43l8i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-7dQl2 .framer-qfpdvz-container, .framer-7dQl2 .framer-3b24xz-container, .framer-7dQl2 .framer-rfhcu0-container, .framer-7dQl2 .framer-18mobkw-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-7dQl2 .framer-2fzpwt { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; border-top-left-radius: 14px; border-top-right-radius: 14px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7dQl2 .framer-1froo9w { --border-bottom-width: 1px; --border-color: #ec0010; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #fff7f8; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-7dQl2 .framer-z3dlxd, .framer-7dQl2 .framer-10zt8um, .framer-7dQl2 .framer-1ak4doh { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: sticky; top: 0px; white-space: pre-wrap; width: 100%; will-change: transform; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-7dQl2 .framer-hfqfzk { align-content: center; align-items: center; background-color: #ec0010; border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; border-top-left-radius: 7px; border-top-right-radius: 7px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-7dQl2 .framer-1ajczy8, .framer-7dQl2 .framer-1eij6h7 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-7dQl2 .framer-axtxzy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7dQl2 .framer-14yoeof, .framer-7dQl2 .framer-2f0veh, .framer-7dQl2 .framer-1qmwdzv, .framer-7dQl2 .framer-1ljvkha, .framer-7dQl2 .framer-ky7gwz, .framer-7dQl2 .framer-hgx1j4, .framer-7dQl2 .framer-fu8r8e, .framer-7dQl2 .framer-1prdd1b, .framer-7dQl2 .framer-6ejywy, .framer-7dQl2 .framer-1rymrch, .framer-7dQl2 .framer-hltg8e, .framer-7dQl2 .framer-1nycgee, .framer-7dQl2 .framer-17swd0h { --framer-paragraph-spacing: 12px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-7dQl2 .framer-hezoze { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7dQl2 .framer-1yu3ebh-container, .framer-7dQl2 .framer-ck52e6-container, .framer-7dQl2 .framer-17vi5o4-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-7dQl2 .framer-tik1o { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 774px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-7dQl2 .framer-le3kxf { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-7dQl2 .framer-1qd1xmw, .framer-7dQl2 .framer-1224uvi { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-7dQl2 .framer-1w06vxe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-7dQl2 .framer-11ofee4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-7dQl2 .framer-1jgoqy4 { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 400px; position: relative; width: 100%; }\",\".framer-7dQl2 .framer-1n6mm2r { --framer-paragraph-spacing: 32px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-7dQl2 .framer-16b5q04 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7dQl2 .framer-1tw7den { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-7dQl2 .framer-1bhfgci { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7dQl2 .framer-1jdicob, .framer-7dQl2 .framer-1nju6yf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-7dQl2 .framer-58g1n8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-7dQl2 .framer-1t8g82l { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-7dQl2 .framer-1nrqulf, .framer-7dQl2 .framer-dfvco2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 151px; }\",\".framer-7dQl2 .framer-1qw116u, .framer-7dQl2 .framer-vfz3v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7dQl2 .framer-uj6k1z { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 23px); overflow: hidden; position: relative; width: 24px; }\",\".framer-7dQl2 .framer-172orhh { bottom: 5px; flex: none; left: 3px; position: absolute; right: 5px; top: 1px; }\",\".framer-7dQl2 .framer-1rmurng { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; }\",\".framer-7dQl2 .framer-rw0v4k { flex: none; height: 18px; left: calc(45.83333333333336% - 16px / 2); position: absolute; top: calc(50.00000000000002% - 18px / 2); width: 16px; }\",\".framer-7dQl2 .framer-1lfzpnh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 108px 140px 108px; position: relative; width: 100%; }\",\".framer-7dQl2 .framer-1d2zfo2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 476px; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-7dQl2 .framer-1psqnuh { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; gap: 24px; height: 476px; justify-content: flex-start; padding: 0px 0px 20px 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-7dQl2 .framer-15wjzbd { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: 240px; position: relative; width: 100%; }\",\".framer-7dQl2 .framer-1hs24q9 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; min-width: 200px; padding: 0px; position: relative; width: 100%; }\",\".framer-7dQl2 .framer-1eo7c5y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-7dQl2 .framer-v8r0w5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-7dQl2 .framer-13b0k4c { align-content: flex-start; align-items: flex-start; 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-7dQl2 .framer-1hxqezk { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-7dQl2 .framer-i17f3c { 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: 4px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-7dQl2 .framer-1a8utcz { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-7dQl2 .framer-1f7e4cc { flex: none; height: 44px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-7dQl2 .framer-14z7arv { align-content: center; align-items: center; background-color: rgba(32, 178, 108, 0.1); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 12px 4px 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-7dQl2 .framer-kzg7ld { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-7dQl2 .framer-xf1cex { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 4px; justify-content: flex-start; left: 0px; overflow: visible; padding: 0px; position: fixed; right: 0px; top: 88px; z-index: 10; }\",\".framer-7dQl2 .framer-118uj2p { background-color: var(--token-d37f879e-d92c-47b1-8faa-14a7651df647, #20b26c); flex: none; height: 100%; overflow: hidden; position: relative; width: 1%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-7dQl2.framer-6b7p66, .framer-7dQl2 .framer-1lwy5dh, .framer-7dQl2 .framer-e5lytg, .framer-7dQl2 .framer-1orzgcq, .framer-7dQl2 .framer-q43l8i, .framer-7dQl2 .framer-2fzpwt, .framer-7dQl2 .framer-1froo9w, .framer-7dQl2 .framer-hfqfzk, .framer-7dQl2 .framer-axtxzy, .framer-7dQl2 .framer-hezoze, .framer-7dQl2 .framer-tik1o, .framer-7dQl2 .framer-le3kxf, .framer-7dQl2 .framer-1w06vxe, .framer-7dQl2 .framer-11ofee4, .framer-7dQl2 .framer-16b5q04, .framer-7dQl2 .framer-1tw7den, .framer-7dQl2 .framer-1bhfgci, .framer-7dQl2 .framer-1jdicob, .framer-7dQl2 .framer-58g1n8, .framer-7dQl2 .framer-1nrqulf, .framer-7dQl2 .framer-1qw116u, .framer-7dQl2 .framer-dfvco2, .framer-7dQl2 .framer-vfz3v, .framer-7dQl2 .framer-1nju6yf, .framer-7dQl2 .framer-1lfzpnh, .framer-7dQl2 .framer-1d2zfo2, .framer-7dQl2 .framer-1psqnuh, .framer-7dQl2 .framer-1eo7c5y, .framer-7dQl2 .framer-v8r0w5, .framer-7dQl2 .framer-13b0k4c, .framer-7dQl2 .framer-i17f3c, .framer-7dQl2 .framer-14z7arv, .framer-7dQl2 .framer-xf1cex { gap: 0px; } .framer-7dQl2.framer-6b7p66 > *, .framer-7dQl2 .framer-hezoze > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-7dQl2.framer-6b7p66 > :first-child, .framer-7dQl2 .framer-1orzgcq > :first-child, .framer-7dQl2 .framer-q43l8i > :first-child, .framer-7dQl2 .framer-2fzpwt > :first-child, .framer-7dQl2 .framer-1froo9w > :first-child, .framer-7dQl2 .framer-axtxzy > :first-child, .framer-7dQl2 .framer-hezoze > :first-child, .framer-7dQl2 .framer-tik1o > :first-child, .framer-7dQl2 .framer-le3kxf > :first-child, .framer-7dQl2 .framer-16b5q04 > :first-child, .framer-7dQl2 .framer-1jdicob > :first-child, .framer-7dQl2 .framer-1nrqulf > :first-child, .framer-7dQl2 .framer-dfvco2 > :first-child, .framer-7dQl2 .framer-1nju6yf > :first-child, .framer-7dQl2 .framer-1lfzpnh > :first-child, .framer-7dQl2 .framer-1psqnuh > :first-child, .framer-7dQl2 .framer-1eo7c5y > :first-child, .framer-7dQl2 .framer-v8r0w5 > :first-child { margin-top: 0px; } .framer-7dQl2.framer-6b7p66 > :last-child, .framer-7dQl2 .framer-1orzgcq > :last-child, .framer-7dQl2 .framer-q43l8i > :last-child, .framer-7dQl2 .framer-2fzpwt > :last-child, .framer-7dQl2 .framer-1froo9w > :last-child, .framer-7dQl2 .framer-axtxzy > :last-child, .framer-7dQl2 .framer-hezoze > :last-child, .framer-7dQl2 .framer-tik1o > :last-child, .framer-7dQl2 .framer-le3kxf > :last-child, .framer-7dQl2 .framer-16b5q04 > :last-child, .framer-7dQl2 .framer-1jdicob > :last-child, .framer-7dQl2 .framer-1nrqulf > :last-child, .framer-7dQl2 .framer-dfvco2 > :last-child, .framer-7dQl2 .framer-1nju6yf > :last-child, .framer-7dQl2 .framer-1lfzpnh > :last-child, .framer-7dQl2 .framer-1psqnuh > :last-child, .framer-7dQl2 .framer-1eo7c5y > :last-child, .framer-7dQl2 .framer-v8r0w5 > :last-child { margin-bottom: 0px; } .framer-7dQl2 .framer-1lwy5dh > *, .framer-7dQl2 .framer-xf1cex > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-7dQl2 .framer-1lwy5dh > :first-child, .framer-7dQl2 .framer-e5lytg > :first-child, .framer-7dQl2 .framer-hfqfzk > :first-child, .framer-7dQl2 .framer-1w06vxe > :first-child, .framer-7dQl2 .framer-11ofee4 > :first-child, .framer-7dQl2 .framer-1tw7den > :first-child, .framer-7dQl2 .framer-1bhfgci > :first-child, .framer-7dQl2 .framer-58g1n8 > :first-child, .framer-7dQl2 .framer-1qw116u > :first-child, .framer-7dQl2 .framer-vfz3v > :first-child, .framer-7dQl2 .framer-1d2zfo2 > :first-child, .framer-7dQl2 .framer-13b0k4c > :first-child, .framer-7dQl2 .framer-i17f3c > :first-child, .framer-7dQl2 .framer-14z7arv > :first-child, .framer-7dQl2 .framer-xf1cex > :first-child { margin-left: 0px; } .framer-7dQl2 .framer-1lwy5dh > :last-child, .framer-7dQl2 .framer-e5lytg > :last-child, .framer-7dQl2 .framer-hfqfzk > :last-child, .framer-7dQl2 .framer-1w06vxe > :last-child, .framer-7dQl2 .framer-11ofee4 > :last-child, .framer-7dQl2 .framer-1tw7den > :last-child, .framer-7dQl2 .framer-1bhfgci > :last-child, .framer-7dQl2 .framer-58g1n8 > :last-child, .framer-7dQl2 .framer-1qw116u > :last-child, .framer-7dQl2 .framer-vfz3v > :last-child, .framer-7dQl2 .framer-1d2zfo2 > :last-child, .framer-7dQl2 .framer-13b0k4c > :last-child, .framer-7dQl2 .framer-i17f3c > :last-child, .framer-7dQl2 .framer-14z7arv > :last-child, .framer-7dQl2 .framer-xf1cex > :last-child { margin-right: 0px; } .framer-7dQl2 .framer-e5lytg > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-7dQl2 .framer-1orzgcq > *, .framer-7dQl2 .framer-2fzpwt > *, .framer-7dQl2 .framer-1psqnuh > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-7dQl2 .framer-q43l8i > *, .framer-7dQl2 .framer-16b5q04 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-7dQl2 .framer-1froo9w > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-7dQl2 .framer-hfqfzk > *, .framer-7dQl2 .framer-13b0k4c > *, .framer-7dQl2 .framer-i17f3c > *, .framer-7dQl2 .framer-14z7arv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-7dQl2 .framer-axtxzy > *, .framer-7dQl2 .framer-1eo7c5y > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-7dQl2 .framer-tik1o > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-7dQl2 .framer-le3kxf > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-7dQl2 .framer-1w06vxe > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-7dQl2 .framer-11ofee4 > * { margin: 0px; margin-left: calc(3px / 2); margin-right: calc(3px / 2); } .framer-7dQl2 .framer-1tw7den > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-7dQl2 .framer-1bhfgci > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-7dQl2 .framer-1jdicob > *, .framer-7dQl2 .framer-1nrqulf > *, .framer-7dQl2 .framer-dfvco2 > *, .framer-7dQl2 .framer-1nju6yf > *, .framer-7dQl2 .framer-v8r0w5 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-7dQl2 .framer-58g1n8 > *, .framer-7dQl2 .framer-1qw116u > *, .framer-7dQl2 .framer-vfz3v > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-7dQl2 .framer-1lfzpnh > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-7dQl2 .framer-1d2zfo2 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,...sharedStyle13.css,'.framer-7dQl2[data-border=\"true\"]::after, .framer-7dQl2 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',`@media (min-width: 1080px) and (max-width: 1439px) { .${metadata.bodyClassName}-framer-7dQl2 { background: var(--token-37cbba4a-19e8-4129-8e6a-8bc35affbc43, rgb(252, 252, 252)) /* {\"name\":\"BG Gray\"} */; } .framer-7dQl2.framer-6b7p66 { width: 1080px; } .framer-7dQl2 .framer-e5lytg { padding: 168px 40px 120px 40px; } .framer-7dQl2 .framer-1froo9w { order: 0; } .framer-7dQl2 .framer-fu8r8e { order: 2; } .framer-7dQl2 .framer-uj6k1z { height: var(--framer-aspect-ratio-supported, 24px); } .framer-7dQl2 .framer-1lfzpnh { padding: 0px 40px 140px 40px; }}`,`@media (min-width: 768px) and (max-width: 1079px) { .${metadata.bodyClassName}-framer-7dQl2 { background: var(--token-37cbba4a-19e8-4129-8e6a-8bc35affbc43, rgb(252, 252, 252)) /* {\"name\":\"BG Gray\"} */; } .framer-7dQl2.framer-6b7p66 { width: 768px; } .framer-7dQl2 .framer-e5lytg { flex-direction: column; gap: 17px; padding: 104px 40px 120px 40px; } .framer-7dQl2 .framer-tik1o { flex: none; width: 100%; } .framer-7dQl2 .framer-fu8r8e { order: 2; } .framer-7dQl2 .framer-uj6k1z { height: var(--framer-aspect-ratio-supported, 24px); } .framer-7dQl2 .framer-1lfzpnh { padding: 0px 40px 80px 40px; } .framer-7dQl2 .framer-1d2zfo2 { align-content: unset; align-items: unset; display: grid; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(50px, 1fr)); height: min-content; justify-content: center; } .framer-7dQl2 .framer-1psqnuh { align-self: start; flex: none; height: min-content; justify-self: start; width: 100%; } .framer-7dQl2 .framer-1hs24q9 { flex: none; height: 192px; } .framer-7dQl2 .framer-xf1cex { top: 84px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-7dQl2 .framer-e5lytg, .framer-7dQl2 .framer-1d2zfo2 { gap: 0px; } .framer-7dQl2 .framer-e5lytg > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-7dQl2 .framer-e5lytg > :first-child { margin-top: 0px; } .framer-7dQl2 .framer-e5lytg > :last-child { margin-bottom: 0px; } .framer-7dQl2 .framer-1d2zfo2 > *, .framer-7dQl2 .framer-1d2zfo2 > :first-child, .framer-7dQl2 .framer-1d2zfo2 > :last-child { margin: 0px; } }}`,`@media (max-width: 767px) { .${metadata.bodyClassName}-framer-7dQl2 { background: var(--token-37cbba4a-19e8-4129-8e6a-8bc35affbc43, rgb(252, 252, 252)) /* {\"name\":\"BG Gray\"} */; } .framer-7dQl2.framer-6b7p66 { width: 390px; } .framer-7dQl2 .framer-e5lytg { flex-direction: column; gap: 22px; padding: 89px 16px 80px 16px; } .framer-7dQl2 .framer-tik1o { flex: none; width: 100%; } .framer-7dQl2 .framer-1bhfgci { gap: 32px; } .framer-7dQl2 .framer-fu8r8e { order: 2; } .framer-7dQl2 .framer-uj6k1z { height: var(--framer-aspect-ratio-supported, 24px); } .framer-7dQl2 .framer-1lfzpnh { padding: 0px 16px 80px 16px; } .framer-7dQl2 .framer-1d2zfo2 { flex-direction: column; height: min-content; } .framer-7dQl2 .framer-1psqnuh { flex: none; height: min-content; width: 100%; } .framer-7dQl2 .framer-1hs24q9 { flex: none; height: 192px; } .framer-7dQl2 .framer-xf1cex { top: 76px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-7dQl2 .framer-e5lytg, .framer-7dQl2 .framer-1bhfgci, .framer-7dQl2 .framer-1d2zfo2 { gap: 0px; } .framer-7dQl2 .framer-e5lytg > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } .framer-7dQl2 .framer-e5lytg > :first-child, .framer-7dQl2 .framer-1d2zfo2 > :first-child { margin-top: 0px; } .framer-7dQl2 .framer-e5lytg > :last-child, .framer-7dQl2 .framer-1d2zfo2 > :last-child { margin-bottom: 0px; } .framer-7dQl2 .framer-1bhfgci > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-7dQl2 .framer-1bhfgci > :first-child { margin-left: 0px; } .framer-7dQl2 .framer-1bhfgci > :last-child { margin-right: 0px; } .framer-7dQl2 .framer-1d2zfo2 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}`,`@media (min-width: 1920px) { .${metadata.bodyClassName}-framer-7dQl2 { background: var(--token-37cbba4a-19e8-4129-8e6a-8bc35affbc43, rgb(252, 252, 252)) /* {\"name\":\"BG Gray\"} */; } .framer-7dQl2.framer-6b7p66 { width: 1920px; } .framer-7dQl2 .framer-1lwy5dh, .framer-7dQl2 .framer-1froo9w, .framer-7dQl2 .framer-z3dlxd, .framer-7dQl2 .framer-le3kxf { order: 0; } .framer-7dQl2 .framer-9oo288-container, .framer-7dQl2 .framer-hfqfzk, .framer-7dQl2 .framer-1n6mm2r, .framer-7dQl2 .framer-fu8r8e { order: 2; } .framer-7dQl2 .framer-e5lytg, .framer-7dQl2 .framer-10zt8um, .framer-7dQl2 .framer-1jgoqy4, .framer-7dQl2 .framer-1t8g82l { order: 1; } .framer-7dQl2 .framer-1ak4doh, .framer-7dQl2 .framer-1bhfgci { order: 3; } .framer-7dQl2 .framer-16b5q04, .framer-7dQl2 .framer-ck52e6-container { order: 4; } .framer-7dQl2 .framer-1rmurng { height: var(--framer-aspect-ratio-supported, 23px); } .framer-7dQl2 .framer-1lfzpnh { order: 3; padding: 0px 300px 140px 300px; } .framer-7dQl2 .framer-17vi5o4-container { order: 5; } .framer-7dQl2 .framer-xf1cex { order: 6; }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 20111\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"MIiBcbtK7\":{\"layout\":[\"fixed\",\"auto\"]},\"O252lWnyT\":{\"layout\":[\"fixed\",\"auto\"]},\"pTuvEXZ2V\":{\"layout\":[\"fixed\",\"auto\"]},\"uJLIlgF_u\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramervQIGcqerH=withCSS(Component,css,\"framer-7dQl2\");export default FramervQIGcqerH;FramervQIGcqerH.displayName=\"Page\";FramervQIGcqerH.defaultProps={height:20111,width:1440};const variationAxes=[{defaultValue:14,maxValue:32,minValue:14,name:\"Optical size\",tag:\"opsz\"},{defaultValue:400,maxValue:900,minValue:100,name:\"Weight\",tag:\"wght\"}];addFonts(FramervQIGcqerH,[{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/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:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/mYcqTSergLb16PdbJJQMl9ebYm4.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ZRl8AlxwsX1m7xS1eJCiSPbztg.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/nhSQpBRqFmXNUBY2p5SENQ8NplQ.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/DYHjxG0qXjopUuruoacfl5SA.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/s7NH6sl7w4NU984r5hcmo1tPSYo.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/7lw0VWkeXrGYJT05oB3DsFy8BaY.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/wx5nfqEgOXnxuFaxB0Mn9OhmcZA.woff2\",variationAxes,weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{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/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{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/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{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/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{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/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"}]},...HeaderFonts,...ButtonFonts,...TableOfContentsFonts,...SocialShareFonts,...FormFonts,...Footer1440Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...getFontsFromSharedStyle(sharedStyle13.fonts),...((_componentPresets_fonts=componentPresets.fonts)===null||_componentPresets_fonts===void 0?void 0:_componentPresets_fonts[\"QwvfL2RWj\"])?getFontsFromComponentPreset((_componentPresets_fonts1=componentPresets.fonts)===null||_componentPresets_fonts1===void 0?void 0:_componentPresets_fonts1[\"QwvfL2RWj\"]):[],...((_componentPresets_fonts2=componentPresets.fonts)===null||_componentPresets_fonts2===void 0?void 0:_componentPresets_fonts2[\"tP488HZcP\"])?getFontsFromComponentPreset((_componentPresets_fonts3=componentPresets.fonts)===null||_componentPresets_fonts3===void 0?void 0:_componentPresets_fonts3[\"tP488HZcP\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervQIGcqerH\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1440\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MIiBcbtK7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"O252lWnyT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pTuvEXZ2V\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uJLIlgF_u\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"20111\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["BRAND_COLORS", "PLATFORM_NAMES", "SocialShare", "props", "type", "colors", "iconSize", "border", "shareUrl", "setShareUrl", "ye", "encodedUrl", "borderRadius", "ue", "window", "linkUrl", "copyToClipboard", "navigator", "err", "u", "Color", "p", "SocialIcon", "addPropertyControls", "ControlType", "size", "color", "customIcon", "contents", "fill", "stroke", "l", "_customIcon_image", "_customIcon_image1", "jV5nDSJmz_exports", "__export", "__FramerMetadata__", "jV5nDSJmz_default", "TextClipFonts", "getFonts", "TextClip_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "pV4iGrOV7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "ComponentViewportProvider", "css", "FramerjV5nDSJmz", "withCSS", "jV5nDSJmz_default", "addPropertyControls", "ControlType", "addFonts", "__FramerMetadata__", "withProgress", "Component", "props", "progress", "setProgress", "ye", "isScrolling", "setIsScrolling", "prevScrollY", "pe", "ue", "calculateProgress", "startEl", "endEl", "sectionHeight", "sectionProgress", "window", "handleScroll", "scrollY", "handleScrollEnd", "p", "HEADING_TO_DISPLAY", "SCROLL_MARGIN_TOP", "useStore", "createStore", "withTableOfContent", "Component", "props", "store", "activeSection", "setActiveSection", "ye", "scrollToId", "id", "element", "ue", "handleScroll", "sections", "heading", "scrollPosition", "window", "i", "p", "l", "a", "b", "type", "index", "withContent", "setStore", "newProps", "setNewProps", "formatTableOfContent", "newChildren", "item", "children", "formattedId", "formatHeading", "newItem", "u", "result", "formattedHeading", "fontStore", "fonts", "css", "className", "_componentPresets_fonts", "_componentPresets_fonts1", "_componentPresets_fonts2", "_componentPresets_fonts3", "HeaderFonts", "getFonts", "FZtNzZkYZ_default", "ButtonFonts", "XHV7R6Hcw_default", "TableOfContentsFonts", "jV5nDSJmz_default", "TableOfContentsWithTableOfContentWithMappedReactProps2w8t2f", "withMappedReactProps", "withTableOfContent", "jV5nDSJmz_exports", "MotionDivWithFX", "withFX", "motion", "RichTextWithContent", "withContent", "RichText2", "SocialShareFonts", "SocialShare", "RichTextWithFX", "MotionAWithFX", "FormFonts", "oWhupbgxX_default", "Footer1440Fonts", "RL01SKCYx_default", "MotionDivWithProgress", "withProgress", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "transition2", "animation2", "toResponsiveImage", "value", "transition3", "animation3", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "animation4", "QueryData", "query", "pageSize", "children", "paginatedQuery", "paginationInfo", "loadMore", "useLoadMorePaginatedQuery", "data", "useQueryData", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "_enumToDisplayNameFunctions_awEA04B7O", "_enumToDisplayNameFunctions_rAQY05wUw", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "VH6t_0O2u_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "_getFromCurrentRouteData", "_getFromCurrentRouteData1", "_getFromCurrentRouteData2", "style", "className", "layoutId", "variant", "V1OkfLhWl", "lq5fVNHqM", "i3XrGzcxO", "wxFJLiYnJ", "BxSzJrgC5", "awEA04B7O", "mJZO9VoKO", "W2BxSKb2X", "FOEWh7HZBYpYhr072W", "i3XrGzcxOYpYhr072W", "mJZO9VoKOYpYhr072W", "V1OkfLhWlYpYhr072W", "DrtXgRcHCYpYhr072W", "rAQY05wUw", "idYpYhr072W", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "router", "useRouter", "isDisplayed", "isDisplayed1", "isDisplayed2", "textContent", "enumToDisplayNameFunctions", "activeLocaleCode", "useLocaleCode", "textContent1", "elementId1", "ref3", "textContent3", "defaultLayoutId", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Container", "PropertyOverrides2", "ResolveLinks", "resolvedLinks", "Link", "x", "Image2", "ComponentPresetsProvider", "SVG", "ChildrenCanSuspend", "collection", "l", "i", "textContent2", "PathVariablesContext", "css", "FramervQIGcqerH", "withCSS", "vQIGcqerH_default", "variationAxes", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
