{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/y8ckmFmPFgZ5Nzn1PrR2/JmyL9Enx8YEbF81PNI5r/SocialShare.js", "ssg:https://framerusercontent.com/modules/5pQTKVqocK8O68k9pZpm/JQ8CQ4KdYizLlFVYkpD2/lJfYNaAvR.js", "ssg:https://framerusercontent.com/modules/TrAxIRIgD8vVaVjboAVo/0wMNP5CY7eABgfmOrThT/MRfBerso8.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\"];/**\n * @framerDisableUnlink\n */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:props.newTab?\"_blank\":\"_self\",rel:props.newTab?\"noopener noreferrer\":undefined,\"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\"},newTab:{type:ControlType.Boolean,defaultValue:true},colors:{type:ControlType.Object,buttonTitle:\"Icon & Fill\",icon:\"color\",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\":{\"framerDisableUnlink\":\"\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SocialShare.map", "// Generated by Framer (90417e1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={\"I477:10726;70:6484;1350:8216\":{hover:true}};const serializationHash=\"framer-wJi0Y\";const variantClassNames={\"I477:10726;70:6484;1350:8216\":\"framer-v-1sv4n4s\"};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 getProps=({height,id,width,...props})=>{return{...props};};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,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"I477:10726;70:6484;1350:8216\",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(Link,{href:{webPageId:\"wPSuLpEhy\"},openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1sv4n4s\",className,classNames)} framer-14qd3dy`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"I477:10726;70:6484;1350:8216\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},...addPropertyOverrides({\"I477:10726;70:6484;1350:8216-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vr2ipz\",\"data-framer-name\":\"Chevron Left\",layoutDependency:layoutDependency,layoutId:\"I477:10726;70:6484;1350:8217\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-f99d56\",\"data-framer-name\":\"Chevron Down\",layoutDependency:layoutDependency,layoutId:\"I477:10726;70:6484;1350:8217;1105:4495\",style:{rotate:90},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-g3msyh\",\"data-framer-name\":\"Icon Chevron Down Outline\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:6,layoutDependency:layoutDependency,layoutId:\"I477:10726;70:6484;1350:8217;1105:4495;1:1928\",style:{rotate:-90},svg:'<svg width=\"6\" height=\"12\" viewBox=\"0 0 6 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6 0.340088L0.34 6.00009L6 11.6601\" stroke=\"#75767D\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"square\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gkqk9r\",\"data-framer-name\":\"Label\",layoutDependency:layoutDependency,layoutId:\"I477:10726;70:6484;2481:12371\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SGVsdmV0aWNhIE5ldWUtNTAw\",\"--framer-font-family\":'\"Helvetica Neue\", \"Helvetica Neue Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(117, 118, 125))\"},children:\"Back\"})}),className:\"framer-1rb07y3\",\"data-framer-name\":\"Button\",fonts:[\"GF;Helvetica Neue-500\"],layoutDependency:layoutDependency,layoutId:\"I477:10726;70:6484;1350:8218\",style:{\"--extracted-r6o4lv\":\"rgb(117, 118, 125)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"center\",withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wJi0Y.framer-14qd3dy, .framer-wJi0Y .framer-14qd3dy { display: block; }\",\".framer-wJi0Y.framer-1sv4n4s { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 16px; position: relative; text-decoration: none; width: 110px; will-change: var(--framer-will-change-override, transform); }\",\".framer-wJi0Y .framer-1vr2ipz { flex: none; height: 24px; overflow: hidden; position: relative; width: 24px; }\",\".framer-wJi0Y .framer-f99d56 { flex: none; height: 24px; left: calc(50% - 24px / 2); overflow: hidden; position: absolute; top: 0px; width: 24px; }\",\".framer-wJi0Y .framer-g3msyh { flex: none; height: 12px; left: 9px; position: absolute; top: 7px; width: 6px; }\",\".framer-wJi0Y .framer-1gkqk9r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 8px 0px 8px; position: relative; width: min-content; }\",\".framer-wJi0Y .framer-1rb07y3 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wJi0Y.framer-1sv4n4s, .framer-wJi0Y .framer-1gkqk9r { gap: 0px; } .framer-wJi0Y.framer-1sv4n4s > *, .framer-wJi0Y .framer-1gkqk9r > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-wJi0Y.framer-1sv4n4s > :first-child, .framer-wJi0Y .framer-1gkqk9r > :first-child { margin-left: 0px; } .framer-wJi0Y.framer-1sv4n4s > :last-child, .framer-wJi0Y .framer-1gkqk9r > :last-child { margin-right: 0px; } }\",\".framer-wJi0Y.framer-v-1sv4n4s.hover.framer-1sv4n4s { gap: 5px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wJi0Y.framer-v-1sv4n4s.hover.framer-1sv4n4s { gap: 0px; } .framer-wJi0Y.framer-v-1sv4n4s.hover.framer-1sv4n4s > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-wJi0Y.framer-v-1sv4n4s.hover.framer-1sv4n4s > :first-child { margin-left: 0px; } .framer-wJi0Y.framer-v-1sv4n4s.hover.framer-1sv4n4s > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 56\n * @framerIntrinsicWidth 110\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"lw17Y3nDb\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerlJfYNaAvR=withCSS(Component,css,\"framer-wJi0Y\");export default FramerlJfYNaAvR;FramerlJfYNaAvR.displayName=\"Back Button\";FramerlJfYNaAvR.defaultProps={height:56,width:110};addFonts(FramerlJfYNaAvR,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlJfYNaAvR\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"110\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lw17Y3nDb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"56\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lJfYNaAvR.map", "// Generated by Framer (9d598a4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,NotFoundError,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouter,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import SocialShare from\"https://framerusercontent.com/modules/y8ckmFmPFgZ5Nzn1PrR2/JmyL9Enx8YEbF81PNI5r/SocialShare.js\";import Header from\"#framer/local/canvasComponent/Ay2Zj8M36/Ay2Zj8M36.js\";import Button from\"#framer/local/canvasComponent/HL9KqXqyt/HL9KqXqyt.js\";import BackButton from\"#framer/local/canvasComponent/lJfYNaAvR/lJfYNaAvR.js\";import Footer from\"#framer/local/canvasComponent/Q2c54BcxS/Q2c54BcxS.js\";import Slider from\"#framer/local/canvasComponent/SLV0mjaPm/SLV0mjaPm.js\";import SliderMobile from\"#framer/local/canvasComponent/zNhWsL9SL/zNhWsL9SL.js\";import Blog,{enumToDisplayNameFunctions}from\"#framer/local/collection/k7s9M9Ho8/k7s9M9Ho8.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle6 from\"#framer/local/css/emfMG2AdY/emfMG2AdY.js\";import*as sharedStyle5 from\"#framer/local/css/iI7mWNUYq/iI7mWNUYq.js\";import*as sharedStyle4 from\"#framer/local/css/kN2R745fF/kN2R745fF.js\";import*as sharedStyle8 from\"#framer/local/css/lX_AOuZOt/lX_AOuZOt.js\";import*as sharedStyle11 from\"#framer/local/css/MKXQG1JtK/MKXQG1JtK.js\";import*as sharedStyle10 from\"#framer/local/css/OyhtXWnq_/OyhtXWnq_.js\";import*as sharedStyle3 from\"#framer/local/css/s8UxB_QhX/s8UxB_QhX.js\";import*as sharedStyle2 from\"#framer/local/css/sNMjmszsm/sNMjmszsm.js\";import*as sharedStyle from\"#framer/local/css/xEpr1EkdR/xEpr1EkdR.js\";import*as sharedStyle1 from\"#framer/local/css/XWxgUzo5T/XWxgUzo5T.js\";import*as sharedStyle7 from\"#framer/local/css/ZfEEhxaMV/ZfEEhxaMV.js\";import*as sharedStyle9 from\"#framer/local/css/ZjUCW4pTU/ZjUCW4pTU.js\";import metadataProvider from\"#framer/local/webPageMetadata/MRfBerso8/MRfBerso8.js\";const HeaderFonts=getFonts(Header);const BackButtonFonts=getFonts(BackButton);const SocialShareFonts=getFonts(SocialShare);const ButtonFonts=getFonts(Button);const SliderFonts=getFonts(Slider);const SliderMobileFonts=getFonts(SliderMobile);const FooterFonts=getFonts(Footer);const breakpoints={erlQ1i6O_:\"(min-width: 819px) and (max-width: 1819px)\",xN3tk8MwW:\"(min-width: 1820px)\",YRbsN7eqG:\"(max-width: 818px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-bBqeg\";const variantClassNames={erlQ1i6O_:\"framer-v-k3t44c\",xN3tk8MwW:\"framer-v-1l5swso\",YRbsN7eqG:\"framer-v-12rogy5\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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 HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"xN3tk8MwW\",Phone:\"YRbsN7eqG\",Tablet:\"erlQ1i6O_\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"xN3tk8MwW\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"MRfBerso8\",data:Blog,type:\"Collection\"},select:[{collection:\"MRfBerso8\",name:\"pK8I6Z_wP\",type:\"Identifier\"},{collection:\"MRfBerso8\",name:\"naalHr7ua\",type:\"Identifier\"},{collection:\"MRfBerso8\",name:\"Xy_zxSVbv\",type:\"Identifier\"},{collection:\"MRfBerso8\",name:\"oC3TYM_wG\",type:\"Identifier\"},{collection:\"MRfBerso8\",name:\"GRKH5WrXI\",type:\"Identifier\"},{collection:\"MRfBerso8\",name:\"uK4CuPb4q\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"MRfBerso8\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,oC3TYM_wG=getFromCurrentRouteData(\"oC3TYM_wG\"),GRKH5WrXI=getFromCurrentRouteData(\"GRKH5WrXI\"),Xy_zxSVbv=getFromCurrentRouteData(\"Xy_zxSVbv\"),pK8I6Z_wP=getFromCurrentRouteData(\"pK8I6Z_wP\")??\"\",uK4CuPb4q=getFromCurrentRouteData(\"uK4CuPb4q\")??\"\",gvfAYzcKA,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const textContent=enumToDisplayNameFunctions[\"GRKH5WrXI\"]?.(GRKH5WrXI,activeLocale);const activeLocaleCode=useLocaleCode();const textContent1=toDateString(Xy_zxSVbv,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const isDisplayed=()=>{if(!isBrowser())return true;if([\"erlQ1i6O_\",\"YRbsN7eqG\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"erlQ1i6O_\")return true;return false;};const router=useRouter();const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"YRbsN7eqG\")return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"xN3tk8MwW\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-dfd11e64-54e1-4f16-8b18-7c36dbc2d3a7, rgb(254, 254, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1l5swso\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:93,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vkd2md-container\",layoutScroll:true,nodeId:\"bhgMFyKHN\",scopeId:\"MRfBerso8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{erlQ1i6O_:{variant:\"ylJL1Zspp\"},YRbsN7eqG:{variant:\"I2Spo4X76\"}},children:/*#__PURE__*/_jsx(Header,{height:\"100%\",id:\"bhgMFyKHN\",layoutId:\"bhgMFyKHN\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_BkBllOJ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-bl16ry\",\"data-framer-name\":\"Section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-qe6wlf\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-90qgmg\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yr12gl\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-14mcokg\",\"data-framer-name\":\"Button Wrapper\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-zoc5cg\",\"data-framer-name\":\"Text Button\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-tti87l\",\"data-framer-name\":\"Text Button\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YRbsN7eqG:{y:(componentViewport?.y||0)+100+0+100+0+0+0+0+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"86px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1k9jckg-container\",nodeId:\"iUMpBEFgH\",scopeId:\"MRfBerso8\",children:/*#__PURE__*/_jsx(BackButton,{height:\"100%\",id:\"iUMpBEFgH\",layoutId:\"iUMpBEFgH\",style:{width:\"100%\"},width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{erlQ1i6O_:{background:{alt:\"\",fit:\"fill\",sizes:\"720px\",...toResponsiveImage(oC3TYM_wG)}},YRbsN7eqG:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+0+100+0+0+0+0+0+96),sizes:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1280px), 1px)`,...toResponsiveImage(oC3TYM_wG)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`max(min(max(${componentViewport?.width||\"100vw\"} - 540px, 1px), 1280px), 1px)`,...toResponsiveImage(oC3TYM_wG)},className:\"framer-1kv01bw\",\"data-framer-name\":\"Banner\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2xk64a\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ei0bxf\",\"data-framer-name\":\"Label\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIE1lZGl1bQ==\",\"--framer-font-family\":'\"Helvetica Neue Medium\", \"Helvetica Neue Medium Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"rgb(117, 118, 125)\"},children:\"Uncategorized\"})}),className:\"framer-1kcyh0z\",\"data-framer-name\":\"Label\",fonts:[\"CUSTOM;Helvetica Neue Medium\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1icivsd\",\"data-styles-preset\":\"xEpr1EkdR\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Content\"})}),className:\"framer-b8sii0\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YRbsN7eqG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fee31b95-4b3b-451c-80e6-d3f92cd43c26, rgb(20, 20, 21))\"},children:\"Debunking Myths: The Truth About LATAM's Tech Work Culture\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"92px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fee31b95-4b3b-451c-80e6-d3f92cd43c26, rgb(20, 20, 21))\"},children:\"Starting and Growing a Career in Web Design\"})}),className:\"framer-k3kog2\",\"data-framer-name\":\"Title\",fonts:[\"CUSTOM;Helvetica Neue Bold\"],text:pK8I6Z_wP,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"xFUyUeel_\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"xUmYg5Cg5\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:uK4CuPb4q,className:\"framer-bleo3n\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1yre5ne\",blockquote:\"framer-styles-preset-12mm18f\",code:\"framer-styles-preset-mkek75\",h1:\"framer-styles-preset-pr6zez\",h2:\"framer-styles-preset-1xmpsuw\",h3:\"framer-styles-preset-8ehj6h\",h4:\"framer-styles-preset-1pltita\",h5:\"framer-styles-preset-1eccqm8\",h6:\"framer-styles-preset-7hicr8\",img:\"framer-styles-preset-1wyo1i9\",p:\"framer-styles-preset-1icivsd\",table:\"framer-styles-preset-qov26u\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ol7gtg\",\"data-framer-name\":\"Testimonials\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v62597\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vvozjg\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-38xuwo-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"xE0xt9yqp\",scopeId:\"MRfBerso8\",children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColor:\"rgb(0, 0, 0)\",fillColorType:\"brand\",fillOpacity:1,iconColor:\"rgb(255, 255, 255)\",iconColorType:\"custom\"},height:\"100%\",iconSize:24,id:\"xE0xt9yqp\",layoutId:\"xE0xt9yqp\",newTab:true,padding:12,paddingBottom:12,paddingIsMixed:false,paddingLeft:12,paddingRight:12,paddingTop:12,radius:8,radiusBottomLeft:8,radiusBottomRight:8,radiusIsMixed:false,radiusTopLeft:8,radiusTopRight:8,shareLink:\"currentPage\",shareUrl:\"\",type:\"linkedIn\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-5fqen5 hidden-k3t44c hidden-12rogy5\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-wc623q\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cjrutd\",\"data-framer-name\":\"Card\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-12x72ey-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"qAOhDZGQ9\",scopeId:\"MRfBerso8\",children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColor:\"rgb(0, 0, 0)\",fillColorType:\"brand\",fillOpacity:1,iconColor:\"rgb(255, 255, 255)\",iconColorType:\"custom\"},height:\"100%\",iconSize:24,id:\"qAOhDZGQ9\",layoutId:\"qAOhDZGQ9\",newTab:true,padding:12,paddingBottom:12,paddingIsMixed:false,paddingLeft:12,paddingRight:12,paddingTop:12,radius:8,radiusBottomLeft:8,radiusBottomRight:8,radiusIsMixed:false,radiusTopLeft:8,radiusTopRight:8,shareLink:\"currentPage\",shareUrl:\"\",type:\"twitter\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1r7kn6\",\"data-framer-name\":\"Card\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-heub6o-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"obCcU81vW\",scopeId:\"MRfBerso8\",children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColor:\"rgb(0, 0, 0)\",fillColorType:\"brand\",fillOpacity:1,iconColor:\"rgb(255, 255, 255)\",iconColorType:\"custom\"},height:\"100%\",iconSize:24,id:\"obCcU81vW\",layoutId:\"obCcU81vW\",newTab:true,padding:12,paddingBottom:12,paddingIsMixed:false,paddingLeft:12,paddingRight:12,paddingTop:12,radius:8,radiusBottomLeft:8,radiusBottomRight:8,radiusIsMixed:false,radiusTopLeft:8,radiusTopRight:8,shareLink:\"currentPage\",shareUrl:\"\",type:\"facebook\",width:\"100%\"})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-2g3nab hidden-1l5swso hidden-12rogy5\",\"data-framer-name\":\"Resources Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14nuqa2\",\"data-framer-name\":\"Resources\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x5wmrs\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-font-size\":\"47px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"72px\",\"--framer-text-color\":\"var(--token-fee31b95-4b3b-451c-80e6-d3f92cd43c26, rgb(20, 20, 21))\"},children:[\"Resources and \",/*#__PURE__*/_jsx(\"em\",{children:\"Insight\"})]})}),className:\"framer-1it3atw\",\"data-framer-name\":\"Resources and Insight\",fonts:[\"CUSTOM;Helvetica Neue Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tkdeps\",\"data-framer-name\":\"Text Button\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-z7zrbs\",\"data-framer-name\":\"Text Button\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-16b2uto\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"wPSuLpEhy\"},implicitPathVariables:undefined},{href:{webPageId:\"wPSuLpEhy\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"91px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-7ah11n-container\",nodeId:\"qKqMH33nN\",scopeId:\"MRfBerso8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{erlQ1i6O_:{b_q1pu4L1:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{b_q1pu4L1:resolvedLinks[0],height:\"100%\",id:\"qKqMH33nN\",layoutId:\"qKqMH33nN\",PSijlnGfG:\"All\",style:{width:\"100%\"},variant:\"CL6uCDusa\",width:\"100%\",xPZoHWbOQ:false})})})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4h7lkl\",\"data-framer-name\":\"Scrolled Content\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{erlQ1i6O_:{width:`max(${componentViewport?.width||\"100vw\"} - 100px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:545,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n2q6w6-container\",nodeId:\"yXdZfAvFo\",scopeId:\"MRfBerso8\",children:/*#__PURE__*/_jsx(Slider,{height:\"100%\",i_RcDfiF2:\"\",id:\"yXdZfAvFo\",layoutId:\"yXdZfAvFo\",style:{width:\"100%\"},variant:\"iHNJ7cnO6\",width:\"100%\"})})})})})]})}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1t7lhkv hidden-1l5swso hidden-k3t44c\",\"data-framer-name\":\"Resources Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cfs4h8\",\"data-framer-name\":\"Resources\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q6hwky\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"32px\",\"--framer-text-color\":\"var(--token-fee31b95-4b3b-451c-80e6-d3f92cd43c26, rgb(20, 20, 21))\"},children:[\"Resources and \",/*#__PURE__*/_jsx(\"em\",{children:\"Insight\"})]})}),className:\"framer-kouort\",\"data-framer-name\":\"Resources and Insight\",fonts:[\"CUSTOM;Helvetica Neue Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gyqb0d\",\"data-framer-name\":\"Text Button\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-dp5f65\",\"data-framer-name\":\"Text Button\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wa7jbm\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"wPSuLpEhy\"},implicitPathVariables:undefined},{href:{webPageId:\"wPSuLpEhy\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YRbsN7eqG:{y:(componentViewport?.y||0)+100+739+60+640+80+0+0+0+176+0+0+0+0+2+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"91px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u9mbtg-container\",nodeId:\"zhSXpu_H2\",scopeId:\"MRfBerso8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YRbsN7eqG:{b_q1pu4L1:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(Button,{b_q1pu4L1:resolvedLinks1[0],height:\"100%\",id:\"zhSXpu_H2\",layoutId:\"zhSXpu_H2\",PSijlnGfG:\"All\",style:{width:\"100%\"},variant:\"CL6uCDusa\",width:\"100%\",xPZoHWbOQ:false})})})})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p2u0r5\",\"data-framer-name\":\"Scrolled Content\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YRbsN7eqG:{width:`max(${componentViewport?.width||\"100vw\"} - 48px, 1px)`,y:(componentViewport?.y||0)+100+739+60+640+80+0+284+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:614,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14q5cli-container\",nodeId:\"N_ERi5QvE\",scopeId:\"MRfBerso8\",children:/*#__PURE__*/_jsx(SliderMobile,{height:\"100%\",id:\"N_ERi5QvE\",layoutId:\"N_ERi5QvE\",Skq5qTao_:\"\",style:{width:\"100%\"},variant:\"VDc0wojMa\",width:\"100%\"})})})})})]})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ntyxjo hidden-k3t44c hidden-12rogy5\",\"data-framer-name\":\"Resources Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19gysij\",\"data-framer-name\":\"Resources\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f06qfq\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hlbHZldGljYSBOZXVlIEJvbGQ=\",\"--framer-font-family\":'\"Helvetica Neue Bold\", \"Helvetica Neue Bold Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"72px\",\"--framer-text-color\":\"var(--token-fee31b95-4b3b-451c-80e6-d3f92cd43c26, rgb(20, 20, 21))\"},children:[\"Resources and \",/*#__PURE__*/_jsx(\"em\",{children:\"Insight\"})]})}),className:\"framer-2ltomn\",\"data-framer-name\":\"Resources and Insight\",fonts:[\"CUSTOM;Helvetica Neue Bold\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1m5yo8g\",\"data-framer-name\":\"Text Button\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-3cjg4z\",\"data-framer-name\":\"Text Button\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-76x1a6\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"wPSuLpEhy\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"91px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-y53p00-container\",nodeId:\"uvzRYeEtI\",scopeId:\"MRfBerso8\",children:/*#__PURE__*/_jsx(Button,{b_q1pu4L1:resolvedLinks2[0],height:\"100%\",id:\"uvzRYeEtI\",layoutId:\"uvzRYeEtI\",PSijlnGfG:\"All\",style:{width:\"100%\"},variant:\"CL6uCDusa\",width:\"100%\",xPZoHWbOQ:false})})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wo35bc\",\"data-framer-name\":\"Scrolled Content\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:545,width:\"1280px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nitku1-container\",nodeId:\"pwGhhTsex\",scopeId:\"MRfBerso8\",children:/*#__PURE__*/_jsx(Slider,{height:\"100%\",i_RcDfiF2:\"\",id:\"pwGhhTsex\",layoutId:\"pwGhhTsex\",style:{width:\"100%\"},variant:\"iHNJ7cnO6\",width:\"100%\"})})})})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YRbsN7eqG:{y:(componentViewport?.y||0)+100+2497}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:567,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1izl8b4-container\",nodeId:\"JaDBochE_\",scopeId:\"MRfBerso8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{erlQ1i6O_:{variant:\"iIkmsWYGH\"},YRbsN7eqG:{variant:\"o2jGFl4qx\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"JaDBochE_\",layoutId:\"JaDBochE_\",style:{width:\"100%\"},variant:\"Gu273bSHJ\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bBqeg.framer-1yo43yk, .framer-bBqeg .framer-1yo43yk { display: block; }\",\".framer-bBqeg.framer-1l5swso { align-content: center; align-items: center; background-color: var(--token-dfd11e64-54e1-4f16-8b18-7c36dbc2d3a7, #fefeff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 100px 0px 0px 0px; position: relative; width: 1820px; }\",\".framer-bBqeg .framer-1vkd2md-container { flex: none; height: 93px; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 2; }\",\".framer-bBqeg .framer-bl16ry { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 270px 0px 270px; position: relative; width: 100%; }\",\".framer-bBqeg .framer-qe6wlf { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1280px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-bBqeg .framer-90qgmg { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-bBqeg .framer-1yr12gl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-bBqeg .framer-14mcokg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bBqeg .framer-zoc5cg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-bBqeg .framer-tti87l, .framer-bBqeg .framer-1tkdeps, .framer-bBqeg .framer-z7zrbs, .framer-bBqeg .framer-1gyqb0d, .framer-bBqeg .framer-dp5f65, .framer-bBqeg .framer-1m5yo8g, .framer-bBqeg .framer-3cjg4z { 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: min-content; }\",\".framer-bBqeg .framer-1k9jckg-container { flex: none; height: auto; position: relative; width: 86px; }\",\".framer-bBqeg .framer-1kv01bw { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 557px; position: relative; width: 100%; }\",\".framer-bBqeg .framer-2xk64a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bBqeg .framer-ei0bxf { align-content: center; align-items: center; background-color: #fefbe4; border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; border-top-left-radius: 80px; border-top-right-radius: 80px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-bBqeg .framer-1kcyh0z, .framer-bBqeg .framer-1it3atw, .framer-bBqeg .framer-2ltomn { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-bBqeg .framer-b8sii0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-bBqeg .framer-k3kog2 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-bBqeg .framer-bleo3n { --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-bBqeg .framer-1ol7gtg { align-content: center; align-items: center; background-color: var(--token-dfd11e64-54e1-4f16-8b18-7c36dbc2d3a7, #fefeff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 40px 100px 40px; position: relative; width: 100%; }\",\".framer-bBqeg .framer-v62597 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 384px; z-index: 1; }\",\".framer-bBqeg .framer-vvozjg { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 104px; justify-content: flex-start; padding: 30px; position: relative; width: 111px; }\",\".framer-bBqeg .framer-38xuwo-container, .framer-bBqeg .framer-12x72ey-container, .framer-bBqeg .framer-heub6o-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-bBqeg .framer-5fqen5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bBqeg .framer-wc623q { 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: center; min-height: 28px; overflow: hidden; padding: 0px; position: relative; width: 200px; }\",\".framer-bBqeg .framer-cjrutd, .framer-bBqeg .framer-1r7kn6 { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 104px; justify-content: flex-start; padding: 30px; position: relative; width: 111px; }\",\".framer-bBqeg .framer-2g3nab { 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: visible; padding: 60px 0px 60px 0px; position: relative; width: 100%; }\",\".framer-bBqeg .framer-14nuqa2, .framer-bBqeg .framer-19gysij { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-bBqeg .framer-1x5wmrs, .framer-bBqeg .framer-1f06qfq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bBqeg .framer-16b2uto, .framer-bBqeg .framer-1wa7jbm, .framer-bBqeg .framer-76x1a6 { align-content: center; align-items: center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 2px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-bBqeg .framer-7ah11n-container, .framer-bBqeg .framer-1u9mbtg-container, .framer-bBqeg .framer-y53p00-container { flex: none; height: auto; position: relative; width: 91px; }\",\".framer-bBqeg .framer-4h7lkl, .framer-bBqeg .framer-wo35bc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 23px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bBqeg .framer-1n2q6w6-container, .framer-bBqeg .framer-14q5cli-container, .framer-bBqeg .framer-1nitku1-container, .framer-bBqeg .framer-1izl8b4-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-bBqeg .framer-1t7lhkv { 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: visible; padding: 80px 24px 80px 24px; position: relative; width: 100%; }\",\".framer-bBqeg .framer-cfs4h8 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-bBqeg .framer-q6hwky { 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 24px 0px 24px; position: relative; width: 100%; }\",\".framer-bBqeg .framer-kouort { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-bBqeg .framer-1p2u0r5 { 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-bBqeg .framer-1ntyxjo { 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: visible; padding: 120px 270px 120px 270px; position: relative; width: 1820px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bBqeg.framer-1l5swso, .framer-bBqeg .framer-bl16ry, .framer-bBqeg .framer-qe6wlf, .framer-bBqeg .framer-90qgmg, .framer-bBqeg .framer-1yr12gl, .framer-bBqeg .framer-14mcokg, .framer-bBqeg .framer-zoc5cg, .framer-bBqeg .framer-tti87l, .framer-bBqeg .framer-ei0bxf, .framer-bBqeg .framer-1ol7gtg, .framer-bBqeg .framer-v62597, .framer-bBqeg .framer-vvozjg, .framer-bBqeg .framer-5fqen5, .framer-bBqeg .framer-wc623q, .framer-bBqeg .framer-cjrutd, .framer-bBqeg .framer-1r7kn6, .framer-bBqeg .framer-2g3nab, .framer-bBqeg .framer-14nuqa2, .framer-bBqeg .framer-1tkdeps, .framer-bBqeg .framer-z7zrbs, .framer-bBqeg .framer-16b2uto, .framer-bBqeg .framer-4h7lkl, .framer-bBqeg .framer-1t7lhkv, .framer-bBqeg .framer-cfs4h8, .framer-bBqeg .framer-q6hwky, .framer-bBqeg .framer-1gyqb0d, .framer-bBqeg .framer-dp5f65, .framer-bBqeg .framer-1wa7jbm, .framer-bBqeg .framer-1p2u0r5, .framer-bBqeg .framer-1ntyxjo, .framer-bBqeg .framer-19gysij, .framer-bBqeg .framer-1m5yo8g, .framer-bBqeg .framer-3cjg4z, .framer-bBqeg .framer-76x1a6, .framer-bBqeg .framer-wo35bc { gap: 0px; } .framer-bBqeg.framer-1l5swso > *, .framer-bBqeg .framer-zoc5cg > *, .framer-bBqeg .framer-tti87l > *, .framer-bBqeg .framer-wc623q > *, .framer-bBqeg .framer-1tkdeps > *, .framer-bBqeg .framer-z7zrbs > *, .framer-bBqeg .framer-16b2uto > *, .framer-bBqeg .framer-1gyqb0d > *, .framer-bBqeg .framer-dp5f65 > *, .framer-bBqeg .framer-1wa7jbm > *, .framer-bBqeg .framer-1m5yo8g > *, .framer-bBqeg .framer-3cjg4z > *, .framer-bBqeg .framer-76x1a6 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-bBqeg.framer-1l5swso > :first-child, .framer-bBqeg .framer-90qgmg > :first-child, .framer-bBqeg .framer-1yr12gl > :first-child, .framer-bBqeg .framer-zoc5cg > :first-child, .framer-bBqeg .framer-tti87l > :first-child, .framer-bBqeg .framer-1ol7gtg > :first-child, .framer-bBqeg .framer-vvozjg > :first-child, .framer-bBqeg .framer-wc623q > :first-child, .framer-bBqeg .framer-cjrutd > :first-child, .framer-bBqeg .framer-1r7kn6 > :first-child, .framer-bBqeg .framer-14nuqa2 > :first-child, .framer-bBqeg .framer-1tkdeps > :first-child, .framer-bBqeg .framer-z7zrbs > :first-child, .framer-bBqeg .framer-16b2uto > :first-child, .framer-bBqeg .framer-4h7lkl > :first-child, .framer-bBqeg .framer-cfs4h8 > :first-child, .framer-bBqeg .framer-q6hwky > :first-child, .framer-bBqeg .framer-1gyqb0d > :first-child, .framer-bBqeg .framer-dp5f65 > :first-child, .framer-bBqeg .framer-1wa7jbm > :first-child, .framer-bBqeg .framer-1p2u0r5 > :first-child, .framer-bBqeg .framer-19gysij > :first-child, .framer-bBqeg .framer-1m5yo8g > :first-child, .framer-bBqeg .framer-3cjg4z > :first-child, .framer-bBqeg .framer-76x1a6 > :first-child, .framer-bBqeg .framer-wo35bc > :first-child { margin-top: 0px; } .framer-bBqeg.framer-1l5swso > :last-child, .framer-bBqeg .framer-90qgmg > :last-child, .framer-bBqeg .framer-1yr12gl > :last-child, .framer-bBqeg .framer-zoc5cg > :last-child, .framer-bBqeg .framer-tti87l > :last-child, .framer-bBqeg .framer-1ol7gtg > :last-child, .framer-bBqeg .framer-vvozjg > :last-child, .framer-bBqeg .framer-wc623q > :last-child, .framer-bBqeg .framer-cjrutd > :last-child, .framer-bBqeg .framer-1r7kn6 > :last-child, .framer-bBqeg .framer-14nuqa2 > :last-child, .framer-bBqeg .framer-1tkdeps > :last-child, .framer-bBqeg .framer-z7zrbs > :last-child, .framer-bBqeg .framer-16b2uto > :last-child, .framer-bBqeg .framer-4h7lkl > :last-child, .framer-bBqeg .framer-cfs4h8 > :last-child, .framer-bBqeg .framer-q6hwky > :last-child, .framer-bBqeg .framer-1gyqb0d > :last-child, .framer-bBqeg .framer-dp5f65 > :last-child, .framer-bBqeg .framer-1wa7jbm > :last-child, .framer-bBqeg .framer-1p2u0r5 > :last-child, .framer-bBqeg .framer-19gysij > :last-child, .framer-bBqeg .framer-1m5yo8g > :last-child, .framer-bBqeg .framer-3cjg4z > :last-child, .framer-bBqeg .framer-76x1a6 > :last-child, .framer-bBqeg .framer-wo35bc > :last-child { margin-bottom: 0px; } .framer-bBqeg .framer-bl16ry > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-bBqeg .framer-bl16ry > :first-child, .framer-bBqeg .framer-qe6wlf > :first-child, .framer-bBqeg .framer-14mcokg > :first-child, .framer-bBqeg .framer-ei0bxf > :first-child, .framer-bBqeg .framer-v62597 > :first-child, .framer-bBqeg .framer-5fqen5 > :first-child, .framer-bBqeg .framer-2g3nab > :first-child, .framer-bBqeg .framer-1t7lhkv > :first-child, .framer-bBqeg .framer-1ntyxjo > :first-child { margin-left: 0px; } .framer-bBqeg .framer-bl16ry > :last-child, .framer-bBqeg .framer-qe6wlf > :last-child, .framer-bBqeg .framer-14mcokg > :last-child, .framer-bBqeg .framer-ei0bxf > :last-child, .framer-bBqeg .framer-v62597 > :last-child, .framer-bBqeg .framer-5fqen5 > :last-child, .framer-bBqeg .framer-2g3nab > :last-child, .framer-bBqeg .framer-1t7lhkv > :last-child, .framer-bBqeg .framer-1ntyxjo > :last-child { margin-right: 0px; } .framer-bBqeg .framer-qe6wlf > *, .framer-bBqeg .framer-14mcokg > *, .framer-bBqeg .framer-2g3nab > *, .framer-bBqeg .framer-1t7lhkv > *, .framer-bBqeg .framer-1ntyxjo > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-bBqeg .framer-90qgmg > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-bBqeg .framer-1yr12gl > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-bBqeg .framer-ei0bxf > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-bBqeg .framer-1ol7gtg > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-bBqeg .framer-v62597 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-bBqeg .framer-vvozjg > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-bBqeg .framer-5fqen5 > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-bBqeg .framer-cjrutd > *, .framer-bBqeg .framer-1r7kn6 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-bBqeg .framer-14nuqa2 > *, .framer-bBqeg .framer-19gysij > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-bBqeg .framer-4h7lkl > *, .framer-bBqeg .framer-wo35bc > * { margin: 0px; margin-bottom: calc(23px / 2); margin-top: calc(23px / 2); } .framer-bBqeg .framer-cfs4h8 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-bBqeg .framer-q6hwky > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-bBqeg .framer-1p2u0r5 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 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,\"@media (min-width: 819px) and (max-width: 1819px) { .framer-bBqeg.framer-1l5swso { width: 819px; } .framer-bBqeg .framer-bl16ry { padding: 100px 50px 0px 50px; } .framer-bBqeg .framer-1yr12gl { width: 720px; } .framer-bBqeg .framer-1kv01bw { height: 479px; } .framer-bBqeg .framer-1ol7gtg { padding: 80px 50px 80px 50px; } .framer-bBqeg .framer-vvozjg, .framer-bBqeg .framer-cjrutd, .framer-bBqeg .framer-1r7kn6 { flex: 1 0 0px; width: 1px; } .framer-bBqeg .framer-7ah11n-container { order: 0; }}\",\"@media (max-width: 818px) { .framer-bBqeg.framer-1l5swso { width: 390px; } .framer-bBqeg .framer-1vkd2md-container { order: 0; } .framer-bBqeg .framer-bl16ry { flex-direction: column; order: 1; padding: 100px 24px 0px 24px; } .framer-bBqeg .framer-qe6wlf { flex: none; width: 100%; } .framer-bBqeg .framer-1kv01bw { height: 239px; } .framer-bBqeg .framer-1ol7gtg { gap: 0px; order: 2; padding: 60px 0px 0px 0px; } .framer-bBqeg .framer-v62597 { flex-direction: column; order: 0; } .framer-bBqeg .framer-vvozjg { height: min-content; order: 0; padding: 0px 30px 0px 30px; width: 100%; } .framer-bBqeg .framer-cjrutd { gap: 0px; height: min-content; order: 1; padding: 0px; width: 100%; } .framer-bBqeg .framer-1r7kn6 { gap: 0px; height: min-content; order: 2; padding: 0px; width: 100%; } .framer-bBqeg .framer-1t7lhkv, .framer-bBqeg .framer-1izl8b4-container { order: 3; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bBqeg .framer-bl16ry, .framer-bBqeg .framer-1ol7gtg, .framer-bBqeg .framer-v62597, .framer-bBqeg .framer-cjrutd, .framer-bBqeg .framer-1r7kn6 { gap: 0px; } .framer-bBqeg .framer-bl16ry > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-bBqeg .framer-bl16ry > :first-child, .framer-bBqeg .framer-1ol7gtg > :first-child, .framer-bBqeg .framer-v62597 > :first-child, .framer-bBqeg .framer-cjrutd > :first-child, .framer-bBqeg .framer-1r7kn6 > :first-child { margin-top: 0px; } .framer-bBqeg .framer-bl16ry > :last-child, .framer-bBqeg .framer-1ol7gtg > :last-child, .framer-bBqeg .framer-v62597 > :last-child, .framer-bBqeg .framer-cjrutd > :last-child, .framer-bBqeg .framer-1r7kn6 > :last-child { margin-bottom: 0px; } .framer-bBqeg .framer-1ol7gtg > *, .framer-bBqeg .framer-cjrutd > *, .framer-bBqeg .framer-1r7kn6 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-bBqeg .framer-v62597 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6018.5\n * @framerIntrinsicWidth 1820\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"erlQ1i6O_\":{\"layout\":[\"fixed\",\"auto\"]},\"YRbsN7eqG\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerMRfBerso8=withCSS(Component,css,\"framer-bBqeg\");export default FramerMRfBerso8;FramerMRfBerso8.displayName=\"Page\";FramerMRfBerso8.defaultProps={height:6018.5,width:1820};addFonts(FramerMRfBerso8,[{explicitInter:true,fonts:[{family:\"Helvetica Neue Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/jU9WF0d02oFMMgYZ1xKut1aiItI.woff2\"},{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:\"Helvetica Neue Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/UCqnuPgZfyg087otGTtUl5MUECI.woff2\"}]},...HeaderFonts,...BackButtonFonts,...SocialShareFonts,...ButtonFonts,...SliderFonts,...SliderMobileFonts,...FooterFonts,...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),...componentPresets.fonts?.[\"xUmYg5Cg5\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"xUmYg5Cg5\"]):[],...componentPresets.fonts?.[\"xFUyUeel_\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"xFUyUeel_\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMRfBerso8\",\"slots\":[],\"annotations\":{\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"erlQ1i6O_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YRbsN7eqG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"6018.5\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1820\"}},\"__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", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "SVG", "RichText2", "css", "FramerlJfYNaAvR", "withCSS", "lJfYNaAvR_default", "addFonts", "HeaderFonts", "getFonts", "Ay2Zj8M36_default", "BackButtonFonts", "lJfYNaAvR_default", "SocialShareFonts", "SocialShare", "ButtonFonts", "HL9KqXqyt_default", "SliderFonts", "SLV0mjaPm_default", "SliderMobileFonts", "zNhWsL9SL_default", "FooterFonts", "Q2c54BcxS_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "k7s9M9Ho8_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "oC3TYM_wG", "GRKH5WrXI", "Xy_zxSVbv", "pK8I6Z_wP", "uK4CuPb4q", "gvfAYzcKA", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "textContent", "enumToDisplayNameFunctions", "activeLocaleCode", "useLocaleCode", "textContent1", "isDisplayed", "isDisplayed1", "router", "useRouter", "isDisplayed2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "RichText2", "x", "ComponentPresetsProvider", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "css", "FramerMRfBerso8", "withCSS", "MRfBerso8_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
