{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js", "ssg:https://framerusercontent.com/modules/K13KDdeaCyzQHDXeD7zS/O2gnrpZJkTlX7GJXFQVB/FormSpark_2.js", "ssg:https://framerusercontent.com/modules/865V8x0nrdPBPKqTZqXn/37GrJunROiVd3DKg8pi9/nhCefLH1s.js", "ssg:https://framerusercontent.com/modules/h3lJbKibFouRKnhXYLav/9Y3NW200oae5eFhjEuXu/DVjOJx6Me.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useReducer,useState}from\"react\";import{ControlType,addPropertyControls}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles,defaultEvents,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";var PlayOptions;(function(PlayOptions){PlayOptions[\"Normal\"]=\"Off\";PlayOptions[\"Auto\"]=\"On\";PlayOptions[\"Loop\"]=\"Loop\";})(PlayOptions||(PlayOptions={}));var ThumbnailOptions;(function(ThumbnailOptions){ThumbnailOptions[\"High\"]=\"High Quality\";ThumbnailOptions[\"Medium\"]=\"Medium Quality\";ThumbnailOptions[\"Low\"]=\"Low Quality\";ThumbnailOptions[\"Off\"]=\"Off\";})(ThumbnailOptions||(ThumbnailOptions={}));var ThumbnailFormat;(function(ThumbnailFormat){ThumbnailFormat[\"WebP\"]=\"webp\";ThumbnailFormat[\"JPG\"]=\"jpg\";})(ThumbnailFormat||(ThumbnailFormat={}));/**\n * @framerIntrinsicWidth 560\n * @framerIntrinsicHeight 315\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps isRed, borderRadius\n */export function Youtube({url,play,shouldMute,thumbnail,isRed,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,title,...props}){const onCanvas=useIsOnCanvas();const isAutoplay=play!==\"Off\";const showThumbnail=onCanvas||thumbnail!==\"Off\"&&!isAutoplay;const[isPreloading,preloadVideo]=useReducer(()=>true,false);const[showVideo,startVideo]=useReducer(()=>true,!showThumbnail);const[isHovered,setHovered]=useState(false);const borderRadius=useRadius(props);const hasBorderRadius=borderRadius!==\"0px 0px 0px 0px\"&&borderRadius!==\"0px\";if(url===\"\"){return /*#__PURE__*/_jsx(Instructions,{});}const parsedURL=parseVideoURL(url);if(parsedURL===undefined){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Invalid Youtube URL.\"});}const[videoId,embedURL]=parsedURL;// https://developers.google.com/youtube/player_parameters\nconst searchParams=embedURL.searchParams;searchParams.set(\"iv_load_policy\",\"3\");searchParams.set(\"rel\",\"0\");searchParams.set(\"modestbranding\",\"1\");searchParams.set(\"playsinline\",\"1\");if(!showVideo){// if a browser does not support `loading=lazy`, make sure the video doesn't start playing in the background\nsearchParams.set(\"autoplay\",\"0\");}else if(isAutoplay||// when there is no thumbnail, we don't want to autoplay, unless video is started\nshowThumbnail&&showVideo){searchParams.set(\"autoplay\",\"1\");}if(isAutoplay&&shouldMute){searchParams.set(\"mute\",\"1\");}if(play===\"Loop\"){searchParams.set(\"loop\",\"1\");searchParams.set(\"playlist\",videoId);}if(!isRed){searchParams.set(\"color\",\"white\");}const iframeProps={title:title||\"Youtube Video\",allow:\"presentation; fullscreen; accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\",src:embedURL.href,frameBorder:\"0\",onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp};return /*#__PURE__*/_jsxs(\"article\",{onPointerEnter:()=>setHovered(true),onPointerLeave:()=>setHovered(false),onPointerOver:preloadVideo,onKeyDown:startVideo,onClick:startVideo,style:{...wrapperStyle,borderRadius,transform:// Safari sometimes struggles to render border-radius:\n// - on the canvas when changing from 0 to any other value\n// - or when rendering an iframe\nhasBorderRadius&&(showVideo||onCanvas)?\"translateZ(0.000001px)\":\"unset\",cursor:\"pointer\",overflow:\"hidden\"},role:\"presentation\",children:[isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.youtube.com\"}),isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.google.com\"}),/*#__PURE__*/_jsx(\"div\",{style:{...videoStyle,background:showThumbnail?`center / cover url(${getThumbnailURL(videoId,thumbnail,getWebPSupported()?\"webp\":\"jpg\")}) no-repeat`:undefined}}),!onCanvas?/*#__PURE__*/_jsx(\"iframe\",{loading:!showVideo?\"lazy\":undefined,style:!showVideo?{...videoStyle,display:\"none\"}:videoStyle,...iframeProps}):null,showVideo?null:/*#__PURE__*/_jsx(PlayButton,{onClick:startVideo,isHovered:isHovered,isRed:isRed})]});}Youtube.displayName=\"YouTube\";addPropertyControls(Youtube,{url:{type:ControlType.String,title:\"Video\"},play:{type:ControlType.Enum,title:\"Autoplay\",options:Object.values(PlayOptions)},shouldMute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",hidden(props){return props.play===\"Off\";}},thumbnail:{title:\"Thumbnail\",description:\"Showing a thumbnail improves performance.\",type:ControlType.Enum,options:Object.values(ThumbnailOptions),hidden(props){return props.play!==\"Off\";}},isRed:{title:\"Color\",type:ControlType.Boolean,enabledTitle:\"Red\",disabledTitle:\"White\"},...borderRadiusControl,...defaultEvents});const defaultProps={url:\"https://youtu.be/smPos0mJvh8\",play:\"Off\",shouldMute:true,thumbnail:\"Medium Quality\",isRed:true};Youtube.defaultProps=defaultProps;function parseVideoURL(urlString){let url;try{url=new URL(urlString);}catch{const embedURL=getEmbedURL(urlString);return[urlString,embedURL];}if(url.hostname===\"youtube.com\"||url.hostname===\"www.youtube.com\"||url.hostname===\"youtube-nocookie.com\"||url.hostname===\"www.youtube-nocookie.com\"){const pathSegments=url.pathname.slice(1).split(\"/\");// https://www.youtube.com/watch?v=Fop2oskTug8\nif(pathSegments[0]===\"watch\"){const videoId=url.searchParams.get(\"v\");const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}// https://www.youtube.com/embed/Fop2oskTug8\nif(pathSegments[0]===\"embed\"){const videoId=pathSegments[1];return[videoId,url];}}// https://youtu.be/Fop2oskTug8\nif(url.hostname===\"youtu.be\"){const videoId=url.pathname.slice(1);const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}}function getEmbedURL(videoId){return new URL(`https://www.youtube.com/embed/${videoId}`);}function getThumbnailURL(videoId,res,format=\"jpg\"){// https://gist.github.com/a1ip/be4514c1fd392a8c13b05e082c4da363\nconst useWebP=format===\"webp\";const pre=useWebP?\"https://i.ytimg.com/vi_webp/\":\"https://i.ytimg.com/vi/\";const ext=useWebP?\"webp\":\"jpg\";switch(res){case\"Low Quality\":return`${pre}${videoId}/hqdefault.${ext}`;case\"Medium Quality\":return`${pre}${videoId}/sddefault.${ext}`;case\"High Quality\":return`${pre}${videoId}/maxresdefault.${ext}`;default:return`${pre}${videoId}/0.${ext}`;}}let _getWebPSupported;// https://stackoverflow.com/a/27232658\nfunction getWebPSupported(){// We're going to default to webp because it's pretty widely supported by now\nif(!window){return true;}if(_getWebPSupported!==undefined){return _getWebPSupported;}const element=document.createElement(\"canvas\");if(element.getContext&&element.getContext(\"2d\")){// was able or not to get WebP representation\nreturn _getWebPSupported=element.toDataURL(\"image/webp\").indexOf(\"data:image/webp\")===0;}else{// very old browser like IE 8, canvas not supported\nreturn _getWebPSupported=false;}}// Helper components\nfunction Instructions(){return /*#__PURE__*/_jsx(\"div\",{style:{...emptyStateStyle,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a Youtube video, add the URL to the properties\\xa0panel.\"})});}function ErrorMessage({message}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsxs(\"div\",{style:centerTextStyle,children:[\"Error: \",message]})});}function PlayButton({onClick,isHovered,isRed}){return /*#__PURE__*/_jsx(\"button\",{onClick:onClick,\"aria-label\":\"Play\",style:buttonStyle,children:/*#__PURE__*/_jsxs(\"svg\",{height:\"100%\",version:\"1.1\",viewBox:\"0 0 68 48\",width:\"100%\",children:[/*#__PURE__*/_jsx(\"path\",{d:\"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z\",fill:isHovered?isRed?\"#f00\":\"#000\":\"#212121\",fillOpacity:isHovered?isRed?1:.8:.8,style:{transition:\"fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1)\"}}),/*#__PURE__*/_jsx(\"path\",{d:\"M 45,24 27,14 27,34\",fill:\"#fff\"})]})});}const buttonStyle={position:\"absolute\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%)\",width:68,height:48,padding:0,border:\"none\",background:\"transparent\",cursor:\"pointer\"};const wrapperStyle={position:\"relative\",width:\"100%\",height:\"100%\"};const centerTextStyle={textAlign:\"center\",minWidth:140};const videoStyle={position:\"absolute\",top:0,left:0,height:\"100%\",width:\"100%\"};\nexport const __FramerMetadata__ = {\"exports\":{\"Youtube\":{\"type\":\"reactComponent\",\"name\":\"Youtube\",\"slots\":[],\"annotations\":{\"framerComponentPresetProps\":\"isRed, borderRadius\",\"framerIntrinsicHeight\":\"315\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"560\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YouTube.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import{motion}from\"framer-motion\";import{containerStyles,usePadding,useRadius,paddingControl,borderRadiusControl,fontControls,useFontControls}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useCallback,useMemo,useState}from\"react\";const emailRegex=/^(([^<>()[\\]\\\\.,;:\\s@\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/;const validateEmail=email=>{return emailRegex.test(String(email).toLowerCase());};/**\n * FORMSPARK\n *\n * @framerIntrinsicWidth 550\n * @framerIntrinsicHeight 290\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */const FormSpark=withCSS(function FormSpark({formId,withName,nameField:name,withEmail,email,withMessage,message,layout,inputs,button,style,gap,onSubmit,...props}){const[nameValue,setName]=useState(name?.value);const[emailValue,setEmail]=useState(email?.value);const[messageValue,setMessage]=useState(message?.value);const[isNameError,setNameError]=useState(false);const[isEmailError,setEmailError]=useState(false);const[isMessageError,setMessageError]=useState(false);const[isLoading,setLoading]=useState(false);const[isSuccess,setSuccess]=useState(false);const isCanvas=useMemo(()=>{return RenderTarget.current()===RenderTarget.canvas;},[]);const gridTemplateRows=useMemo(()=>{const rows=[];if(withName||withMessage){rows.push(\"max-content\");}if(withMessage){rows.push(\"1fr\");}return[...rows,\"max-content\"].join(\" \");},[withName,withEmail,withMessage]);const gridTemplateColumns=useMemo(()=>{const cols=[];if((withName&&!withEmail||withEmail&&!withName)&&!withMessage&&layout===\"horizontal\"){return\"1fr max-content\";}return\"1fr\";},[withName,withEmail,withMessage,layout]);const{fontFamily,fontSize,fontWeight}=useFontControls(props);const borderRadius=useRadius(props);const paddingValue=usePadding(props);const validateForm=useCallback(()=>{let error=false;setNameError(false);setEmailError(false);setMessageError(false);if(withName&&!nameValue){setNameError(true);error=true;}if(withEmail&&(!emailValue||!validateEmail(emailValue))){setEmailError(true);error=true;}if(withMessage&&!messageValue){setMessageError(true);error=true;}return error;},[validateEmail,withName,withEmail,withMessage,nameValue,emailValue,messageValue]);const handleSubmit=useCallback(event=>{setLoading(true);event.preventDefault();if(validateForm()){setLoading(false);}else{const data=new FormData(event.target);const entries=Object.fromEntries(data.entries());fetch(`https://api.formspark.io/${formId}`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(entries)}).then(()=>{setSuccess(true);onSubmit();}).catch(()=>setLoading(false));}},[formId,onSubmit,validateForm]);const handleNameChange=useCallback(event=>{setNameError(false);setName(event.target.value);},[]);const handleEmailChange=useCallback(event=>{setEmailError(false);setEmail(event.target.value);},[]);const handleMessageChange=useCallback(event=>{setMessageError(false);setMessage(event.target.value);},[]);return /*#__PURE__*/_jsx(motion.div,{style:{...style,...containerStyles,flexDirection:\"column\",\"--framer-formspark-placeholder-color\":inputs.placeholderColor},children:isSuccess?/*#__PURE__*/_jsx(motion.div,{style:{height:\"60px\",width:\"60px\",background:button.fill,color:button.color,borderRadius:\"50%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"},initial:{scale:0},animate:{scale:1},transition:{duration:.3},children:/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"28\",height:\"28\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M 2 14 L 10 22 L 26 6\",fill:\"transparent\",strokeWidth:\"4\",stroke:\"currentColor\",strokeLinecap:\"round\"})})}):/*#__PURE__*/_jsxs(\"form\",{style:{display:\"grid\",gridTemplateRows,gridTemplateColumns,gap,width:\"100%\",height:\"100%\"},onSubmit:handleSubmit,method:\"POST\",children:[(withName||withEmail)&&/*#__PURE__*/_jsxs(\"div\",{style:{width:\"100%\",display:\"grid\",gridAutoFlow:layout===\"horizontal\"?\"column\":\"row\",gap},children:[withName&&/*#__PURE__*/_jsx(\"input\",{className:\"framer-formspark-input\",type:\"text\",name:\"name\",placeholder:name.placeholder,value:isCanvas?name.value:nameValue,onChange:handleNameChange,style:{...defaultStyle,padding:paddingValue,borderRadius,fontFamily,fontWeight,fontSize,background:inputs.fill,color:inputs.color,boxShadow:`inset 0 0 0 1px ${isNameError?inputs.error:\"transparent\"}`}}),withEmail&&/*#__PURE__*/_jsx(\"input\",{className:\"framer-formspark-input\",type:\"email\",name:\"email\",placeholder:email.placeholder,value:isCanvas?email.value:emailValue,onChange:handleEmailChange,style:{...defaultStyle,padding:paddingValue,borderRadius,fontFamily,fontWeight,fontSize,background:inputs.fill,color:inputs.color,boxShadow:`inset 0 0 0 1px ${isEmailError?inputs.error:\"transparent\"}`}})]}),withMessage&&/*#__PURE__*/_jsx(\"textarea\",{className:\"framer-formspark-input\",placeholder:message.placeholder,name:\"message\",value:isCanvas?message.value:messageValue,onChange:handleMessageChange,style:{...defaultStyle,minHeight:0,padding:paddingValue,resize:\"vertical\",borderRadius,background:inputs.fill,fontFamily,fontWeight,fontSize,color:inputs.color,boxShadow:`inset 0 0 0 1px ${isMessageError?inputs.error:\"transparent\"}`}}),/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(motion.input,{type:\"submit\",value:button.label,style:{...defaultStyle,borderRadius,padding:paddingValue,fontFamily,fontWeight:button.fontWeight,fontSize,background:button.fill,cursor:\"pointer\",color:button.color,zIndex:1},transition:{type:\"ease\",duration:.3},whileHover:{opacity:.8}}),isLoading&&/*#__PURE__*/_jsx(\"div\",{style:{borderRadius,position:\"absolute\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",width:\"100%\",height:\"100%\",left:0,top:0,zIndex:2,color:button.color,background:button.fill},children:/*#__PURE__*/_jsx(motion.div,{style:{height:16,width:16},initial:{rotate:0},animate:{rotate:360},transition:{duration:2,repeat:Infinity},children:/*#__PURE__*/_jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"16\",height:\"16\",children:[/*#__PURE__*/_jsx(\"path\",{d:\"M 8 0 C 3.582 0 0 3.582 0 8 C 0 12.419 3.582 16 8 16 C 12.418 16 16 12.419 16 8 C 15.999 3.582 12.418 0 8 0 Z M 8 14 C 4.687 14 2 11.314 2 8 C 2 4.687 4.687 2 8 2 C 11.314 2 14 4.687 14 8 C 14 11.314 11.314 14 8 14 Z\",fill:\"currentColor\",opacity:\"0.2\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M 8 0 C 12.418 0 15.999 3.582 16 8 C 16 8 16 9 15 9 C 14 9 14 8 14 8 C 14 4.687 11.314 2 8 2 C 4.687 2 2 4.687 2 8 C 2 8 2 9 1 9 C 0 9 0 8 0 8 C 0 3.582 3.582 0 8 0 Z\",fill:\"currentColor\"})]})})})]})]})});},[\".framer-formspark-input::placeholder { color: var(--framer-formspark-placeholder-color) !important; }\"]);FormSpark.defaultProps={fontSize:16,fontFamily:\"Inter\",fontWeight:400,padding:15,paddingTop:15,paddingBottom:15,paddingLeft:15,paddingRight:15,borderRadius:8,topLeftRadius:8,topRightRadius:8,bottomRightRadius:8,bottomLeftRadius:8,gap:15,nameField:{value:undefined,placeholder:\"Name\"},email:{value:undefined,placeholder:\"Email\"},message:{value:undefined,placeholder:\"Message\"},inputs:{fill:\"#EBEBEB\",color:\"#000\",placeholderColor:\"rgba(0, 0, 0, 0.5)\",error:\"#EE4444\"},layout:{fill:\"#EBEBEB\",color:\"#000\",placeholderColor:\"rgba(0, 0, 0, 0.5)\",error:\"#EE4444\"},button:{label:\"Sign Up\",fontWeight:600,fill:\"#000\",color:\"#FFF\"}};addPropertyControls(FormSpark,{formId:{title:\"ID\",placeholder:\"7PbPpGN3\",type:ControlType.String,description:\"Create a [FormSpark](https://formspark.io/) account, add a new form and copy its ID. [Learn more\u2026](https://www.framer.com/sites/integrations/formspark/)\"},withName:{title:\"Name\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:true},nameField:{title:\" \",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"Name\"},value:{title:\"Value\",type:ControlType.String,defaultValue:\"\"}},hidden:props=>!props.withName},withEmail:{title:\"Email\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:true},email:{title:\" \",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"Email\"},value:{title:\"Value\",type:ControlType.String}},hidden:props=>!props.withEmail},withMessage:{title:\"Message\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:true},message:{title:\" \",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"Message\"},value:{title:\"Value\",type:ControlType.String}},hidden:props=>!props.withMessage},layout:{title:\"Layout\",type:ControlType.Enum,options:[\"horizontal\",\"vertical\"],displaySegmentedControl:true,defaultValue:\"horizontal\"},inputs:{title:\"Inputs\",type:ControlType.Object,controls:{fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EBEBEB\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#000\"},placeholderColor:{title:\"Placeholder\",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.5)\"},error:{title:\"Error\",type:ControlType.Color,defaultValue:\"#EE4444\"}}},button:{title:\"Button\",type:ControlType.Object,controls:{label:{title:\"Label\",type:ControlType.String,defaultValue:\"Sign Up\"},fontWeight:{...fontControls.fontWeight,defaultValue:600},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#000\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#FFF\"}}},...fontControls,fontSize:{title:\"Font Size\",type:ControlType.Number,displayStepper:true,defaultValue:16},...paddingControl,...borderRadiusControl,gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,min:0},onSubmit:{type:ControlType.EventHandler}});const defaultStyle={WebkitAppearance:\"none\",display:\"inline-block\",width:\"100%\",lineHeight:\"1.4em\",outline:\"none\",border:\"none\"};export default FormSpark;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FormSpark\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"550\",\"framerIntrinsicHeight\":\"290\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FormSpark_2.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Bold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Bold.cyrillic-ext-XOTVL7ZR.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Bold.cyrillic-6LOMBC2V.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-ext-WXWSJXLB.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-YRST7ODZ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Bold.latin-ext-BASA5UL3.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Bold.latin-UCM45LQF.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Bold.vietnamese-OEVJMXEP.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Black.cyrillic-ext-TU4ITVTR.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://app.framerstatic.com/Inter-Black.cyrillic-JX7CGTYD.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Black.greek-ext-LS3GCBFI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Black.greek-ZWCJHBP5.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://app.framerstatic.com/Inter-Black.latin-ext-BZLEUMX6.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://app.framerstatic.com/Inter-Black.latin-TETRYDF7.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://app.framerstatic.com/Inter-Black.vietnamese-RXQCC3EJ.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://app.framerstatic.com/Inter-BlackItalic.cyrillic-ext-TRM4ITYR.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://app.framerstatic.com/Inter-BlackItalic.cyrillic-FPHIQVZS.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-BlackItalic.greek-ext-JTGUUSP5.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-BlackItalic.greek-LUNA3RFO.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://app.framerstatic.com/Inter-BlackItalic.latin-ext-KU7ICFYH.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://app.framerstatic.com/Inter-BlackItalic.latin-FRVXWQSB.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://app.framerstatic.com/Inter-BlackItalic.vietnamese-2Q7MQKJX.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://app.framerstatic.com/Inter-BoldItalic.cyrillic-ext-PEYDHC3S.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://app.framerstatic.com/Inter-BoldItalic.cyrillic-7EIL6JWG.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-ext-3DJOYQMH.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-TJBTLTT7.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://app.framerstatic.com/Inter-BoldItalic.latin-ext-FVPCPRBJ.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://app.framerstatic.com/Inter-BoldItalic.latin-5ZFQS4XK.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://app.framerstatic.com/Inter-BoldItalic.vietnamese-W2625PGF.woff2\",weight:\"700\"}]}];export const css=['.framer-nV2nW .framer-styles-preset-1nesk3e:not(.rich-text-wrapper), .framer-nV2nW .framer-styles-preset-1nesk3e.rich-text-wrapper h1 { --framer-font-family: \"Inter\", \"Inter 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-size: 80px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -4.8px; --framer-line-height: 96%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-0d9ba9dc-b1f3-4bba-96e0-28cab3ea6ad9, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }','@media (max-width: 1279px) and (min-width: 720px) { .framer-nV2nW .framer-styles-preset-1nesk3e:not(.rich-text-wrapper), .framer-nV2nW .framer-styles-preset-1nesk3e.rich-text-wrapper h1 { --framer-font-family: \"Inter\", \"Inter 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-size: 72px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -4.32px; --framer-line-height: 96%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-0d9ba9dc-b1f3-4bba-96e0-28cab3ea6ad9, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }','@media (max-width: 719px) and (min-width: 0px) { .framer-nV2nW .framer-styles-preset-1nesk3e:not(.rich-text-wrapper), .framer-nV2nW .framer-styles-preset-1nesk3e.rich-text-wrapper h1 { --framer-font-family: \"Inter\", \"Inter 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-size: 48px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -2.88px; --framer-line-height: 96%; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-0d9ba9dc-b1f3-4bba-96e0-28cab3ea6ad9, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }'];export const className=\"framer-nV2nW\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,NotFoundError,PropertyOverrides,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Grain from\"https://framerusercontent.com/modules/cKGD16u2MGB7MfqfVXFp/wiztTCbXokZrMicHAmZc/Grain.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/Z4QJ2YpzpVnWRfR6Ccgg/Video.js\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/dri51IXdQj2USTPBaYEP/Smooth_Scroll.js\";import Footer from\"#framer/local/canvasComponent/HCgk13uOM/HCgk13uOM.js\";import SectionHeading from\"#framer/local/canvasComponent/L97MThTAY/L97MThTAY.js\";import ClientsTicker from\"#framer/local/canvasComponent/MG7qD_gCz/MG7qD_gCz.js\";import Header from\"#framer/local/canvasComponent/NoA8j589s/NoA8j589s.js\";import ContactInfoBlock from\"#framer/local/canvasComponent/sWl01qHsT/sWl01qHsT.js\";import FormSpark from\"#framer/local/codeFile/hBfzOFx/FormSpark_2.js\";import Projects from\"#framer/local/collection/oyLOA9wnP/oyLOA9wnP.js\";import*as sharedStyle2 from\"#framer/local/css/D48dbHKiL/D48dbHKiL.js\";import*as sharedStyle4 from\"#framer/local/css/KgjHOxvmz/KgjHOxvmz.js\";import*as sharedStyle1 from\"#framer/local/css/mroybRbR_/mroybRbR_.js\";import*as sharedStyle from\"#framer/local/css/nhCefLH1s/nhCefLH1s.js\";import*as sharedStyle3 from\"#framer/local/css/uvNSAKko2/uvNSAKko2.js\";import*as sharedStyle5 from\"#framer/local/css/WOqVJAlOy/WOqVJAlOy.js\";import metadataProvider from\"#framer/local/webPageMetadata/DVjOJx6Me/DVjOJx6Me.js\";const HeaderFonts=getFonts(Header);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const VideoFonts=getFonts(Video);const MotionDivWithFX=withFX(motion.div);const YouTubeFonts=getFonts(YouTube);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const SectionHeadingFonts=getFonts(SectionHeading);const ContactInfoBlockFonts=getFonts(ContactInfoBlock);const FormSparkFonts=getFonts(FormSpark);const FooterFonts=getFonts(Footer);const SmoothScrollFonts=getFonts(SmoothScroll);const GrainFonts=getFonts(Grain);const ClientsTickerFonts=getFonts(ClientsTicker);const breakpoints={cVrt_X3Ld:\"(min-width: 1280px) and (max-width: 1439px)\",Qr2VBNtpk:\"(min-width: 1440px)\",rSbrTBDjJ:\"(min-width: 720px) and (max-width: 1279px)\",ZR9eHb_O8:\"(max-width: 719px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-it5E6\";const variantClassNames={cVrt_X3Ld:\"framer-v-jjdlvh\",Qr2VBNtpk:\"framer-v-1ulyg7i\",rSbrTBDjJ:\"framer-v-on0iz4\",ZR9eHb_O8:\"framer-v-1mod5wt\"};const transition1={damping:40,delay:.1,mass:.1,stiffness:200,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:48};const transition2={damping:40,delay:.5,mass:.1,stiffness:200,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:32};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:128};const transition3={damping:40,delay:0,mass:.1,stiffness:200,type:\"spring\"};const startsWith=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"&&a.toLowerCase().startsWith(b.toLowerCase());};const transition4={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.02,skewX:0,skewY:0,transition:transition4};const transition5={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation7={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.63,skewX:0,skewY:0,transition:transition4};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.6,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.31,skewX:0,skewY:0,transition:transition4};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.3,skewX:0,skewY:0,transition:transition5,x:0,y:0};const negate=value=>{return!value;};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop Small\":\"cVrt_X3Ld\",Desktop:\"Qr2VBNtpk\",Phone:\"ZR9eHb_O8\",Tablet:\"rSbrTBDjJ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Qr2VBNtpk\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"DVjOJx6Me\",data:Projects,type:\"Collection\"},select:[{collection:\"DVjOJx6Me\",name:\"WHFUJ08Su\",type:\"Identifier\"},{collection:\"DVjOJx6Me\",name:\"ro6U56dIs\",type:\"Identifier\"},{collection:\"DVjOJx6Me\",name:\"QIWnNmB8K\",type:\"Identifier\"},{collection:\"DVjOJx6Me\",name:\"Y03QXq_sW\",type:\"Identifier\"},{collection:\"DVjOJx6Me\",name:\"sq2aDtlwI\",type:\"Identifier\"},{collection:\"DVjOJx6Me\",name:\"EgGERR2lm\",type:\"Identifier\"},{collection:\"DVjOJx6Me\",name:\"UI4QkxI02\",type:\"Identifier\"},{collection:\"DVjOJx6Me\",name:\"iqz96NH8f\",type:\"Identifier\"},{collection:\"DVjOJx6Me\",name:\"z69lFjhSv\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"DVjOJx6Me\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,WHFUJ08Su=getFromCurrentRouteData(\"WHFUJ08Su\")??\"\",ro6U56dIs=getFromCurrentRouteData(\"ro6U56dIs\")??\"\",QIWnNmB8K=getFromCurrentRouteData(\"QIWnNmB8K\")??\"\",Y03QXq_sW=getFromCurrentRouteData(\"Y03QXq_sW\")??\"\",sq2aDtlwI=getFromCurrentRouteData(\"sq2aDtlwI\")??\"\",UI4QkxI02=getFromCurrentRouteData(\"UI4QkxI02\")??\"\",iqz96NH8f=getFromCurrentRouteData(\"iqz96NH8f\")??\"\",z69lFjhSv=getFromCurrentRouteData(\"z69lFjhSv\")??\"\",...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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const elementId=useRouteElementId(\"mKQcPbEG3\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"D55T_3FCx\");const ref3=React.useRef(null);const elementId2=useRouteElementId(\"E1nctq24j\");const ref4=React.useRef(null);const visible=startsWith(WHFUJ08Su,\"showreel\");const visible1=negate(startsWith(WHFUJ08Su,\"showreel\"));const elementId3=useRouteElementId(\"TejNk2QH0\");const ref5=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"rSbrTBDjJ\",\"ZR9eHb_O8\"].includes(baseVariant))return false;return true;};const elementId4=useRouteElementId(\"T1GGShUU9\");const ref6=React.useRef(null);const isDisplayed1=value=>{if(!isBrowser())return true;if(baseVariant===\"rSbrTBDjJ\")return value;return false;};const elementId5=useRouteElementId(\"y1du6u54v\");const ref7=React.useRef(null);const isDisplayed2=value=>{if(!isBrowser())return true;if(baseVariant===\"ZR9eHb_O8\")return value;return false;};const elementId6=useRouteElementId(\"IzK6o1wJc\");const ref8=React.useRef(null);const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Qr2VBNtpk\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-45885496-2421-458a-b49a-00669f0b4f31, rgb(0, 0, 0)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1ulyg7i\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:110,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-8i9j38-container\",layoutScroll:true,nodeId:\"htgoZqCvj\",scopeId:\"DVjOJx6Me\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZR9eHb_O8:{variant:\"GNJn6gUIn\"}},children:/*#__PURE__*/_jsx(Header,{height:\"100%\",id:\"htgoZqCvj\",layoutId:\"htgoZqCvj\",style:{width:\"100%\"},variant:\"edzPazL6F\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1j8jwrk\",\"data-framer-name\":\"Hero\",id:elementId,ref:ref2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-3lv1f9\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2pmup1\",\"data-framer-name\":\"Hero Content\",children:[/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1nesk3e\",\"data-styles-preset\":\"nhCefLH1s\",style:{\"--framer-text-color\":\"var(--token-0d9ba9dc-b1f3-4bba-96e0-28cab3ea6ad9, rgb(255, 255, 255))\"},children:\"Lost in the Scroll?\"})}),className:\"framer-13sj5lt\",\"data-framer-appear-id\":\"13sj5lt\",\"data-framer-name\":\"Project Name\",fonts:[\"Inter\"],initial:animation1,optimized:true,text:WHFUJ08Su,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ydxnzt\",\"data-framer-name\":\"Project Info\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-1pweg2c\",\"data-framer-appear-id\":\"1pweg2c\",\"data-framer-name\":\"Project Year\",initial:animation3,optimized:true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-110zfmn\",\"data-styles-preset\":\"mroybRbR_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0d9ba9dc-b1f3-4bba-96e0-28cab3ea6ad9, rgb(255, 255, 255))\"},children:\"ann\\xe9e\"})}),className:\"framer-1xtgtb5\",\"data-framer-name\":\"Year\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5ttfek\",\"data-styles-preset\":\"D48dbHKiL\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3d43ac0d-246c-488a-8084-147cbbc9ea86, rgba(255, 255, 255, 0.5))\"},children:\"Year\"})}),className:\"framer-figa1\",\"data-framer-name\":\"Project Year\",fonts:[\"Inter\"],text:ro6U56dIs,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-erna2x\",\"data-framer-appear-id\":\"erna2x\",\"data-framer-name\":\"Project Category\",initial:animation3,optimized:true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-110zfmn\",\"data-styles-preset\":\"mroybRbR_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0d9ba9dc-b1f3-4bba-96e0-28cab3ea6ad9, rgb(255, 255, 255))\"},children:\"Categorie\"})}),className:\"framer-1v6rn7p\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5ttfek\",\"data-styles-preset\":\"D48dbHKiL\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3d43ac0d-246c-488a-8084-147cbbc9ea86, rgba(255, 255, 255, 0.5))\"},children:\"Category\"})}),className:\"framer-13zgv6k\",\"data-framer-name\":\"Project Category\",fonts:[\"Inter\"],text:QIWnNmB8K,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-1y0s9ti\",\"data-framer-appear-id\":\"1y0s9ti\",\"data-framer-name\":\"Project Client\",initial:animation3,optimized:true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-110zfmn\",\"data-styles-preset\":\"mroybRbR_\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-0d9ba9dc-b1f3-4bba-96e0-28cab3ea6ad9, rgb(255, 255, 255))\"},children:\"R\\xe9alis\\xe9 par\"})}),className:\"framer-lx1pzi\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5ttfek\",\"data-styles-preset\":\"D48dbHKiL\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-3d43ac0d-246c-488a-8084-147cbbc9ea86, rgba(255, 255, 255, 0.5))\"},children:\"Category\"})}),className:\"framer-10a1bmw\",\"data-framer-name\":\"Project Client\",fonts:[\"Inter\"],text:Y03QXq_sW,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-txog1j\",\"data-framer-name\":\"Video Wrapper\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jhx6vy-container\",\"data-framer-name\":\"Cover Video\",isAuthoredByUser:true,isModuleExternal:true,name:\"Cover Video\",nodeId:\"X9kljF1yU\",scopeId:\"DVjOJx6Me\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZR9eHb_O8:{poster:\"https://framerusercontent.com/images/xAIWbPQ5P51lSo1oSGkEj8pOOQ.jpg\",posterEnabled:true}},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"var(--token-d5f0d8d4-9589-49c2-9d7d-d1d91fa513dc, rgba(255, 255, 255, 0.08))\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"X9kljF1yU\",isMixedBorderRadius:false,layoutId:\"X9kljF1yU\",loop:true,muted:true,name:\"Cover Video\",objectFit:\"cover\",playing:true,posterEnabled:false,srcType:\"URL\",srcUrl:sq2aDtlwI,startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1cmgcb3\",\"data-framer-name\":\"Overview\",id:elementId1,ref:ref3,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vpkfss\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-cqz19k\",\"data-framer-name\":\"Overview Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:UI4QkxI02,className:\"framer-1ih2zt6\",\"data-framer-name\":\"Project Overview\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1tpnort\",img:\"framer-styles-preset-ybjxmk\",p:\"framer-styles-preset-saep94\"},verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-68dig6\",\"data-framer-name\":\"Videos\",id:elementId2,ref:ref4,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ffupc5\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref4,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1y2lpno\",\"data-framer-name\":\"Videos Content\",children:[visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rSbrTBDjJ:{animate:animation9,style:{scale:.6},whileHover:animation8},ZR9eHb_O8:{animate:animation11,style:{scale:.3},whileHover:animation10}},children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation6,className:\"framer-1gbybe0-container\",\"data-framer-appear-id\":\"1gbybe0\",initial:animation7,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"pkgF8p2B5\",optimized:true,rendersWithMotion:true,scopeId:\"DVjOJx6Me\",whileHover:animation5,children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"pkgF8p2B5\",isMixedBorderRadius:false,isRed:true,layoutId:\"pkgF8p2B5\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"High Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://youtu.be/_9UFZnRA7Q0\",width:\"100%\"})})})}),visible1&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g4j60g-container\",\"data-framer-name\":\"Second Video\",isAuthoredByUser:true,isModuleExternal:true,name:\"Second Video\",nodeId:\"gwQFXOH8E\",scopeId:\"DVjOJx6Me\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rSbrTBDjJ:{style:{width:\"100%\"}},ZR9eHb_O8:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"gwQFXOH8E\",isMixedBorderRadius:false,layoutId:\"gwQFXOH8E\",loop:true,muted:false,name:\"Second Video\",objectFit:\"contain\",playing:true,posterEnabled:false,srcType:\"URL\",srcUrl:iqz96NH8f,startTime:0,style:{maxHeight:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),visible1&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-7k1v98-container\",\"data-framer-name\":\"First Video\",isAuthoredByUser:true,isModuleExternal:true,name:\"First Video\",nodeId:\"nRz9X7U3N\",scopeId:\"DVjOJx6Me\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rSbrTBDjJ:{style:{width:\"100%\"}},ZR9eHb_O8:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"nRz9X7U3N\",isMixedBorderRadius:false,layoutId:\"nRz9X7U3N\",loop:true,muted:true,name:\"First Video\",objectFit:\"contain\",playing:true,posterEnabled:false,srcType:\"URL\",srcUrl:z69lFjhSv,startTime:0,style:{maxHeight:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})]})})}),/*#__PURE__*/_jsx(motion.section,{className:\"framer-rs2xmo\",\"data-framer-name\":\"Contact\",id:elementId3,ref:ref5,style:{scale:.8},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-19z3pbj\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZR9eHb_O8:{transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref5,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-s8cqfo\",\"data-framer-name\":\"Contact Content Grid\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cVrt_X3Ld:{y:(componentViewport?.y||0)+0+1288+376+0+-343.22+0+0},rSbrTBDjJ:{width:`max(max(min(${componentViewport?.width||\"100vw\"}, 1664px) - 64px, 1px) / 5, 1px)`,y:(componentViewport?.y||0)+0+1368+250+0+-295.22+0+0},ZR9eHb_O8:{width:undefined,y:(componentViewport?.y||0)+0+1018+0+0+860-941.44+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:`max((max(min(${componentViewport?.width||\"100vw\"}, 1664px) - 64px, 1px) - 60px) / 6, 1px)`,y:(componentViewport?.y||0)+0+1288+376+0+-273.22+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hf6mze-container\",nodeId:\"QMhFaLmhU\",scopeId:\"DVjOJx6Me\",children:/*#__PURE__*/_jsx(SectionHeading,{height:\"100%\",id:\"QMhFaLmhU\",JO7M85Qx0:\"4px 0px 0px 0px\",layoutId:\"QMhFaLmhU\",tSJZVWRyL:\"Contact\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18rtowy\",\"data-framer-name\":\"Contact Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-ioxhf\",\"data-styles-preset\":\"KgjHOxvmz\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-0d9ba9dc-b1f3-4bba-96e0-28cab3ea6ad9, rgb(255, 255, 255))\"},children:\"Un projet ?\"})}),className:\"framer-1mcrrbj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5sw0ok\",\"data-framer-name\":\"Contact Info Wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s7y54k\",\"data-framer-name\":\"Contact Info Grid\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cVrt_X3Ld:{width:`max(max((max(min(${componentViewport?.width||\"100vw\"}, 1664px) - 64px, 1px) - 60px) / 6, 1px) * 5 + 48px, 1px)`,y:(componentViewport?.y||0)+0+1288+376+0+-343.22+0+0+0+149.44+0+0+0+0},rSbrTBDjJ:{width:`max(max(max(min(${componentViewport?.width||\"100vw\"}, 1664px) - 64px, 1px) / 5, 1px) * 5, 1px)`,y:(componentViewport?.y||0)+0+1368+250+0+-295.22+0+24+0+149.44+0+0+0+0},ZR9eHb_O8:{width:undefined,y:(componentViewport?.y||0)+0+1018+0+0+860-941.44+0+72+0+125.44+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:108,width:`calc(max((max((max(min(${componentViewport?.width||\"100vw\"}, 1664px) - 64px, 1px) - 60px) / 6, 1px) * 5 - 60px) / 10, 1px) * 10 + 108px)`,y:(componentViewport?.y||0)+0+1288+376+0+-273.22+0+0+0+149.44+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13z8bm1-container\",nodeId:\"iplIxqEvE\",scopeId:\"DVjOJx6Me\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rSbrTBDjJ:{variant:\"yI_k5pUsq\"}},children:/*#__PURE__*/_jsx(ContactInfoBlock,{BrwofthTY:\"fabienvourlat@orange.fr\",FcH9ggr72:\"mailto:fabienvourlat@orange.fr\",fquH3xbEa:true,height:\"100%\",id:\"iplIxqEvE\",layoutId:\"iplIxqEvE\",style:{width:\"100%\"},variant:\"r6h5cActV\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-anxtmq\",\"data-framer-name\":\"Contact Info Grid\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cVrt_X3Ld:{width:`max(max((max(min(${componentViewport?.width||\"100vw\"}, 1664px) - 64px, 1px) - 60px) / 6, 1px) * 5 + 48px, 1px)`,y:(componentViewport?.y||0)+0+1288+376+0+-343.22+0+0+0+149.44+0+140+0+0},rSbrTBDjJ:{width:`max(max(max(min(${componentViewport?.width||\"100vw\"}, 1664px) - 64px, 1px) / 5, 1px) * 5, 1px)`,y:(componentViewport?.y||0)+0+1368+250+0+-295.22+0+24+0+149.44+0+140+0+0},ZR9eHb_O8:{width:undefined,y:(componentViewport?.y||0)+0+1018+0+0+860-941.44+0+72+0+125.44+0+132+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:108,width:`calc(max((max((max(min(${componentViewport?.width||\"100vw\"}, 1664px) - 64px, 1px) - 60px) / 6, 1px) * 5 - 60px) / 10, 1px) * 4 + 36px)`,y:(componentViewport?.y||0)+0+1288+376+0+-273.22+0+0+0+149.44+0+140+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1iw9n2e-container\",nodeId:\"xyddhO9Qv\",scopeId:\"DVjOJx6Me\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rSbrTBDjJ:{variant:\"yI_k5pUsq\"}},children:/*#__PURE__*/_jsx(ContactInfoBlock,{BrwofthTY:\"LinkedIn\",FcH9ggr72:\"https://www.linkedin.com/in/fabien-vourlat-8636922b4/\",fquH3xbEa:true,height:\"100%\",id:\"xyddhO9Qv\",layoutId:\"xyddhO9Qv\",style:{width:\"100%\"},variant:\"r6h5cActV\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cVrt_X3Ld:{width:`max(max((max(min(${componentViewport?.width||\"100vw\"}, 1664px) - 64px, 1px) - 60px) / 6, 1px) * 5 + 48px, 1px)`,y:(componentViewport?.y||0)+0+1288+376+0+-343.22+0+0+0+149.44+0+140+0+140},rSbrTBDjJ:{width:`max(max(max(min(${componentViewport?.width||\"100vw\"}, 1664px) - 64px, 1px) / 5, 1px) * 5, 1px)`,y:(componentViewport?.y||0)+0+1368+250+0+-295.22+0+24+0+149.44+0+140+0+140},ZR9eHb_O8:{width:undefined,y:(componentViewport?.y||0)+0+1018+0+0+860-941.44+0+72+0+125.44+0+132+0+140}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:108,width:`calc(max((max((max(min(${componentViewport?.width||\"100vw\"}, 1664px) - 64px, 1px) - 60px) / 6, 1px) * 5 - 60px) / 10, 1px) * 6 + 60px)`,y:(componentViewport?.y||0)+0+1288+376+0+-273.22+0+0+0+149.44+0+140+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-okoen-container\",nodeId:\"ZYrRtz5qD\",scopeId:\"DVjOJx6Me\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rSbrTBDjJ:{variant:\"yI_k5pUsq\"}},children:/*#__PURE__*/_jsx(ContactInfoBlock,{BrwofthTY:\"Instagram\",FcH9ggr72:\"https://www.instagram.com/fabienvourlat/\",fquH3xbEa:true,height:\"100%\",id:\"ZYrRtz5qD\",layoutId:\"ZYrRtz5qD\",style:{width:\"100%\"},variant:\"r6h5cActV\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v5odfo\",\"data-framer-name\":\"Video & Form Grid\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qyj7qp-container hidden-on0iz4 hidden-1mod5wt\",\"data-framer-name\":\"Small Video\",isAuthoredByUser:true,isModuleExternal:true,name:\"Small Video\",nodeId:\"fcopZv6Oz\",scopeId:\"DVjOJx6Me\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"var(--token-d5f0d8d4-9589-49c2-9d7d-d1d91fa513dc, rgba(255, 255, 255, 0.08))\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"fcopZv6Oz\",isMixedBorderRadius:false,layoutId:\"fcopZv6Oz\",loop:true,muted:true,name:\"Small Video\",objectFit:\"cover\",playing:true,posterEnabled:false,srcType:\"URL\",srcUrl:\"https://showreel-site.b-cdn.net/Vertical.webm\",startTime:0,style:{height:\"100%\",maxHeight:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8ceike\",\"data-framer-name\":\"Contact Block\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-gfkj95\",\"data-border\":true,\"data-framer-name\":\"Contact Block Heading\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1yp2pms\",\"data-styles-preset\":\"WOqVJAlOy\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-0d9ba9dc-b1f3-4bba-96e0-28cab3ea6ad9, rgb(255, 255, 255))\"},children:\"contactez-moi\"})}),className:\"framer-1777pol\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-y0ox4i-container\",isAuthoredByUser:true,nodeId:\"p4IjETorv\",scopeId:\"DVjOJx6Me\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rSbrTBDjJ:{paddingLeft:32,paddingRight:32},ZR9eHb_O8:{padding:24,paddingLeft:24,paddingPerSide:false,paddingRight:24}},children:/*#__PURE__*/_jsx(FormSpark,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,button:{color:\"var(--token-45885496-2421-458a-b49a-00669f0b4f31, rgb(0, 0, 0))\",fill:\"var(--token-0d9ba9dc-b1f3-4bba-96e0-28cab3ea6ad9, rgb(255, 255, 255))\",fontWeight:600,label:\"ENVOYER UN MESSAGE\"},email:{placeholder:\"EMAIL\",value:\"\"},font:true,fontFamily:\"Inter\",fontSize:24,fontWeight:500,formId:\"\",gap:0,height:\"100%\",id:\"p4IjETorv\",inputs:{color:\"var(--token-0d9ba9dc-b1f3-4bba-96e0-28cab3ea6ad9, rgb(255, 255, 255))\",error:\"var(--token-578cb0ec-c961-40a6-915b-89870d37ca2d, rgba(255, 255, 255, 0.2))\",fill:\"var(--token-b53464d9-fac2-42a8-85ab-857b07227707, rgba(255, 255, 255, 0))\",placeholderColor:\"var(--token-122f6c0a-5fde-4112-937d-d80d3214d9f5, rgba(255, 255, 255, 0.4))\"},isMixedBorderRadius:false,layout:\"vertical\",layoutId:\"p4IjETorv\",message:{placeholder:\"VOTRE MESSAGE\",value:\"\"},nameField:{placeholder:\"NOM\",value:\"\"},padding:15,paddingBottom:28,paddingLeft:48,paddingPerSide:true,paddingRight:48,paddingTop:28,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,width:\"100%\",withEmail:true,withMessage:true,withName:true})})})})]})]})]})]})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cVrt_X3Ld:{height:767}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1200,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2979,children:/*#__PURE__*/_jsx(Container,{className:\"framer-uwkhra-container hidden-on0iz4 hidden-1mod5wt\",id:elementId4,nodeId:\"T1GGShUU9\",ref:ref6,scopeId:\"DVjOJx6Me\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{cVrt_X3Ld:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(Footer,{C1LF2o6Km:ref6,height:\"100%\",id:\"T1GGShUU9\",layoutId:\"T1GGShUU9\",style:{width:\"100%\"},variant:\"zSZkCyUiD\",width:\"100%\",zN3FOy33F:true})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-132w9ke-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"QSzkmoQhd\",scopeId:\"DVjOJx6Me\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"QSzkmoQhd\",intensity:15,layoutId:\"QSzkmoQhd\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ibxq5e-container\",\"data-framer-name\":\"Background Grain\",isAuthoredByUser:true,isModuleExternal:true,name:\"Background Grain\",nodeId:\"TCjB1P2nQ\",scopeId:\"DVjOJx6Me\",children:/*#__PURE__*/_jsx(Grain,{height:\"100%\",id:\"TCjB1P2nQ\",layoutId:\"TCjB1P2nQ\",name:\"Background Grain\",opacity:.06,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1(visible)&&/*#__PURE__*/_jsx(\"section\",{className:cx(\"framer-1byzb16\",\"hidden-1ulyg7i\",\"hidden-jjdlvh\",\"hidden-1mod5wt\",!visible&&\"hidden-on0iz4\"),\"data-framer-name\":\"Clients\",id:elementId5,ref:ref7,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d1z0nb\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jvmkg5\",\"data-framer-name\":\"Clients Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rSbrTBDjJ:{y:(componentViewport?.y||0)+0+2877+0+0+0+40+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17vyc6n-container\",nodeId:\"t3KRk_fqF\",scopeId:\"DVjOJx6Me\",children:/*#__PURE__*/_jsx(SectionHeading,{height:\"100%\",id:\"t3KRk_fqF\",JO7M85Qx0:\"0px 0px 0px 0px\",layoutId:\"t3KRk_fqF\",tSJZVWRyL:\"clients\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rSbrTBDjJ:{height:72,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+2877+0+0+0+40+72}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:97,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n7xu3d-container\",nodeId:\"iaVob9hrm\",scopeId:\"DVjOJx6Me\",children:/*#__PURE__*/_jsx(ClientsTicker,{height:\"100%\",id:\"iaVob9hrm\",layoutId:\"iaVob9hrm\",QnUZwQL0U:ref7,style:{height:\"100%\",width:\"100%\"},variant:\"diA5iCwB5\",width:\"100%\"})})})})]})})}),isDisplayed2(visible)&&/*#__PURE__*/_jsx(\"section\",{className:cx(\"framer-q6x4hz\",\"hidden-1ulyg7i\",\"hidden-jjdlvh\",\"hidden-on0iz4\",!visible&&\"hidden-1mod5wt\"),\"data-framer-name\":\"Clients\",id:elementId6,ref:ref8,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-lmpmar\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1an615d\",\"data-framer-name\":\"Clients Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZR9eHb_O8:{y:(componentViewport?.y||0)+0+1878+0+38+160+40+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1x6vvnk-container\",nodeId:\"SVD7lGquz\",scopeId:\"DVjOJx6Me\",children:/*#__PURE__*/_jsx(SectionHeading,{height:\"100%\",id:\"SVD7lGquz\",JO7M85Qx0:\"0px 0px 0px 0px\",layoutId:\"SVD7lGquz\",tSJZVWRyL:\"clients\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZR9eHb_O8:{width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+1878+0+38+160+40+52}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,children:/*#__PURE__*/_jsx(Container,{className:\"framer-d4sv0h-container\",nodeId:\"fdfQbelXN\",scopeId:\"DVjOJx6Me\",children:/*#__PURE__*/_jsx(ClientsTicker,{height:\"100%\",id:\"fdfQbelXN\",layoutId:\"fdfQbelXN\",QnUZwQL0U:ref8,style:{height:\"100%\",width:\"100%\"},variant:\"diA5iCwB5\",width:\"100%\"})})})})]})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-it5E6.framer-rju4rk, .framer-it5E6 .framer-rju4rk { display: block; }\",\".framer-it5E6.framer-1ulyg7i { align-content: center; align-items: center; background-color: var(--token-45885496-2421-458a-b49a-00669f0b4f31, #000000); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-it5E6 .framer-8i9j38-container { flex: none; height: auto; left: 50%; mix-blend-mode: difference; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-it5E6 .framer-1j8jwrk { align-content: center; align-items: center; background-color: var(--token-d5f0d8d4-9589-49c2-9d7d-d1d91fa513dc, rgba(255, 255, 255, 0.08)); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 65vh; justify-content: flex-end; min-height: 720px; overflow: visible; padding: 0px 0px 32px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-it5E6 .framer-3lv1f9, .framer-it5E6 .framer-1vpkfss { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1664px; overflow: visible; padding: 0px 32px 0px 32px; position: relative; width: 100%; }\",\".framer-it5E6 .framer-2pmup1 { -webkit-user-select: none; align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; mix-blend-mode: difference; overflow: visible; padding: 0px; pointer-events: none; position: relative; user-select: none; width: 1px; z-index: 2; }\",\".framer-it5E6 .framer-13sj5lt { flex: none; height: auto; max-width: 1000px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-it5E6 .framer-1ydxnzt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; max-width: 448px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-it5E6 .framer-1pweg2c, .framer-it5E6 .framer-erna2x, .framer-it5E6 .framer-1y0s9ti { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-it5E6 .framer-1xtgtb5, .framer-it5E6 .framer-figa1, .framer-it5E6 .framer-1v6rn7p, .framer-it5E6 .framer-13zgv6k, .framer-it5E6 .framer-lx1pzi, .framer-it5E6 .framer-10a1bmw { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-it5E6 .framer-txog1j { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; padding: 0px; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-it5E6 .framer-1jhx6vy-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; z-index: 1; }\",\".framer-it5E6 .framer-1cmgcb3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 96px 0px 96px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-it5E6 .framer-cqz19k { -webkit-user-select: none; 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: flex-start; max-width: 680px; overflow: visible; padding: 0px; pointer-events: none; position: relative; user-select: none; width: 1px; }\",\".framer-it5E6 .framer-1ih2zt6 { --framer-paragraph-spacing: 20px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-it5E6 .framer-68dig6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-it5E6 .framer-1ffupc5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1664px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-it5E6 .framer-1y2lpno { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-it5E6 .framer-1gbybe0-container { flex: none; height: 538px; position: relative; width: 970px; }\",\".framer-it5E6 .framer-1g4j60g-container { flex: none; height: auto; max-height: 67%; min-height: 49%; position: relative; width: 100%; }\",\".framer-it5E6 .framer-7k1v98-container { flex: none; height: auto; max-height: 59%; min-height: 100%; position: relative; width: 100%; }\",\".framer-it5E6 .framer-rs2xmo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 376px 0px 376px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-it5E6 .framer-19z3pbj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 939px; justify-content: center; max-width: 1664px; overflow: visible; padding: 290px 32px 290px 32px; position: relative; width: 100%; }\",\".framer-it5E6 .framer-s8cqfo { display: grid; flex: 1 0 0px; gap: 12px; grid-auto-rows: min-content; grid-template-columns: repeat(6, minmax(1px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-it5E6 .framer-1hf6mze-container { align-self: start; flex: none; height: auto; justify-self: start; position: sticky; top: 56px; width: 100%; will-change: transform; z-index: 2; }\",\".framer-it5E6 .framer-18rtowy { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 88px; grid-column: auto / span 5; height: min-content; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-it5E6 .framer-1mcrrbj { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: none; height: auto; max-width: 568px; pointer-events: none; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-it5E6 .framer-5sw0ok { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-it5E6 .framer-1s7y54k, .framer-it5E6 .framer-anxtmq, .framer-it5E6 .framer-v5odfo { display: grid; flex: none; gap: 12px; grid-auto-rows: min-content; grid-template-columns: repeat(10, minmax(1px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-it5E6 .framer-13z8bm1-container { align-self: start; flex: none; grid-column: 1 / -1; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-it5E6 .framer-1iw9n2e-container { align-self: start; flex: none; grid-column: auto / span 4; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-it5E6 .framer-okoen-container { align-self: start; flex: none; grid-column: auto / span 6; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-it5E6 .framer-qyj7qp-container { align-self: start; flex: none; grid-column: auto / span 4; height: 65vh; justify-self: start; max-height: 1200px; min-height: 640px; position: relative; width: 100%; }\",\".framer-it5E6 .framer-8ceike { align-content: flex-start; align-items: flex-start; align-self: start; background-color: var(--token-6b93c696-893b-47e0-ac00-be9340647693, #141414); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; grid-column: auto / span 6; height: 100vh; justify-content: flex-start; justify-self: start; max-height: 1200px; min-height: 880px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-it5E6 .framer-gfkj95 { --border-bottom-width: 1px; --border-color: var(--token-d5f0d8d4-9589-49c2-9d7d-d1d91fa513dc, rgba(255, 255, 255, 0.08)); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; 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: hidden; padding: 48px; position: relative; width: 100%; }\",\".framer-it5E6 .framer-1777pol { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: none; height: auto; max-width: 400px; pointer-events: none; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-it5E6 .framer-y0ox4i-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-it5E6 .framer-uwkhra-container { flex: none; height: auto; position: relative; width: 100%; z-index: 2; }\",\".framer-it5E6 .framer-132w9ke-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-it5E6 .framer-1ibxq5e-container { bottom: 0px; flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); position: absolute; width: 100%; z-index: 1; }\",\".framer-it5E6 .framer-1byzb16 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 120px 0px 120px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-it5E6 .framer-1d1z0nb { 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; position: relative; width: 100%; }\",\".framer-it5E6 .framer-1jvmkg5 { 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: hidden; padding: 40px 0px 40px 0px; position: relative; width: 1px; }\",\".framer-it5E6 .framer-17vyc6n-container, .framer-it5E6 .framer-1x6vvnk-container { flex: none; height: auto; position: relative; width: auto; z-index: 2; }\",\".framer-it5E6 .framer-1n7xu3d-container { flex: none; height: 97px; position: relative; width: 100%; }\",\".framer-it5E6 .framer-q6x4hz { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-it5E6 .framer-lmpmar { 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: 160px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-it5E6 .framer-1an615d { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 28px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px 0px 40px 0px; position: relative; width: 1px; }\",\".framer-it5E6 .framer-d4sv0h-container { flex: none; height: 72px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-it5E6.framer-1ulyg7i, .framer-it5E6 .framer-1j8jwrk, .framer-it5E6 .framer-3lv1f9, .framer-it5E6 .framer-2pmup1, .framer-it5E6 .framer-1ydxnzt, .framer-it5E6 .framer-1pweg2c, .framer-it5E6 .framer-erna2x, .framer-it5E6 .framer-1y0s9ti, .framer-it5E6 .framer-txog1j, .framer-it5E6 .framer-1cmgcb3, .framer-it5E6 .framer-1vpkfss, .framer-it5E6 .framer-cqz19k, .framer-it5E6 .framer-68dig6, .framer-it5E6 .framer-1ffupc5, .framer-it5E6 .framer-1y2lpno, .framer-it5E6 .framer-rs2xmo, .framer-it5E6 .framer-19z3pbj, .framer-it5E6 .framer-18rtowy, .framer-it5E6 .framer-5sw0ok, .framer-it5E6 .framer-8ceike, .framer-it5E6 .framer-gfkj95, .framer-it5E6 .framer-1byzb16, .framer-it5E6 .framer-1d1z0nb, .framer-it5E6 .framer-1jvmkg5, .framer-it5E6 .framer-q6x4hz, .framer-it5E6 .framer-lmpmar, .framer-it5E6 .framer-1an615d { gap: 0px; } .framer-it5E6.framer-1ulyg7i > *, .framer-it5E6 .framer-1cmgcb3 > *, .framer-it5E6 .framer-68dig6 > *, .framer-it5E6 .framer-rs2xmo > *, .framer-it5E6 .framer-gfkj95 > *, .framer-it5E6 .framer-1byzb16 > *, .framer-it5E6 .framer-q6x4hz > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-it5E6.framer-1ulyg7i > :first-child, .framer-it5E6 .framer-1j8jwrk > :first-child, .framer-it5E6 .framer-2pmup1 > :first-child, .framer-it5E6 .framer-1pweg2c > :first-child, .framer-it5E6 .framer-erna2x > :first-child, .framer-it5E6 .framer-1y0s9ti > :first-child, .framer-it5E6 .framer-1cmgcb3 > :first-child, .framer-it5E6 .framer-cqz19k > :first-child, .framer-it5E6 .framer-68dig6 > :first-child, .framer-it5E6 .framer-1y2lpno > :first-child, .framer-it5E6 .framer-rs2xmo > :first-child, .framer-it5E6 .framer-18rtowy > :first-child, .framer-it5E6 .framer-5sw0ok > :first-child, .framer-it5E6 .framer-8ceike > :first-child, .framer-it5E6 .framer-gfkj95 > :first-child, .framer-it5E6 .framer-1byzb16 > :first-child, .framer-it5E6 .framer-1jvmkg5 > :first-child, .framer-it5E6 .framer-q6x4hz > :first-child, .framer-it5E6 .framer-1an615d > :first-child { margin-top: 0px; } .framer-it5E6.framer-1ulyg7i > :last-child, .framer-it5E6 .framer-1j8jwrk > :last-child, .framer-it5E6 .framer-2pmup1 > :last-child, .framer-it5E6 .framer-1pweg2c > :last-child, .framer-it5E6 .framer-erna2x > :last-child, .framer-it5E6 .framer-1y0s9ti > :last-child, .framer-it5E6 .framer-1cmgcb3 > :last-child, .framer-it5E6 .framer-cqz19k > :last-child, .framer-it5E6 .framer-68dig6 > :last-child, .framer-it5E6 .framer-1y2lpno > :last-child, .framer-it5E6 .framer-rs2xmo > :last-child, .framer-it5E6 .framer-18rtowy > :last-child, .framer-it5E6 .framer-5sw0ok > :last-child, .framer-it5E6 .framer-8ceike > :last-child, .framer-it5E6 .framer-gfkj95 > :last-child, .framer-it5E6 .framer-1byzb16 > :last-child, .framer-it5E6 .framer-1jvmkg5 > :last-child, .framer-it5E6 .framer-q6x4hz > :last-child, .framer-it5E6 .framer-1an615d > :last-child { margin-bottom: 0px; } .framer-it5E6 .framer-1j8jwrk > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-it5E6 .framer-3lv1f9 > *, .framer-it5E6 .framer-txog1j > *, .framer-it5E6 .framer-1vpkfss > *, .framer-it5E6 .framer-1ffupc5 > *, .framer-it5E6 .framer-19z3pbj > *, .framer-it5E6 .framer-1d1z0nb > *, .framer-it5E6 .framer-lmpmar > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-it5E6 .framer-3lv1f9 > :first-child, .framer-it5E6 .framer-1ydxnzt > :first-child, .framer-it5E6 .framer-txog1j > :first-child, .framer-it5E6 .framer-1vpkfss > :first-child, .framer-it5E6 .framer-1ffupc5 > :first-child, .framer-it5E6 .framer-19z3pbj > :first-child, .framer-it5E6 .framer-1d1z0nb > :first-child, .framer-it5E6 .framer-lmpmar > :first-child { margin-left: 0px; } .framer-it5E6 .framer-3lv1f9 > :last-child, .framer-it5E6 .framer-1ydxnzt > :last-child, .framer-it5E6 .framer-txog1j > :last-child, .framer-it5E6 .framer-1vpkfss > :last-child, .framer-it5E6 .framer-1ffupc5 > :last-child, .framer-it5E6 .framer-19z3pbj > :last-child, .framer-it5E6 .framer-1d1z0nb > :last-child, .framer-it5E6 .framer-lmpmar > :last-child { margin-right: 0px; } .framer-it5E6 .framer-2pmup1 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-it5E6 .framer-1ydxnzt > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-it5E6 .framer-1pweg2c > *, .framer-it5E6 .framer-erna2x > *, .framer-it5E6 .framer-1y0s9ti > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-it5E6 .framer-cqz19k > *, .framer-it5E6 .framer-1jvmkg5 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-it5E6 .framer-1y2lpno > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-it5E6 .framer-18rtowy > * { margin: 0px; margin-bottom: calc(88px / 2); margin-top: calc(88px / 2); } .framer-it5E6 .framer-5sw0ok > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-it5E6 .framer-8ceike > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-it5E6 .framer-1an615d > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-it5E6[data-border=\"true\"]::after, .framer-it5E6 [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: 1280px) and (max-width: 1439px) { .framer-it5E6.framer-1ulyg7i { width: 1280px; } .framer-it5E6 .framer-1s7y54k { grid-template-columns: repeat(1, minmax(1px, 1fr)); } .framer-it5E6 .framer-anxtmq { gap: 32px; grid-template-columns: repeat(1, minmax(1px, 1fr)); } .framer-it5E6 .framer-1iw9n2e-container, .framer-it5E6 .framer-okoen-container { grid-column: auto / span 1; } .framer-it5E6 .framer-v5odfo { grid-template-columns: repeat(5, minmax(1px, 1fr)); } .framer-it5E6 .framer-qyj7qp-container { grid-column: auto / span 2; } .framer-it5E6 .framer-8ceike { grid-column: auto / span 3; } .framer-it5E6 .framer-uwkhra-container { height: 767px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-it5E6 .framer-anxtmq { gap: 0px; } .framer-it5E6 .framer-anxtmq > *, .framer-it5E6 .framer-anxtmq > :first-child, .framer-it5E6 .framer-anxtmq > :last-child { margin: 0px; } }}\",\"@media (min-width: 720px) and (max-width: 1279px) { .framer-it5E6.framer-1ulyg7i { height: 3628px; width: 720px; } .framer-it5E6 .framer-8i9j38-container { order: 0; } .framer-it5E6 .framer-1j8jwrk { height: 800px; order: 1; } .framer-it5E6 .framer-13sj5lt { max-width: 520px; } .framer-it5E6 .framer-1cmgcb3 { order: 2; } .framer-it5E6 .framer-68dig6 { order: 3; } .framer-it5E6 .framer-1gbybe0-container { bottom: -126px; height: unset; left: -125px; position: absolute; right: -125px; top: -102px; width: unset; z-index: 1; } .framer-it5E6 .framer-1g4j60g-container, .framer-it5E6 .framer-7k1v98-container { max-height: unset; min-height: unset; } .framer-it5E6 .framer-rs2xmo { order: 4; padding: 250px 0px 320px 0px; } .framer-it5E6 .framer-s8cqfo { gap: 0px; grid-template-columns: repeat(5, minmax(1px, 1fr)); z-index: 1; } .framer-it5E6 .framer-1hf6mze-container { position: relative; top: unset; } .framer-it5E6 .framer-1mcrrbj { max-width: 640px; } .framer-it5E6 .framer-1s7y54k { grid-template-columns: repeat(1, minmax(1px, 1fr)); } .framer-it5E6 .framer-anxtmq { gap: 32px; grid-template-columns: repeat(1, minmax(1px, 1fr)); } .framer-it5E6 .framer-1iw9n2e-container, .framer-it5E6 .framer-okoen-container { grid-column: auto / span 1; } .framer-it5E6 .framer-v5odfo { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; } .framer-it5E6 .framer-8ceike { align-self: unset; height: 880px; max-height: unset; min-height: unset; } .framer-it5E6 .framer-gfkj95 { order: 0; padding: 48px 32px 48px 32px; } .framer-it5E6 .framer-y0ox4i-container { order: 1; } .framer-it5E6 .framer-132w9ke-container { order: 7; } .framer-it5E6 .framer-1ibxq5e-container { bottom: 208px; height: 94%; order: 8; } .framer-it5E6 .framer-1byzb16 { order: 5; padding: 0px; } .framer-it5E6 .framer-1n7xu3d-container { height: 72px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-it5E6 .framer-s8cqfo, .framer-it5E6 .framer-anxtmq, .framer-it5E6 .framer-v5odfo { gap: 0px; } .framer-it5E6 .framer-s8cqfo > *, .framer-it5E6 .framer-s8cqfo > :first-child, .framer-it5E6 .framer-s8cqfo > :last-child, .framer-it5E6 .framer-anxtmq > *, .framer-it5E6 .framer-anxtmq > :first-child, .framer-it5E6 .framer-anxtmq > :last-child { margin: 0px; } .framer-it5E6 .framer-v5odfo > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-it5E6 .framer-v5odfo > :first-child { margin-top: 0px; } .framer-it5E6 .framer-v5odfo > :last-child { margin-bottom: 0px; } }}\",\"@media (max-width: 719px) { .framer-it5E6.framer-1ulyg7i { height: 2518px; width: 360px; } .framer-it5E6 .framer-8i9j38-container, .framer-it5E6 .framer-1y2lpno { order: 0; } .framer-it5E6 .framer-1j8jwrk { height: 450px; min-height: unset; order: 1; } .framer-it5E6 .framer-3lv1f9, .framer-it5E6 .framer-1vpkfss { padding: 0px 24px 0px 24px; } .framer-it5E6 .framer-txog1j { height: 450px; top: 0px; } .framer-it5E6 .framer-1cmgcb3 { order: 2; } .framer-it5E6 .framer-68dig6 { order: 3; } .framer-it5E6 .framer-1gbybe0-container { bottom: -250px; height: unset; left: -305px; position: absolute; right: -305px; top: -251px; width: unset; z-index: 1; } .framer-it5E6 .framer-1g4j60g-container, .framer-it5E6 .framer-7k1v98-container { max-height: unset; min-height: unset; z-index: 1; } .framer-it5E6 .framer-rs2xmo { order: 4; padding: 0px; } .framer-it5E6 .framer-19z3pbj { height: 860px; padding: 290px 24px 290px 24px; } .framer-it5E6 .framer-s8cqfo { align-content: flex-start; align-items: flex-start; bottom: -420px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; justify-content: flex-start; left: 50%; position: absolute; transform: translateX(-50%); width: min-content; z-index: 1; } .framer-it5E6 .framer-1hf6mze-container { align-self: unset; position: relative; top: unset; width: auto; } .framer-it5E6 .framer-18rtowy { align-self: stretch; gap: 64px; width: auto; } .framer-it5E6 .framer-1mcrrbj { max-width: 640px; } .framer-it5E6 .framer-5sw0ok { gap: 24px; } .framer-it5E6 .framer-1s7y54k { grid-template-columns: repeat(1, minmax(1px, 1fr)); } .framer-it5E6 .framer-anxtmq { gap: 32px; grid-template-columns: repeat(1, minmax(1px, 1fr)); } .framer-it5E6 .framer-1iw9n2e-container, .framer-it5E6 .framer-okoen-container { grid-column: auto / span 1; } .framer-it5E6 .framer-v5odfo { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; } .framer-it5E6 .framer-8ceike { align-self: unset; height: 720px; max-height: unset; min-height: unset; } .framer-it5E6 .framer-gfkj95 { padding: 40px 24px 40px 24px; } .framer-it5E6 .framer-132w9ke-container { order: 7; } .framer-it5E6 .framer-1ibxq5e-container { order: 8; } .framer-it5E6 .framer-q6x4hz { order: 5; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-it5E6 .framer-s8cqfo, .framer-it5E6 .framer-18rtowy, .framer-it5E6 .framer-5sw0ok, .framer-it5E6 .framer-anxtmq, .framer-it5E6 .framer-v5odfo { gap: 0px; } .framer-it5E6 .framer-s8cqfo > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-it5E6 .framer-s8cqfo > :first-child, .framer-it5E6 .framer-18rtowy > :first-child, .framer-it5E6 .framer-5sw0ok > :first-child, .framer-it5E6 .framer-v5odfo > :first-child { margin-top: 0px; } .framer-it5E6 .framer-s8cqfo > :last-child, .framer-it5E6 .framer-18rtowy > :last-child, .framer-it5E6 .framer-5sw0ok > :last-child, .framer-it5E6 .framer-v5odfo > :last-child { margin-bottom: 0px; } .framer-it5E6 .framer-18rtowy > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-it5E6 .framer-5sw0ok > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-it5E6 .framer-anxtmq > *, .framer-it5E6 .framer-anxtmq > :first-child, .framer-it5E6 .framer-anxtmq > :last-child { margin: 0px; } .framer-it5E6 .framer-v5odfo > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5727\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"cVrt_X3Ld\":{\"layout\":[\"fixed\",\"auto\"]},\"rSbrTBDjJ\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZR9eHb_O8\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"mKQcPbEG3\":{\"pattern\":\":mKQcPbEG3\",\"name\":\"hero\"},\"D55T_3FCx\":{\"pattern\":\":D55T_3FCx\",\"name\":\"overview\"},\"E1nctq24j\":{\"pattern\":\":E1nctq24j\",\"name\":\"videos\"},\"TejNk2QH0\":{\"pattern\":\":TejNk2QH0\",\"name\":\"contact\"},\"T1GGShUU9\":{\"pattern\":\":T1GGShUU9\",\"name\":\"footer\"},\"y1du6u54v\":{\"pattern\":\":y1du6u54v\",\"name\":\"clients\"},\"IzK6o1wJc\":{\"pattern\":\":IzK6o1wJc\",\"name\":\"clients\"}}\n * @framerResponsiveScreen\n */const FramerDVjOJx6Me=withCSS(Component,css,\"framer-it5E6\");export default FramerDVjOJx6Me;FramerDVjOJx6Me.displayName=\"Page\";FramerDVjOJx6Me.defaultProps={height:5727,width:1440};addFonts(FramerDVjOJx6Me,[{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/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\"}]},...HeaderFonts,...VideoFonts,...YouTubeFonts,...SectionHeadingFonts,...ContactInfoBlockFonts,...FormSparkFonts,...FooterFonts,...SmoothScrollFonts,...GrainFonts,...ClientsTickerFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDVjOJx6Me\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cVrt_X3Ld\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rSbrTBDjJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZR9eHb_O8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"1440\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"5727\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerScrollSections\":\"{\\\"mKQcPbEG3\\\":{\\\"pattern\\\":\\\":mKQcPbEG3\\\",\\\"name\\\":\\\"hero\\\"},\\\"D55T_3FCx\\\":{\\\"pattern\\\":\\\":D55T_3FCx\\\",\\\"name\\\":\\\"overview\\\"},\\\"E1nctq24j\\\":{\\\"pattern\\\":\\\":E1nctq24j\\\",\\\"name\\\":\\\"videos\\\"},\\\"TejNk2QH0\\\":{\\\"pattern\\\":\\\":TejNk2QH0\\\",\\\"name\\\":\\\"contact\\\"},\\\"T1GGShUU9\\\":{\\\"pattern\\\":\\\":T1GGShUU9\\\",\\\"name\\\":\\\"footer\\\"},\\\"y1du6u54v\\\":{\\\"pattern\\\":\\\":y1du6u54v\\\",\\\"name\\\":\\\"clients\\\"},\\\"IzK6o1wJc\\\":{\\\"pattern\\\":\\\":IzK6o1wJc\\\",\\\"name\\\":\\\"clients\\\"}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["PlayOptions", "ThumbnailOptions", "ThumbnailFormat", "Youtube", "url", "play", "shouldMute", "thumbnail", "isRed", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "title", "props", "onCanvas", "useIsOnCanvas", "isAutoplay", "showThumbnail", "isPreloading", "preloadVideo", "le", "showVideo", "startVideo", "isHovered", "setHovered", "ye", "borderRadius", "useRadius", "hasBorderRadius", "p", "Instructions", "parsedURL", "parseVideoURL", "ErrorMessage", "videoId", "embedURL", "searchParams", "iframeProps", "u", "wrapperStyle", "videoStyle", "getThumbnailURL", "getWebPSupported", "PlayButton", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "defaultProps", "urlString", "getEmbedURL", "pathSegments", "res", "format", "useWebP", "pre", "ext", "_getWebPSupported", "window", "element", "emptyStateStyle", "centerTextStyle", "message", "containerStyles", "buttonStyle", "emailRegex", "validateEmail", "email", "FormSpark", "withCSS", "formId", "withName", "name", "withEmail", "withMessage", "message", "layout", "inputs", "button", "style", "gap", "onSubmit", "props", "nameValue", "setName", "ye", "emailValue", "setEmail", "messageValue", "setMessage", "isNameError", "setNameError", "isEmailError", "setEmailError", "isMessageError", "setMessageError", "isLoading", "setLoading", "isSuccess", "setSuccess", "isCanvas", "se", "RenderTarget", "gridTemplateRows", "rows", "gridTemplateColumns", "cols", "fontFamily", "fontSize", "fontWeight", "useFontControls", "borderRadius", "useRadius", "paddingValue", "usePadding", "validateForm", "te", "error", "handleSubmit", "event", "data", "entries", "handleNameChange", "handleEmailChange", "handleMessageChange", "p", "motion", "containerStyles", "u", "defaultStyle", "addPropertyControls", "ControlType", "fontControls", "paddingControl", "borderRadiusControl", "FormSpark_2_default", "fontStore", "fonts", "css", "className", "HeaderFonts", "getFonts", "NoA8j589s_default", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "MotionDivWithOptimizedAppearEffect", "motion", "VideoFonts", "Video", "MotionDivWithFX", "withFX", "YouTubeFonts", "Youtube", "ContainerWithOptimizedAppearEffect", "Container", "SectionHeadingFonts", "L97MThTAY_default", "ContactInfoBlockFonts", "sWl01qHsT_default", "FormSparkFonts", "FormSpark_2_default", "FooterFonts", "HCgk13uOM_default", "SmoothScrollFonts", "SmoothScroll", "GrainFonts", "Grain", "ClientsTickerFonts", "MG7qD_gCz_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "animation3", "animation4", "transition3", "startsWith", "a", "b", "transition4", "animation5", "transition5", "animation6", "animation7", "animation8", "animation9", "animation10", "animation11", "negate", "value", "transformTemplate1", "_", "t", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "oyLOA9wnP_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "WHFUJ08Su", "ro6U56dIs", "QIWnNmB8K", "Y03QXq_sW", "sq2aDtlwI", "UI4QkxI02", "iqz96NH8f", "z69lFjhSv", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "elementId2", "ref4", "visible", "visible1", "elementId3", "ref5", "isDisplayed", "elementId4", "ref6", "isDisplayed1", "elementId5", "ref7", "isDisplayed2", "elementId6", "ref8", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "x", "css", "FramerDVjOJx6Me", "withCSS", "DVjOJx6Me_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
