{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Cnf5i24PUr37K3h2d7WK/nHA9Dog8fH3zz0A4a6zk/Counter.js", "ssg:https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js", "ssg:https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/8T2kB7XwwJqrRd7LBBZ2/Embed.js", "ssg:https://framerusercontent.com/modules/cWOBFCPmgLXRi9SPYRjq/Bb10dYr7rUrLlHV2JiWY/hINQH9CI9.js", "ssg:https://framerusercontent.com/modules/mii6VoqnC6cjHRQ9Qc7q/EteVCjLTKt9qEupDCUy9/jJmHhdoO0.js", "ssg:https://framerusercontent.com/modules/RCAos9xziCB3WyKgMAHo/g9HPPiyCtd1GoH7GzZxZ/FXj9W3fx1.js", "ssg:https://framerusercontent.com/modules/e7NVf9gcpaKuxfoLgSdl/AU8DSz2I8D0RC54miCWA/g4fmRJ7GJ.js", "ssg:https://framerusercontent.com/modules/sBYdr8Fwrc2AEiddLSEY/NYwGzbkJG7nuLRB933bh/JOLqj0iJE.js", "ssg:https://framerusercontent.com/modules/BoFqsYM1ch6OswMsTJ06/H5itP9rnq4wjyXUE2ew2/xh_FJrDyV.js", "ssg:https://framerusercontent.com/modules/pJsk0wWwYerIuD9sv0UG/5N0VPe3x5umAuP8ftrd8/Yf4jkXA6_.js", "ssg:https://framerusercontent.com/modules/xeuOov9pMD7eprnPtyGG/pSUBXXe1veuyanxIaAwL/nXAFQscVs.js", "ssg:https://framerusercontent.com/modules/evS5mTErxqIKTGLjJsXt/WMXFjQ8TsY4pftIH6u0z/Counter.js", "ssg:https://framerusercontent.com/modules/rv8T6u4u3qXC6H2GKtYB/kabheKUToHZcsojofx11/dROjFRRvF.js"],
  "sourcesContent": ["import{jsxs as _jsxs}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType}from\"framer\";export function NumberCounter(props){const{startNumber,endNumber,fontColor,fontSize,fontWeight,fontFamily,speed,prefix,suffix,loop}=props;const[count,setCount]=useState(startNumber);const[isVisible,setIsVisible]=useState(false);const ref=useRef(null);useEffect(()=>{const observer=new IntersectionObserver(entries=>{const entry=entries[0];setIsVisible(entry.isIntersecting);});if(ref.current){observer.observe(ref.current);}return()=>{if(ref.current){observer.unobserve(ref.current);}};},[]);useEffect(()=>{if(isVisible&&startNumber!==endNumber){const intervalId=setInterval(()=>{if(count<endNumber){setCount(prevCount=>prevCount+1);}else if(loop){setCount(startNumber);}},speed);return()=>{clearInterval(intervalId);};}},[count,startNumber,endNumber,loop,isVisible]);return /*#__PURE__*/_jsxs(motion.div,{ref:ref,style:{color:fontColor,fontSize:fontSize,fontWeight:fontWeight,fontFamily:fontFamily},children:[prefix,count,suffix]});}NumberCounter.defaultProps={startNumber:0,endNumber:10,fontColor:\"#000\",fontSize:\"16px\",fontWeight:\"normal\",fontFamily:\"Arial\",speed:100,prefix:\"\",suffix:\"\",loop:false};addPropertyControls(NumberCounter,{startNumber:{type:ControlType.Number,title:\"Start Number\",defaultValue:0,displayStepper:true},endNumber:{type:ControlType.Number,title:\"End Number\",defaultValue:10,displayStepper:true},fontColor:{type:ControlType.Color,title:\"Font Color\",defaultValue:\"#000\"},fontSize:{type:ControlType.Number,title:\"Font Size\",defaultValue:16,min:0,max:100,step:1},fontWeight:{type:ControlType.Enum,title:\"Font Weight\",defaultValue:\"normal\",options:[\"light\",\"normal\",\"italic\",\"medium\",\"semibold\",\"bold\"],optionTitles:[\"Light\",\"Regular\",\"Medium\",\"Semibold\",\"Bold\"]},fontFamily:{type:ControlType.String,title:\"Font Family\",defaultValue:\"Arial\"},speed:{type:ControlType.Number,title:\"Speed (ms)\",defaultValue:100,min:0,max:1e3,step:10},prefix:{type:ControlType.String,title:\"Prefix\",defaultValue:\"\"},suffix:{type:ControlType.String,title:\"Suffix\",defaultValue:\"\"},loop:{type:ControlType.Boolean,title:\"Loop Animation\",defaultValue:false,enabledTitle:\"On\",disabledTitle:\"Off\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"NumberCounter\":{\"type\":\"reactComponent\",\"name\":\"NumberCounter\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Counter.map", "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}from\"react/jsx-runtime\";import{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles}from\"https://framer.com/m/framer/default-utils.js\";/**\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n *\n * @framerDisableUnlink\n */export default function Embed({type,url,html,zoom=1,radius=0,border={width:0,color:\"rgba(200,200,200,0.5)\"},style={}}){if(type===\"url\"&&url){return /*#__PURE__*/_jsx(EmbedUrl,{url:url,zoom:zoom,radius:radius,border:border,style:style});}if(type===\"html\"&&html){return /*#__PURE__*/_jsx(EmbedHtml,{html:html,style:style});}return /*#__PURE__*/_jsx(Instructions,{style:style});}addPropertyControls(Embed,{type:{type:ControlType.Enum,defaultValue:\"url\",displaySegmentedControl:true,options:[\"url\",\"html\"],optionTitles:[\"URL\",\"HTML\"]},url:{title:\"URL\",type:ControlType.String,description:\"Some websites don\u2019t support embedding.\",hidden(props){return props.type!==\"url\";}},html:{title:\"HTML\",type:ControlType.String,displayTextArea:true,hidden(props){return props.type!==\"html\";}},border:{title:\"Border\",type:ControlType.Object,optional:true,hidden(props){return props.type!==\"url\";},controls:{width:{title:\"Width\",type:ControlType.Number,defaultValue:1,min:0,step:1,displayStepper:true},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(200,200,200,0.5)\"}},defaultValue:{width:1,color:\"rgba(200,200,200,0.5)\"}},radius:{type:ControlType.Number,title:\"Radius\",defaultValue:0,min:0,max:100,step:1,displayStepper:true,hidden(props){return props.type!==\"url\";}},zoom:{title:\"Zoom\",defaultValue:1,type:ControlType.Number,hidden(props){return props.type!==\"url\";},min:.1,max:1,step:.1,displayStepper:true}});function Instructions({style}){return /*#__PURE__*/_jsx(\"div\",{style:{minHeight:getMinHeight(style),...emptyStateStyle,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a website or widget, add it to the properties\\xa0panel.\"})});}function EmbedUrl({url,zoom,radius,border,style}){const hasAutoHeight=!style.height;// Add https:// if the URL does not have a protocol.\nif(!/[a-z]+:\\/\\//.test(url)){url=\"https://\"+url;}const onCanvas=useIsOnCanvas();// We need to check if the url is blocked inside an iframe by the X-Frame-Options\n// or Content-Security-Policy headers on the backend.\nconst[state,setState]=useState(onCanvas?undefined:false);useEffect(()=>{// We only want to check on the canvas.\n// On the website we want to avoid the additional delay.\nif(!onCanvas)return;// TODO: We could also use AbortController here.\nlet isLastEffect=true;setState(undefined);async function load(){const response=await fetch(\"https://api.framer.com/functions/check-iframe-url?url=\"+encodeURIComponent(url));if(response.status==200){const{isBlocked}=await response.json();if(isLastEffect){setState(isBlocked);}}else{const message=await response.text();console.error(message);const error=new Error(\"This site can\u2019t be reached.\");setState(error);}}load().catch(error=>{console.error(error);setState(error);});return()=>{isLastEffect=false;};},[url]);if(onCanvas&&hasAutoHeight){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"URL embeds do not support auto height.\",style:style});}if(!url.startsWith(\"https://\")){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Unsupported protocol.\",style:style});}if(state===undefined){return /*#__PURE__*/_jsx(LoadingIndicator,{});}if(state instanceof Error){return /*#__PURE__*/_jsx(ErrorMessage,{message:state.message,style:style});}if(state===true){const message=`Can\u2019t embed ${url} due to its content security policy.`;return /*#__PURE__*/_jsx(ErrorMessage,{message:message,style:style});}return /*#__PURE__*/_jsx(\"iframe\",{src:url,style:{...iframeStyle,...style,zoom:zoom,borderRadius:radius,border:`${border.width}px solid ${border.color}`,transformOrigin:\"top center\"},loading:\"lazy\",// @ts-ignore\nfetchPriority:onCanvas?\"low\":\"auto\",referrerPolicy:\"no-referrer\",sandbox:getSandbox(onCanvas)});}const iframeStyle={width:\"100%\",height:\"100%\",border:\"none\"};function getSandbox(onCanvas){const result=[\"allow-same-origin\",\"allow-scripts\"];if(!onCanvas){result.push(\"allow-downloads\",\"allow-forms\",\"allow-modals\",\"allow-orientation-lock\",\"allow-pointer-lock\",\"allow-popups\",\"allow-popups-to-escape-sandbox\",\"allow-presentation\",\"allow-storage-access-by-user-activation\",\"allow-top-navigation-by-user-activation\");}return result.join(\" \");}function EmbedHtml({html,...props}){const hasScript=html.includes(\"</script>\");if(hasScript){const hasSplineViewer=html.includes(\"</spline-viewer>\");const hasComment=html.includes(\"<!-- framer-direct-embed -->\");if(hasSplineViewer||hasComment){return /*#__PURE__*/_jsx(EmbedHtmlWithScripts,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlInsideIframe,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlWithoutScripts,{html:html,...props});}function EmbedHtmlInsideIframe({html,style}){const ref=useRef();const[iframeHeight,setIframeHeight]=useState(0);// Handle auto sizing\nuseEffect(()=>{const iframeWindow=ref.current?.contentWindow;function handleMessage(event){if(event.source!==iframeWindow)return;const data=event.data;if(typeof data!==\"object\"||data===null)return;const height=data.embedHeight;if(typeof height!==\"number\")return;setIframeHeight(height);}window.addEventListener(\"message\",handleMessage);// After SSG the iframe loads before we attach the event handler,\n// therefore we need to request the latest height from the iframe.\niframeWindow?.postMessage(\"getEmbedHeight\",\"*\");return()=>{window.removeEventListener(\"message\",handleMessage);};},[]);// The CSS is mainly copied from:\n// FramerStudio/src/app/vekter/src/renderer/setDefaultFont.ts\n// FramerStudio/src/app/vekter/src/export/globalStylesForExport.ts\nconst srcDoc=`\n<html>\n    <head>\n        <style>\n            html, body {\n                margin: 0;\n                padding: 0;\n            }\n\n            body {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n            }\n\n            :root {\n                -webkit-font-smoothing: antialiased;\n                -moz-osx-font-smoothing: grayscale;\n            }\n\n            * {\n                box-sizing: border-box;\n                -webkit-font-smoothing: inherit;\n            }\n\n            h1, h2, h3, h4, h5, h6, p, figure {\n                margin: 0;\n            }\n\n            body, input, textarea, select, button {\n                font-size: 12px;\n                font-family: sans-serif;\n            }\n        </style>\n    </head>\n    <body>\n        ${html}\n        <script type=\"module\">\n            let height = 0\n\n            function sendEmbedHeight() {\n                window.parent.postMessage({\n                    embedHeight: height\n                }, \"*\")\n            }\n\n            const observer = new ResizeObserver((entries) => {\n                if (entries.length !== 1) return\n                const entry = entries[0]\n                if (entry.target !== document.body) return\n\n                height = entry.contentRect.height\n                sendEmbedHeight()\n            })\n\n            observer.observe(document.body)\n\n            window.addEventListener(\"message\", (event) => {\n                if (event.source !== window.parent) return\n                if (event.data !== \"getEmbedHeight\") return\n                sendEmbedHeight()\n            })\n        </script>\n    <body>\n</html>\n`;const currentStyle={...iframeStyle,...style};const hasAutoHeight=!style.height;if(hasAutoHeight){currentStyle.height=iframeHeight+\"px\";}return /*#__PURE__*/_jsx(\"iframe\",{ref:ref,style:currentStyle,srcDoc:srcDoc});}function EmbedHtmlWithScripts({html,style}){const ref=useRef();useEffect(()=>{const div=ref.current;if(!div)return;div.innerHTML=html;executeScripts(div);return()=>{div.innerHTML=\"\";};},[html]);return /*#__PURE__*/_jsx(\"div\",{ref:ref,style:{...htmlStyle,...style}});}function EmbedHtmlWithoutScripts({html,style}){return /*#__PURE__*/_jsx(\"div\",{style:{...htmlStyle,...style},dangerouslySetInnerHTML:{__html:html}});}const htmlStyle={width:\"100%\",height:\"100%\",display:\"flex\",flexDirection:\"column\",justifyContent:\"center\",alignItems:\"center\"};// This function replaces scripts with executable ones.\n// https://stackoverflow.com/questions/1197575/can-scripts-be-inserted-with-innerhtml\nfunction executeScripts(node){if(node instanceof Element&&node.tagName===\"SCRIPT\"){const script=document.createElement(\"script\");script.text=node.innerHTML;for(const{name,value}of node.attributes){script.setAttribute(name,value);}node.parentElement.replaceChild(script,node);}else{for(const child of node.childNodes){executeScripts(child);}}}// Generic components\nfunction LoadingIndicator(){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-componentPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"Loading\u2026\"})});}function ErrorMessage({message,style}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{minHeight:getMinHeight(style),...containerStyles,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:message})});}const centerTextStyle={textAlign:\"center\",minWidth:140};// Returns a min-height if the component is using auto-height.\nfunction getMinHeight(style){const hasAutoHeight=!style.height;if(hasAutoHeight)return 200;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Embed\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerDisableUnlink\":\"\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"600\",\"framerIntrinsicHeight\":\"400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Embed.map", "// Generated by Framer (e1877f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"As_uFHfzp\",\"YtupqQFHo\"];const serializationHash=\"framer-3iVpl\";const variantClassNames={As_uFHfzp:\"framer-v-dtntvg\",YtupqQFHo:\"framer-v-18wjjcb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Team Card - Hover\":\"YtupqQFHo\",\"Team Card\":\"As_uFHfzp\"};const getProps=({height,id,image1,link,name1,position,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3;return{...props,pRhVbW3Up:(_ref=image1!==null&&image1!==void 0?image1:props.pRhVbW3Up)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/4eJLRqz8aqaHGqml1mJVDlALWrg.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/4eJLRqz8aqaHGqml1mJVDlALWrg.jpg?scale-down-to=1024 812w,https://framerusercontent.com/images/4eJLRqz8aqaHGqml1mJVDlALWrg.jpg 1500w\"},QbsbPhov5:(_ref1=name1!==null&&name1!==void 0?name1:props.QbsbPhov5)!==null&&_ref1!==void 0?_ref1:\"Ava Patel\",TOJFCrtjK:link!==null&&link!==void 0?link:props.TOJFCrtjK,uNFLaBT4L:(_ref2=position!==null&&position!==void 0?position:props.uNFLaBT4L)!==null&&_ref2!==void 0?_ref2:\"Partner\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"As_uFHfzp\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,pRhVbW3Up,QbsbPhov5,uNFLaBT4L,TOJFCrtjK,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"As_uFHfzp\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1wazvb9=activeVariantCallback(async(...args)=>{setVariant(\"YtupqQFHo\");});const onMouseLeave1hyx7lh=activeVariantCallback(async(...args)=>{setVariant(\"As_uFHfzp\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:TOJFCrtjK,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-dtntvg\",className,classNames)} framer-1tdsbri`,\"data-framer-name\":\"Team Card\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"As_uFHfzp\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onMouseEnter:onMouseEnter1wazvb9,onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({YtupqQFHo:{\"data-framer-name\":\"Team Card - Hover\",onMouseLeave:onMouseLeave1hyx7lh}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gshah1\",\"data-framer-name\":\"Image Wrapper\",layoutDependency:layoutDependency,layoutId:\"R7E9JQ8XP\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(pRhVbW3Up)},className:\"framer-1l4jn3f\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"WxeDIIew6\",style:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,filter:\"brightness(1)\",WebkitFilter:\"brightness(1)\"},variants:{YtupqQFHo:{filter:\"brightness(1.08)\",WebkitFilter:\"brightness(1.08)\"}}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8s5awq\",\"data-framer-name\":\"Details\",layoutDependency:layoutDependency,layoutId:\"hbNJ4ErWR\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-putb8a\",layoutDependency:layoutDependency,layoutId:\"dn4UaLFtu\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\"},children:\"Ava Patel\"})}),className:\"framer-mveguj\",\"data-framer-name\":\"Tommy Jacobson\",fonts:[\"CUSTOM;Rebori Regular\"],layoutDependency:layoutDependency,layoutId:\"VYU7VM86K\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:QbsbPhov5,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\"},children:\"Partner\"})}),className:\"framer-1uac5yc\",\"data-framer-name\":\"Partner\",fonts:[\"GF;Inter Tight-500\"],layoutDependency:layoutDependency,layoutId:\"yMeqK7up6\",style:{\"--framer-paragraph-spacing\":\"0px\",opacity:.4},text:uNFLaBT4L,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3iVpl.framer-1tdsbri, .framer-3iVpl .framer-1tdsbri { display: block; }\",\".framer-3iVpl.framer-dtntvg { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 285px; }\",\".framer-3iVpl .framer-1gshah1 { align-content: center; align-items: center; aspect-ratio: 0.7307692307692307 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 390px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3iVpl .framer-1l4jn3f { flex: none; height: 100%; position: relative; width: 100%; z-index: 2; }\",\".framer-3iVpl .framer-8s5awq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-3iVpl .framer-putb8a { 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-3iVpl .framer-mveguj { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-3iVpl .framer-1uac5yc { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3iVpl.framer-dtntvg, .framer-3iVpl .framer-1gshah1, .framer-3iVpl .framer-8s5awq, .framer-3iVpl .framer-putb8a { gap: 0px; } .framer-3iVpl.framer-dtntvg > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-3iVpl.framer-dtntvg > :first-child, .framer-3iVpl .framer-8s5awq > :first-child { margin-top: 0px; } .framer-3iVpl.framer-dtntvg > :last-child, .framer-3iVpl .framer-8s5awq > :last-child { margin-bottom: 0px; } .framer-3iVpl .framer-1gshah1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-3iVpl .framer-1gshah1 > :first-child, .framer-3iVpl .framer-putb8a > :first-child { margin-left: 0px; } .framer-3iVpl .framer-1gshah1 > :last-child, .framer-3iVpl .framer-putb8a > :last-child { margin-right: 0px; } .framer-3iVpl .framer-8s5awq > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-3iVpl .framer-putb8a > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-3iVpl.framer-v-18wjjcb .framer-putb8a { gap: 5px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-3iVpl.framer-v-18wjjcb .framer-putb8a { gap: 0px; } .framer-3iVpl.framer-v-18wjjcb .framer-putb8a > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-3iVpl.framer-v-18wjjcb .framer-putb8a > :first-child { margin-left: 0px; } .framer-3iVpl.framer-v-18wjjcb .framer-putb8a > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 459.5\n * @framerIntrinsicWidth 285\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"YtupqQFHo\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"pRhVbW3Up\":\"image1\",\"QbsbPhov5\":\"name1\",\"uNFLaBT4L\":\"position\",\"TOJFCrtjK\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerhINQH9CI9=withCSS(Component,css,\"framer-3iVpl\");export default FramerhINQH9CI9;FramerhINQH9CI9.displayName=\"Team Card\";FramerhINQH9CI9.defaultProps={height:459.5,width:285};addPropertyControls(FramerhINQH9CI9,{variant:{options:[\"As_uFHfzp\",\"YtupqQFHo\"],optionTitles:[\"Team Card\",\"Team Card - Hover\"],title:\"Variant\",type:ControlType.Enum},pRhVbW3Up:{__defaultAssetReference:\"data:framer/asset-reference,4eJLRqz8aqaHGqml1mJVDlALWrg.jpg?originalFilename=6.jpg&preferredSize=auto\",title:\"Image 1\",type:ControlType.ResponsiveImage},QbsbPhov5:{defaultValue:\"Ava Patel\",displayTextArea:false,title:\"Name\",type:ControlType.String},uNFLaBT4L:{defaultValue:\"Partner\",displayTextArea:false,title:\"Position\",type:ControlType.String},TOJFCrtjK:{title:\"Link\",type:ControlType.Link}});addFonts(FramerhINQH9CI9,[{explicitInter:true,fonts:[{family:\"Rebori Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/r8HdKqCAC5XqCCU2Dl2KeT4klY.woff2\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qWSRToK8EPg.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhINQH9CI9\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YtupqQFHo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"pRhVbW3Up\\\":\\\"image1\\\",\\\"QbsbPhov5\\\":\\\"name1\\\",\\\"uNFLaBT4L\\\":\\\"position\\\",\\\"TOJFCrtjK\\\":\\\"link\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"459.5\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"285\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hINQH9CI9.map", "// Generated by Framer (2c4b293)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"gcMUPnvFJ\",\"wJ6LDzGtj\",\"oglhus1l5\",\"J8Z9DGeU9\",\"svw6Mr_3a\",\"i7C2BksZs\"];const serializationHash=\"framer-4o5Sd\";const variantClassNames={gcMUPnvFJ:\"framer-v-l2ko9l\",i7C2BksZs:\"framer-v-1lnf94c\",J8Z9DGeU9:\"framer-v-1kk33be\",oglhus1l5:\"framer-v-pwlb6\",svw6Mr_3a:\"framer-v-oqqcbs\",wJ6LDzGtj:\"framer-v-1lofgjl\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:0,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Tablet Active Title\":\"i7C2BksZs\",\"Tablet Title\":\"svw6Mr_3a\",\"Title Active\":\"wJ6LDzGtj\",\"Title Mobile Active\":\"J8Z9DGeU9\",\"Title Mobile\":\"oglhus1l5\",Title:\"gcMUPnvFJ\"};const getProps=({height,id,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,oSrEccQrm:(_ref=title!==null&&title!==void 0?title:props.oSrEccQrm)!==null&&_ref!==void 0?_ref:\"Packaging\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"gcMUPnvFJ\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,oSrEccQrm,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"gcMUPnvFJ\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-l2ko9l\",className,classNames),\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"gcMUPnvFJ\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({i7C2BksZs:{\"data-framer-name\":\"Tablet Active Title\"},J8Z9DGeU9:{\"data-framer-name\":\"Title Mobile Active\"},oglhus1l5:{\"data-framer-name\":\"Title Mobile\"},svw6Mr_3a:{\"data-framer-name\":\"Tablet Title\"},wJ6LDzGtj:{\"data-framer-name\":\"Title Active\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:\"Packaging\"})}),className:\"framer-whwew7\",fonts:[\"CUSTOM;Rebori Regular\"],layoutDependency:layoutDependency,layoutId:\"zMZIgYM0W\",style:{\"--framer-paragraph-spacing\":\"0px\",opacity:.2},text:oSrEccQrm,variants:{i7C2BksZs:{opacity:1},J8Z9DGeU9:{opacity:1},wJ6LDzGtj:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({i7C2BksZs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:\"Packaging\"})})},J8Z9DGeU9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:\"Packaging\"})})},oglhus1l5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\"},children:\"Packaging\"})})},svw6Mr_3a:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:\"Packaging\"})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4o5Sd.framer-1hqnra5, .framer-4o5Sd .framer-1hqnra5 { display: block; }\",\".framer-4o5Sd.framer-l2ko9l { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-4o5Sd .framer-whwew7 { cursor: default; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4o5Sd.framer-l2ko9l { gap: 0px; } .framer-4o5Sd.framer-l2ko9l > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-4o5Sd.framer-l2ko9l > :first-child { margin-left: 0px; } .framer-4o5Sd.framer-l2ko9l > :last-child { margin-right: 0px; } }\",\".framer-4o5Sd.framer-v-pwlb6.framer-l2ko9l { flex-wrap: wrap; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 38.5\n * @framerIntrinsicWidth 184.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"wJ6LDzGtj\":{\"layout\":[\"auto\",\"auto\"]},\"oglhus1l5\":{\"layout\":[\"auto\",\"auto\"]},\"J8Z9DGeU9\":{\"layout\":[\"auto\",\"auto\"]},\"svw6Mr_3a\":{\"layout\":[\"auto\",\"auto\"]},\"i7C2BksZs\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"oSrEccQrm\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerjJmHhdoO0=withCSS(Component,css,\"framer-4o5Sd\");export default FramerjJmHhdoO0;FramerjJmHhdoO0.displayName=\"Section Services Text\";FramerjJmHhdoO0.defaultProps={height:38.5,width:184.5};addPropertyControls(FramerjJmHhdoO0,{variant:{options:[\"gcMUPnvFJ\",\"wJ6LDzGtj\",\"oglhus1l5\",\"J8Z9DGeU9\",\"svw6Mr_3a\",\"i7C2BksZs\"],optionTitles:[\"Title\",\"Title Active\",\"Title Mobile\",\"Title Mobile Active\",\"Tablet Title\",\"Tablet Active Title\"],title:\"Variant\",type:ControlType.Enum},oSrEccQrm:{defaultValue:\"Packaging\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerjJmHhdoO0,[{explicitInter:true,fonts:[{family:\"Rebori Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/5TuDmUEIO7vF8rZfL252uZNmk.woff2\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjJmHhdoO0\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wJ6LDzGtj\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"oglhus1l5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"J8Z9DGeU9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"svw6Mr_3a\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"i7C2BksZs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"oSrEccQrm\\\":\\\"title\\\"}\",\"framerIntrinsicHeight\":\"38.5\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"184.5\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jJmHhdoO0.map", "// Generated by Framer (a387266)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/gQsShazP6KQ1qhepZvCB/UdTMc6xby3zFO9iOhZNA/Zlrt2Tzwr.js\";const cycleOrder=[\"fYp3QHUk7\",\"Q1ZqnMdB5\",\"IvcCfO9BB\",\"GMz0aoiSt\"];const serializationHash=\"framer-tfyV5\";const variantClassNames={fYp3QHUk7:\"framer-v-otqii1\",GMz0aoiSt:\"framer-v-zfj6so\",IvcCfO9BB:\"framer-v-180wgx5\",Q1ZqnMdB5:\"framer-v-1gywefa\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:27,delay:0,mass:1,stiffness:242,type:\"spring\"};const transition2={delay:0,duration:0,ease:[.25,1,.5,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Closed Mobile\":\"Q1ZqnMdB5\",\"Desktop Closed\":\"fYp3QHUk7\",\"Desktop Open\":\"GMz0aoiSt\",\"Open Mobile\":\"IvcCfO9BB\"};const getProps=({answer,height,id,question,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,T8rQFvSBR:(_ref=answer!==null&&answer!==void 0?answer:props.T8rQFvSBR)!==null&&_ref!==void 0?_ref:\"Answer\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"fYp3QHUk7\",W88zB8mIG:(_ref2=question!==null&&question!==void 0?question:props.W88zB8mIG)!==null&&_ref2!==void 0?_ref2:\"Question\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,W88zB8mIG,T8rQFvSBR,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"fYp3QHUk7\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapj2or6p=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"IvcCfO9BB\");});const onTap10lkg7m=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"Q1ZqnMdB5\");});const onTapmjgj7q=activeVariantCallback(async(...args)=>{setVariant(\"GMz0aoiSt\");});const onTap1spfpm6=activeVariantCallback(async(...args)=>{setVariant(\"IvcCfO9BB\");});const onTap25newn=activeVariantCallback(async(...args)=>{setVariant(\"Q1ZqnMdB5\");});const onTapep90j1=activeVariantCallback(async(...args)=>{setVariant(\"fYp3QHUk7\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"IvcCfO9BB\",\"GMz0aoiSt\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-otqii1\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop Closed\",layoutDependency:layoutDependency,layoutId:\"fYp3QHUk7\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},...addPropertyOverrides({GMz0aoiSt:{\"data-framer-name\":\"Desktop Open\"},IvcCfO9BB:{\"data-framer-name\":\"Open Mobile\",\"data-highlight\":true,onTap:onTap10lkg7m},Q1ZqnMdB5:{\"data-framer-name\":\"Closed Mobile\",\"data-highlight\":true,onTap:onTapj2or6p}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xyozlg\",\"data-framer-name\":\"Question\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"xwubyb0UN\",onTap:onTapmjgj7q,...addPropertyOverrides({GMz0aoiSt:{onTap:onTapep90j1},IvcCfO9BB:{onTap:onTap25newn},Q1ZqnMdB5:{onTap:onTap1spfpm6}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-900ltp\",\"data-styles-preset\":\"Zlrt2Tzwr\",children:\"Question\"})}),className:\"framer-epc7hv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vBWkO3rvc\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:W88zB8mIG,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({IvcCfO9BB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"Question\"})}),fonts:[\"GF;Inter Tight-500\"]},Q1ZqnMdB5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"Question\"})}),fonts:[\"GF;Inter Tight-500\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114)))\"},children:\"+\"})}),className:\"framer-1h47kxs\",fonts:[\"FS;Switzer-regular\"],layoutDependency:layoutDependency,layoutId:\"p1RIgtT3f\",style:{\"--extracted-r6o4lv\":\"var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({GMz0aoiSt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114)))\"},children:\"-\"})})}},baseVariant,gestureVariant)})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mhgwnb\",layoutDependency:layoutDependency,layoutId:\"HRXb9eokm\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xzr2o3\",\"data-framer-name\":\"Answer\",layoutDependency:layoutDependency,layoutId:\"uLhMkjOe2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114)))\"},children:\"Answer\"})}),className:\"framer-oc2965\",fonts:[\"FS;Switzer-regular\"],layoutDependency:layoutDependency,layoutId:\"fjySp9l3_\",style:{\"--extracted-r6o4lv\":\"var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114))\",\"--framer-paragraph-spacing\":\"0px\"},text:T8rQFvSBR,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({IvcCfO9BB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114)))\"},children:\"Answer\"})}),fonts:[\"GF;Inter Tight-regular\"]}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-tfyV5.framer-4s3f1k, .framer-tfyV5 .framer-4s3f1k { display: block; }\",\".framer-tfyV5.framer-otqii1 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 600px; }\",\".framer-tfyV5 .framer-1xyozlg { -webkit-user-select: none; align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 14px 0px 14px 0px; position: relative; user-select: none; width: 100%; }\",\".framer-tfyV5 .framer-epc7hv { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-tfyV5 .framer-1h47kxs { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-tfyV5 .framer-1mhgwnb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-tfyV5 .framer-xzr2o3 { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.5 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 5px 0px 20px 0px; position: relative; width: 1px; }\",\".framer-tfyV5 .framer-oc2965 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-tfyV5.framer-otqii1, .framer-tfyV5 .framer-1xyozlg, .framer-tfyV5 .framer-1mhgwnb, .framer-tfyV5 .framer-xzr2o3 { gap: 0px; } .framer-tfyV5.framer-otqii1 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-tfyV5.framer-otqii1 > :first-child, .framer-tfyV5 .framer-xzr2o3 > :first-child { margin-top: 0px; } .framer-tfyV5.framer-otqii1 > :last-child, .framer-tfyV5 .framer-xzr2o3 > :last-child { margin-bottom: 0px; } .framer-tfyV5 .framer-1xyozlg > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-tfyV5 .framer-1xyozlg > :first-child, .framer-tfyV5 .framer-1mhgwnb > :first-child { margin-left: 0px; } .framer-tfyV5 .framer-1xyozlg > :last-child, .framer-tfyV5 .framer-1mhgwnb > :last-child { margin-right: 0px; } .framer-tfyV5 .framer-1mhgwnb > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-tfyV5 .framer-xzr2o3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-tfyV5.framer-v-1gywefa.framer-otqii1 { cursor: pointer; }\",\".framer-tfyV5.framer-v-180wgx5.framer-otqii1 { cursor: pointer; padding: 0px 0px 20px 0px; }\",\".framer-tfyV5.framer-v-180wgx5 .framer-xzr2o3 { flex: 1 0 0px; }\",\".framer-tfyV5.framer-v-zfj6so .framer-xzr2o3 { flex: 0.6 0 0px; }\",...sharedStyle.css,'.framer-tfyV5[data-border=\"true\"]::after, .framer-tfyV5 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 54\n * @framerIntrinsicWidth 600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Q1ZqnMdB5\":{\"layout\":[\"fixed\",\"auto\"]},\"IvcCfO9BB\":{\"layout\":[\"fixed\",\"auto\"]},\"GMz0aoiSt\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"W88zB8mIG\":\"question\",\"T8rQFvSBR\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerFXj9W3fx1=withCSS(Component,css,\"framer-tfyV5\");export default FramerFXj9W3fx1;FramerFXj9W3fx1.displayName=\"Accordion Row Copy 3\";FramerFXj9W3fx1.defaultProps={height:54,width:600};addPropertyControls(FramerFXj9W3fx1,{variant:{options:[\"fYp3QHUk7\",\"Q1ZqnMdB5\",\"IvcCfO9BB\",\"GMz0aoiSt\"],optionTitles:[\"Desktop Closed\",\"Closed Mobile\",\"Open Mobile\",\"Desktop Open\"],title:\"Variant\",type:ControlType.Enum},W88zB8mIG:{defaultValue:\"Question\",displayTextArea:true,title:\"Question\",type:ControlType.String},T8rQFvSBR:{defaultValue:\"Answer\",displayTextArea:true,title:\"Answer\",type:ControlType.String}});addFonts(FramerFXj9W3fx1,[{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-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qWSRToK8EPg.woff2\",weight:\"500\"},{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BLNB4FAQFNK56DWWNF7PMGTCOTZHOEII/ST3WKSSDMBK2MIQQO3MAVYWLF4FTOLFV/6IN5WOLRCYP4G4MOCOHOMXNON6Q7MDAR.woff2\",weight:\"400\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qWSRToK8EPg.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerFXj9W3fx1\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Q1ZqnMdB5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IvcCfO9BB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GMz0aoiSt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"600\",\"framerIntrinsicHeight\":\"54\",\"framerVariables\":\"{\\\"W88zB8mIG\\\":\\\"question\\\",\\\"T8rQFvSBR\\\":\\\"answer\\\"}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FXj9W3fx1.map", "// Generated by Framer (a387266)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/gQsShazP6KQ1qhepZvCB/UdTMc6xby3zFO9iOhZNA/Zlrt2Tzwr.js\";const cycleOrder=[\"kfBUuEPCc\",\"dqs1BMX2j\",\"eJD3fKzBH\",\"LjASuZZmz\"];const serializationHash=\"framer-Niwbc\";const variantClassNames={dqs1BMX2j:\"framer-v-19zrvhy\",eJD3fKzBH:\"framer-v-sewxjv\",kfBUuEPCc:\"framer-v-14us76y\",LjASuZZmz:\"framer-v-13ls3wa\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:27,delay:0,mass:1,stiffness:242,type:\"spring\"};const transition2={delay:0,duration:0,ease:[.25,1,.5,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Closed Mobile\":\"dqs1BMX2j\",\"Desktop Closed\":\"kfBUuEPCc\",\"Desktop Open\":\"LjASuZZmz\",\"Open Mobile\":\"eJD3fKzBH\"};const getProps=({answer,height,id,question,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,T8rQFvSBR:(_ref=answer!==null&&answer!==void 0?answer:props.T8rQFvSBR)!==null&&_ref!==void 0?_ref:\"Answer\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"kfBUuEPCc\",W88zB8mIG:(_ref2=question!==null&&question!==void 0?question:props.W88zB8mIG)!==null&&_ref2!==void 0?_ref2:\"Question\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,W88zB8mIG,T8rQFvSBR,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"kfBUuEPCc\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTappuq444=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"eJD3fKzBH\");});const onTapuap160=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"dqs1BMX2j\");});const onTapxzvwei=activeVariantCallback(async(...args)=>{setVariant(\"LjASuZZmz\");});const onTapb49crv=activeVariantCallback(async(...args)=>{setVariant(\"eJD3fKzBH\");});const onTap1mw77jp=activeVariantCallback(async(...args)=>{setVariant(\"dqs1BMX2j\");});const onTap5izjv1=activeVariantCallback(async(...args)=>{setVariant(\"kfBUuEPCc\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"eJD3fKzBH\",\"LjASuZZmz\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-14us76y\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop Closed\",layoutDependency:layoutDependency,layoutId:\"kfBUuEPCc\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},...addPropertyOverrides({dqs1BMX2j:{\"data-framer-name\":\"Closed Mobile\",\"data-highlight\":true,onTap:onTappuq444},eJD3fKzBH:{\"data-framer-name\":\"Open Mobile\",\"data-highlight\":true,onTap:onTapuap160},LjASuZZmz:{\"data-framer-name\":\"Desktop Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bidwjl\",\"data-framer-name\":\"Question\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"pwkjcQlMw\",onTap:onTapxzvwei,...addPropertyOverrides({dqs1BMX2j:{onTap:onTapb49crv},eJD3fKzBH:{onTap:onTap1mw77jp},LjASuZZmz:{onTap:onTap5izjv1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-900ltp\",\"data-styles-preset\":\"Zlrt2Tzwr\",children:\"Question\"})}),className:\"framer-ynw6y0\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"eizBmVdKv\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:W88zB8mIG,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({dqs1BMX2j:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"Question\"})}),fonts:[\"GF;Inter Tight-500\"]},eJD3fKzBH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"Question\"})}),fonts:[\"GF;Inter Tight-500\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114)))\"},children:\"+\"})}),className:\"framer-11ge52w\",fonts:[\"FS;Switzer-regular\"],layoutDependency:layoutDependency,layoutId:\"GmZu1VNyl\",style:{\"--extracted-r6o4lv\":\"var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({eJD3fKzBH:{\"data-highlight\":true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114)))\"},children:\"-\"})}),onTap:onTapb49crv},LjASuZZmz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114)))\"},children:\"-\"})})}},baseVariant,gestureVariant)})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tut6vp\",layoutDependency:layoutDependency,layoutId:\"aamT7z47y\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-p94rr0\",\"data-framer-name\":\"Answer\",layoutDependency:layoutDependency,layoutId:\"hl1fu5mx1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114)))\"},children:\"Answer\"})}),className:\"framer-hsa29l\",fonts:[\"FS;Switzer-regular\"],layoutDependency:layoutDependency,layoutId:\"QzuHheER6\",style:{\"--extracted-r6o4lv\":\"var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114))\",\"--framer-paragraph-spacing\":\"0px\"},text:T8rQFvSBR,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({eJD3fKzBH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114)))\"},children:\"Answer\"})}),fonts:[\"GF;Inter Tight-regular\"]}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Niwbc.framer-l0qqqb, .framer-Niwbc .framer-l0qqqb { display: block; }\",\".framer-Niwbc.framer-14us76y { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 600px; }\",\".framer-Niwbc .framer-bidwjl { -webkit-user-select: none; align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 14px 0px 14px 0px; position: relative; user-select: none; width: 100%; }\",\".framer-Niwbc .framer-ynw6y0 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-Niwbc .framer-11ge52w { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Niwbc .framer-1tut6vp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Niwbc .framer-p94rr0 { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.5 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 5px 0px 20px 0px; position: relative; width: 1px; }\",\".framer-Niwbc .framer-hsa29l { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Niwbc.framer-14us76y, .framer-Niwbc .framer-bidwjl, .framer-Niwbc .framer-1tut6vp, .framer-Niwbc .framer-p94rr0 { gap: 0px; } .framer-Niwbc.framer-14us76y > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Niwbc.framer-14us76y > :first-child, .framer-Niwbc .framer-p94rr0 > :first-child { margin-top: 0px; } .framer-Niwbc.framer-14us76y > :last-child, .framer-Niwbc .framer-p94rr0 > :last-child { margin-bottom: 0px; } .framer-Niwbc .framer-bidwjl > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Niwbc .framer-bidwjl > :first-child, .framer-Niwbc .framer-1tut6vp > :first-child { margin-left: 0px; } .framer-Niwbc .framer-bidwjl > :last-child, .framer-Niwbc .framer-1tut6vp > :last-child { margin-right: 0px; } .framer-Niwbc .framer-1tut6vp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Niwbc .framer-p94rr0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-Niwbc.framer-v-19zrvhy.framer-14us76y, .framer-Niwbc.framer-v-sewxjv .framer-11ge52w { cursor: pointer; }\",\".framer-Niwbc.framer-v-sewxjv.framer-14us76y { cursor: pointer; padding: 0px 0px 20px 0px; }\",\".framer-Niwbc.framer-v-sewxjv .framer-p94rr0 { flex: 1 0 0px; }\",\".framer-Niwbc.framer-v-13ls3wa .framer-p94rr0 { flex: 0.6 0 0px; }\",...sharedStyle.css,'.framer-Niwbc[data-border=\"true\"]::after, .framer-Niwbc [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 54\n * @framerIntrinsicWidth 600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"dqs1BMX2j\":{\"layout\":[\"fixed\",\"auto\"]},\"eJD3fKzBH\":{\"layout\":[\"fixed\",\"auto\"]},\"LjASuZZmz\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"W88zB8mIG\":\"question\",\"T8rQFvSBR\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerg4fmRJ7GJ=withCSS(Component,css,\"framer-Niwbc\");export default Framerg4fmRJ7GJ;Framerg4fmRJ7GJ.displayName=\"Accordion Row\";Framerg4fmRJ7GJ.defaultProps={height:54,width:600};addPropertyControls(Framerg4fmRJ7GJ,{variant:{options:[\"kfBUuEPCc\",\"dqs1BMX2j\",\"eJD3fKzBH\",\"LjASuZZmz\"],optionTitles:[\"Desktop Closed\",\"Closed Mobile\",\"Open Mobile\",\"Desktop Open\"],title:\"Variant\",type:ControlType.Enum},W88zB8mIG:{defaultValue:\"Question\",displayTextArea:true,title:\"Question\",type:ControlType.String},T8rQFvSBR:{defaultValue:\"Answer\",displayTextArea:true,title:\"Answer\",type:ControlType.String}});addFonts(Framerg4fmRJ7GJ,[{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-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qWSRToK8EPg.woff2\",weight:\"500\"},{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BLNB4FAQFNK56DWWNF7PMGTCOTZHOEII/ST3WKSSDMBK2MIQQO3MAVYWLF4FTOLFV/6IN5WOLRCYP4G4MOCOHOMXNON6Q7MDAR.woff2\",weight:\"400\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qWSRToK8EPg.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerg4fmRJ7GJ\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"W88zB8mIG\\\":\\\"question\\\",\\\"T8rQFvSBR\\\":\\\"answer\\\"}\",\"framerIntrinsicWidth\":\"600\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dqs1BMX2j\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eJD3fKzBH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LjASuZZmz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"54\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./g4fmRJ7GJ.map", "// Generated by Framer (a387266)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/gQsShazP6KQ1qhepZvCB/UdTMc6xby3zFO9iOhZNA/Zlrt2Tzwr.js\";const cycleOrder=[\"hx6XpUEOf\",\"Pko6D31yE\",\"paTU871Tr\",\"bF419Qrjy\"];const serializationHash=\"framer-QqOAt\";const variantClassNames={bF419Qrjy:\"framer-v-1o9of6d\",hx6XpUEOf:\"framer-v-axfb86\",paTU871Tr:\"framer-v-ezd2in\",Pko6D31yE:\"framer-v-eyvpb5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:27,delay:0,mass:1,stiffness:242,type:\"spring\"};const transition2={delay:0,duration:0,ease:[.25,1,.5,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Closed Mobile\":\"Pko6D31yE\",\"Desktop Closed\":\"hx6XpUEOf\",\"Desktop Open\":\"bF419Qrjy\",\"Open Mobile\":\"paTU871Tr\"};const getProps=({answer,height,id,question,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,T8rQFvSBR:(_ref=answer!==null&&answer!==void 0?answer:props.T8rQFvSBR)!==null&&_ref!==void 0?_ref:\"Answer\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"hx6XpUEOf\",W88zB8mIG:(_ref2=question!==null&&question!==void 0?question:props.W88zB8mIG)!==null&&_ref2!==void 0?_ref2:\"Question\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,W88zB8mIG,T8rQFvSBR,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hx6XpUEOf\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1s3mpad=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"paTU871Tr\");});const onTap17ank9c=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"Pko6D31yE\");});const onTappzp497=activeVariantCallback(async(...args)=>{setVariant(\"bF419Qrjy\");});const onTap1mfnvn9=activeVariantCallback(async(...args)=>{setVariant(\"paTU871Tr\");});const onTap1inhpex=activeVariantCallback(async(...args)=>{setVariant(\"Pko6D31yE\");});const onTap2y18zc=activeVariantCallback(async(...args)=>{setVariant(\"hx6XpUEOf\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"paTU871Tr\",\"bF419Qrjy\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-axfb86\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop Closed\",layoutDependency:layoutDependency,layoutId:\"hx6XpUEOf\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},...addPropertyOverrides({bF419Qrjy:{\"data-framer-name\":\"Desktop Open\"},paTU871Tr:{\"data-framer-name\":\"Open Mobile\",\"data-highlight\":true,onTap:onTap17ank9c},Pko6D31yE:{\"data-framer-name\":\"Closed Mobile\",\"data-highlight\":true,onTap:onTap1s3mpad}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qsv3lx\",\"data-framer-name\":\"Question\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"bkJl6pEZo\",onTap:onTappzp497,...addPropertyOverrides({bF419Qrjy:{onTap:onTap2y18zc},paTU871Tr:{onTap:onTap1inhpex},Pko6D31yE:{onTap:onTap1mfnvn9}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-900ltp\",\"data-styles-preset\":\"Zlrt2Tzwr\",children:\"Question\"})}),className:\"framer-rmo2v4\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WuKjKIwmG\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:W88zB8mIG,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({paTU871Tr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"Question\"})}),fonts:[\"GF;Inter Tight-500\"]},Pko6D31yE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"Question\"})}),fonts:[\"GF;Inter Tight-500\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114)))\"},children:\"+\"})}),className:\"framer-klbvl7\",fonts:[\"FS;Switzer-regular\"],layoutDependency:layoutDependency,layoutId:\"X2C1Ar8oA\",style:{\"--extracted-r6o4lv\":\"var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({bF419Qrjy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114)))\"},children:\"-\"})})}},baseVariant,gestureVariant)})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xaawty\",layoutDependency:layoutDependency,layoutId:\"tFuU6oTbD\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-furhlq\",\"data-framer-name\":\"Answer\",layoutDependency:layoutDependency,layoutId:\"zDYRpDW1O\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114)))\"},children:\"Answer\"})}),className:\"framer-1y4ql7r\",fonts:[\"FS;Switzer-regular\"],layoutDependency:layoutDependency,layoutId:\"hwTLUIugd\",style:{\"--extracted-r6o4lv\":\"var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114))\",\"--framer-paragraph-spacing\":\"0px\"},text:T8rQFvSBR,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({paTU871Tr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114)))\"},children:\"Answer\"})}),fonts:[\"GF;Inter Tight-regular\"]}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QqOAt.framer-5hb9iv, .framer-QqOAt .framer-5hb9iv { display: block; }\",\".framer-QqOAt.framer-axfb86 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 600px; }\",\".framer-QqOAt .framer-qsv3lx { -webkit-user-select: none; align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 14px 0px 14px 0px; position: relative; user-select: none; width: 100%; }\",\".framer-QqOAt .framer-rmo2v4 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-QqOAt .framer-klbvl7 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-QqOAt .framer-1xaawty { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-QqOAt .framer-furhlq { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.5 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 5px 0px 20px 0px; position: relative; width: 1px; }\",\".framer-QqOAt .framer-1y4ql7r { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QqOAt.framer-axfb86, .framer-QqOAt .framer-qsv3lx, .framer-QqOAt .framer-1xaawty, .framer-QqOAt .framer-furhlq { gap: 0px; } .framer-QqOAt.framer-axfb86 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-QqOAt.framer-axfb86 > :first-child, .framer-QqOAt .framer-furhlq > :first-child { margin-top: 0px; } .framer-QqOAt.framer-axfb86 > :last-child, .framer-QqOAt .framer-furhlq > :last-child { margin-bottom: 0px; } .framer-QqOAt .framer-qsv3lx > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-QqOAt .framer-qsv3lx > :first-child, .framer-QqOAt .framer-1xaawty > :first-child { margin-left: 0px; } .framer-QqOAt .framer-qsv3lx > :last-child, .framer-QqOAt .framer-1xaawty > :last-child { margin-right: 0px; } .framer-QqOAt .framer-1xaawty > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-QqOAt .framer-furhlq > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-QqOAt.framer-v-eyvpb5.framer-axfb86 { cursor: pointer; }\",\".framer-QqOAt.framer-v-ezd2in.framer-axfb86 { cursor: pointer; padding: 0px 0px 20px 0px; }\",\".framer-QqOAt.framer-v-ezd2in .framer-furhlq { flex: 1 0 0px; }\",\".framer-QqOAt.framer-v-1o9of6d .framer-furhlq { flex: 0.6 0 0px; }\",...sharedStyle.css,'.framer-QqOAt[data-border=\"true\"]::after, .framer-QqOAt [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 54\n * @framerIntrinsicWidth 600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Pko6D31yE\":{\"layout\":[\"fixed\",\"auto\"]},\"paTU871Tr\":{\"layout\":[\"fixed\",\"auto\"]},\"bF419Qrjy\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"W88zB8mIG\":\"question\",\"T8rQFvSBR\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJOLqj0iJE=withCSS(Component,css,\"framer-QqOAt\");export default FramerJOLqj0iJE;FramerJOLqj0iJE.displayName=\"Accordion Row Copy 4\";FramerJOLqj0iJE.defaultProps={height:54,width:600};addPropertyControls(FramerJOLqj0iJE,{variant:{options:[\"hx6XpUEOf\",\"Pko6D31yE\",\"paTU871Tr\",\"bF419Qrjy\"],optionTitles:[\"Desktop Closed\",\"Closed Mobile\",\"Open Mobile\",\"Desktop Open\"],title:\"Variant\",type:ControlType.Enum},W88zB8mIG:{defaultValue:\"Question\",displayTextArea:true,title:\"Question\",type:ControlType.String},T8rQFvSBR:{defaultValue:\"Answer\",displayTextArea:true,title:\"Answer\",type:ControlType.String}});addFonts(FramerJOLqj0iJE,[{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-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qWSRToK8EPg.woff2\",weight:\"500\"},{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BLNB4FAQFNK56DWWNF7PMGTCOTZHOEII/ST3WKSSDMBK2MIQQO3MAVYWLF4FTOLFV/6IN5WOLRCYP4G4MOCOHOMXNON6Q7MDAR.woff2\",weight:\"400\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qWSRToK8EPg.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJOLqj0iJE\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Pko6D31yE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"paTU871Tr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bF419Qrjy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"54\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"W88zB8mIG\\\":\\\"question\\\",\\\"T8rQFvSBR\\\":\\\"answer\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"600\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./JOLqj0iJE.map", "// Generated by Framer (a387266)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/gQsShazP6KQ1qhepZvCB/UdTMc6xby3zFO9iOhZNA/Zlrt2Tzwr.js\";const cycleOrder=[\"M6o0XRoyi\",\"TxM63n2Nf\",\"HbBB1e41y\",\"Kdh5kuoH8\"];const serializationHash=\"framer-gVqT8\";const variantClassNames={HbBB1e41y:\"framer-v-pclpjb\",Kdh5kuoH8:\"framer-v-1n51vlf\",M6o0XRoyi:\"framer-v-12hdbh8\",TxM63n2Nf:\"framer-v-tkwas2\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:27,delay:0,mass:1,stiffness:242,type:\"spring\"};const transition2={delay:0,duration:0,ease:[.25,1,.5,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Closed Mobile\":\"TxM63n2Nf\",\"Desktop Closed\":\"M6o0XRoyi\",\"Desktop Open\":\"Kdh5kuoH8\",\"Open Mobile\":\"HbBB1e41y\"};const getProps=({answer,height,id,question,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,T8rQFvSBR:(_ref=answer!==null&&answer!==void 0?answer:props.T8rQFvSBR)!==null&&_ref!==void 0?_ref:\"Answer\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"M6o0XRoyi\",W88zB8mIG:(_ref2=question!==null&&question!==void 0?question:props.W88zB8mIG)!==null&&_ref2!==void 0?_ref2:\"Question\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,W88zB8mIG,T8rQFvSBR,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"M6o0XRoyi\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapradqwr=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"HbBB1e41y\");});const onTap1em9kzb=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"TxM63n2Nf\");});const onTap1esc4qb=activeVariantCallback(async(...args)=>{setVariant(\"Kdh5kuoH8\");});const onTap1xyr25v=activeVariantCallback(async(...args)=>{setVariant(\"HbBB1e41y\");});const onTap1lef10=activeVariantCallback(async(...args)=>{setVariant(\"TxM63n2Nf\");});const onTap184gupm=activeVariantCallback(async(...args)=>{setVariant(\"M6o0XRoyi\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"HbBB1e41y\",\"Kdh5kuoH8\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-12hdbh8\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop Closed\",layoutDependency:layoutDependency,layoutId:\"M6o0XRoyi\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},...addPropertyOverrides({HbBB1e41y:{\"data-framer-name\":\"Open Mobile\",\"data-highlight\":true,onTap:onTap1em9kzb},Kdh5kuoH8:{\"data-framer-name\":\"Desktop Open\"},TxM63n2Nf:{\"data-framer-name\":\"Closed Mobile\",\"data-highlight\":true,onTap:onTapradqwr}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tjtq7z\",\"data-framer-name\":\"Question\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"OBhYEh_Iq\",onTap:onTap1esc4qb,...addPropertyOverrides({HbBB1e41y:{onTap:onTap1lef10},Kdh5kuoH8:{onTap:onTap184gupm},TxM63n2Nf:{onTap:onTap1xyr25v}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-900ltp\",\"data-styles-preset\":\"Zlrt2Tzwr\",children:\"Question\"})}),className:\"framer-l80rjr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"yt56P6EHi\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:W88zB8mIG,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({HbBB1e41y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"Question\"})}),fonts:[\"GF;Inter Tight-500\"]},TxM63n2Nf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"Question\"})}),fonts:[\"GF;Inter Tight-500\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114)))\"},children:\"+\"})}),className:\"framer-tlrtmw\",fonts:[\"FS;Switzer-regular\"],layoutDependency:layoutDependency,layoutId:\"dkR9kYD5C\",style:{\"--extracted-r6o4lv\":\"var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Kdh5kuoH8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114)))\"},children:\"-\"})})}},baseVariant,gestureVariant)})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-7ohcy4\",layoutDependency:layoutDependency,layoutId:\"C9RSgprws\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g5u6hg\",\"data-framer-name\":\"Answer\",layoutDependency:layoutDependency,layoutId:\"hFr_2sO_Y\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114)))\"},children:\"Answer\"})}),className:\"framer-wd4qre\",fonts:[\"FS;Switzer-regular\"],layoutDependency:layoutDependency,layoutId:\"myLxPuzY5\",style:{\"--extracted-r6o4lv\":\"var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114))\",\"--framer-paragraph-spacing\":\"0px\"},text:T8rQFvSBR,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({HbBB1e41y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114)))\"},children:\"Answer\"})}),fonts:[\"GF;Inter Tight-regular\"]}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gVqT8.framer-15qmtz0, .framer-gVqT8 .framer-15qmtz0 { display: block; }\",\".framer-gVqT8.framer-12hdbh8 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 600px; }\",\".framer-gVqT8 .framer-tjtq7z { -webkit-user-select: none; align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 14px 0px 14px 0px; position: relative; user-select: none; width: 100%; }\",\".framer-gVqT8 .framer-l80rjr { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-gVqT8 .framer-tlrtmw { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-gVqT8 .framer-7ohcy4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gVqT8 .framer-1g5u6hg { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.5 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 5px 0px 20px 0px; position: relative; width: 1px; }\",\".framer-gVqT8 .framer-wd4qre { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-gVqT8.framer-12hdbh8, .framer-gVqT8 .framer-tjtq7z, .framer-gVqT8 .framer-7ohcy4, .framer-gVqT8 .framer-1g5u6hg { gap: 0px; } .framer-gVqT8.framer-12hdbh8 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-gVqT8.framer-12hdbh8 > :first-child, .framer-gVqT8 .framer-1g5u6hg > :first-child { margin-top: 0px; } .framer-gVqT8.framer-12hdbh8 > :last-child, .framer-gVqT8 .framer-1g5u6hg > :last-child { margin-bottom: 0px; } .framer-gVqT8 .framer-tjtq7z > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-gVqT8 .framer-tjtq7z > :first-child, .framer-gVqT8 .framer-7ohcy4 > :first-child { margin-left: 0px; } .framer-gVqT8 .framer-tjtq7z > :last-child, .framer-gVqT8 .framer-7ohcy4 > :last-child { margin-right: 0px; } .framer-gVqT8 .framer-7ohcy4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-gVqT8 .framer-1g5u6hg > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-gVqT8.framer-v-tkwas2.framer-12hdbh8 { cursor: pointer; }\",\".framer-gVqT8.framer-v-pclpjb.framer-12hdbh8 { cursor: pointer; padding: 0px 0px 20px 0px; }\",\".framer-gVqT8.framer-v-pclpjb .framer-1g5u6hg { flex: 1 0 0px; }\",\".framer-gVqT8.framer-v-1n51vlf .framer-1g5u6hg { flex: 0.6 0 0px; }\",...sharedStyle.css,'.framer-gVqT8[data-border=\"true\"]::after, .framer-gVqT8 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 54\n * @framerIntrinsicWidth 600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"TxM63n2Nf\":{\"layout\":[\"fixed\",\"auto\"]},\"HbBB1e41y\":{\"layout\":[\"fixed\",\"auto\"]},\"Kdh5kuoH8\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"W88zB8mIG\":\"question\",\"T8rQFvSBR\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerxh_FJrDyV=withCSS(Component,css,\"framer-gVqT8\");export default Framerxh_FJrDyV;Framerxh_FJrDyV.displayName=\"Accordion Row Copy 2\";Framerxh_FJrDyV.defaultProps={height:54,width:600};addPropertyControls(Framerxh_FJrDyV,{variant:{options:[\"M6o0XRoyi\",\"TxM63n2Nf\",\"HbBB1e41y\",\"Kdh5kuoH8\"],optionTitles:[\"Desktop Closed\",\"Closed Mobile\",\"Open Mobile\",\"Desktop Open\"],title:\"Variant\",type:ControlType.Enum},W88zB8mIG:{defaultValue:\"Question\",displayTextArea:true,title:\"Question\",type:ControlType.String},T8rQFvSBR:{defaultValue:\"Answer\",displayTextArea:true,title:\"Answer\",type:ControlType.String}});addFonts(Framerxh_FJrDyV,[{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-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qWSRToK8EPg.woff2\",weight:\"500\"},{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BLNB4FAQFNK56DWWNF7PMGTCOTZHOEII/ST3WKSSDMBK2MIQQO3MAVYWLF4FTOLFV/6IN5WOLRCYP4G4MOCOHOMXNON6Q7MDAR.woff2\",weight:\"400\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qWSRToK8EPg.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerxh_FJrDyV\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"600\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"W88zB8mIG\\\":\\\"question\\\",\\\"T8rQFvSBR\\\":\\\"answer\\\"}\",\"framerIntrinsicHeight\":\"54\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TxM63n2Nf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HbBB1e41y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Kdh5kuoH8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xh_FJrDyV.map", "// Generated by Framer (a387266)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/gQsShazP6KQ1qhepZvCB/UdTMc6xby3zFO9iOhZNA/Zlrt2Tzwr.js\";const cycleOrder=[\"GRTsHsKaN\",\"BN1bvEyTE\",\"abLszl6HX\",\"QISLd0ZP3\"];const serializationHash=\"framer-a9fmr\";const variantClassNames={abLszl6HX:\"framer-v-1f7bwpt\",BN1bvEyTE:\"framer-v-1km67y8\",GRTsHsKaN:\"framer-v-1lzfa41\",QISLd0ZP3:\"framer-v-v600md\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:27,delay:0,mass:1,stiffness:242,type:\"spring\"};const transition2={delay:0,duration:0,ease:[.25,1,.5,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Closed Mobile\":\"BN1bvEyTE\",\"Desktop Closed\":\"GRTsHsKaN\",\"Desktop Open\":\"QISLd0ZP3\",\"Open Mobile\":\"abLszl6HX\"};const getProps=({answer,height,id,question,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2;return{...props,T8rQFvSBR:(_ref=answer!==null&&answer!==void 0?answer:props.T8rQFvSBR)!==null&&_ref!==void 0?_ref:\"Answer\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"GRTsHsKaN\",W88zB8mIG:(_ref2=question!==null&&question!==void 0?question:props.W88zB8mIG)!==null&&_ref2!==void 0?_ref2:\"Question\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,W88zB8mIG,T8rQFvSBR,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"GRTsHsKaN\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTaplclpnn=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"abLszl6HX\");});const onTap6raaif=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"BN1bvEyTE\");});const onTapoomben=activeVariantCallback(async(...args)=>{setVariant(\"QISLd0ZP3\");});const onTapnphy98=activeVariantCallback(async(...args)=>{setVariant(\"abLszl6HX\");});const onTap1wk7304=activeVariantCallback(async(...args)=>{setVariant(\"BN1bvEyTE\");});const onTapauxw6a=activeVariantCallback(async(...args)=>{setVariant(\"GRTsHsKaN\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"abLszl6HX\",\"QISLd0ZP3\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1lzfa41\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop Closed\",layoutDependency:layoutDependency,layoutId:\"GRTsHsKaN\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},...addPropertyOverrides({abLszl6HX:{\"data-framer-name\":\"Open Mobile\",\"data-highlight\":true,onTap:onTap6raaif},BN1bvEyTE:{\"data-framer-name\":\"Closed Mobile\",\"data-highlight\":true,onTap:onTaplclpnn},QISLd0ZP3:{\"data-framer-name\":\"Desktop Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tf1qto\",\"data-framer-name\":\"Question\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Ee6h1YrA0\",onTap:onTapoomben,...addPropertyOverrides({abLszl6HX:{onTap:onTap1wk7304},BN1bvEyTE:{onTap:onTapnphy98},QISLd0ZP3:{onTap:onTapauxw6a}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-900ltp\",\"data-styles-preset\":\"Zlrt2Tzwr\",children:\"Question\"})}),className:\"framer-qrmml0\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"moAbODs9H\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:W88zB8mIG,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({abLszl6HX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"Question\"})}),fonts:[\"GF;Inter Tight-500\"]},BN1bvEyTE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"Question\"})}),fonts:[\"GF;Inter Tight-500\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114)))\"},children:\"+\"})}),className:\"framer-19mbr3j\",fonts:[\"FS;Switzer-regular\"],layoutDependency:layoutDependency,layoutId:\"OLdjtufTQ\",style:{\"--extracted-r6o4lv\":\"var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({QISLd0ZP3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114)))\"},children:\"-\"})})}},baseVariant,gestureVariant)})})]}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o41y4j\",layoutDependency:layoutDependency,layoutId:\"g1xhanIwF\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1iziz00\",\"data-framer-name\":\"Answer\",layoutDependency:layoutDependency,layoutId:\"APbnshRtw\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114)))\"},children:\"Answer\"})}),className:\"framer-150bg4y\",fonts:[\"FS;Switzer-regular\"],layoutDependency:layoutDependency,layoutId:\"LkPIc8lNU\",style:{\"--extracted-r6o4lv\":\"var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114))\",\"--framer-paragraph-spacing\":\"0px\"},text:T8rQFvSBR,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({abLszl6HX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d764369c-aa92-4484-810e-c05177bb2613, rgb(114, 114, 114)))\"},children:\"Answer\"})}),fonts:[\"GF;Inter Tight-regular\"]}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-a9fmr.framer-lf7dnw, .framer-a9fmr .framer-lf7dnw { display: block; }\",\".framer-a9fmr.framer-1lzfa41 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 600px; }\",\".framer-a9fmr .framer-1tf1qto { -webkit-user-select: none; align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 14px 0px 14px 0px; position: relative; user-select: none; width: 100%; }\",\".framer-a9fmr .framer-qrmml0 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-a9fmr .framer-19mbr3j { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-a9fmr .framer-1o41y4j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-a9fmr .framer-1iziz00 { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.5 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 5px 0px 20px 0px; position: relative; width: 1px; }\",\".framer-a9fmr .framer-150bg4y { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-a9fmr.framer-1lzfa41, .framer-a9fmr .framer-1tf1qto, .framer-a9fmr .framer-1o41y4j, .framer-a9fmr .framer-1iziz00 { gap: 0px; } .framer-a9fmr.framer-1lzfa41 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-a9fmr.framer-1lzfa41 > :first-child, .framer-a9fmr .framer-1iziz00 > :first-child { margin-top: 0px; } .framer-a9fmr.framer-1lzfa41 > :last-child, .framer-a9fmr .framer-1iziz00 > :last-child { margin-bottom: 0px; } .framer-a9fmr .framer-1tf1qto > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-a9fmr .framer-1tf1qto > :first-child, .framer-a9fmr .framer-1o41y4j > :first-child { margin-left: 0px; } .framer-a9fmr .framer-1tf1qto > :last-child, .framer-a9fmr .framer-1o41y4j > :last-child { margin-right: 0px; } .framer-a9fmr .framer-1o41y4j > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-a9fmr .framer-1iziz00 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-a9fmr.framer-v-1km67y8.framer-1lzfa41 { cursor: pointer; }\",\".framer-a9fmr.framer-v-1f7bwpt.framer-1lzfa41 { cursor: pointer; padding: 0px 0px 20px 0px; }\",\".framer-a9fmr.framer-v-1f7bwpt .framer-1iziz00 { flex: 1 0 0px; }\",\".framer-a9fmr.framer-v-v600md .framer-1iziz00 { flex: 0.6 0 0px; }\",...sharedStyle.css,'.framer-a9fmr[data-border=\"true\"]::after, .framer-a9fmr [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 54\n * @framerIntrinsicWidth 600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"BN1bvEyTE\":{\"layout\":[\"fixed\",\"auto\"]},\"abLszl6HX\":{\"layout\":[\"fixed\",\"auto\"]},\"QISLd0ZP3\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"W88zB8mIG\":\"question\",\"T8rQFvSBR\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYf4jkXA6_=withCSS(Component,css,\"framer-a9fmr\");export default FramerYf4jkXA6_;FramerYf4jkXA6_.displayName=\"Accordion Row Copy\";FramerYf4jkXA6_.defaultProps={height:54,width:600};addPropertyControls(FramerYf4jkXA6_,{variant:{options:[\"GRTsHsKaN\",\"BN1bvEyTE\",\"abLszl6HX\",\"QISLd0ZP3\"],optionTitles:[\"Desktop Closed\",\"Closed Mobile\",\"Open Mobile\",\"Desktop Open\"],title:\"Variant\",type:ControlType.Enum},W88zB8mIG:{defaultValue:\"Question\",displayTextArea:true,title:\"Question\",type:ControlType.String},T8rQFvSBR:{defaultValue:\"Answer\",displayTextArea:true,title:\"Answer\",type:ControlType.String}});addFonts(FramerYf4jkXA6_,[{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-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qWSRToK8EPg.woff2\",weight:\"500\"},{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BLNB4FAQFNK56DWWNF7PMGTCOTZHOEII/ST3WKSSDMBK2MIQQO3MAVYWLF4FTOLFV/6IN5WOLRCYP4G4MOCOHOMXNON6Q7MDAR.woff2\",weight:\"400\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qWSRToK8EPg.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYf4jkXA6_\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BN1bvEyTE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"abLszl6HX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QISLd0ZP3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"54\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"W88zB8mIG\\\":\\\"question\\\",\\\"T8rQFvSBR\\\":\\\"answer\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"600\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Yf4jkXA6_.map", "// Generated by Framer (78454af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import AccordionRowCopy3 from\"https://framerusercontent.com/modules/RCAos9xziCB3WyKgMAHo/g9HPPiyCtd1GoH7GzZxZ/FXj9W3fx1.js\";import AccordionRow from\"https://framerusercontent.com/modules/e7NVf9gcpaKuxfoLgSdl/AU8DSz2I8D0RC54miCWA/g4fmRJ7GJ.js\";import AccordionRowCopy4 from\"https://framerusercontent.com/modules/sBYdr8Fwrc2AEiddLSEY/NYwGzbkJG7nuLRB933bh/JOLqj0iJE.js\";import AccordionRowCopy2 from\"https://framerusercontent.com/modules/BoFqsYM1ch6OswMsTJ06/H5itP9rnq4wjyXUE2ew2/xh_FJrDyV.js\";import AccordionRowCopy from\"https://framerusercontent.com/modules/pJsk0wWwYerIuD9sv0UG/5N0VPe3x5umAuP8ftrd8/Yf4jkXA6_.js\";const AccordionRowFonts=getFonts(AccordionRow);const AccordionRowCopyFonts=getFonts(AccordionRowCopy);const AccordionRowCopy2Fonts=getFonts(AccordionRowCopy2);const AccordionRowCopy3Fonts=getFonts(AccordionRowCopy3);const AccordionRowCopy4Fonts=getFonts(AccordionRowCopy4);const cycleOrder=[\"OMz4Sn3sj\",\"QQJx3XnaA\"];const serializationHash=\"framer-Bg4VJ\";const variantClassNames={OMz4Sn3sj:\"framer-v-salke6\",QQJx3XnaA:\"framer-v-10ba0nq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"FAQ Mobile\":\"QQJx3XnaA\",FAQ:\"OMz4Sn3sj\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"OMz4Sn3sj\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"OMz4Sn3sj\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-salke6\",className,classNames),\"data-framer-name\":\"FAQ\",layoutDependency:layoutDependency,layoutId:\"OMz4Sn3sj\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({QQJx3XnaA:{\"data-framer-name\":\"FAQ Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pq8r77-container\",\"data-framer-name\":\"Row\",layoutDependency:layoutDependency,layoutId:\"Ur2EqTmUB-container\",name:\"Row\",children:/*#__PURE__*/_jsx(AccordionRow,{height:\"100%\",id:\"Ur2EqTmUB\",layoutId:\"Ur2EqTmUB\",name:\"Row\",style:{width:\"100%\"},T8rQFvSBR:\"We specialize in masculine haircuts that typically end above the collarbone.\",variant:\"kfBUuEPCc\",W88zB8mIG:\"Do you cut women's hair?\",width:\"100%\",...addPropertyOverrides({QQJx3XnaA:{variant:\"dqs1BMX2j\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i8brum-container\",layoutDependency:layoutDependency,layoutId:\"lvKaVavuZ-container\",children:/*#__PURE__*/_jsx(AccordionRowCopy,{height:\"100%\",id:\"lvKaVavuZ\",layoutId:\"lvKaVavuZ\",style:{width:\"100%\"},T8rQFvSBR:\"We are a cutting-specific studio and do not offer hair coloring services.\",variant:\"GRTsHsKaN\",W88zB8mIG:\"Do you color hair?\",width:\"100%\",...addPropertyOverrides({QQJx3XnaA:{variant:\"BN1bvEyTE\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qx76vd-container\",layoutDependency:layoutDependency,layoutId:\"gMuECMmkw-container\",children:/*#__PURE__*/_jsx(AccordionRowCopy2,{height:\"100%\",id:\"gMuECMmkw\",layoutId:\"gMuECMmkw\",style:{width:\"100%\"},T8rQFvSBR:\"We currently offer beard trims as an add-on service. Stay tuned as we plan to expand our service offerings soon.\",variant:\"M6o0XRoyi\",W88zB8mIG:\"Do you offer beard trims or shaves?\",width:\"100%\",...addPropertyOverrides({QQJx3XnaA:{variant:\"TxM63n2Nf\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-plsd95-container\",layoutDependency:layoutDependency,layoutId:\"VrMeK9lW4-container\",children:/*#__PURE__*/_jsx(AccordionRowCopy3,{height:\"100%\",id:\"VrMeK9lW4\",layoutId:\"VrMeK9lW4\",style:{width:\"100%\"},T8rQFvSBR:\"The frequency depends on the haircut length. For fades, we recommend touch-ups every 3-4 weeks, mid-length cuts every 4-6 weeks, and longer styles every 6-8 weeks.\",variant:\"fYp3QHUk7\",W88zB8mIG:\"How often should I get my hair cut?\\n\",width:\"100%\",...addPropertyOverrides({QQJx3XnaA:{variant:\"Q1ZqnMdB5\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pw67wh-container\",layoutDependency:layoutDependency,layoutId:\"e965HUDUa-container\",children:/*#__PURE__*/_jsx(AccordionRowCopy4,{height:\"100%\",id:\"e965HUDUa\",layoutId:\"e965HUDUa\",style:{width:\"100%\"},T8rQFvSBR:\"Reach out with any questions you have. We also host free public cutting\\nclasses quarterly and are looking to expand this program.\",variant:\"hx6XpUEOf\",W88zB8mIG:\"I'm interested in learning how to cut hair, do you teach classes? \",width:\"100%\",...addPropertyOverrides({QQJx3XnaA:{variant:\"Pko6D31yE\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Bg4VJ.framer-xtl1jr, .framer-Bg4VJ .framer-xtl1jr { display: block; }\",\".framer-Bg4VJ.framer-salke6 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1000px; }\",\".framer-Bg4VJ .framer-pq8r77-container, .framer-Bg4VJ .framer-1i8brum-container, .framer-Bg4VJ .framer-qx76vd-container, .framer-Bg4VJ .framer-plsd95-container, .framer-Bg4VJ .framer-pw67wh-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Bg4VJ.framer-salke6 { gap: 0px; } .framer-Bg4VJ.framer-salke6 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Bg4VJ.framer-salke6 > :first-child { margin-top: 0px; } .framer-Bg4VJ.framer-salke6 > :last-child { margin-bottom: 0px; } }\",\".framer-Bg4VJ.framer-v-10ba0nq.framer-salke6 { width: 484px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 272\n * @framerIntrinsicWidth 1000\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"QQJx3XnaA\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramernXAFQscVs=withCSS(Component,css,\"framer-Bg4VJ\");export default FramernXAFQscVs;FramernXAFQscVs.displayName=\"Accordion Copy\";FramernXAFQscVs.defaultProps={height:272,width:1e3};addPropertyControls(FramernXAFQscVs,{variant:{options:[\"OMz4Sn3sj\",\"QQJx3XnaA\"],optionTitles:[\"FAQ\",\"FAQ Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramernXAFQscVs,[{explicitInter:true,fonts:[]},...AccordionRowFonts,...AccordionRowCopyFonts,...AccordionRowCopy2Fonts,...AccordionRowCopy3Fonts,...AccordionRowCopy4Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernXAFQscVs\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"272\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QQJx3XnaA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1000\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nXAFQscVs.map", "import{jsxs as _jsxs}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType}from\"framer\";export function NumberCounter(props){const{startNumber,endNumber,fontColor,fontSize,fontWeight,fontFamily,speed,prefix,suffix,loop}=props;const[count,setCount]=useState(startNumber);const[isVisible,setIsVisible]=useState(false);const ref=useRef(null);useEffect(()=>{const observer=new IntersectionObserver(entries=>{const entry=entries[0];setIsVisible(entry.isIntersecting);});if(ref.current){observer.observe(ref.current);}return()=>{if(ref.current){observer.unobserve(ref.current);}};},[]);useEffect(()=>{if(isVisible&&startNumber!==endNumber){const intervalId=setInterval(()=>{if(count<endNumber){setCount(prevCount=>prevCount+1);}else if(loop){setCount(startNumber);}},speed);return()=>{clearInterval(intervalId);};}},[count,startNumber,endNumber,loop,isVisible]);return /*#__PURE__*/_jsxs(motion.div,{ref:ref,style:{color:fontColor,fontSize:fontSize,fontWeight:fontWeight,fontFamily:fontFamily},children:[prefix,count,suffix]});}NumberCounter.defaultProps={startNumber:0,endNumber:10,fontColor:\"#000\",fontSize:\"16px\",fontWeight:\"normal\",fontFamily:\"Arial\",speed:100,prefix:\"\",suffix:\"\",loop:false};addPropertyControls(NumberCounter,{startNumber:{type:ControlType.Number,title:\"Start Number\",defaultValue:0,displayStepper:true},endNumber:{type:ControlType.Number,title:\"End Number\",defaultValue:10,displayStepper:true},fontColor:{type:ControlType.Color,title:\"Font Color\",defaultValue:\"#000\"},fontSize:{type:ControlType.Number,title:\"Font Size\",defaultValue:16,min:0,max:100,step:1},fontWeight:{type:ControlType.Enum,title:\"Font Weight\",defaultValue:\"normal\",options:[\"light\",\"normal\",\"italic\",\"medium\",\"semibold\",\"bold\"],optionTitles:[\"Light\",\"Regular\",\"Medium\",\"Semibold\",\"Bold\"]},fontFamily:{type:ControlType.String,title:\"Font Family\",defaultValue:\"Arial\"},speed:{type:ControlType.Number,title:\"Speed (ms)\",defaultValue:100,min:0,max:1e3,step:10},prefix:{type:ControlType.String,title:\"Prefix\",defaultValue:\"\"},suffix:{type:ControlType.String,title:\"Suffix\",defaultValue:\"\"},loop:{type:ControlType.Boolean,title:\"Loop Animation\",defaultValue:false,enabledTitle:\"On\",disabledTitle:\"Off\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"NumberCounter\":{\"type\":\"reactComponent\",\"name\":\"NumberCounter\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Counter.map", "// Generated by Framer (5351ffe)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{NumberCounter as NumberCounter1}from\"https://framerusercontent.com/modules/Cnf5i24PUr37K3h2d7WK/nHA9Dog8fH3zz0A4a6zk/Counter.js\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/8T2kB7XwwJqrRd7LBBZ2/Embed.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/qXyG1UgqGGx5DS4G9abM/Smooth_Scroll.js\";import Navigation from\"#framer/local/canvasComponent/F0lbt84nG/F0lbt84nG.js\";import FooterCopy2 from\"#framer/local/canvasComponent/FBh4pKgFX/FBh4pKgFX.js\";import TeamCard from\"#framer/local/canvasComponent/hINQH9CI9/hINQH9CI9.js\";import SectionServicesText from\"#framer/local/canvasComponent/jJmHhdoO0/jJmHhdoO0.js\";import AccordionCopy from\"#framer/local/canvasComponent/nXAFQscVs/nXAFQscVs.js\";import NavigationMobile from\"#framer/local/canvasComponent/u1SJOgfjQ/u1SJOgfjQ.js\";import ServiceButtons from\"#framer/local/canvasComponent/UD6aSRDQ5/UD6aSRDQ5.js\";import LineAnimation from\"#framer/local/canvasComponent/v4ueDjO1q/v4ueDjO1q.js\";import{NumberCounter}from\"#framer/local/codeFile/e7eYJfE/Counter.js\";import*as sharedStyle1 from\"#framer/local/css/IxMJXrsfr/IxMJXrsfr.js\";import*as sharedStyle from\"#framer/local/css/Sh7QRdGdp/Sh7QRdGdp.js\";import*as sharedStyle2 from\"#framer/local/css/Zlrt2Tzwr/Zlrt2Tzwr.js\";import metadataProvider from\"#framer/local/webPageMetadata/dROjFRRvF/dROjFRRvF.js\";const SmoothScrollFonts=getFonts(SmoothScroll);const NavigationFonts=getFonts(Navigation);const NavigationWithVariantAppearEffect=withVariantAppearEffect(Navigation);const NavigationMobileFonts=getFonts(NavigationMobile);const ServiceButtonsFonts=getFonts(ServiceButtons);const RichTextWithFX=withFX(RichText);const LineAnimationFonts=getFonts(LineAnimation);const LineAnimationWithVariantAppearEffect=withVariantAppearEffect(LineAnimation);const NumberCounterFonts=getFonts(NumberCounter);const NumberCounter1Fonts=getFonts(NumberCounter1);const MotionDivWithFX=withFX(motion.div);const MotionSectionWithFX=withFX(motion.section);const SectionServicesTextFonts=getFonts(SectionServicesText);const SectionServicesTextWithVariantAppearEffect=withVariantAppearEffect(SectionServicesText);const TeamCardFonts=getFonts(TeamCard);const ImageWithFX=withFX(Image);const AccordionCopyFonts=getFonts(AccordionCopy);const ContainerWithFX=withFX(Container);const YouTubeFonts=getFonts(YouTube);const EmbedFonts=getFonts(Embed);const FooterCopy2Fonts=getFonts(FooterCopy2);const breakpoints={ExGU49TYm:\"(min-width: 1200px)\",wcGO7LgRx:\"(max-width: 809px)\",zkcmxfzuJ:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-q7c70\";const variantClassNames={ExGU49TYm:\"framer-v-1h6rsta\",wcGO7LgRx:\"framer-v-1k39h9d\",zkcmxfzuJ:\"framer-v-h8yy8w\"};const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition1};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:32};const transition2={delay:.1,duration:.4,ease:[.5,0,.88,.77],type:\"tween\"};const transition3={delay:.1,duration:.2,ease:[.5,0,.88,.77],type:\"tween\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition4={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:40,y:0};const transition5={damping:60,delay:.5,mass:1,stiffness:200,type:\"spring\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:40,y:0};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"ExGU49TYm\",Phone:\"wcGO7LgRx\",Tablet:\"zkcmxfzuJ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ExGU49TYm\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,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);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if([\"zkcmxfzuJ\",\"wcGO7LgRx\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"zkcmxfzuJ\",\"wcGO7LgRx\"].includes(baseVariant))return true;return false;};const elementId=useRouteElementId(\"jAsneQHqP\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"evpzkPDqG\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"neYts1bED\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"unb7au52j\");const ref4=React.useRef(null);const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"wcGO7LgRx\")return false;return true;};const elementId4=useRouteElementId(\"EZGEnSOjG\");const ref5=React.useRef(null);const ref6=React.useRef(null);const elementId5=useRouteElementId(\"pm65MldaI\");const ref7=React.useRef(null);const elementId6=useRouteElementId(\"MXgnqiopW\");const ref8=React.useRef(null);const elementId7=useRouteElementId(\"iFvYR_VlM\");const ref9=React.useRef(null);const elementId8=useRouteElementId(\"XLyrcjfnP\");const elementId9=useRouteElementId(\"rkyZ_Q6ED\");const ref10=React.useRef(null);const ref11=React.useRef(null);const elementId10=useRouteElementId(\"GMvi6XN2B\");const ref12=React.useRef(null);const elementId11=useRouteElementId(\"QUlkro2Tk\");const ref13=React.useRef(null);const elementId12=useRouteElementId(\"p7tEc6qMo\");const ref14=React.useRef(null);const elementId13=useRouteElementId(\"BlEvi3NQ1\");const ref15=React.useRef(null);const elementId14=useRouteElementId(\"gnhaR8xJI\");const ref16=React.useRef(null);const elementId15=useRouteElementId(\"HxvLFscGp\");const ref17=React.useRef(null);const elementId16=useRouteElementId(\"LKtcmojps\");const ref18=React.useRef(null);const elementId17=useRouteElementId(\"lwwCCevix\");const elementId18=useRouteElementId(\"XV92azfNe\");const ref19=React.useRef(null);const ref20=React.useRef(null);const elementId19=useRouteElementId(\"rbRwqIiCB\");const elementId20=useRouteElementId(\"BW4uSSnRJ\");const ref21=React.useRef(null);const ref22=React.useRef(null);const elementId21=useRouteElementId(\"Q2rbO4tTv\");const elementId22=useRouteElementId(\"kJTt5Db46\");const ref23=React.useRef(null);const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"wcGO7LgRx\")return true;return false;};const elementId23=useRouteElementId(\"w9O0lcMvA\");const ref24=React.useRef(null);const isDisplayed4=()=>{if(!isBrowser())return true;if(baseVariant===\"zkcmxfzuJ\")return false;return true;};const isDisplayed5=()=>{if(!isBrowser())return true;if(baseVariant===\"zkcmxfzuJ\")return true;return false;};const elementId24=useRouteElementId(\"fHPeqxG0h\");const ref25=React.useRef(null);const elementId25=useRouteElementId(\"mJ1_jk9hi\");const ref26=React.useRef(null);const elementId26=useRouteElementId(\"crLrGuwns\");const ref27=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"ExGU49TYm\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: none; } @media (max-width: 809px) { html body { background: rgb(255, 255, 255); } }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1h6rsta\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-e0lc25-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ouekXhZ6g\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"ouekXhZ6g\",intensity:12,layoutId:\"ouekXhZ6g\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:105,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+200,children:/*#__PURE__*/_jsx(Container,{className:\"framer-9xxpxc-container hidden-h8yy8w hidden-1k39h9d\",nodeId:\"Iy3ub54lh\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(NavigationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"Iy3ub54lh\",layoutId:\"Iy3ub54lh\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{height:111,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+200},zkcmxfzuJ:{height:111,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+200}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kwl3dt-container hidden-1h6rsta\",nodeId:\"sl6xeXF7a\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(NavigationMobile,{height:\"100%\",id:\"sl6xeXF7a\",layoutId:\"sl6xeXF7a\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",intrinsicHeight:4e3,intrinsicWidth:2250,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+311),pixelHeight:1920,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/LJ7fJQ1xsnlSgV9dPiHtNxn2eE.jpg\",srcSet:\"https://framerusercontent.com/images/LJ7fJQ1xsnlSgV9dPiHtNxn2eE.jpg?scale-down-to=1024 576w,https://framerusercontent.com/images/LJ7fJQ1xsnlSgV9dPiHtNxn2eE.jpg 1080w\"}},zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4e3,intrinsicWidth:2250,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+311),pixelHeight:1920,pixelWidth:1080,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/LJ7fJQ1xsnlSgV9dPiHtNxn2eE.jpg\",srcSet:\"https://framerusercontent.com/images/LJ7fJQ1xsnlSgV9dPiHtNxn2eE.jpg?scale-down-to=1024 576w,https://framerusercontent.com/images/LJ7fJQ1xsnlSgV9dPiHtNxn2eE.jpg 1080w\"}}},children:/*#__PURE__*/_jsxs(Image,{as:\"header\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:4e3,intrinsicWidth:2250,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+305),pixelHeight:1920,pixelWidth:1080,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/LJ7fJQ1xsnlSgV9dPiHtNxn2eE.jpg\",srcSet:\"https://framerusercontent.com/images/LJ7fJQ1xsnlSgV9dPiHtNxn2eE.jpg?scale-down-to=1024 576w,https://framerusercontent.com/images/LJ7fJQ1xsnlSgV9dPiHtNxn2eE.jpg 1080w\"},className:\"framer-1w9cg9f\",\"data-framer-name\":\"Header Image\",id:\"1w9cg9f\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-aet6k1\",\"data-framer-name\":\"Overlay\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"Don't wait for a better haircut\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--token-c48fb564-a6cd-4857-9d00-148c52a07410, rgb(255, 255, 255))\",\"--framer-text-transform\":\"uppercase\"},children:\"Don't wait for a better haircut\"})}),className:\"framer-5c7lsq\",fonts:[\"FS;Switzer-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c48fb564-a6cd-4857-9d00-148c52a07410, rgb(255, 255, 255))\"},children:\"Same great cut, every time.\"})})},zkcmxfzuJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c48fb564-a6cd-4857-9d00-148c52a07410, rgb(255, 255, 255))\"},children:\"Same great cut, every time.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"47px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-c48fb564-a6cd-4857-9d00-148c52a07410, rgb(255, 255, 255))\"},children:\"Same great cut, every time.\"})}),className:\"framer-pvyq4p\",fonts:[\"CUSTOM;Rebori Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{y:(componentViewport?.y||0)+0+311+60+250.15},zkcmxfzuJ:{y:(componentViewport?.y||0)+0+311+60+242.9}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,width:\"243px\",y:(componentViewport?.y||0)+0+305+60+324.35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-g1iis2-container\",nodeId:\"GKFf8bPJV\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",whileHover:animation,children:/*#__PURE__*/_jsx(ServiceButtons,{height:\"100%\",id:\"GKFf8bPJV\",layoutId:\"GKFf8bPJV\",style:{height:\"100%\",width:\"100%\"},variant:\"yXKPBubee\",width:\"100%\",WT30viBVN:\"Book your next cut\"})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kmwz7f\",\"data-framer-name\":\"Body\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(\"header\",{className:\"framer-psbskh\",\"data-framer-name\":\"Section Header\",id:elementId1,ref:ref2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oketwx\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1093572d-7680-4e0d-b714-727d9e1c3158, rgb(107, 107, 107))\",\"--framer-text-transform\":\"uppercase\"},children:\"Expect quality  and care every time\"})})},zkcmxfzuJ:{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--token-1093572d-7680-4e0d-b714-727d9e1c3158, rgb(107, 107, 107))\",\"--framer-text-transform\":\"uppercase\"},children:\"Expect quality  and care every time\"})}),className:\"framer-1f84c4f\",fonts:[\"FS;Switzer-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\"},children:\"From average to awesome \u2013 one haircut at a time.\"})})},zkcmxfzuJ:{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\"},children:\"From average to awesome \u2013 one haircut at a time.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\"},children:\"From average to awesome \u2013 one haircut at a time.\"})}),className:\"framer-1q6i2xs\",fonts:[\"CUSTOM;Rebori Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"23px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-5d09ee06-7c44-4d80-a756-6fd65aa4ce0f, rgb(0, 0, 0))\"},children:\"At Mains Hair Studio, we believe your haircut should be an experience, not just a service. From the moment you step through our doors, you are part of a community that respects your time, values quality service and attention to detail. We pride ourselves on offering one of the best cuts in Bellingham.\"})})},zkcmxfzuJ:{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-5d09ee06-7c44-4d80-a756-6fd65aa4ce0f, rgb(0, 0, 0))\"},children:\"At Mains Hair Studio, we believe your haircut should be an experience, not just a service. From the moment you step through our doors, you are part of a community that respects your time, values quality service and attention to detail. We pride ourselves on offering one of the best cuts in Bellingham.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-5d09ee06-7c44-4d80-a756-6fd65aa4ce0f, rgb(0, 0, 0))\"},children:\"At Mains Hair Studio, we believe your haircut should be an experience, not just a service. From the moment you step through our doors, you are part of a community that respects your time, values quality service and attention to detail. We pride ourselves on offering one of the best cuts in Bellingham.\"})}),className:\"framer-1089tsc\",fonts:[\"GF;Inter Tight-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{height:38,width:\"169px\",y:(componentViewport?.y||0)+0+887+0+0+0+0+55+277.2},zkcmxfzuJ:{width:`calc((${componentViewport?.width||\"100vw\"} - 110px) * 0.3043)`,y:(componentViewport?.y||0)+0+866+0+0+0+0+59+239}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:`calc((${componentViewport?.width||\"100vw\"} - 110px) * 0.1716)`,y:(componentViewport?.y||0)+0+1013+0+0+0+0+59+224.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dcxzd7-container\",nodeId:\"U26uUTpG2\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",whileHover:animation,children:/*#__PURE__*/_jsx(ServiceButtons,{height:\"100%\",id:\"U26uUTpG2\",layoutId:\"U26uUTpG2\",style:{height:\"100%\",width:\"100%\"},variant:\"BFFnfLo4T\",width:\"100%\",WT30viBVN:\"Book Now\"})})})})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-3xjxou\",\"data-framer-name\":\"Stats\",children:/*#__PURE__*/_jsxs(\"section\",{className:\"framer-9p681l\",\"data-framer-name\":\"Numbers (Stats)\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xa31yr-container\",nodeId:\"Fc1cBPYPJ\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__variantAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(LineAnimationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"Ya80mLiZ2\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"ACUjCIFDT\",height:\"100%\",id:\"Fc1cBPYPJ\",layoutId:\"Fc1cBPYPJ\",nhvtjR0LA:\"rgba(0, 0, 0, 0.1)\",style:{height:\"100%\",width:\"100%\"},variant:\"ACUjCIFDT\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-yqeyb1\",\"data-framer-name\":\"Container\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u4zotp\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--token-1093572d-7680-4e0d-b714-727d9e1c3158, rgb(107, 107, 107))\",\"--framer-text-transform\":\"uppercase\"},children:\"counting quality cuts \"})}),className:\"framer-15y9vpb\",fonts:[\"FS;Switzer-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:\"By the numbers\"})}),fonts:[\"CUSTOM;Rebori Regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1i47546\",\"data-styles-preset\":\"Sh7QRdGdp\",children:\"By the numbers\"})}),className:\"framer-1yyw05c\",\"data-framer-name\":\"By the numbers\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fbxhub\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ums9mh\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-t3g7b5-container\",isAuthoredByUser:true,nodeId:\"I5IHl4TVb\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{fontSize:30}},children:/*#__PURE__*/_jsx(NumberCounter,{endNumber:325,fontColor:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",fontFamily:\"rebori regular\",fontSize:55,fontWeight:\"medium\",height:\"100%\",id:\"I5IHl4TVb\",layoutId:\"I5IHl4TVb\",loop:false,prefix:\"\",speed:30,startNumber:301,suffix:\"+\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1093572d-7680-4e0d-b714-727d9e1c3158, rgb(107, 107, 107))\"},children:\"Returning guests\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1093572d-7680-4e0d-b714-727d9e1c3158, rgb(107, 107, 107))\"},children:\"Returning guests\"})}),className:\"framer-vym5rn\",\"data-framer-name\":\"Combined client valuation\",fonts:[\"FS;Switzer-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xp7ma0\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-q2m11s-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"pNX92iFlX\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{fontSize:30}},children:/*#__PURE__*/_jsx(NumberCounter1,{endNumber:13,fontColor:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",fontFamily:\"rebori regular\",fontSize:55,fontWeight:\"medium\",height:\"100%\",id:\"pNX92iFlX\",layoutId:\"pNX92iFlX\",loop:false,prefix:\"\",speed:100,startNumber:5,suffix:\"\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-99fd3d43-127b-46cf-9ab2-a2f72c95504a, rgb(128, 128, 128))\"},children:\"Combined years experience\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1093572d-7680-4e0d-b714-727d9e1c3158, rgb(107, 107, 107))\"},children:\"Combined years experience\"})}),className:\"framer-q5lf7\",\"data-framer-name\":\"Product brough to market\",fonts:[\"FS;Switzer-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ygoya6\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fhmohk-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"sj0EpnJpG\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{fontSize:30}},children:/*#__PURE__*/_jsx(NumberCounter1,{endNumber:1,fontColor:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",fontFamily:\"rebori regular\",fontSize:55,fontWeight:\"medium\",height:\"100%\",id:\"sj0EpnJpG\",layoutId:\"sj0EpnJpG\",loop:false,prefix:\"\",speed:100,startNumber:0,suffix:\"\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1093572d-7680-4e0d-b714-727d9e1c3158, rgb(107, 107, 107))\"},children:\"Award\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1093572d-7680-4e0d-b714-727d9e1c3158, rgb(107, 107, 107))\"},children:\"Award\"})}),className:\"framer-d8nt3\",\"data-framer-name\":\"Fortune 500 clients\",fonts:[\"FS;Switzer-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y3jc0x\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-o1l21b-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"e0ukNfI11\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{fontSize:30}},children:/*#__PURE__*/_jsx(NumberCounter1,{endNumber:115,fontColor:\"var(--token-0e64c98e-2e3d-4034-8a86-e95f1a065f27, rgb(1, 1, 3))\",fontFamily:\"rebori regular\",fontSize:55,fontWeight:\"medium\",height:\"100%\",id:\"e0ukNfI11\",layoutId:\"e0ukNfI11\",loop:false,prefix:\"\",speed:110,startNumber:93,suffix:\"+\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1093572d-7680-4e0d-b714-727d9e1c3158, rgb(107, 107, 107))\"},children:\"Five star reviews\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1yZWd1bGFy\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1093572d-7680-4e0d-b714-727d9e1c3158, rgb(107, 107, 107))\"},children:\"Five star reviews\"})}),className:\"framer-1f3r4qm\",\"data-framer-name\":\"Accolades/awards\",fonts:[\"FS;Switzer-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-mwn08j\",\"data-framer-name\":\"Sections\",children:[/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1cw5q4y\",\"data-framer-name\":\"Services\",id:elementId2,ref:ref3,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wo0s15\",\"data-framer-name\":\"Heading Wrapper\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xiv5sg hidden-h8yy8w hidden-1k39h9d\",\"data-framer-name\":\"Stack Vertical\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-b0ntmr-container\",nodeId:\"a8moOyOfZ\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(LineAnimation,{height:\"100%\",id:\"a8moOyOfZ\",layoutId:\"a8moOyOfZ\",nhvtjR0LA:\"rgba(0, 0, 0, 0.1)\",style:{height:\"100%\",width:\"100%\"},variant:\"ACUjCIFDT\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pa8cbw\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1093572d-7680-4e0d-b714-727d9e1c3158, rgb(107, 107, 107))\",\"--framer-text-transform\":\"uppercase\"},children:\"tailored to your needs\"})}),className:\"framer-16n0u2\",fonts:[\"FS;Switzer-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:\"Services\"})}),fonts:[\"CUSTOM;Rebori Regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1i47546\",\"data-styles-preset\":\"Sh7QRdGdp\",children:\"Services\"})}),className:\"framer-gngeaw\",\"data-framer-name\":\"our values\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-eu3qs\",\"data-framer-name\":\"Haircut\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xwtkip\",\"data-framer-name\":\"Haircut\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+1286.9+0+0+0+207.7+0+0+0+0),pixelHeight:5137,pixelWidth:3605,sizes:\"310px\",src:\"https://framerusercontent.com/images/ppF5NtIxM027uMOPcuRzNjVDOeQ.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/ppF5NtIxM027uMOPcuRzNjVDOeQ.jpg?scale-down-to=1024 718w,https://framerusercontent.com/images/ppF5NtIxM027uMOPcuRzNjVDOeQ.jpg?scale-down-to=2048 1437w,https://framerusercontent.com/images/ppF5NtIxM027uMOPcuRzNjVDOeQ.jpg?scale-down-to=4096 2874w,https://framerusercontent.com/images/ppF5NtIxM027uMOPcuRzNjVDOeQ.jpg 3605w\"}},zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+1208+0+0+4+256.7+0+0+0),pixelHeight:5137,pixelWidth:3605,sizes:`calc(max((${componentViewport?.width||\"100vw\"} - 110px) / 3, 1px) - 20px)`,src:\"https://framerusercontent.com/images/ppF5NtIxM027uMOPcuRzNjVDOeQ.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/ppF5NtIxM027uMOPcuRzNjVDOeQ.jpg?scale-down-to=1024 718w,https://framerusercontent.com/images/ppF5NtIxM027uMOPcuRzNjVDOeQ.jpg?scale-down-to=2048 1437w,https://framerusercontent.com/images/ppF5NtIxM027uMOPcuRzNjVDOeQ.jpg?scale-down-to=4096 2874w,https://framerusercontent.com/images/ppF5NtIxM027uMOPcuRzNjVDOeQ.jpg 3605w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+0+4+251.7+0+0+0),pixelHeight:5137,pixelWidth:3605,sizes:`calc(max((${componentViewport?.width||\"100vw\"} - 110px) / 3, 1px) - 20px)`,src:\"https://framerusercontent.com/images/ppF5NtIxM027uMOPcuRzNjVDOeQ.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/ppF5NtIxM027uMOPcuRzNjVDOeQ.jpg?scale-down-to=1024 718w,https://framerusercontent.com/images/ppF5NtIxM027uMOPcuRzNjVDOeQ.jpg?scale-down-to=2048 1437w,https://framerusercontent.com/images/ppF5NtIxM027uMOPcuRzNjVDOeQ.jpg?scale-down-to=4096 2874w,https://framerusercontent.com/images/ppF5NtIxM027uMOPcuRzNjVDOeQ.jpg 3605w\"},className:\"framer-gx59v5\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tfwhm1\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ioqvd6\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:\"Full-Service Haircut\"})})},zkcmxfzuJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:\"Full-Service Haircut\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:\"Full-Service Haircut\"})}),className:\"framer-jz8f6t\",fonts:[\"CUSTOM;Rebori Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"23px\",\"--framer-text-alignment\":\"left\"},children:\"60-minute haircut includes a thorough consultation, wash, cut, and style. \"})})},zkcmxfzuJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"60-minute haircut includes a thorough consultation, wash, cut, and style. \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"60-minute haircut includes a thorough consultation, wash, cut, and style. \"})}),className:\"framer-qv1lzk\",fonts:[\"GF;Inter Tight-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-nt76a0 hidden-h8yy8w hidden-1k39h9d\"})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-yrxts\",\"data-framer-name\":\"Buzzcut\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-80d0yr\",\"data-framer-name\":\"Buzz Cut\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+1286.9+0+0+0+207.7+0+523.2+0+0+0),pixelHeight:6830,pixelWidth:5464,positionX:\"27.7%\",positionY:\"35.9%\",sizes:\"310px\",src:\"https://framerusercontent.com/images/n3fWu1KaiRAvQbDTPOwQkyfZcvU.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/n3fWu1KaiRAvQbDTPOwQkyfZcvU.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/n3fWu1KaiRAvQbDTPOwQkyfZcvU.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/n3fWu1KaiRAvQbDTPOwQkyfZcvU.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/n3fWu1KaiRAvQbDTPOwQkyfZcvU.jpg 5464w\"}},zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+1208+0+0+4+256.7+0+0+0+0),pixelHeight:6830,pixelWidth:5464,positionX:\"27.7%\",positionY:\"35.9%\",sizes:`max(max((${componentViewport?.width||\"100vw\"} - 110px) / 3, 1px) - 20px, 1px)`,src:\"https://framerusercontent.com/images/n3fWu1KaiRAvQbDTPOwQkyfZcvU.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/n3fWu1KaiRAvQbDTPOwQkyfZcvU.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/n3fWu1KaiRAvQbDTPOwQkyfZcvU.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/n3fWu1KaiRAvQbDTPOwQkyfZcvU.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/n3fWu1KaiRAvQbDTPOwQkyfZcvU.jpg 5464w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+0+4+251.7+0+0+0+0),pixelHeight:6830,pixelWidth:5464,positionX:\"27.7%\",positionY:\"35.9%\",sizes:`max(max((${componentViewport?.width||\"100vw\"} - 110px) / 3, 1px) - 20px, 1px)`,src:\"https://framerusercontent.com/images/n3fWu1KaiRAvQbDTPOwQkyfZcvU.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/n3fWu1KaiRAvQbDTPOwQkyfZcvU.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/n3fWu1KaiRAvQbDTPOwQkyfZcvU.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/n3fWu1KaiRAvQbDTPOwQkyfZcvU.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/n3fWu1KaiRAvQbDTPOwQkyfZcvU.jpg 5464w\"},className:\"framer-k4y0q9\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vxp0x6\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9inafy\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:\"Buzz Cut\"})})},zkcmxfzuJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:\"Buzz Cut\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:\"Buzz Cut\"})}),className:\"framer-126898d\",fonts:[\"CUSTOM;Rebori Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"23px\",\"--framer-text-alignment\":\"left\"},children:\"30-minute buzz cut for a clean, sharp look. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"23px\",\"--framer-text-alignment\":\"left\"},children:\"1-3 guard length, edge clean up, no wash.\"})]})},zkcmxfzuJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"30-minute buzz cut for a clean, sharp look.  1-3 guard length, edge clean up, no wash.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"30-minute buzz cut for a clean, sharp look.  1-3 guard length, edge clean up, no wash.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-8611ld\",fonts:[\"GF;Inter Tight-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6wlvzo\",\"data-framer-name\":\"Beard Trim\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+1286.9+0+0+0+207.7+0+1161.4+0+0),pixelHeight:715,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:\"310px\",src:\"https://framerusercontent.com/images/YFnPw3GprXkr31FygO3xATS5w.jpg\",srcSet:\"https://framerusercontent.com/images/YFnPw3GprXkr31FygO3xATS5w.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/YFnPw3GprXkr31FygO3xATS5w.jpg 800w\"}},zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+1208+0+0+4+256.7+0+0+0),pixelHeight:715,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:`max((${componentViewport?.width||\"100vw\"} - 110px) / 3, 1px)`,src:\"https://framerusercontent.com/images/YFnPw3GprXkr31FygO3xATS5w.jpg\",srcSet:\"https://framerusercontent.com/images/YFnPw3GprXkr31FygO3xATS5w.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/YFnPw3GprXkr31FygO3xATS5w.jpg 800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+0+4+251.7+0+0+0),pixelHeight:715,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:`max((${componentViewport?.width||\"100vw\"} - 110px) / 3, 1px)`,src:\"https://framerusercontent.com/images/YFnPw3GprXkr31FygO3xATS5w.jpg\",srcSet:\"https://framerusercontent.com/images/YFnPw3GprXkr31FygO3xATS5w.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/YFnPw3GprXkr31FygO3xATS5w.jpg 800w\"},className:\"framer-hn0d9k\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ywosus\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15zrj7g\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:\"Hot Towel Shave\"})})},zkcmxfzuJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:\"Hot Towel Shave\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:\"Hot Towel Shave\"})}),className:\"framer-g4e5wz\",fonts:[\"CUSTOM;Rebori Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"23px\",\"--framer-text-alignment\":\"left\"},children:\"A classic hot towel straight razor shave leaving you feeling clean, revitalized, and looking sharp.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"23px\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),fonts:[\"GF;Inter Tight-regular\"]},zkcmxfzuJ:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"A classic hot towel straight razor shave leaving you feeling clean, revitalized, and looking sharp.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),fonts:[\"GF;Inter Tight-regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jds6wy\",\"data-styles-preset\":\"IxMJXrsfr\",children:\"A classic hot towel straight razor shave leaving you feeling clean, revitalized, and looking sharp.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jds6wy\",\"data-styles-preset\":\"IxMJXrsfr\",children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-az7rw7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{y:(componentViewport?.y||0)+0+887+0+1286.9+0+2003.3},zkcmxfzuJ:{y:(componentViewport?.y||0)+0+866+0+1208+0+864.7}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"254px\",y:(componentViewport?.y||0)+0+1013+0+1178.5+0+1100.7,children:/*#__PURE__*/_jsx(Container,{className:\"framer-yn0sgm-container\",nodeId:\"gYtnGMkXR\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",whileHover:animation,children:/*#__PURE__*/_jsx(ServiceButtons,{height:\"100%\",id:\"gYtnGMkXR\",layoutId:\"gYtnGMkXR\",style:{height:\"100%\",width:\"100%\"},variant:\"BFFnfLo4T\",width:\"100%\",WT30viBVN:\"Book your next cut\"})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ip834m\",\"data-framer-name\":\"new era\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16m4ybt\",\"data-framer-name\":\"Heading Wrapper\",id:elementId3,ref:ref4,children:[isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-t5ywim hidden-1k39h9d\",\"data-framer-name\":\"Stack Vertical\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ud62lk-container\",nodeId:\"EUNkioxlT\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__variantAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(LineAnimationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"Ya80mLiZ2\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"ACUjCIFDT\",height:\"100%\",id:\"EUNkioxlT\",layoutId:\"EUNkioxlT\",nhvtjR0LA:\"rgba(0, 0, 0, 0.1)\",style:{height:\"100%\",width:\"100%\"},variant:\"ACUjCIFDT\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{className:\"framer-16i5jjc\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1093572d-7680-4e0d-b714-727d9e1c3158, rgb(107, 107, 107))\",\"--framer-text-transform\":\"uppercase\"},children:\"A new era in haircare\"})}),className:\"framer-8nkkme\",fonts:[\"FS;Switzer-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"26px\"},children:\"We\u2019ve redefined the \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"26px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"26px\"},children:\"barbershop experience.\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"26px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"26px\"},children:\"Here's how:\"})]})}),fonts:[\"CUSTOM;Rebori Regular\"]},zkcmxfzuJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:[\"We\u2019ve redefined the \",/*#__PURE__*/_jsx(\"br\",{}),\"barbershop experience.\",/*#__PURE__*/_jsx(\"br\",{}),\"Here's how:\"]})}),fonts:[\"CUSTOM;Rebori Regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1i47546\",\"data-styles-preset\":\"Sh7QRdGdp\",children:[\"We\u2019ve redefined the \",/*#__PURE__*/_jsx(\"br\",{}),\"barbershop experience.\",/*#__PURE__*/_jsx(\"br\",{}),\"Here's how:\"]})}),className:\"framer-1crm3fx\",\"data-framer-name\":\"our values\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1plju9w\",\"data-framer-name\":\"Features\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1osg5rc\",\"data-framer-name\":\"Services\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-17mofbi\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+1286.9+0+2301.9+0+0+0+0+0+0),pixelHeight:6631,pixelWidth:5305,sizes:\"289px\",src:\"https://framerusercontent.com/images/EPzQZFDYBXdF8irS7aVRIQ3vk.jpg\",srcSet:\"https://framerusercontent.com/images/EPzQZFDYBXdF8irS7aVRIQ3vk.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/EPzQZFDYBXdF8irS7aVRIQ3vk.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/EPzQZFDYBXdF8irS7aVRIQ3vk.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/EPzQZFDYBXdF8irS7aVRIQ3vk.jpg 5305w\"}},zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+1208+0+1227.7+0+0+100.5+0),pixelHeight:6631,pixelWidth:5305,src:\"https://framerusercontent.com/images/EPzQZFDYBXdF8irS7aVRIQ3vk.jpg\",srcSet:\"https://framerusercontent.com/images/EPzQZFDYBXdF8irS7aVRIQ3vk.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/EPzQZFDYBXdF8irS7aVRIQ3vk.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/EPzQZFDYBXdF8irS7aVRIQ3vk.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/EPzQZFDYBXdF8irS7aVRIQ3vk.jpg 5305w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+1448.4+0+0+0+0),pixelHeight:6631,pixelWidth:5305,sizes:`max((${componentViewport?.width||\"100vw\"} - 149px) / 2, 1px)`,src:\"https://framerusercontent.com/images/EPzQZFDYBXdF8irS7aVRIQ3vk.jpg\",srcSet:\"https://framerusercontent.com/images/EPzQZFDYBXdF8irS7aVRIQ3vk.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/EPzQZFDYBXdF8irS7aVRIQ3vk.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/EPzQZFDYBXdF8irS7aVRIQ3vk.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/EPzQZFDYBXdF8irS7aVRIQ3vk.jpg 5305w\"},className:\"framer-15hjvqr\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hv0kt6\",\"data-framer-name\":\"Text Wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-txoqic\",\"data-framer-name\":\"Service 1\",id:elementId4,ref:ref5,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:\"280px\",y:(componentViewport?.y||0)+0+887+0+1286.9+0+2301.9+0+0+0+439+0+0+0+0},zkcmxfzuJ:{width:\"330.5px\",y:(componentViewport?.y||0)+0+866+0+1208+0+1227.7+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,width:`max((${componentViewport?.width||\"100vw\"} - 149px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1013+0+1178.5+0+1448.4+0+0+2.5+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-adks6a-container\",nodeId:\"O2pIwMQTG\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__targets:[{ref:ref5,target:\"J8Z9DGeU9\"},{offset:0,ref:ref6,target:\"oglhus1l5\"}],variant:\"J8Z9DGeU9\"},zkcmxfzuJ:{__framer__targets:[{ref:ref5,target:\"i7C2BksZs\"},{offset:0,ref:ref6,target:\"svw6Mr_3a\"}],variant:\"i7C2BksZs\"}},children:/*#__PURE__*/_jsx(SectionServicesTextWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref5,target:\"wJ6LDzGtj\"},{offset:0,ref:ref6,target:\"gcMUPnvFJ\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"O2pIwMQTG\",layoutId:\"O2pIwMQTG\",oSrEccQrm:\"Personalized cuts\",style:{width:\"100%\"},variant:\"wJ6LDzGtj\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7zfsy\",\"data-framer-name\":\"Service 2\",id:elementId5,ref:ref6,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:\"280px\",y:(componentViewport?.y||0)+0+887+0+1286.9+0+2301.9+0+0+0+439+0+47+0+0},zkcmxfzuJ:{width:\"330.5px\",y:(componentViewport?.y||0)+0+866+0+1208+0+1227.7+0+0+0+0+48+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,width:`max((${componentViewport?.width||\"100vw\"} - 149px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1013+0+1178.5+0+1448.4+0+0+2.5+0+48+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mozkuh-container\",nodeId:\"c2gMpnJcA\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__targets:[{offset:0,ref:ref6,target:\"J8Z9DGeU9\"},{ref:ref7,target:\"oglhus1l5\"}],variant:\"oglhus1l5\"},zkcmxfzuJ:{__framer__targets:[{offset:0,ref:ref6,target:\"i7C2BksZs\"},{ref:ref7,target:\"svw6Mr_3a\"}],variant:\"svw6Mr_3a\"}},children:/*#__PURE__*/_jsx(SectionServicesTextWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{offset:0,ref:ref6,target:\"wJ6LDzGtj\"},{ref:ref7,target:\"gcMUPnvFJ\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"c2gMpnJcA\",layoutId:\"c2gMpnJcA\",oSrEccQrm:\"Inclusive environment\",style:{width:\"100%\"},variant:\"gcMUPnvFJ\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-e3689k\",\"data-framer-name\":\"Service 5\",id:elementId6,ref:ref7,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:\"280px\",y:(componentViewport?.y||0)+0+887+0+1286.9+0+2301.9+0+0+0+439+0+94+0+0},zkcmxfzuJ:{width:\"330.5px\",y:(componentViewport?.y||0)+0+866+0+1208+0+1227.7+0+0+0+0+96+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,width:`max((${componentViewport?.width||\"100vw\"} - 149px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1013+0+1178.5+0+1448.4+0+0+2.5+0+96+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1virtq-container\",nodeId:\"ajUzU9Vx9\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__targets:[{ref:ref7,target:\"J8Z9DGeU9\"},{ref:ref8,target:\"oglhus1l5\"}],variant:\"oglhus1l5\"},zkcmxfzuJ:{__framer__targets:[{ref:ref7,target:\"i7C2BksZs\"},{ref:ref8,target:\"svw6Mr_3a\"}],variant:\"svw6Mr_3a\"}},children:/*#__PURE__*/_jsx(SectionServicesTextWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref7,target:\"wJ6LDzGtj\"},{ref:ref8,target:\"gcMUPnvFJ\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"ajUzU9Vx9\",layoutId:\"ajUzU9Vx9\",oSrEccQrm:\"Convenient online booking\",style:{width:\"100%\"},variant:\"gcMUPnvFJ\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ykpxmw\",\"data-framer-name\":\"Service 3\",id:elementId7,ref:ref8,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:\"280px\",y:(componentViewport?.y||0)+0+887+0+1286.9+0+2301.9+0+0+0+439+0+141+0+0},zkcmxfzuJ:{width:\"330.5px\",y:(componentViewport?.y||0)+0+866+0+1208+0+1227.7+0+0+0+0+144+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,width:`max((${componentViewport?.width||\"100vw\"} - 149px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1013+0+1178.5+0+1448.4+0+0+2.5+0+144+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-48gu-container\",nodeId:\"X58AN6EGU\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__targets:[{ref:ref8,target:\"J8Z9DGeU9\"},{ref:ref9,target:\"oglhus1l5\"}],variant:\"oglhus1l5\"},zkcmxfzuJ:{__framer__targets:[{ref:ref8,target:\"i7C2BksZs\"},{ref:ref9,target:\"svw6Mr_3a\"}],variant:\"svw6Mr_3a\"}},children:/*#__PURE__*/_jsx(SectionServicesTextWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref8,target:\"wJ6LDzGtj\"},{ref:ref9,target:\"gcMUPnvFJ\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"X58AN6EGU\",layoutId:\"X58AN6EGU\",oSrEccQrm:\"Appointment only\",style:{width:\"100%\"},variant:\"gcMUPnvFJ\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13y494a\",\"data-framer-name\":\"Service 5\",id:elementId8,ref:ref9,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:\"280px\",y:(componentViewport?.y||0)+0+887+0+1286.9+0+2301.9+0+0+0+439+0+188+0+0},zkcmxfzuJ:{width:\"330.5px\",y:(componentViewport?.y||0)+0+866+0+1208+0+1227.7+0+0+0+0+192+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,width:`max((${componentViewport?.width||\"100vw\"} - 149px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1013+0+1178.5+0+1448.4+0+0+2.5+0+192+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-cwgmrq-container\",id:elementId9,nodeId:\"rkyZ_Q6ED\",ref:ref11,rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__targets:[{ref:ref9,target:\"J8Z9DGeU9\"},{ref:ref10,target:\"oglhus1l5\"}],variant:\"oglhus1l5\"},zkcmxfzuJ:{__framer__targets:[{ref:ref9,target:\"i7C2BksZs\"},{ref:ref10,target:\"svw6Mr_3a\"}],variant:\"svw6Mr_3a\"}},children:/*#__PURE__*/_jsx(SectionServicesTextWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref9,target:\"wJ6LDzGtj\"},{ref:ref10,target:\"gcMUPnvFJ\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"rkyZ_Q6ED\",layoutId:\"rkyZ_Q6ED\",oSrEccQrm:\"Comprehensive consultations\",style:{width:\"100%\"},variant:\"gcMUPnvFJ\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gqfyoj\",\"data-framer-name\":\"Service 5\",id:elementId10,ref:ref10,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:\"280px\",y:(componentViewport?.y||0)+0+887+0+1286.9+0+2301.9+0+0+0+439+0+235+0+0},zkcmxfzuJ:{width:\"330.5px\",y:(componentViewport?.y||0)+0+866+0+1208+0+1227.7+0+0+0+0+240+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,width:`max((${componentViewport?.width||\"100vw\"} - 149px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1013+0+1178.5+0+1448.4+0+0+2.5+0+240+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gbcou9-container\",nodeId:\"uoh32nToL\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__targets:[{ref:ref10,target:\"J8Z9DGeU9\"},{ref:ref12,target:\"oglhus1l5\"}],variant:\"oglhus1l5\"},zkcmxfzuJ:{__framer__targets:[{ref:ref10,target:\"i7C2BksZs\"},{ref:ref12,target:\"svw6Mr_3a\"}],variant:\"svw6Mr_3a\"}},children:/*#__PURE__*/_jsx(SectionServicesTextWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref10,target:\"wJ6LDzGtj\"},{ref:ref12,target:\"gcMUPnvFJ\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"uoh32nToL\",layoutId:\"uoh32nToL\",oSrEccQrm:\"On time and never rushed\",style:{width:\"100%\"},variant:\"gcMUPnvFJ\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4o20m5\",\"data-framer-name\":\"Service 5\",id:elementId11,ref:ref12,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:\"280px\",y:(componentViewport?.y||0)+0+887+0+1286.9+0+2301.9+0+0+0+439+0+282+0+0},zkcmxfzuJ:{width:\"330.5px\",y:(componentViewport?.y||0)+0+866+0+1208+0+1227.7+0+0+0+0+288+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,width:`max((${componentViewport?.width||\"100vw\"} - 149px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1013+0+1178.5+0+1448.4+0+0+2.5+0+288+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n97y7n-container\",nodeId:\"TGKvBwbyW\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__targets:[{ref:ref12,target:\"J8Z9DGeU9\"},{ref:ref13,target:\"oglhus1l5\"}],variant:\"oglhus1l5\"},zkcmxfzuJ:{__framer__targets:[{ref:ref12,target:\"i7C2BksZs\"},{ref:ref13,target:\"svw6Mr_3a\"}],variant:\"svw6Mr_3a\"}},children:/*#__PURE__*/_jsx(SectionServicesTextWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref12,target:\"wJ6LDzGtj\"},{ref:ref13,target:\"gcMUPnvFJ\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"TGKvBwbyW\",layoutId:\"TGKvBwbyW\",oSrEccQrm:\"Educational approach\",style:{width:\"100%\"},variant:\"gcMUPnvFJ\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16d7wzo\",\"data-framer-name\":\"Service 5\",id:elementId12,ref:ref13,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:\"280px\",y:(componentViewport?.y||0)+0+887+0+1286.9+0+2301.9+0+0+0+439+0+329+0+0},zkcmxfzuJ:{width:\"330.5px\",y:(componentViewport?.y||0)+0+866+0+1208+0+1227.7+0+0+0+0+336+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,width:`max((${componentViewport?.width||\"100vw\"} - 149px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1013+0+1178.5+0+1448.4+0+0+2.5+0+336+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jg91cv-container\",nodeId:\"kCQCWC0rB\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__targets:[{ref:ref13,target:\"J8Z9DGeU9\"},{ref:ref14,target:\"oglhus1l5\"}],variant:\"oglhus1l5\"},zkcmxfzuJ:{__framer__targets:[{ref:ref13,target:\"i7C2BksZs\"},{ref:ref14,target:\"svw6Mr_3a\"}],variant:\"svw6Mr_3a\"}},children:/*#__PURE__*/_jsx(SectionServicesTextWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref13,target:\"wJ6LDzGtj\"},{ref:ref14,target:\"gcMUPnvFJ\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"kCQCWC0rB\",layoutId:\"kCQCWC0rB\",oSrEccQrm:\"Easy to speak to\",style:{width:\"100%\"},variant:\"gcMUPnvFJ\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ojq6d8\",\"data-framer-name\":\"Service 5\",id:elementId13,ref:ref14,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:\"280px\",y:(componentViewport?.y||0)+0+887+0+1286.9+0+2301.9+0+0+0+439+0+376+0+0},zkcmxfzuJ:{width:\"330.5px\",y:(componentViewport?.y||0)+0+866+0+1208+0+1227.7+0+0+0+0+384+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,width:`max((${componentViewport?.width||\"100vw\"} - 149px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1013+0+1178.5+0+1448.4+0+0+2.5+0+384+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-tl7tgd-container\",nodeId:\"xyhtQeUFj\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__targets:[{ref:ref14,target:\"J8Z9DGeU9\"},{ref:ref15,target:\"oglhus1l5\"}],variant:\"oglhus1l5\"},zkcmxfzuJ:{__framer__targets:[{ref:ref14,target:\"i7C2BksZs\"},{ref:ref15,target:\"svw6Mr_3a\"}],variant:\"svw6Mr_3a\"}},children:/*#__PURE__*/_jsx(SectionServicesTextWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref14,target:\"wJ6LDzGtj\"},{ref:ref15,target:\"gcMUPnvFJ\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"xyhtQeUFj\",layoutId:\"xyhtQeUFj\",oSrEccQrm:\"Expert problem-solvers\",style:{width:\"100%\"},variant:\"gcMUPnvFJ\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5mw8u7\",\"data-framer-name\":\"Service 5\",id:elementId14,ref:ref15,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:\"280px\",y:(componentViewport?.y||0)+0+887+0+1286.9+0+2301.9+0+0+0+439+0+423+0+0},zkcmxfzuJ:{width:\"330.5px\",y:(componentViewport?.y||0)+0+866+0+1208+0+1227.7+0+0+0+0+432+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,width:`max((${componentViewport?.width||\"100vw\"} - 149px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1013+0+1178.5+0+1448.4+0+0+2.5+0+432+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1os88ry-container\",nodeId:\"Sws1jtEVL\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__targets:[{ref:ref15,target:\"J8Z9DGeU9\"},{ref:ref16,target:\"oglhus1l5\"}],variant:\"oglhus1l5\"},zkcmxfzuJ:{__framer__targets:[{ref:ref15,target:\"i7C2BksZs\"},{ref:ref16,target:\"svw6Mr_3a\"}],variant:\"svw6Mr_3a\"}},children:/*#__PURE__*/_jsx(SectionServicesTextWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref15,target:\"wJ6LDzGtj\"},{ref:ref16,target:\"gcMUPnvFJ\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"Sws1jtEVL\",layoutId:\"Sws1jtEVL\",oSrEccQrm:\"Community-minded\",style:{width:\"100%\"},variant:\"gcMUPnvFJ\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tnf8lw\",\"data-framer-name\":\"Service 5\",id:elementId15,ref:ref16,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:\"280px\",y:(componentViewport?.y||0)+0+887+0+1286.9+0+2301.9+0+0+0+439+0+470+0+0},zkcmxfzuJ:{width:\"330.5px\",y:(componentViewport?.y||0)+0+866+0+1208+0+1227.7+0+0+0+0+480+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,width:`max((${componentViewport?.width||\"100vw\"} - 149px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1013+0+1178.5+0+1448.4+0+0+2.5+0+480+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xhabw2-container\",nodeId:\"bpadqZgDY\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__targets:[{ref:ref16,target:\"J8Z9DGeU9\"},{ref:ref17,target:\"oglhus1l5\"}],variant:\"oglhus1l5\"},zkcmxfzuJ:{__framer__targets:[{ref:ref16,target:\"i7C2BksZs\"},{ref:ref17,target:\"svw6Mr_3a\"}],variant:\"svw6Mr_3a\"}},children:/*#__PURE__*/_jsx(SectionServicesTextWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref16,target:\"wJ6LDzGtj\"},{ref:ref17,target:\"gcMUPnvFJ\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"bpadqZgDY\",layoutId:\"bpadqZgDY\",oSrEccQrm:\"Warm and inviting space\",style:{width:\"100%\"},variant:\"gcMUPnvFJ\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-162665g\",\"data-framer-name\":\"Service 5\",id:elementId16,ref:ref17,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:\"280px\",y:(componentViewport?.y||0)+0+887+0+1286.9+0+2301.9+0+0+0+439+0+517+0+0},zkcmxfzuJ:{width:\"330.5px\",y:(componentViewport?.y||0)+0+866+0+1208+0+1227.7+0+0+0+0+528+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,width:`max((${componentViewport?.width||\"100vw\"} - 149px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1013+0+1178.5+0+1448.4+0+0+2.5+0+528+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15oc58k-container\",nodeId:\"CkBOZ7AiW\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__targets:[{ref:ref17,target:\"J8Z9DGeU9\"},{ref:ref18,target:\"oglhus1l5\"}],variant:\"oglhus1l5\"},zkcmxfzuJ:{__framer__targets:[{ref:ref17,target:\"i7C2BksZs\"},{ref:ref18,target:\"svw6Mr_3a\"}],variant:\"svw6Mr_3a\"}},children:/*#__PURE__*/_jsx(SectionServicesTextWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref17,target:\"wJ6LDzGtj\"},{ref:ref18,target:\"gcMUPnvFJ\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"CkBOZ7AiW\",layoutId:\"CkBOZ7AiW\",oSrEccQrm:\"Cut and style expertise\",style:{width:\"100%\"},variant:\"gcMUPnvFJ\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4ynn81\",\"data-framer-name\":\"Service 5\",id:elementId17,ref:ref18,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:\"280px\",y:(componentViewport?.y||0)+0+887+0+1286.9+0+2301.9+0+0+0+439+0+564+0+0},zkcmxfzuJ:{width:\"330.5px\",y:(componentViewport?.y||0)+0+866+0+1208+0+1227.7+0+0+0+0+576+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,width:`max((${componentViewport?.width||\"100vw\"} - 149px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1013+0+1178.5+0+1448.4+0+0+2.5+0+576+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15m6d5t-container\",id:elementId18,nodeId:\"XV92azfNe\",ref:ref20,rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__targets:[{ref:ref18,target:\"J8Z9DGeU9\"},{ref:ref19,target:\"oglhus1l5\"}],variant:\"oglhus1l5\"},zkcmxfzuJ:{__framer__targets:[{ref:ref18,target:\"i7C2BksZs\"},{ref:ref19,target:\"svw6Mr_3a\"}],variant:\"svw6Mr_3a\"}},children:/*#__PURE__*/_jsx(SectionServicesTextWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref18,target:\"wJ6LDzGtj\"},{ref:ref19,target:\"gcMUPnvFJ\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"XV92azfNe\",layoutId:\"XV92azfNe\",oSrEccQrm:\"Detailed haircut records\",style:{width:\"100%\"},variant:\"gcMUPnvFJ\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1741jnq\",\"data-framer-name\":\"Service 4\",id:elementId19,ref:ref19,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:\"280px\",y:(componentViewport?.y||0)+0+887+0+1286.9+0+2301.9+0+0+0+439+0+611+0+0},zkcmxfzuJ:{width:\"330.5px\",y:(componentViewport?.y||0)+0+866+0+1208+0+1227.7+0+0+0+0+624+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,width:`max((${componentViewport?.width||\"100vw\"} - 149px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1013+0+1178.5+0+1448.4+0+0+2.5+0+624+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14mmjce-container\",id:elementId20,nodeId:\"BW4uSSnRJ\",ref:ref22,rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__targets:[{ref:ref19,target:\"J8Z9DGeU9\"},{ref:ref21,target:\"oglhus1l5\"}],variant:\"oglhus1l5\"},zkcmxfzuJ:{__framer__targets:[{ref:ref19,target:\"i7C2BksZs\"},{ref:ref21,target:\"svw6Mr_3a\"}],variant:\"svw6Mr_3a\"}},children:/*#__PURE__*/_jsx(SectionServicesTextWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref19,target:\"wJ6LDzGtj\"},{ref:ref21,target:\"gcMUPnvFJ\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"BW4uSSnRJ\",layoutId:\"BW4uSSnRJ\",oSrEccQrm:\"Ready for any occasion\",style:{width:\"100%\"},variant:\"gcMUPnvFJ\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-a8en2d\",\"data-framer-name\":\"Service 4\",id:elementId21,ref:ref21,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:\"280px\",y:(componentViewport?.y||0)+0+887+0+1286.9+0+2301.9+0+0+0+439+0+658+0+0},zkcmxfzuJ:{width:\"330.5px\",y:(componentViewport?.y||0)+0+866+0+1208+0+1227.7+0+0+0+0+672+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,width:`max((${componentViewport?.width||\"100vw\"} - 149px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1013+0+1178.5+0+1448.4+0+0+2.5+0+672+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-c0o7eg-container\",id:elementId22,nodeId:\"kJTt5Db46\",ref:ref23,rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__targets:[{ref:ref21,target:\"J8Z9DGeU9\"},{ref:ref21,target:\"J8Z9DGeU9\"}],variant:\"oglhus1l5\"},zkcmxfzuJ:{__framer__targets:[{ref:ref21,target:\"i7C2BksZs\"},{ref:ref21,target:\"i7C2BksZs\"}],variant:\"svw6Mr_3a\"}},children:/*#__PURE__*/_jsx(SectionServicesTextWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref21,target:\"wJ6LDzGtj\"},{ref:ref21,target:\"wJ6LDzGtj\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"kJTt5Db46\",layoutId:\"kJTt5Db46\",oSrEccQrm:\"Quality products\",style:{width:\"100%\"},variant:\"gcMUPnvFJ\",width:\"100%\"})})})})})})]})]})}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v1ykk2 hidden-1h6rsta hidden-h8yy8w\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11hcoxf\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+1286.9+0+3485.9+0+0+0+0),pixelHeight:6535,pixelWidth:5228,sizes:\"147.5px\",src:\"https://framerusercontent.com/images/sN3KoBm4Lslg4x6T6XcaQ2M2a0.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/sN3KoBm4Lslg4x6T6XcaQ2M2a0.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/sN3KoBm4Lslg4x6T6XcaQ2M2a0.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/sN3KoBm4Lslg4x6T6XcaQ2M2a0.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/sN3KoBm4Lslg4x6T6XcaQ2M2a0.jpg 5228w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,pixelHeight:6535,pixelWidth:5228,src:\"https://framerusercontent.com/images/sN3KoBm4Lslg4x6T6XcaQ2M2a0.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/sN3KoBm4Lslg4x6T6XcaQ2M2a0.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/sN3KoBm4Lslg4x6T6XcaQ2M2a0.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/sN3KoBm4Lslg4x6T6XcaQ2M2a0.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/sN3KoBm4Lslg4x6T6XcaQ2M2a0.jpg 5228w\"},className:\"framer-1ifwcgq\",\"data-framer-name\":\"Photo Copy\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+1286.9+0+3485.9+0+0+0+0),pixelHeight:6830,pixelWidth:5464,positionX:\"right\",positionY:\"bottom\",sizes:\"147.5px\",src:\"https://framerusercontent.com/images/VVr6AhfwaEMhLXrnaHSi8YArtTY.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/VVr6AhfwaEMhLXrnaHSi8YArtTY.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/VVr6AhfwaEMhLXrnaHSi8YArtTY.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/VVr6AhfwaEMhLXrnaHSi8YArtTY.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/VVr6AhfwaEMhLXrnaHSi8YArtTY.jpg 5464w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,pixelHeight:6830,pixelWidth:5464,positionX:\"right\",positionY:\"bottom\",src:\"https://framerusercontent.com/images/VVr6AhfwaEMhLXrnaHSi8YArtTY.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/VVr6AhfwaEMhLXrnaHSi8YArtTY.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/VVr6AhfwaEMhLXrnaHSi8YArtTY.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/VVr6AhfwaEMhLXrnaHSi8YArtTY.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/VVr6AhfwaEMhLXrnaHSi8YArtTY.jpg 5464w\"},className:\"framer-17w6ue8\",\"data-framer-name\":\"Photo Copy\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+1286.9+0+3485.9+0+0+0+15),pixelHeight:3363,pixelWidth:2999,sizes:\"147.5px\",src:\"https://framerusercontent.com/images/cv1vHWAt907njvyNfDJlZhT5c.jpg\",srcSet:\"https://framerusercontent.com/images/cv1vHWAt907njvyNfDJlZhT5c.jpg?scale-down-to=1024 913w,https://framerusercontent.com/images/cv1vHWAt907njvyNfDJlZhT5c.jpg?scale-down-to=2048 1826w,https://framerusercontent.com/images/cv1vHWAt907njvyNfDJlZhT5c.jpg 2999w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,pixelHeight:3363,pixelWidth:2999,src:\"https://framerusercontent.com/images/cv1vHWAt907njvyNfDJlZhT5c.jpg\",srcSet:\"https://framerusercontent.com/images/cv1vHWAt907njvyNfDJlZhT5c.jpg?scale-down-to=1024 913w,https://framerusercontent.com/images/cv1vHWAt907njvyNfDJlZhT5c.jpg?scale-down-to=2048 1826w,https://framerusercontent.com/images/cv1vHWAt907njvyNfDJlZhT5c.jpg 2999w\"},className:\"framer-ob3jkq\",\"data-framer-name\":\"Photo Copy\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+1286.9+0+3485.9+0+0+0+15),pixelHeight:8192,pixelWidth:5464,sizes:\"147.5px\",src:\"https://framerusercontent.com/images/w0TRWBezxzl9AhtiHdSQ5WJsOY.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/w0TRWBezxzl9AhtiHdSQ5WJsOY.jpg?scale-down-to=1024 683w,https://framerusercontent.com/images/w0TRWBezxzl9AhtiHdSQ5WJsOY.jpg?scale-down-to=2048 1366w,https://framerusercontent.com/images/w0TRWBezxzl9AhtiHdSQ5WJsOY.jpg?scale-down-to=4096 2732w,https://framerusercontent.com/images/w0TRWBezxzl9AhtiHdSQ5WJsOY.jpg 5464w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,pixelHeight:8192,pixelWidth:5464,src:\"https://framerusercontent.com/images/w0TRWBezxzl9AhtiHdSQ5WJsOY.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/w0TRWBezxzl9AhtiHdSQ5WJsOY.jpg?scale-down-to=1024 683w,https://framerusercontent.com/images/w0TRWBezxzl9AhtiHdSQ5WJsOY.jpg?scale-down-to=2048 1366w,https://framerusercontent.com/images/w0TRWBezxzl9AhtiHdSQ5WJsOY.jpg?scale-down-to=4096 2732w,https://framerusercontent.com/images/w0TRWBezxzl9AhtiHdSQ5WJsOY.jpg 5464w\"},className:\"framer-9puy79\",\"data-framer-name\":\"Photo Copy\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vw0m8b\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+1286.9+0+3485.9+0+30+0+0),pixelHeight:715,pixelWidth:800,positionX:\"center\",positionY:\"top\",sizes:\"147.5px\",src:\"https://framerusercontent.com/images/YFnPw3GprXkr31FygO3xATS5w.jpg\",srcSet:\"https://framerusercontent.com/images/YFnPw3GprXkr31FygO3xATS5w.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/YFnPw3GprXkr31FygO3xATS5w.jpg 800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,pixelHeight:715,pixelWidth:800,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/YFnPw3GprXkr31FygO3xATS5w.jpg\",srcSet:\"https://framerusercontent.com/images/YFnPw3GprXkr31FygO3xATS5w.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/YFnPw3GprXkr31FygO3xATS5w.jpg 800w\"},className:\"framer-19fybv4\",\"data-framer-name\":\"Photo Copy\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+1286.9+0+3485.9+0+30+0+0),pixelHeight:6448,pixelWidth:5158,sizes:\"147.5px\",src:\"https://framerusercontent.com/images/YnBqBOVkWFg2DPZ3pVksG7VOY.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/YnBqBOVkWFg2DPZ3pVksG7VOY.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/YnBqBOVkWFg2DPZ3pVksG7VOY.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/YnBqBOVkWFg2DPZ3pVksG7VOY.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/YnBqBOVkWFg2DPZ3pVksG7VOY.jpg 5158w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,pixelHeight:6448,pixelWidth:5158,src:\"https://framerusercontent.com/images/YnBqBOVkWFg2DPZ3pVksG7VOY.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/YnBqBOVkWFg2DPZ3pVksG7VOY.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/YnBqBOVkWFg2DPZ3pVksG7VOY.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/YnBqBOVkWFg2DPZ3pVksG7VOY.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/YnBqBOVkWFg2DPZ3pVksG7VOY.jpg 5158w\"},className:\"framer-qymr0f\",\"data-framer-name\":\"Photo Copy\"})}),isDisplayed2()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,pixelHeight:6543,pixelWidth:5234,src:\"https://framerusercontent.com/images/iJiqiC2RJOYm6WRz57mTRZM6U9E.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/iJiqiC2RJOYm6WRz57mTRZM6U9E.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/iJiqiC2RJOYm6WRz57mTRZM6U9E.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/iJiqiC2RJOYm6WRz57mTRZM6U9E.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/iJiqiC2RJOYm6WRz57mTRZM6U9E.jpg 5234w\"},className:\"framer-1qw0y47 hidden-1k39h9d\",\"data-framer-name\":\"Photo Copy\"}),isDisplayed2()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,pixelHeight:8192,pixelWidth:5464,src:\"https://framerusercontent.com/images/12adCsnRwxHST5jkTnv8GsFeE.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/12adCsnRwxHST5jkTnv8GsFeE.jpg?scale-down-to=1024 683w,https://framerusercontent.com/images/12adCsnRwxHST5jkTnv8GsFeE.jpg?scale-down-to=2048 1366w,https://framerusercontent.com/images/12adCsnRwxHST5jkTnv8GsFeE.jpg?scale-down-to=4096 2732w,https://framerusercontent.com/images/12adCsnRwxHST5jkTnv8GsFeE.jpg 5464w\"},className:\"framer-19jf09z hidden-1k39h9d\",\"data-framer-name\":\"Photo Copy\"}),isDisplayed2()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,pixelHeight:4741,pixelWidth:4754,positionX:\"48.5%\",positionY:\"98.5%\",src:\"https://framerusercontent.com/images/nASbRcRMo1OtdJh9IlUd6HEtfs.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/nASbRcRMo1OtdJh9IlUd6HEtfs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nASbRcRMo1OtdJh9IlUd6HEtfs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/nASbRcRMo1OtdJh9IlUd6HEtfs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/nASbRcRMo1OtdJh9IlUd6HEtfs.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/nASbRcRMo1OtdJh9IlUd6HEtfs.jpg 4754w\"},className:\"framer-1ko12mt hidden-1k39h9d\",\"data-framer-name\":\"Photo Copy\"})]})]}),/*#__PURE__*/_jsx(MotionSectionWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-hfl8e8\",\"data-framer-name\":\"Team\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i4zzy1\",children:[isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kfhr2s hidden-1h6rsta hidden-h8yy8w\",\"data-framer-name\":\"Heading Wrapper\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kz1gzh-container\",nodeId:\"d6qcSgqsd\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(LineAnimation,{height:\"100%\",id:\"d6qcSgqsd\",layoutId:\"d6qcSgqsd\",nhvtjR0LA:\"rgba(0, 0, 0, 0.1)\",style:{height:\"100%\",width:\"100%\"},variant:\"ACUjCIFDT\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qax5z4\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1093572d-7680-4e0d-b714-727d9e1c3158, rgb(107, 107, 107))\",\"--framer-text-transform\":\"uppercase\"},children:\"the team behind your style \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1093572d-7680-4e0d-b714-727d9e1c3158, rgb(107, 107, 107))\",\"--framer-text-transform\":\"uppercase\"},children:\"(and Your Chair)\"})]}),className:\"framer-xd467n\",fonts:[\"FS;Switzer-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1i47546\",\"data-styles-preset\":\"Sh7QRdGdp\",children:\"People\"})}),className:\"framer-rjdchd\",\"data-framer-name\":\"our values\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ln8w4t hidden-1k39h9d\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1oax0s3-container\",nodeId:\"zvrF6igux\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(LineAnimation,{height:\"100%\",id:\"zvrF6igux\",layoutId:\"zvrF6igux\",nhvtjR0LA:\"rgba(0, 0, 0, 0.1)\",style:{height:\"100%\",width:\"100%\"},variant:\"ACUjCIFDT\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qk9j78\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1093572d-7680-4e0d-b714-727d9e1c3158, rgb(107, 107, 107))\",\"--framer-text-transform\":\"uppercase\"},children:\"the team behind your style (and Your  Chair)\"})}),className:\"framer-ais3wx\",fonts:[\"FS;Switzer-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:\"People\"})}),fonts:[\"CUSTOM;Rebori Regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1i47546\",\"data-styles-preset\":\"Sh7QRdGdp\",children:\"People\"})}),className:\"framer-1hpu8h4\",\"data-framer-name\":\"our values\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bi9ni3\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:\"310px\",y:(componentViewport?.y||0)+0+887+0+1286.9+0+3551.9+0+0+5+322.7+0+0},zkcmxfzuJ:{y:(componentViewport?.y||0)+0+866+0+1208+0+2007.7+0+0+205.7+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:459,width:`max((max(${componentViewport?.width||\"100vw\"} - 110px, 1px) - 25px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1013+0+1178.5+0+2259.4+0+0+216.7+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-f6az7o-container\",nodeId:\"y6qXGwid8\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(TeamCard,{height:\"100%\",id:\"y6qXGwid8\",layoutId:\"y6qXGwid8\",pRhVbW3Up:addImageAlt({pixelHeight:5247,pixelWidth:4908,src:\"https://framerusercontent.com/images/Tc1cu3kCBZPSJwF7BbkTZ9hqTw.jpg\",srcSet:\"https://framerusercontent.com/images/Tc1cu3kCBZPSJwF7BbkTZ9hqTw.jpg?scale-down-to=1024 957w,https://framerusercontent.com/images/Tc1cu3kCBZPSJwF7BbkTZ9hqTw.jpg?scale-down-to=2048 1915w,https://framerusercontent.com/images/Tc1cu3kCBZPSJwF7BbkTZ9hqTw.jpg?scale-down-to=4096 3831w,https://framerusercontent.com/images/Tc1cu3kCBZPSJwF7BbkTZ9hqTw.jpg 4908w\"},\"\"),QbsbPhov5:\"Heath Sowers \",style:{width:\"100%\"},uNFLaBT4L:\"Founder, Stylist\",variant:\"As_uFHfzp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:\"310px\",y:(componentViewport?.y||0)+0+887+0+1286.9+0+3551.9+0+0+5+322.7+0+489},zkcmxfzuJ:{y:(componentViewport?.y||0)+0+866+0+1208+0+2007.7+0+0+205.7+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:459,width:`max((max(${componentViewport?.width||\"100vw\"} - 110px, 1px) - 25px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1013+0+1178.5+0+2259.4+0+0+216.7+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1j785l8-container\",nodeId:\"oOesNsfu4\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(TeamCard,{height:\"100%\",id:\"oOesNsfu4\",layoutId:\"oOesNsfu4\",pRhVbW3Up:addImageAlt({pixelHeight:5949,pixelWidth:3631,src:\"https://framerusercontent.com/images/vx0gA0Om8zBmeIMkTB3OjE3NEI.jpg\",srcSet:\"https://framerusercontent.com/images/vx0gA0Om8zBmeIMkTB3OjE3NEI.jpg?scale-down-to=1024 625w,https://framerusercontent.com/images/vx0gA0Om8zBmeIMkTB3OjE3NEI.jpg?scale-down-to=2048 1250w,https://framerusercontent.com/images/vx0gA0Om8zBmeIMkTB3OjE3NEI.jpg?scale-down-to=4096 2500w,https://framerusercontent.com/images/vx0gA0Om8zBmeIMkTB3OjE3NEI.jpg 3631w\"},\"\"),QbsbPhov5:\"Cooper L.\",style:{width:\"100%\"},uNFLaBT4L:\"Stylist\",variant:\"As_uFHfzp\",width:\"100%\"})})})})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-yfiwuz\",\"data-framer-name\":\"Section Quote\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__styleAppearEffectEnabled:undefined},zkcmxfzuJ:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-nr53f3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\"},children:\"Finding the right barber can be challenging.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\"},children:\"Finding the right barber can be challenging.\"})}),className:\"framer-15fcf6s\",fonts:[\"CUSTOM;Rebori Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\"},children:\"Not only do you need to find someone technically skilled, but you also need to find a personality you mesh with \u2013 and that's what we're all about.\"})}),fonts:[\"GF;Inter Tight-regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jds6wy\",\"data-styles-preset\":\"IxMJXrsfr\",style:{\"--framer-text-alignment\":\"center\"},children:\"Not only do you need to find someone technically skilled, but you also need to find a personality you mesh with \u2013 and that's what we're all about.\"})}),className:\"framer-h2um3d\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{height:47,width:\"318px\",y:(componentViewport?.y||0)+0+887+0+1286.9+0+5100.6},zkcmxfzuJ:{y:(componentViewport?.y||0)+0+866+0+1208+0+2923.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"333px\",y:(componentViewport?.y||0)+0+1013+0+1178.5+0+3150.1,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kh4ihx-container\",nodeId:\"rc1NQIRsf\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",whileHover:animation,children:/*#__PURE__*/_jsx(ServiceButtons,{height:\"100%\",id:\"rc1NQIRsf\",layoutId:\"rc1NQIRsf\",style:{height:\"100%\",width:\"100%\"},variant:\"BFFnfLo4T\",width:\"100%\",WT30viBVN:\"Book your next cut with us\"})})})}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p6fgnn hidden-1k39h9d\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kr2i5l\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+1208+0+3015.4+15+-550.25+150.75),pixelHeight:6535,pixelWidth:5228,sizes:`max((${componentViewport?.width||\"100vw\"} - 353.9502px) / 3.5, 1px)`,src:\"https://framerusercontent.com/images/sN3KoBm4Lslg4x6T6XcaQ2M2a0.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/sN3KoBm4Lslg4x6T6XcaQ2M2a0.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/sN3KoBm4Lslg4x6T6XcaQ2M2a0.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/sN3KoBm4Lslg4x6T6XcaQ2M2a0.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/sN3KoBm4Lslg4x6T6XcaQ2M2a0.jpg 5228w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+3243.1+15+0+165),pixelHeight:6535,pixelWidth:5228,sizes:`max((${componentViewport?.width||\"100vw\"} - 155px) / 5, 1px)`,src:\"https://framerusercontent.com/images/sN3KoBm4Lslg4x6T6XcaQ2M2a0.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/sN3KoBm4Lslg4x6T6XcaQ2M2a0.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/sN3KoBm4Lslg4x6T6XcaQ2M2a0.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/sN3KoBm4Lslg4x6T6XcaQ2M2a0.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/sN3KoBm4Lslg4x6T6XcaQ2M2a0.jpg 5228w\"},className:\"framer-xo44u6\",\"data-framer-name\":\"Photo Copy\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+1208+0+3015.4+15+-550.25+85),pixelHeight:6830,pixelWidth:5464,positionX:\"center\",positionY:\"top\",sizes:\"198.9502px\",src:\"https://framerusercontent.com/images/aVlumkeTyufugWZtFd6FpcoNBY.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/aVlumkeTyufugWZtFd6FpcoNBY.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/aVlumkeTyufugWZtFd6FpcoNBY.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/aVlumkeTyufugWZtFd6FpcoNBY.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/aVlumkeTyufugWZtFd6FpcoNBY.jpg 5464w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+3243.1+15+0+0),pixelHeight:6830,pixelWidth:5464,positionX:\"center\",positionY:\"top\",sizes:`max((${componentViewport?.width||\"100vw\"} - 155px) * 0.3, 1px)`,src:\"https://framerusercontent.com/images/aVlumkeTyufugWZtFd6FpcoNBY.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/aVlumkeTyufugWZtFd6FpcoNBY.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/aVlumkeTyufugWZtFd6FpcoNBY.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/aVlumkeTyufugWZtFd6FpcoNBY.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/aVlumkeTyufugWZtFd6FpcoNBY.jpg 5464w\"},className:\"framer-wg7ndh\",\"data-framer-name\":\"Photo Copy\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+1208+0+3015.4+15+-550.25+150.75),pixelHeight:6830,pixelWidth:5464,sizes:`max((${componentViewport?.width||\"100vw\"} - 353.9502px) / 3.5, 1px)`,src:\"https://framerusercontent.com/images/VVr6AhfwaEMhLXrnaHSi8YArtTY.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/VVr6AhfwaEMhLXrnaHSi8YArtTY.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/VVr6AhfwaEMhLXrnaHSi8YArtTY.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/VVr6AhfwaEMhLXrnaHSi8YArtTY.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/VVr6AhfwaEMhLXrnaHSi8YArtTY.jpg 5464w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+3243.1+15+0+165),pixelHeight:6830,pixelWidth:5464,sizes:`max((${componentViewport?.width||\"100vw\"} - 155px) / 5, 1px)`,src:\"https://framerusercontent.com/images/VVr6AhfwaEMhLXrnaHSi8YArtTY.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/VVr6AhfwaEMhLXrnaHSi8YArtTY.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/VVr6AhfwaEMhLXrnaHSi8YArtTY.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/VVr6AhfwaEMhLXrnaHSi8YArtTY.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/VVr6AhfwaEMhLXrnaHSi8YArtTY.jpg 5464w\"},className:\"framer-1awgysa\",\"data-framer-name\":\"Photo Copy\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+1208+0+3015.4+15+-550.25+0),pixelHeight:8192,pixelWidth:5464,sizes:`max((${componentViewport?.width||\"100vw\"} - 353.9502px) * 0.4286, 1px)`,src:\"https://framerusercontent.com/images/w0TRWBezxzl9AhtiHdSQ5WJsOY.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/w0TRWBezxzl9AhtiHdSQ5WJsOY.jpg?scale-down-to=1024 683w,https://framerusercontent.com/images/w0TRWBezxzl9AhtiHdSQ5WJsOY.jpg?scale-down-to=2048 1366w,https://framerusercontent.com/images/w0TRWBezxzl9AhtiHdSQ5WJsOY.jpg?scale-down-to=4096 2732w,https://framerusercontent.com/images/w0TRWBezxzl9AhtiHdSQ5WJsOY.jpg 5464w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+3243.1+15+0+14.25),pixelHeight:8192,pixelWidth:5464,sizes:`max((${componentViewport?.width||\"100vw\"} - 155px) * 0.3, 1px)`,src:\"https://framerusercontent.com/images/w0TRWBezxzl9AhtiHdSQ5WJsOY.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/w0TRWBezxzl9AhtiHdSQ5WJsOY.jpg?scale-down-to=1024 683w,https://framerusercontent.com/images/w0TRWBezxzl9AhtiHdSQ5WJsOY.jpg?scale-down-to=2048 1366w,https://framerusercontent.com/images/w0TRWBezxzl9AhtiHdSQ5WJsOY.jpg?scale-down-to=4096 2732w,https://framerusercontent.com/images/w0TRWBezxzl9AhtiHdSQ5WJsOY.jpg 5464w\"},className:\"framer-lxuer0\",\"data-framer-name\":\"Photo Copy\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ul77ub\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+1208+0+3015.4+15+-232.75+544.5),pixelHeight:6830,pixelWidth:5464,positionX:\"center\",positionY:\"top\",sizes:`max((${componentViewport?.width||\"100vw\"} - 170px) / 5.5, 1px)`,src:\"https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg 5464w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+3243.1+15+346+544.5),pixelHeight:6830,pixelWidth:5464,positionX:\"center\",positionY:\"top\",sizes:`max((${componentViewport?.width||\"100vw\"} - 170px) / 5.5, 1px)`,src:\"https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg 5464w\"},className:\"framer-10dnot7\",\"data-framer-name\":\"Photo Copy\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+1208+0+3015.4+15+-232.75+544.5),pixelHeight:6448,pixelWidth:5158,sizes:`max((${componentViewport?.width||\"100vw\"} - 170px) / 5.5, 1px)`,src:\"https://framerusercontent.com/images/YnBqBOVkWFg2DPZ3pVksG7VOY.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/YnBqBOVkWFg2DPZ3pVksG7VOY.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/YnBqBOVkWFg2DPZ3pVksG7VOY.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/YnBqBOVkWFg2DPZ3pVksG7VOY.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/YnBqBOVkWFg2DPZ3pVksG7VOY.jpg 5158w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+3243.1+15+346+544.5),pixelHeight:6448,pixelWidth:5158,sizes:`max((${componentViewport?.width||\"100vw\"} - 170px) / 5.5, 1px)`,src:\"https://framerusercontent.com/images/YnBqBOVkWFg2DPZ3pVksG7VOY.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/YnBqBOVkWFg2DPZ3pVksG7VOY.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/YnBqBOVkWFg2DPZ3pVksG7VOY.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/YnBqBOVkWFg2DPZ3pVksG7VOY.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/YnBqBOVkWFg2DPZ3pVksG7VOY.jpg 5158w\"},className:\"framer-1cybw6t\",\"data-framer-name\":\"Photo Copy\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+1208+0+3015.4+15+-232.75+393),pixelHeight:8192,pixelWidth:4608,sizes:`max((${componentViewport?.width||\"100vw\"} - 170px) / 5.5, 1px)`,src:\"https://framerusercontent.com/images/I4lyEXvD89Zpug6QnRJiERP41g.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/I4lyEXvD89Zpug6QnRJiERP41g.jpg?scale-down-to=1024 576w,https://framerusercontent.com/images/I4lyEXvD89Zpug6QnRJiERP41g.jpg?scale-down-to=2048 1152w,https://framerusercontent.com/images/I4lyEXvD89Zpug6QnRJiERP41g.jpg?scale-down-to=4096 2304w,https://framerusercontent.com/images/I4lyEXvD89Zpug6QnRJiERP41g.jpg 4608w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+3243.1+15+346+393),pixelHeight:8192,pixelWidth:4608,sizes:`max((${componentViewport?.width||\"100vw\"} - 170px) / 5.5, 1px)`,src:\"https://framerusercontent.com/images/I4lyEXvD89Zpug6QnRJiERP41g.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/I4lyEXvD89Zpug6QnRJiERP41g.jpg?scale-down-to=1024 576w,https://framerusercontent.com/images/I4lyEXvD89Zpug6QnRJiERP41g.jpg?scale-down-to=2048 1152w,https://framerusercontent.com/images/I4lyEXvD89Zpug6QnRJiERP41g.jpg?scale-down-to=4096 2304w,https://framerusercontent.com/images/I4lyEXvD89Zpug6QnRJiERP41g.jpg 4608w\"},className:\"framer-1p4qg1o\",\"data-framer-name\":\"Photo Copy\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+1208+0+3015.4+15+-232.75+0),pixelHeight:1350,pixelWidth:1080,sizes:`max((${componentViewport?.width||\"100vw\"} - 170px) / 5.5, 1px)`,src:\"https://framerusercontent.com/images/NH9vvEhUpQG9cyqBPc7WajzQPA.jpg\",srcSet:\"https://framerusercontent.com/images/NH9vvEhUpQG9cyqBPc7WajzQPA.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/NH9vvEhUpQG9cyqBPc7WajzQPA.jpg 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+3243.1+15+346+0),pixelHeight:1350,pixelWidth:1080,sizes:`max((${componentViewport?.width||\"100vw\"} - 170px) / 5.5, 1px)`,src:\"https://framerusercontent.com/images/NH9vvEhUpQG9cyqBPc7WajzQPA.jpg\",srcSet:\"https://framerusercontent.com/images/NH9vvEhUpQG9cyqBPc7WajzQPA.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/NH9vvEhUpQG9cyqBPc7WajzQPA.jpg 1080w\"},className:\"framer-mykxp2\",\"data-framer-name\":\"Photo Copy\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+1208+0+3015.4+15+-232.75+.5),pixelHeight:715,pixelWidth:800,positionX:\"center\",positionY:\"top\",sizes:`max((${componentViewport?.width||\"100vw\"} - 170px) * 0.2727, 1px)`,src:\"https://framerusercontent.com/images/YFnPw3GprXkr31FygO3xATS5w.jpg\",srcSet:\"https://framerusercontent.com/images/YFnPw3GprXkr31FygO3xATS5w.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/YFnPw3GprXkr31FygO3xATS5w.jpg 800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2560,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+3243.1+15+346+.5),pixelHeight:1067,pixelWidth:1600,positionX:\"center\",positionY:\"top\",sizes:`max((${componentViewport?.width||\"100vw\"} - 170px) * 0.2727, 1px)`,src:\"https://framerusercontent.com/images/icn6JlHRp0guDOL0OnGI9JfFPI.jpg\",srcSet:\"https://framerusercontent.com/images/icn6JlHRp0guDOL0OnGI9JfFPI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/icn6JlHRp0guDOL0OnGI9JfFPI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/icn6JlHRp0guDOL0OnGI9JfFPI.jpg 1600w\"},className:\"framer-1g014nj\",\"data-framer-name\":\"Photo Copy\"})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__animate:{transition:transition1}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1d4xkrv\",\"data-framer-name\":\"Testimonials\",id:elementId23,ref:ref24,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14l4r6v\",\"data-framer-name\":\"Heading Wrapper\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-tcjrh7 hidden-h8yy8w hidden-1k39h9d\",\"data-framer-name\":\"Stack Vertical\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-k0d61m-container\",nodeId:\"lkSXp6ImM\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__variantAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(LineAnimationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"Ya80mLiZ2\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"ACUjCIFDT\",height:\"100%\",id:\"lkSXp6ImM\",layoutId:\"lkSXp6ImM\",nhvtjR0LA:\"rgba(0, 0, 0, 0.1)\",style:{height:\"100%\",width:\"100%\"},variant:\"ACUjCIFDT\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1xnst1z\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-99fd3d43-127b-46cf-9ab2-a2f72c95504a, rgb(128, 128, 128))\",\"--framer-text-transform\":\"uppercase\"},children:\"Don't just take our word for it.\"})}),className:\"framer-1dmz9qj\",fonts:[\"FS;Switzer-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:\"Reviews\"})}),fonts:[\"CUSTOM;Rebori Regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1i47546\",\"data-styles-preset\":\"Sh7QRdGdp\",children:\"Reviews\"})}),className:\"framer-1elje1o\",\"data-framer-name\":\"our values\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y6kg4k\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d4hpz2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cuxegw\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t1m605\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-tg4o0c\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"Eli O.\"})}),fonts:[\"GF;Inter Tight-500\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-900ltp\",\"data-styles-preset\":\"Zlrt2Tzwr\",children:\"Eli O.\"})}),className:\"framer-1t8jxyu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+1286.9+0+5183.6+0+227.7+0+0+0+0+30+0+0),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"}},zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+1208+0+3387.4+0+218.7+0+0+0+0+30+0+0+39),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+4745.1+0+253.7+0+0+0+30+0+0),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"},className:\"framer-cbm4wc\",\"data-framer-name\":\"5 star\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Mains is the barbershop I've been searching for since moving to Bellingham 3 years ago. It's calm, friendly, great music, and Cooper gives the best bald fade I've ever had with such careful attention to detail, a genuine heart, and a great sense of humor. Recommend Mains 10/10!\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.7em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Mains is the barbershop I've been searching for since moving to Bellingham 3 years ago. It's calm, friendly, great music, and Cooper gives the best bald fade I've ever had with such careful attention to detail, a genuine heart, and a great sense of humor. Recommend Mains 10/10!\"})}),className:\"framer-1sl3bgx\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nyzb59\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zolgh0\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-stgqvt\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"Carla R. \"})}),fonts:[\"GF;Inter Tight-500\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-900ltp\",\"data-styles-preset\":\"Zlrt2Tzwr\",children:\"Carla R. \"})}),className:\"framer-6t2srz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+1286.9+0+5183.6+0+227.7+0+0+0+237.5+30+0+0),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"}},zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+1208+0+3387.4+0+218.7+0+0+0+300.5+30+0+0+39),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+4745.1+0+253.7+0+0+261.5+30+0+0),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"},className:\"framer-1hbec53\",\"data-framer-name\":\"5 star\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"My 2 teenage sons and husband all go to Mains Hair studio. They always get amazing cuts and styles. In fact, my husband always raves about the quality of the cut! Heath does an amazing job listening to what they want and providing a style that also suits their hair type and lifestyle. Also a wonderful atmosphere. Definitely recommend.\"})}),fonts:[\"GF;Inter-regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.7em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"My 2 teenage sons and husband all go to Mains Hair studio. They always get amazing cuts and styles. In fact, my husband always raves about the quality of the cut! Heath does an amazing job listening to what they want and providing a style that also suits their hair type and lifestyle. Also a wonderful atmosphere. Definitely recommend.\"})}),className:\"framer-1s0hpz8\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qpjkzx\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lqk71v\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1030axi\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"Max R.\"})}),fonts:[\"GF;Inter Tight-500\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-900ltp\",\"data-styles-preset\":\"Zlrt2Tzwr\",children:\"Max R.\"})}),className:\"framer-9hs9ch\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+1286.9+0+5183.6+0+227.7+0+0+0+460+30+0+0),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"}},zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+1208+0+3387.4+0+218.7+0+0+0+601+30+0+0+39),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+4745.1+0+253.7+0+0+523+30+0+0),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"},className:\"framer-1oie4vk\",\"data-framer-name\":\"5 star\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Cooper and Heath are two genuinely good people who should take pride in what they do! They're friendly, welcoming, and an absolute pleasure to be around. Can't recommend Mains enough :)\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Cooper and Heath are two genuinely good people who should take pride in what they do! They're friendly, welcoming, and an absolute pleasure to be around. Can't recommend Mains enough :)\"})}),className:\"framer-5gs4sv\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12uyegt\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10kmzvw\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1n3cewd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"Peter B.\"})}),fonts:[\"GF;Inter Tight-500\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-900ltp\",\"data-styles-preset\":\"Zlrt2Tzwr\",children:\"Peter B.\"})}),className:\"framer-1xz51gj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+1286.9+0+5183.6+0+227.7+0+0+0+710.5+30+0+0),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"}},zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+1208+0+3387.4+0+218.7+0+0+0+893.5+30+0+0+39),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+4745.1+0+253.7+0+0+776.5+30+0+0),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"},className:\"framer-s2teqf\",\"data-framer-name\":\"5 star\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Great cut. Cool, calm, stylish space. Switched to these guys from a local salon and will stay with them. Really impressed!\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Great cut. Cool, calm, stylish space. Switched to these guys from a local salon and will stay with them. Really impressed!\"})}),className:\"framer-14jk942\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15g99a7\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gs570l\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fj3gx8\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-rra1ak\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"Shawn F.\"})}),fonts:[\"GF;Inter Tight-500\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-900ltp\",\"data-styles-preset\":\"Zlrt2Tzwr\",children:\"Shawn F.\"})}),className:\"framer-1amndiv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+1286.9+0+5183.6+0+227.7+0+956+0+0+30+0+0),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"}},zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+1208+0+3387.4+0+218.7+0+1186+0+0+30+0+0+39),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+4745.1+0+253.7+0+0+0+30+0+0),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"},className:\"framer-1w7li4q\",\"data-framer-name\":\"5 star\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"I never got what i would say is a good haircut before! With that being said, not only do they crush but they are super consistent!\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"I never got what i would say is a good haircut before! With that being said, not only do they crush but they are super consistent!\"})}),className:\"framer-1qrbbur\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kdmxg4 hidden-h8yy8w\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b8umwg\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1izyxec\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"Nicholas C.\"})}),fonts:[\"GF;Inter Tight-500\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-900ltp\",\"data-styles-preset\":\"Zlrt2Tzwr\",children:\"Nicholas C.\"})}),className:\"framer-16da7w7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+1286.9+0+5183.6+0+227.7+0+956+0+255.5+30+0+0),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+4745.1+0+253.7+0+0+263.5+30+0+0),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"},className:\"framer-nkogl0\",\"data-framer-name\":\"5 star\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Absolutely love this place, I go to Cooper and he does an absolutely phenomenal job! I have lived all over the United states and this is the first place I actually get excited to go to. Easy conversation, both of the gentlemen that work there are phenomenal humans, and the cuts are just *chefs kiss*.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Absolutely love this place, I go to Cooper and he does an absolutely phenomenal job! I have lived all over the United states and this is the first place I actually get excited to go to. Easy conversation, both of the gentlemen that work there are phenomenal humans, and the cuts are just *chefs kiss*.\"})}),className:\"framer-if385v\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gd5cem\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mlgmyf\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-q2cxov\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"Jovani R.\"})}),fonts:[\"GF;Inter Tight-500\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-900ltp\",\"data-styles-preset\":\"Zlrt2Tzwr\",children:\"Jovani R.\"})}),className:\"framer-1tdv4vi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+1286.9+0+5183.6+0+227.7+0+956+0+501+30+0+0),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"}},zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+1208+0+3387.4+0+218.7+0+1186+0+302.5+30+0+0+39),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+4745.1+0+253.7+0+0+517+30+0+0),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"},className:\"framer-1jwshkm\",\"data-framer-name\":\"5 star\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Mains is great, I feel comfortable getting haircuts from either person there. I feel like they really do an amazing job of understanding what somebody wants. I\u2019d recommend this place to anybody looking for a top-tier experience.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Mains is great, I feel comfortable getting haircuts from either person there. I feel like they really do an amazing job of understanding what somebody wants. I\u2019d recommend this place to anybody looking for a top-tier experience.\"})}),className:\"framer-bkms7z\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ij56j9\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12uw4r\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-am77jc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"River P.\"})}),fonts:[\"GF;Inter Tight-500\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-900ltp\",\"data-styles-preset\":\"Zlrt2Tzwr\",children:\"River P.\"})}),className:\"framer-1ncqw3l\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+1286.9+0+5183.6+0+227.7+0+956+0+746.5+30+0+0),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"}},zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+1208+0+3387.4+0+218.7+0+1186+0+595+30+0+0+39),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+4745.1+0+253.7+0+0+770.5+30+0+0),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"},className:\"framer-7q7nz8\",\"data-framer-name\":\"5 star\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Love getting my cut from Heath. Good conversations and always consistent amazing cuts!\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Love getting my cut from Heath. Good conversations and always consistent amazing cuts!\"})}),className:\"framer-18cvb1j\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v3ywsm\",children:[isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8ag2rw hidden-1k39h9d\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16zgzun\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-usg1o0\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-900ltp\",\"data-styles-preset\":\"Zlrt2Tzwr\",children:\"David B.\"})}),className:\"framer-xfm91q\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+1208+0+3387.4+0+218.7+0+2366+0+0+30+0+0+39),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+4745.1+0+253.7+0+0+0+30+0+0),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"},className:\"framer-1qlkhnw\",\"data-framer-name\":\"5 star\"})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"After drifting aimlessly for a few months, Heath has become my go-to for a great haircut that grows out just how I want it to.\"})}),className:\"framer-pffpim\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wghp20\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ebgtd\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-75wg9m\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"West B. \"})}),fonts:[\"GF;Inter Tight-500\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-900ltp\",\"data-styles-preset\":\"Zlrt2Tzwr\",children:\"West B. \"})}),className:\"framer-1grt7ws\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+1286.9+0+5183.6+0+227.7+0+1948+0+230.5+30+0+0),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"}},zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+1208+0+3387.4+0+218.7+0+2366+0+292.5+30+0+0+39),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+4745.1+0+253.7+0+0+253.5+30+0+0),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"},className:\"framer-li4v1d\",\"data-framer-name\":\"5 star\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Cooper is the absolute best! He\u2019s a super knowledgeable barber that can make any haircut work flawlessly. Mains is a very welcoming and clean environment with great people and a good experience overall.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Cooper is the absolute best! He\u2019s a super knowledgeable barber that can make any haircut work flawlessly. Mains is a very welcoming and clean environment with great people and a good experience overall.\"})}),className:\"framer-z1bckb\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qsrhto\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f63wbo\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w0o8n0\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"Josh C.\"})}),fonts:[\"GF;Inter Tight-500\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-900ltp\",\"data-styles-preset\":\"Zlrt2Tzwr\",children:\"Josh C.\"})}),className:\"framer-hvbun2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+1286.9+0+5183.6+0+227.7+0+1948+0+476+30+0+0),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"}},zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+1208+0+3387.4+0+218.7+0+2366+0+585+30+0+0+39),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+4745.1+0+253.7+0+0+507+30+0+0),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"},className:\"framer-16mzjgm\",\"data-framer-name\":\"5 star\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Every barber at Mains is exceptional. They take each detail in the process seriously and professionally. The entire ship is a step above the rest.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Every barber at Mains is exceptional. They take each detail in the process seriously and professionally. The entire ship is a step above the rest.\"})}),className:\"framer-176rl2n\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17illy6 hidden-h8yy8w\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hsdfpj\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1l9x0xk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtNTAw\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"Ben M.\"})}),fonts:[\"GF;Inter Tight-500\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-900ltp\",\"data-styles-preset\":\"Zlrt2Tzwr\",children:\"Ben M.\"})}),className:\"framer-1h20klu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+1286.9+0+5183.6+0+227.7+0+1948+0+0+30+0+0),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+4745.1+0+253.7+0+0+760.5+30+0+0),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"},className:\"framer-34p0g4\",\"data-framer-name\":\"5 star\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"I got the best hair cut of my life, and I\u2019m pretty old. Cooper did a great job.\"})}),fonts:[\"GF;Inter-regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"I got the best hair cut of my life, and I\u2019m pretty old. Cooper did a great job.\"})}),className:\"framer-1r9frfd\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15172gd hidden-h8yy8w hidden-1k39h9d\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15dg2kn\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-plkrft\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-900ltp\",\"data-styles-preset\":\"Zlrt2Tzwr\",children:\"Cullen W. \"})}),className:\"framer-meydc4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+1178.5+0+4745.1+0+253.7+0+0+1014+30+0+0),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"},className:\"framer-384hs0\",\"data-framer-name\":\"5 star\"})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Killer spot, real nice staff, and the best cuts I\u2019ve had consistently in a long time.\"})}),className:\"framer-17x49m8\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed5()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-50mhi hidden-1h6rsta hidden-1k39h9d\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-96bckl\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kcjkj7\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-900ltp\",\"data-styles-preset\":\"Zlrt2Tzwr\",children:\"Nicholas C.\"})}),className:\"framer-1xc7os1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+1208+0+3387.4+0+218.7+0+2073.5+30+0+0+39),pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:25.5,intrinsicWidth:100,pixelHeight:51,pixelWidth:200,src:\"https://framerusercontent.com/images/LXipXsgiFp6kFqhDmSfbSUYbvW4.png\"},className:\"framer-1sih102\",\"data-framer-name\":\"5 star\"})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(102, 102, 102)\"},children:\"Absolutely love this place, I go to Cooper and he does an absolutely phenomenal job! I have lived all over the United states and this is the first place I actually get excited to go to. Easy conversation, both of the gentlemen that work there are phenomenal humans, and the cuts are just *chefs kiss*.\"})}),className:\"framer-1u1z7j1\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})]}),isDisplayed4()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{height:57,width:\"275px\",y:(componentViewport?.y||0)+0+887+0+9412.7}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,width:\"295px\",y:(componentViewport?.y||0)+0+1013+0+7474.8,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1erh57z-container hidden-h8yy8w\",nodeId:\"T1utC5iSF\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",whileHover:animation,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{variant:\"BFFnfLo4T\"}},children:/*#__PURE__*/_jsx(ServiceButtons,{height:\"100%\",id:\"T1utC5iSF\",layoutId:\"T1utC5iSF\",style:{height:\"100%\",width:\"100%\"},variant:\"JBWiiFIf8\",width:\"100%\",WT30viBVN:\"Book your next cut\"})})})})}),isDisplayed5()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{height:52,width:\"232px\",y:(componentViewport?.y||0)+0+866+0+6900}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xoyyl7-container hidden-1h6rsta hidden-1k39h9d\",nodeId:\"bT4_u9qN7\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(ServiceButtons,{height:\"100%\",id:\"bT4_u9qN7\",layoutId:\"bT4_u9qN7\",style:{height:\"100%\",width:\"100%\"},variant:\"BFFnfLo4T\",width:\"100%\",WT30viBVN:\"Book your next cut\"})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-1uj6hsp\",\"data-framer-name\":\"Products & tools\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5oppgw\",\"data-framer-name\":\"Heading Wrapper\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a3y7z1-container\",nodeId:\"qBe3MeuS6\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(LineAnimation,{height:\"100%\",id:\"qBe3MeuS6\",layoutId:\"qBe3MeuS6\",nhvtjR0LA:\"rgba(0, 0, 0, 0.1)\",style:{height:\"100%\",width:\"100%\"},variant:\"ACUjCIFDT\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ukpq6l\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-99fd3d43-127b-46cf-9ab2-a2f72c95504a, rgb(128, 128, 128))\",\"--framer-text-transform\":\"uppercase\"},children:\"Only the best\"})}),className:\"framer-1gcu7ho\",fonts:[\"FS;Switzer-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:\"Products & Tools\"})}),fonts:[\"CUSTOM;Rebori Regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1i47546\",\"data-styles-preset\":\"Sh7QRdGdp\",children:\"Products & Tools\"})}),className:\"framer-1habjr8\",\"data-framer-name\":\"our values\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-yjh2ur\",\"data-framer-name\":\"TOOLS\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16e91o\",\"data-framer-name\":\"Products & tools logos\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z52472\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p1ag3a\",children:/*#__PURE__*/_jsx(Link,{href:\"https://mizutaniscissors.ca/\",motionChild:true,nodeId:\"STlZMvFKe\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+9469.7+40+0+0+37+0+146.7+0+0+30+0+0+0+0+0),pixelHeight:300,pixelWidth:218,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/bPk6fy799yEu4a78QhMow91HI7E.png\"}},zkcmxfzuJ:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+6964+0+0+240+37+0+135.7+43+0+0+0+0+0+0+0),pixelHeight:300,pixelWidth:218,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/bPk6fy799yEu4a78QhMow91HI7E.png\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+7532.8+46+0+0+37+0+146.7+46+0+0+0+0+0+0+0),pixelHeight:300,pixelWidth:218,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/bPk6fy799yEu4a78QhMow91HI7E.png\"},className:\"framer-1cei622 framer-174rgin\",\"data-framer-name\":\"Image\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cmj8x4\",children:/*#__PURE__*/_jsx(Link,{href:\"https://blindbarber.com/\",motionChild:true,nodeId:\"gkBXsAthu\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+9469.7+40+0+0+37+0+146.7+0+0+30+0+0+155+0+0),pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/5Elqptr3Ov4SvayYRfk3b0ZE2g.png\"}},zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+6964+0+0+240+37+0+135.7+43+0+0+0+0+0+0+0),pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/5Elqptr3Ov4SvayYRfk3b0ZE2g.png\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+7532.8+46+0+0+37+0+146.7+46+0+0+0+0+0+0+0),pixelHeight:400,pixelWidth:400,src:\"https://framerusercontent.com/images/5Elqptr3Ov4SvayYRfk3b0ZE2g.png\"},className:\"framer-mgrqc framer-174rgin\",\"data-framer-name\":\"Image\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-c5n30d\",children:/*#__PURE__*/_jsx(Link,{href:\"https://fivewits.com/\",motionChild:true,nodeId:\"KIlYmICMl\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+9469.7+40+0+0+37+0+146.7+0+0+30+0+0+340+0+0),pixelHeight:594,pixelWidth:416,positionX:\"center\",positionY:\"center\",sizes:\"120px\",src:\"https://framerusercontent.com/images/5TDNhScHIFhc3n2XzvOOV7nfFvE.png\",srcSet:\"https://framerusercontent.com/images/5TDNhScHIFhc3n2XzvOOV7nfFvE.png 416w\"}},zkcmxfzuJ:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+6964+0+0+240+37+0+135.7+43+0+0+0+0+0+0+0),pixelHeight:594,pixelWidth:416,positionX:\"center\",positionY:\"center\",sizes:\"100px\",src:\"https://framerusercontent.com/images/5TDNhScHIFhc3n2XzvOOV7nfFvE.png\",srcSet:\"https://framerusercontent.com/images/5TDNhScHIFhc3n2XzvOOV7nfFvE.png 416w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+7532.8+46+0+0+37+0+146.7+46+0+0+0+0+0+0+0),pixelHeight:594,pixelWidth:416,positionX:\"center\",positionY:\"center\",sizes:\"200px\",src:\"https://framerusercontent.com/images/5TDNhScHIFhc3n2XzvOOV7nfFvE.png\",srcSet:\"https://framerusercontent.com/images/5TDNhScHIFhc3n2XzvOOV7nfFvE.png 416w\"},className:\"framer-1axk920 framer-174rgin\",\"data-framer-name\":\"Image\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-confrw\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.stephenjbrand.shop/\",motionChild:true,nodeId:\"MX5I3uhlr\",openInNewTab:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+9469.7+40+0+0+37+0+146.7+0+0+30+0+0+525+0+0),pixelHeight:393,pixelWidth:1920,positionX:\"center\",positionY:\"center\",sizes:\"120px\",src:\"https://framerusercontent.com/images/CXbRvNJxewkQoYFKROlbIjOCjw0.webp\",srcSet:\"https://framerusercontent.com/images/CXbRvNJxewkQoYFKROlbIjOCjw0.webp?scale-down-to=512 512w,https://framerusercontent.com/images/CXbRvNJxewkQoYFKROlbIjOCjw0.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/CXbRvNJxewkQoYFKROlbIjOCjw0.webp 1920w\"}},zkcmxfzuJ:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+6964+0+0+240+37+0+135.7+43+0+0+0+0+0+0+0),pixelHeight:393,pixelWidth:1920,positionX:\"center\",positionY:\"center\",sizes:\"96px\",src:\"https://framerusercontent.com/images/CXbRvNJxewkQoYFKROlbIjOCjw0.webp\",srcSet:\"https://framerusercontent.com/images/CXbRvNJxewkQoYFKROlbIjOCjw0.webp?scale-down-to=512 512w,https://framerusercontent.com/images/CXbRvNJxewkQoYFKROlbIjOCjw0.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/CXbRvNJxewkQoYFKROlbIjOCjw0.webp 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+7532.8+46+0+0+37+0+146.7+46+0+0+0+0+0+0+0),pixelHeight:393,pixelWidth:1920,positionX:\"center\",positionY:\"center\",sizes:\"200px\",src:\"https://framerusercontent.com/images/CXbRvNJxewkQoYFKROlbIjOCjw0.webp\",srcSet:\"https://framerusercontent.com/images/CXbRvNJxewkQoYFKROlbIjOCjw0.webp?scale-down-to=512 512w,https://framerusercontent.com/images/CXbRvNJxewkQoYFKROlbIjOCjw0.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/CXbRvNJxewkQoYFKROlbIjOCjw0.webp 1920w\"},className:\"framer-1pwbfid framer-174rgin\",\"data-framer-name\":\"Image\"})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ce2b23\",\"data-framer-name\":\"Heading Wrapper\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-196r6jj-container\",nodeId:\"ZmV0ahdbb\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__variantAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(LineAnimationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"Ya80mLiZ2\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"ACUjCIFDT\",height:\"100%\",id:\"ZmV0ahdbb\",layoutId:\"ZmV0ahdbb\",nhvtjR0LA:\"rgba(0, 0, 0, 0.1)\",style:{height:\"100%\",width:\"100%\"},variant:\"ACUjCIFDT\",width:\"100%\"})})})})}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8vfxbv hidden-1k39h9d\",\"data-framer-name\":\"top-content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ub8ywe\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-25le2p\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xp8re2\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1093572d-7680-4e0d-b714-727d9e1c3158, rgb(107, 107, 107))\",\"--framer-text-transform\":\"uppercase\"},children:\"Expert Scissors for all hair stylists and barbers \"})}),className:\"framer-1wapqvn\",fonts:[\"FS;Switzer-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:[\"Mizutani Scissors \u2013 \",/*#__PURE__*/_jsx(\"br\",{}),\"The Best in the Business \"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:[\"Mizutani Scissors \u2013 \",/*#__PURE__*/_jsx(\"br\",{}),\"The Best in the Business \"]})}),className:\"framer-h8suvk\",\"data-framer-name\":\"our values\",fonts:[\"CUSTOM;Rebori Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"27px\",\"--framer-text-alignment\":\"left\"},children:\"Your tools tell your story. At Mains Hair Studio, we believe finding the perfect scissors is the key to delivering an excellent cut, and is an extension of your craft and style. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"27px\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"27px\",\"--framer-text-alignment\":\"left\"},children:\"As an authorized Mizutani supplier, we're here to guide you to scissors that feel like they were made just for you. Mizutani has an indisputable reputation and an extensive line of scissors.\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"27px\",\"--framer-text-alignment\":\"left\"},children:\"Your tools tell your story. At Mains Hair Studio, we believe finding the perfect scissors is the key to delivering an excellent cut, and is an extension of your craft and style. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"27px\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"27px\",\"--framer-text-alignment\":\"left\"},children:\"As an authorized Mizutani supplier, we're here to guide you to scissors that feel like they were made just for you. Mizutani has an indisputable reputation and an extensive line of scissors.\"})]}),className:\"framer-1jr4vfn\",\"data-framer-name\":\"Scale up and down easily as your business demands. And make use of business-grade consultation. Book flexibly by the day.\",fonts:[\"GF;Inter Tight-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{height:50,width:`calc((${componentViewport?.width||\"100vw\"} - 125px) * 0.7387)`,y:(componentViewport?.y||0)+0+866+0+6964+0+0+240+37+0+135.7+43+215+0+0+0+0+0+0+0+562.7}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:`calc((${componentViewport?.width||\"100vw\"} - 125px) * 0.4226)`,y:(componentViewport?.y||0)+0+1013+0+7532.8+46+0+0+37+0+146.7+46+341+16+0+0+0+0+0+601.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ee6e8n-container\",nodeId:\"n8D8i4w66\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(ServiceButtons,{height:\"100%\",id:\"n8D8i4w66\",layoutId:\"n8D8i4w66\",style:{height:\"100%\",width:\"100%\"},variant:\"nFafXgcDf\",width:\"100%\",WT30viBVN:\"Learn more & book a free consultation\"})})})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+866+0+6964+0+0+240+37+0+135.7+43+215+0+639.7),pixelHeight:6830,pixelWidth:5464,sizes:`calc(${componentViewport?.width||\"100vw\"} - 125px)`,src:\"https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg\",srcSet:\"https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg 5464w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1013+0+7532.8+46+0+0+37+0+146.7+46+341+16),pixelHeight:6830,pixelWidth:5464,sizes:`calc((${componentViewport?.width||\"100vw\"} - 125px) * 0.3688)`,src:\"https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg\",srcSet:\"https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg 5464w\"},className:\"framer-1t2uzyb\",\"data-framer-name\":\"Image\",style:{transformPerspective:1200}})})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oe2rng hidden-1h6rsta hidden-h8yy8w\",\"data-framer-name\":\"top-content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-twnu7i\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-16lfgwz\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lfvter\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1093572d-7680-4e0d-b714-727d9e1c3158, rgb(107, 107, 107))\",\"--framer-text-transform\":\"uppercase\"},children:\"Expert Scissors for all hair stylists and barbers \"})}),className:\"framer-ytf3s7\",fonts:[\"FS;Switzer-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1i47546\",\"data-styles-preset\":\"Sh7QRdGdp\",children:[\"Mizutani Scissors \u2013 \",/*#__PURE__*/_jsx(\"br\",{}),\"The Best in the Business \"]})}),className:\"framer-m4mgw4\",\"data-framer-name\":\"our values\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"Your tools tell your story. At Mains Hair Studio, we believe finding the perfect scissors is the key to delivering an excellent cut, and is an extension of your craft and style. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"As an authorized Mizutani supplier, we're here to guide you to scissors that feel like they were made just for you. Mizutani has an indisputable reputation and an extensive line of scissors.\"})]}),className:\"framer-1q7ba63\",\"data-framer-name\":\"Scale up and down easily as your business demands. And make use of business-grade consultation. Book flexibly by the day.\",fonts:[\"GF;Inter Tight-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{y:(componentViewport?.y||0)+0+887+0+9469.7+40+0+0+37+0+146.7+0+786+16+0+0+0+0+0+0+558.7}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:76,width:\"264px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-qnyzq7-container\",nodeId:\"ch5thkDkA\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(ServiceButtons,{height:\"100%\",id:\"ch5thkDkA\",layoutId:\"ch5thkDkA\",style:{height:\"100%\",width:\"100%\"},variant:\"dXseKkR5G\",width:\"100%\",WT30viBVN:\"Learn more & book a free consultation\"})})})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+887+0+9469.7+40+0+0+37+0+146.7+0+786+16+671.7),pixelHeight:6830,pixelWidth:5464,sizes:`calc(${componentViewport?.width||\"100vw\"} - 125px)`,src:\"https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg\",srcSet:\"https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg 5464w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:6830,pixelWidth:5464,src:\"https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg\",srcSet:\"https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg?scale-down-to=4096 3276w,https://framerusercontent.com/images/lzpReluj1EqLd7UR3l5Rd1xo38.jpg 5464w\"},className:\"framer-pux2ty\",\"data-framer-name\":\"Image\",style:{transformPerspective:1200}})})]})]})]})]})}),/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1kl0bx5\",\"data-framer-name\":\"FAQ\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uykzr6\",\"data-framer-name\":\"Heading Wrapper\",id:elementId24,ref:ref25,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-124jhci-container\",nodeId:\"gL7bBLMAq\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__variantAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(LineAnimationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"Ya80mLiZ2\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"ACUjCIFDT\",height:\"100%\",id:\"gL7bBLMAq\",layoutId:\"gL7bBLMAq\",nhvtjR0LA:\"rgba(0, 0, 0, 0.1)\",style:{height:\"100%\",width:\"100%\"},variant:\"ACUjCIFDT\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__styleAppearEffectEnabled:undefined},zkcmxfzuJ:{__framer__exit:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation1,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1gwa4zs\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-99fd3d43-127b-46cf-9ab2-a2f72c95504a, rgb(128, 128, 128))\",\"--framer-text-transform\":\"uppercase\"},children:\"Common Questions, Answered\"})}),className:\"framer-cnyim0\",fonts:[\"FS;Switzer-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:\"FAQ\"})}),fonts:[\"CUSTOM;Rebori Regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1i47546\",\"data-styles-preset\":\"Sh7QRdGdp\",children:\"FAQ\"})}),className:\"framer-1xdkdnf\",\"data-framer-name\":\"our values\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18khtn9\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-zk0r1y\",\"data-framer-name\":\"Heading\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dp05wu\",\"data-framer-name\":\"Accordion Wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{width:`max(${componentViewport?.width||\"100vw\"} - 110px, 1px)`,y:(componentViewport?.y||0)+0+887+0+11563.1+40+193.7+0+0+0},zkcmxfzuJ:{width:\"400px\",y:(componentViewport?.y||0)+0+866+0+8360.4+43+162.7+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:272,width:`max((${componentViewport?.width||\"100vw\"} - 200px) / 2, 1px)`,y:(componentViewport?.y||0)+0+1013+0+8877+46+173.7+0+0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsx(ContainerWithFX,{className:\"framer-ki72k9-container\",nodeId:\"i9Hzjfmj0\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{variant:\"QQJx3XnaA\"}},children:/*#__PURE__*/_jsx(AccordionCopy,{height:\"100%\",id:\"i9Hzjfmj0\",layoutId:\"i9Hzjfmj0\",style:{width:\"100%\"},variant:\"OMz4Sn3sj\",width:\"100%\"})})})})})})})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-r6zkof\",\"data-framer-name\":\"Section Showreel\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8v48p5\",\"data-framer-name\":\"Heading Wrapper\",id:elementId25,ref:ref26,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-w9y4f9-container\",nodeId:\"qT6szji7a\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__variantAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(LineAnimationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"Ya80mLiZ2\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"ACUjCIFDT\",height:\"100%\",id:\"qT6szji7a\",layoutId:\"qT6szji7a\",nhvtjR0LA:\"rgba(0, 0, 0, 0.1)\",style:{height:\"100%\",width:\"100%\"},variant:\"ACUjCIFDT\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{__framer__styleAppearEffectEnabled:undefined},zkcmxfzuJ:{__framer__exit:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation1,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1tb77et\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-99fd3d43-127b-46cf-9ab2-a2f72c95504a, rgb(128, 128, 128))\",\"--framer-text-transform\":\"uppercase\"},children:\"Step INSIDE\"})}),className:\"framer-bt1oow\",fonts:[\"FS;Switzer-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:\"Tour\"})}),fonts:[\"CUSTOM;Rebori Regular\"]},zkcmxfzuJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:\"Tour\"})}),fonts:[\"CUSTOM;Rebori Regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1i47546\",\"data-styles-preset\":\"Sh7QRdGdp\",children:\"Tour\"})}),className:\"framer-bw2pwe\",\"data-framer-name\":\"our values\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-rgppyd-container\",isModuleExternal:true,nodeId:\"KYGMC8TIb\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"KYGMC8TIb\",isMixedBorderRadius:false,isRed:true,layoutId:\"KYGMC8TIb\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"High Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://youtu.be/Suqab1L-PAg?si=R6UxtCC-FOIFSPSM\",width:\"100%\"})})}),isDisplayed5()&&/*#__PURE__*/_jsx(\"section\",{className:\"framer-ei14hq hidden-1h6rsta hidden-1k39h9d\",\"data-framer-name\":\"Numbers (Stats)\",children:/*#__PURE__*/_jsxs(\"section\",{className:\"framer-wbzg0p\",\"data-framer-name\":\"Numbers (Stats)\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-r4o0u6-container\",nodeId:\"Ihf7ISgxy\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(LineAnimationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"Ya80mLiZ2\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"ACUjCIFDT\",height:\"100%\",id:\"Ihf7ISgxy\",layoutId:\"Ihf7ISgxy\",nhvtjR0LA:\"rgba(0, 0, 0, 0.1)\",style:{height:\"100%\",width:\"100%\"},variant:\"ACUjCIFDT\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1fil1gl\",\"data-framer-name\":\"Container\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w7vthv\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--token-1093572d-7680-4e0d-b714-727d9e1c3158, rgb(107, 107, 107))\",\"--framer-text-transform\":\"uppercase\"},children:\"monthly newsletter\"})}),className:\"framer-1rn5rze\",fonts:[\"FS;Switzer-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zkcmxfzuJ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"37px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:\"Join our community\"})}),fonts:[\"CUSTOM;Rebori Regular\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1i47546\",\"data-styles-preset\":\"Sh7QRdGdp\",children:\"Join our community\"})}),className:\"framer-9k4b3x\",\"data-framer-name\":\"By the numbers\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"27px\",\"--framer-text-alignment\":\"left\"},children:\"Sign up for shop updates, hair care, styling, and product tips, with some occasionally bonuses. \"})}),className:\"framer-2098nw\",\"data-framer-name\":\"Scale up and down easily as your business demands. And make use of business-grade consultation. Book flexibly by the day.\",fonts:[\"GF;Inter Tight-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j7ddyj\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-a8pqv9-container\",isModuleExternal:true,nodeId:\"EbKyVruCY\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(Embed,{border:{color:\"rgba(200, 200, 200, 0.5)\",width:1},height:\"100%\",html:'<!-- Begin Brevo Form -->\\n<!-- START - We recommend to place the below code in head tag of your website html  -->\\n<style>\\n  @font-face {\\n    font-display: block;\\n    font-family: Roboto;\\n    src: url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format(\"woff2\"), url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format(\"woff\")\\n  }\\n\\n  @font-face {\\n    font-display: fallback;\\n    font-family: Roboto;\\n    font-weight: 600;\\n    src: url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format(\"woff2\"), url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format(\"woff\")\\n  }\\n\\n  @font-face {\\n    font-display: fallback;\\n    font-family: Roboto;\\n    font-weight: 700;\\n    src: url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format(\"woff2\"), url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format(\"woff\")\\n  }\\n\\n  #sib-container input:-ms-input-placeholder {\\n    text-align: left;\\n    font-family: Helvetica, sans-serif;\\n    color: #c0ccda;\\n  }\\n\\n  #sib-container input::placeholder {\\n    text-align: left;\\n    font-family: Helvetica, sans-serif;\\n    color: #c0ccda;\\n  }\\n\\n  #sib-container textarea::placeholder {\\n    text-align: left;\\n    font-family: Helvetica, sans-serif;\\n    color: #c0ccda;\\n  }\\n\\n  #sib-container a {\\n    text-decoration: underline;\\n    color: #2BB2FC;\\n  }\\n</style>\\n<link rel=\"stylesheet\" href=\"https://sibforms.com/forms/end-form/build/sib-styles.css\">\\n<!--  END - We recommend to place the above code in head tag of your website html -->\\n\\n<!-- START - We recommend to place the below code where you want the form in your website html  -->\\n<div class=\"sib-form\" style=\"text-align: left;\\n         background-color: #ffffff;                                 \">\\n  <div id=\"sib-form-container\" class=\"sib-form-container\">\\n    <div id=\"error-message\" class=\"sib-form-message-panel\" style=\"font-size:16px; text-align:left; font-family:&quot;Inter Tight&quot;, webFonts; color:#661d1d; background-color:#ffeded; border-radius:3px; border-color:#ff4949;max-width:540px;\">\\n      <div class=\"sib-form-message-panel__text sib-form-message-panel__text--center\">\\n        <svg viewBox=\"0 0 512 512\" class=\"sib-icon sib-notification__icon\">\\n          <path d=\"M256 40c118.621 0 216 96.075 216 216 0 119.291-96.61 216-216 216-119.244 0-216-96.562-216-216 0-119.203 96.602-216 216-216m0-32C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm-11.49 120h22.979c6.823 0 12.274 5.682 11.99 12.5l-7 168c-.268 6.428-5.556 11.5-11.99 11.5h-8.979c-6.433 0-11.722-5.073-11.99-11.5l-7-168c-.283-6.818 5.167-12.5 11.99-12.5zM256 340c-15.464 0-28 12.536-28 28s12.536 28 28 28 28-12.536 28-28-12.536-28-28-28z\" />\\n        </svg>\\n        <span class=\"sib-form-message-panel__inner-text\">\\n                          Your info could not be saved. Please try again.\\n                      </span>\\n      </div>\\n    </div>\\n    <div></div>\\n    <div id=\"success-message\" class=\"sib-form-message-panel\" style=\"font-size:16px; text-align:left; font-family:Helvetica, sans-serif; color:#085229; background-color:#e7faf0; border-radius:3px; border-color:#13ce66;max-width:540px;\">\\n      <div class=\"sib-form-message-panel__text sib-form-message-panel__text--center\">\\n        <svg viewBox=\"0 0 512 512\" class=\"sib-icon sib-notification__icon\">\\n          <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 464c-118.664 0-216-96.055-216-216 0-118.663 96.055-216 216-216 118.664 0 216 96.055 216 216 0 118.663-96.055 216-216 216zm141.63-274.961L217.15 376.071c-4.705 4.667-12.303 4.637-16.97-.068l-85.878-86.572c-4.667-4.705-4.637-12.303.068-16.97l8.52-8.451c4.705-4.667 12.303-4.637 16.97.068l68.976 69.533 163.441-162.13c4.705-4.667 12.303-4.637 16.97.068l8.451 8.52c4.668 4.705 4.637 12.303-.068 16.97z\" />\\n        </svg>\\n        <span class=\"sib-form-message-panel__inner-text\">\\n                          Stoked to have you join our community \u2013 stay tuned!\\n                      </span>\\n      </div>\\n    </div>\\n    <div></div>\\n    <div id=\"sib-container\" class=\"sib-container--large sib-container--horizontal\" style=\"text-align:left; background-color:rgba(255,255,255,1); max-width:540px; border-width:0px; border-color:#ffffff; border-style:solid; direction:ltr\">\\n      <form id=\"sib-form\" method=\"POST\" action=\"https://sibforms.com/serve/MUIFACPsIz0zIEXMhDXBznONLBNQTlBjboefmQX301qTZxtkm1x5_WqbKwGAVKf_XsjPxMYQswy4Q3BpQPEN3iuQuL9XkdwuhI9GU-MLZaUN8VBD3d0PnMt_Bqpu7AKoCd7TkgGIPOrwX8xrYfrLVcZD16Plfdo87Qrxthl5akkigOVmd8QRDhsyllWKaG5xpqOGEQimiYgSB5TE\" data-type=\"subscription\">\\n        <div style=\"padding: 16px 0;\">\\n          <div class=\"sib-input sib-form-block\">\\n            <div class=\"form__entry entry_block\">\\n              <div class=\"form__label-row form__label-row--horizontal\">\\n\\n                <div class=\"entry__field\">\\n                  <input class=\"input \" type=\"text\" id=\"EMAIL\" name=\"EMAIL\" autocomplete=\"off\" data-required=\"true\" required />\\n                </div>\\n              </div>\\n\\n              <label class=\"entry__error entry__error--primary\" style=\"font-size:16px; text-align:left; font-family:&quot;Inter Tight&quot;, webFonts; color:#661d1d; background-color:#ffeded; border-radius:3px; border-color:#ff4949;\">\\n              </label>\\n              <label class=\"entry__specification\" style=\"font-size:12px; text-align:left; font-family:Helvetica, sans-serif; color:#8390A4; text-align:left\">\\n                Your email address is only used to send you our newsletter and information about our company. Unsubscribe anytime using the link included in every email.\\n              </label>\\n            </div>\\n          </div>\\n        </div>\\n        <div style=\"padding: 16px 0;\">\\n          <div class=\"sib-form-block\" style=\"text-align: left\">\\n            <button class=\"sib-form-block__button sib-form-block__button-with-loader\" style=\"font-size:20px; text-align:left; font-family:Inter, webFonts; color:#FFFFFF; background-color:#646b61; border-radius:12px; border-width:0px;\" form=\"sib-form\" type=\"submit\">\\n              <svg class=\"icon clickable__icon progress-indicator__icon sib-hide-loader-icon\" viewBox=\"0 0 512 512\">\\n                <path d=\"M460.116 373.846l-20.823-12.022c-5.541-3.199-7.54-10.159-4.663-15.874 30.137-59.886 28.343-131.652-5.386-189.946-33.641-58.394-94.896-95.833-161.827-99.676C261.028 55.961 256 50.751 256 44.352V20.309c0-6.904 5.808-12.337 12.703-11.982 83.556 4.306 160.163 50.864 202.11 123.677 42.063 72.696 44.079 162.316 6.031 236.832-3.14 6.148-10.75 8.461-16.728 5.01z\" />\\n              </svg>\\n              SUBSCRIBE\\n            </button>\\n          </div>\\n        </div>\\n\\n        <input type=\"text\" name=\"email_address_check\" value=\"\" class=\"input--hidden\">\\n        <input type=\"hidden\" name=\"locale\" value=\"en\">\\n      </form>\\n    </div>\\n  </div>\\n</div>\\n<!-- END - We recommend to place the above code where you want the form in your website html  -->\\n\\n<!-- START - We recommend to place the below code in footer or bottom of your website html  -->\\n<script>\\n  window.REQUIRED_CODE_ERROR_MESSAGE = \\'Please choose a country code\\';\\n  window.LOCALE = \\'en\\';\\n  window.EMAIL_INVALID_MESSAGE = window.SMS_INVALID_MESSAGE = \"The info provided is invalid. Please review the field format and try again.\";\\n\\n  window.REQUIRED_ERROR_MESSAGE = \"This field cannot be left blank. \";\\n\\n  window.GENERIC_INVALID_MESSAGE = \"The info provided is invalid. Please review the field format and try again.\";\\n\\n\\n\\n\\n  window.translation = {\\n    common: {\\n      selectedList: \\'{quantity} list selected\\',\\n      selectedLists: \\'{quantity} lists selected\\',\\n      selectedOption: \\'{quantity} selected\\',\\n      selectedOptions: \\'{quantity} selected\\',\\n    }\\n  };\\n\\n  var AUTOHIDE = Boolean(0);\\n</script>\\n\\n<script defer src=\"https://sibforms.com/forms/end-form/build/main.js\"></script>\\n\\n\\n<!-- END - We recommend to place the above code in footer or bottom of your website html  -->\\n<!-- End Brevo Form -->',id:\"EbKyVruCY\",layoutId:\"EbKyVruCY\",radius:0,style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\",zoom:1})})})})]})]})}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1nnif9g hidden-1h6rsta hidden-h8yy8w\",\"data-framer-name\":\"Numbers (Stats)\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ltoqaa-container\",nodeId:\"pW6qA84QW\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(LineAnimationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"Ya80mLiZ2\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"ACUjCIFDT\",height:\"100%\",id:\"pW6qA84QW\",layoutId:\"pW6qA84QW\",nhvtjR0LA:\"rgba(0, 0, 0, 0.1)\",style:{height:\"100%\",width:\"100%\"},variant:\"ACUjCIFDT\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1083u3\",\"data-framer-name\":\"Container\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qzv3hl\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--token-1093572d-7680-4e0d-b714-727d9e1c3158, rgb(107, 107, 107))\",\"--framer-text-transform\":\"uppercase\"},children:\"monthly newsletter\"})}),className:\"framer-8v1bfa\",fonts:[\"FS;Switzer-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO1JlYm9yaSBSZWd1bGFy\",\"--framer-font-family\":'\"Rebori Regular\", \"Rebori Regular Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"left\"},children:\"Join our community\"})}),className:\"framer-mtnb0a\",\"data-framer-name\":\"By the numbers\",fonts:[\"CUSTOM;Rebori Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\"},children:\"Sign up for shop updates, hair care, styling, and product tips, with some occasionally bonuses. \"})}),className:\"framer-158vdkw\",\"data-framer-name\":\"Scale up and down easily as your business demands. And make use of business-grade consultation. Book flexibly by the day.\",fonts:[\"GF;Inter Tight-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-199eqmq\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ouqpf5-container\",isModuleExternal:true,nodeId:\"Tl_lHyBbe\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(Embed,{border:{color:\"rgba(200, 200, 200, 0.5)\",width:1},height:\"100%\",html:'<!-- Begin Brevo Form -->\\n<!-- START - We recommend to place the below code in head tag of your website html  -->\\n<style>\\n  @font-face {\\n    font-display: block;\\n    font-family: Roboto;\\n    src: url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format(\"woff2\"), url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format(\"woff\")\\n  }\\n\\n  @font-face {\\n    font-display: fallback;\\n    font-family: Roboto;\\n    font-weight: 600;\\n    src: url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format(\"woff2\"), url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format(\"woff\")\\n  }\\n\\n  @font-face {\\n    font-display: fallback;\\n    font-family: Roboto;\\n    font-weight: 700;\\n    src: url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format(\"woff2\"), url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format(\"woff\")\\n  }\\n\\n  #sib-container input:-ms-input-placeholder {\\n    text-align: left;\\n    font-family: Helvetica, sans-serif;\\n    color: #c0ccda;\\n  }\\n\\n  #sib-container input::placeholder {\\n    text-align: left;\\n    font-family: Helvetica, sans-serif;\\n    color: #c0ccda;\\n  }\\n\\n  #sib-container textarea::placeholder {\\n    text-align: left;\\n    font-family: Helvetica, sans-serif;\\n    color: #c0ccda;\\n  }\\n\\n  #sib-container a {\\n    text-decoration: underline;\\n    color: #2BB2FC;\\n  }\\n</style>\\n<link rel=\"stylesheet\" href=\"https://sibforms.com/forms/end-form/build/sib-styles.css\">\\n<!--  END - We recommend to place the above code in head tag of your website html -->\\n\\n<!-- START - We recommend to place the below code where you want the form in your website html  -->\\n<div class=\"sib-form\" style=\"text-align: left;\\n         background-color: #ffffff;                                 \">\\n  <div id=\"sib-form-container\" class=\"sib-form-container\">\\n    <div id=\"error-message\" class=\"sib-form-message-panel\" style=\"font-size:16px; text-align:left; font-family:&quot;Inter Tight&quot;, webFonts; color:#661d1d; background-color:#ffeded; border-radius:3px; border-color:#ff4949;max-width:540px;\">\\n      <div class=\"sib-form-message-panel__text sib-form-message-panel__text--center\">\\n        <svg viewBox=\"0 0 512 512\" class=\"sib-icon sib-notification__icon\">\\n          <path d=\"M256 40c118.621 0 216 96.075 216 216 0 119.291-96.61 216-216 216-119.244 0-216-96.562-216-216 0-119.203 96.602-216 216-216m0-32C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm-11.49 120h22.979c6.823 0 12.274 5.682 11.99 12.5l-7 168c-.268 6.428-5.556 11.5-11.99 11.5h-8.979c-6.433 0-11.722-5.073-11.99-11.5l-7-168c-.283-6.818 5.167-12.5 11.99-12.5zM256 340c-15.464 0-28 12.536-28 28s12.536 28 28 28 28-12.536 28-28-12.536-28-28-28z\" />\\n        </svg>\\n        <span class=\"sib-form-message-panel__inner-text\">\\n                          Your info could not be saved. Please try again.\\n                      </span>\\n      </div>\\n    </div>\\n    <div></div>\\n    <div id=\"success-message\" class=\"sib-form-message-panel\" style=\"font-size:16px; text-align:left; font-family:Helvetica, sans-serif; color:#085229; background-color:#e7faf0; border-radius:3px; border-color:#13ce66;max-width:540px;\">\\n      <div class=\"sib-form-message-panel__text sib-form-message-panel__text--center\">\\n        <svg viewBox=\"0 0 512 512\" class=\"sib-icon sib-notification__icon\">\\n          <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 464c-118.664 0-216-96.055-216-216 0-118.663 96.055-216 216-216 118.664 0 216 96.055 216 216 0 118.663-96.055 216-216 216zm141.63-274.961L217.15 376.071c-4.705 4.667-12.303 4.637-16.97-.068l-85.878-86.572c-4.667-4.705-4.637-12.303.068-16.97l8.52-8.451c4.705-4.667 12.303-4.637 16.97.068l68.976 69.533 163.441-162.13c4.705-4.667 12.303-4.637 16.97.068l8.451 8.52c4.668 4.705 4.637 12.303-.068 16.97z\" />\\n        </svg>\\n        <span class=\"sib-form-message-panel__inner-text\">\\n                          Stoked to have you join our community \u2013 stay tuned!\\n                      </span>\\n      </div>\\n    </div>\\n    <div></div>\\n    <div id=\"sib-container\" class=\"sib-container--large sib-container--horizontal\" style=\"text-align:left; background-color:rgba(255,255,255,1); max-width:540px; border-width:0px; border-color:#ffffff; border-style:solid; direction:ltr\">\\n      <form id=\"sib-form\" method=\"POST\" action=\"https://sibforms.com/serve/MUIFAN6aiMGVa4WXEWxB-GDlaq0i70fge9iu-UUkD71idpNhKFKZ98BFRbcZrJdYQDP_Gp5PG0gEe6mdK3ovVZ3rJ5gdUnPEME81S8g7lEWdtBTExg6l8thRD-ujUGxlicOHMIWaiijGc0reO5nuR6R9FEvWhz1abKN_akrdG9OEILCT52VeWbc6Dkz53m6JnclNo-EvyLk-0Kq_\" data-type=\"subscription\">\\n        <div style=\"padding: 16px 0;\">\\n          <div class=\"sib-input sib-form-block\">\\n            <div class=\"form__entry entry_block\">\\n              <div class=\"form__label-row form__label-row--horizontal\">\\n\\n                <div class=\"entry__field\">\\n                  <input class=\"input \" type=\"text\" id=\"EMAIL\" name=\"EMAIL\" autocomplete=\"off\" data-required=\"true\" required />\\n                </div>\\n              </div>\\n\\n              <label class=\"entry__error entry__error--primary\" style=\"font-size:16px; text-align:left; font-family:&quot;Inter Tight&quot;, webFonts; color:#661d1d; background-color:#ffeded; border-radius:3px; border-color:#ff4949;\">\\n              </label>\\n              <label class=\"entry__specification\" style=\"font-size:12px; text-align:left; font-family:Helvetica, sans-serif; color:#8390A4; text-align:left\">\\n                Your email address is only used to send you our newsletter and information about our company. Unsubscribe anytime using the link included in every email.\\n              </label>\\n            </div>\\n          </div>\\n        </div>\\n        <div style=\"padding: 16px 0;\">\\n          <div class=\"sib-form-block\" style=\"text-align: left\">\\n            <button class=\"sib-form-block__button sib-form-block__button-with-loader\" style=\"font-size:20px; text-align:left; font-family:Inter, webFonts; color:#FFFFFF; background-color:#646b61; border-radius:12px; border-width:0px;\" form=\"sib-form\" type=\"submit\">\\n              <svg class=\"icon clickable__icon progress-indicator__icon sib-hide-loader-icon\" viewBox=\"0 0 512 512\">\\n                <path d=\"M460.116 373.846l-20.823-12.022c-5.541-3.199-7.54-10.159-4.663-15.874 30.137-59.886 28.343-131.652-5.386-189.946-33.641-58.394-94.896-95.833-161.827-99.676C261.028 55.961 256 50.751 256 44.352V20.309c0-6.904 5.808-12.337 12.703-11.982 83.556 4.306 160.163 50.864 202.11 123.677 42.063 72.696 44.079 162.316 6.031 236.832-3.14 6.148-10.75 8.461-16.728 5.01z\" />\\n              </svg>\\n              SUBSCRIBE\\n            </button>\\n          </div>\\n        </div>\\n\\n        <input type=\"text\" name=\"email_address_check\" value=\"\" class=\"input--hidden\">\\n        <input type=\"hidden\" name=\"locale\" value=\"en\">\\n      </form>\\n    </div>\\n  </div>\\n</div>\\n<!-- END - We recommend to place the above code where you want the form in your website html  -->\\n\\n<!-- START - We recommend to place the below code in footer or bottom of your website html  -->\\n<script>\\n  window.REQUIRED_CODE_ERROR_MESSAGE = \\'Please choose a country code\\';\\n  window.LOCALE = \\'en\\';\\n  window.EMAIL_INVALID_MESSAGE = window.SMS_INVALID_MESSAGE = \"The info provided is invalid. Please review the field format and try again.\";\\n\\n  window.REQUIRED_ERROR_MESSAGE = \"This field cannot be left blank. \";\\n\\n  window.GENERIC_INVALID_MESSAGE = \"The info provided is invalid. Please review the field format and try again.\";\\n\\n\\n\\n\\n  window.translation = {\\n    common: {\\n      selectedList: \\'{quantity} list selected\\',\\n      selectedLists: \\'{quantity} lists selected\\',\\n      selectedOption: \\'{quantity} selected\\',\\n      selectedOptions: \\'{quantity} selected\\',\\n    }\\n  };\\n\\n  var AUTOHIDE = Boolean(0);\\n</script>\\n\\n<script defer src=\"https://sibforms.com/forms/end-form/build/main.js\"></script>\\n\\n\\n<!-- END - We recommend to place the above code in footer or bottom of your website html  -->\\n<!-- End Brevo Form -->',id:\"Tl_lHyBbe\",layoutId:\"Tl_lHyBbe\",radius:0,style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\",zoom:1})})})})]})]})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"header\",{className:\"framer-7musoq hidden-h8yy8w hidden-1k39h9d\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(\"section\",{className:\"framer-1h3xpxm\",\"data-framer-name\":\"Numbers (Stats)\",children:/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1223vrn\",\"data-framer-name\":\"Numbers (Stats)\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-f7zgpj-container\",nodeId:\"faXGEaCfa\",rendersWithMotion:true,scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(LineAnimationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__obscuredVariantId:\"Ya80mLiZ2\",__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,__framer__visibleVariantId:\"ACUjCIFDT\",height:\"100%\",id:\"faXGEaCfa\",layoutId:\"faXGEaCfa\",nhvtjR0LA:\"rgba(0, 0, 0, 0.1)\",style:{height:\"100%\",width:\"100%\"},variant:\"ACUjCIFDT\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1rn4o0f\",\"data-framer-name\":\"Container\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hpa4ba\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--token-1093572d-7680-4e0d-b714-727d9e1c3158, rgb(107, 107, 107))\",\"--framer-text-transform\":\"uppercase\"},children:\"monthly newsletter\"})}),className:\"framer-16sl4ei\",fonts:[\"FS;Switzer-medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1i47546\",\"data-styles-preset\":\"Sh7QRdGdp\",children:\"Join our community\"})}),className:\"framer-aqbd3v\",\"data-framer-name\":\"By the numbers\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXIgVGlnaHQtcmVndWxhcg==\",\"--framer-font-family\":'\"Inter Tight\", \"Inter Tight Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"27px\",\"--framer-text-alignment\":\"left\"},children:\"Sign up for shop updates, hair care, styling, and product tips, with some occasionally bonuses. \"})}),className:\"framer-ry5bqg\",\"data-framer-name\":\"Scale up and down easily as your business demands. And make use of business-grade consultation. Book flexibly by the day.\",fonts:[\"GF;Inter Tight-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xlt653\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-19aktsu-container\",isModuleExternal:true,nodeId:\"lMZYwDtfw\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(Embed,{border:{color:\"rgba(200, 200, 200, 0.5)\",width:1},height:\"100%\",html:'<!-- Begin Brevo Form -->\\n<!-- START - We recommend to place the below code in head tag of your website html  -->\\n<style>\\n  @font-face {\\n    font-display: block;\\n    font-family: Roboto;\\n    src: url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format(\"woff2\"), url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format(\"woff\")\\n  }\\n\\n  @font-face {\\n    font-display: fallback;\\n    font-family: Roboto;\\n    font-weight: 600;\\n    src: url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format(\"woff2\"), url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format(\"woff\")\\n  }\\n\\n  @font-face {\\n    font-display: fallback;\\n    font-family: Roboto;\\n    font-weight: 700;\\n    src: url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format(\"woff2\"), url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format(\"woff\")\\n  }\\n\\n  #sib-container input:-ms-input-placeholder {\\n    text-align: left;\\n    font-family: Helvetica, sans-serif;\\n    color: #c0ccda;\\n  }\\n\\n  #sib-container input::placeholder {\\n    text-align: left;\\n    font-family: Helvetica, sans-serif;\\n    color: #c0ccda;\\n  }\\n\\n  #sib-container textarea::placeholder {\\n    text-align: left;\\n    font-family: Helvetica, sans-serif;\\n    color: #c0ccda;\\n  }\\n\\n  #sib-container a {\\n    text-decoration: underline;\\n    color: #2BB2FC;\\n  }\\n</style>\\n<link rel=\"stylesheet\" href=\"https://sibforms.com/forms/end-form/build/sib-styles.css\">\\n<!--  END - We recommend to place the above code in head tag of your website html -->\\n\\n<!-- START - We recommend to place the below code where you want the form in your website html  -->\\n<div class=\"sib-form\" style=\"text-align: left;\\n         background-color: #ffffff;                                 \">\\n  <div id=\"sib-form-container\" class=\"sib-form-container\">\\n    <div id=\"error-message\" class=\"sib-form-message-panel\" style=\"font-size:16px; text-align:left; font-family:&quot;Inter Tight&quot;, webFonts; color:#661d1d; background-color:#ffeded; border-radius:3px; border-color:#ff4949;max-width:540px;\">\\n      <div class=\"sib-form-message-panel__text sib-form-message-panel__text--center\">\\n        <svg viewBox=\"0 0 512 512\" class=\"sib-icon sib-notification__icon\">\\n          <path d=\"M256 40c118.621 0 216 96.075 216 216 0 119.291-96.61 216-216 216-119.244 0-216-96.562-216-216 0-119.203 96.602-216 216-216m0-32C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm-11.49 120h22.979c6.823 0 12.274 5.682 11.99 12.5l-7 168c-.268 6.428-5.556 11.5-11.99 11.5h-8.979c-6.433 0-11.722-5.073-11.99-11.5l-7-168c-.283-6.818 5.167-12.5 11.99-12.5zM256 340c-15.464 0-28 12.536-28 28s12.536 28 28 28 28-12.536 28-28-12.536-28-28-28z\" />\\n        </svg>\\n        <span class=\"sib-form-message-panel__inner-text\">\\n                          Your info could not be saved. Please try again.\\n                      </span>\\n      </div>\\n    </div>\\n    <div></div>\\n    <div id=\"success-message\" class=\"sib-form-message-panel\" style=\"font-size:16px; text-align:left; font-family:Helvetica, sans-serif; color:#085229; background-color:#e7faf0; border-radius:3px; border-color:#13ce66;max-width:540px;\">\\n      <div class=\"sib-form-message-panel__text sib-form-message-panel__text--center\">\\n        <svg viewBox=\"0 0 512 512\" class=\"sib-icon sib-notification__icon\">\\n          <path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 464c-118.664 0-216-96.055-216-216 0-118.663 96.055-216 216-216 118.664 0 216 96.055 216 216 0 118.663-96.055 216-216 216zm141.63-274.961L217.15 376.071c-4.705 4.667-12.303 4.637-16.97-.068l-85.878-86.572c-4.667-4.705-4.637-12.303.068-16.97l8.52-8.451c4.705-4.667 12.303-4.637 16.97.068l68.976 69.533 163.441-162.13c4.705-4.667 12.303-4.637 16.97.068l8.451 8.52c4.668 4.705 4.637 12.303-.068 16.97z\" />\\n        </svg>\\n        <span class=\"sib-form-message-panel__inner-text\">\\n                          Stoked to have you join our community \u2013 stay tuned!\\n                      </span>\\n      </div>\\n    </div>\\n    <div></div>\\n    <div id=\"sib-container\" class=\"sib-container--large sib-container--horizontal\" style=\"text-align:left; background-color:rgba(255,255,255,1); max-width:540px; border-width:0px; border-color:#ffffff; border-style:solid; direction:ltr\">\\n      <form id=\"sib-form\" method=\"POST\" action=\"https://sibforms.com/serve/MUIFACPsIz0zIEXMhDXBznONLBNQTlBjboefmQX301qTZxtkm1x5_WqbKwGAVKf_XsjPxMYQswy4Q3BpQPEN3iuQuL9XkdwuhI9GU-MLZaUN8VBD3d0PnMt_Bqpu7AKoCd7TkgGIPOrwX8xrYfrLVcZD16Plfdo87Qrxthl5akkigOVmd8QRDhsyllWKaG5xpqOGEQimiYgSB5TE\" data-type=\"subscription\">\\n        <div style=\"padding: 16px 0;\">\\n          <div class=\"sib-input sib-form-block\">\\n            <div class=\"form__entry entry_block\">\\n              <div class=\"form__label-row form__label-row--horizontal\">\\n\\n                <div class=\"entry__field\">\\n                  <input class=\"input \" type=\"text\" id=\"EMAIL\" name=\"EMAIL\" autocomplete=\"off\" data-required=\"true\" required />\\n                </div>\\n              </div>\\n\\n              <label class=\"entry__error entry__error--primary\" style=\"font-size:16px; text-align:left; font-family:&quot;Inter Tight&quot;, webFonts; color:#661d1d; background-color:#ffeded; border-radius:3px; border-color:#ff4949;\">\\n              </label>\\n              <label class=\"entry__specification\" style=\"font-size:12px; text-align:left; font-family:Helvetica, sans-serif; color:#8390A4; text-align:left\">\\n                Your email address is only used to send you our newsletter and information about our company. Unsubscribe anytime using the link included in every email.\\n              </label>\\n            </div>\\n          </div>\\n        </div>\\n        <div style=\"padding: 16px 0;\">\\n          <div class=\"sib-form-block\" style=\"text-align: left\">\\n            <button class=\"sib-form-block__button sib-form-block__button-with-loader\" style=\"font-size:20px; text-align:left; font-family:Inter, webFonts; color:#FFFFFF; background-color:#646b61; border-radius:12px; border-width:0px;\" form=\"sib-form\" type=\"submit\">\\n              <svg class=\"icon clickable__icon progress-indicator__icon sib-hide-loader-icon\" viewBox=\"0 0 512 512\">\\n                <path d=\"M460.116 373.846l-20.823-12.022c-5.541-3.199-7.54-10.159-4.663-15.874 30.137-59.886 28.343-131.652-5.386-189.946-33.641-58.394-94.896-95.833-161.827-99.676C261.028 55.961 256 50.751 256 44.352V20.309c0-6.904 5.808-12.337 12.703-11.982 83.556 4.306 160.163 50.864 202.11 123.677 42.063 72.696 44.079 162.316 6.031 236.832-3.14 6.148-10.75 8.461-16.728 5.01z\" />\\n              </svg>\\n              SUBSCRIBE\\n            </button>\\n          </div>\\n        </div>\\n\\n        <input type=\"text\" name=\"email_address_check\" value=\"\" class=\"input--hidden\">\\n        <input type=\"hidden\" name=\"locale\" value=\"en\">\\n      </form>\\n    </div>\\n  </div>\\n</div>\\n<!-- END - We recommend to place the above code where you want the form in your website html  -->\\n\\n<!-- START - We recommend to place the below code in footer or bottom of your website html  -->\\n<script>\\n  window.REQUIRED_CODE_ERROR_MESSAGE = \\'Please choose a country code\\';\\n  window.LOCALE = \\'en\\';\\n  window.EMAIL_INVALID_MESSAGE = window.SMS_INVALID_MESSAGE = \"The info provided is invalid. Please review the field format and try again.\";\\n\\n  window.REQUIRED_ERROR_MESSAGE = \"This field cannot be left blank. \";\\n\\n  window.GENERIC_INVALID_MESSAGE = \"The info provided is invalid. Please review the field format and try again.\";\\n\\n\\n\\n\\n  window.translation = {\\n    common: {\\n      selectedList: \\'{quantity} list selected\\',\\n      selectedLists: \\'{quantity} lists selected\\',\\n      selectedOption: \\'{quantity} selected\\',\\n      selectedOptions: \\'{quantity} selected\\',\\n    }\\n  };\\n\\n  var AUTOHIDE = Boolean(0);\\n</script>\\n\\n<script defer src=\"https://sibforms.com/forms/end-form/build/main.js\"></script>\\n\\n\\n<!-- END - We recommend to place the above code in footer or bottom of your website html  -->\\n<!-- End Brevo Form -->',id:\"lMZYwDtfw\",layoutId:\"lMZYwDtfw\",radius:0,style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\",zoom:1})})})})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1tvvdan\",\"data-framer-name\":\"Last\",id:elementId26,ref:ref27,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{y:(componentViewport?.y||0)+0+14017.8+0+0},zkcmxfzuJ:{y:(componentViewport?.y||0)+0+10322+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:517,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+11746.4+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3zcb78-container\",nodeId:\"S2EJGVi0z\",scopeId:\"dROjFRRvF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{wcGO7LgRx:{variant:\"TB4WXWUmb\"},zkcmxfzuJ:{variant:\"pKchWSsD1\"}},children:/*#__PURE__*/_jsx(FooterCopy2,{height:\"100%\",id:\"S2EJGVi0z\",layoutId:\"S2EJGVi0z\",style:{width:\"100%\"},variant:\"WhcfhMAyD\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-q7c70.framer-174rgin, .framer-q7c70 .framer-174rgin { display: block; }\",\".framer-q7c70.framer-1h6rsta { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-q7c70 .framer-e0lc25-container, .framer-q7c70 .framer-t3g7b5-container, .framer-q7c70 .framer-q2m11s-container, .framer-q7c70 .framer-1fhmohk-container, .framer-q7c70 .framer-o1l21b-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-q7c70 .framer-9xxpxc-container { flex: none; height: 105px; position: relative; width: 100%; z-index: 1; }\",\".framer-q7c70 .framer-kwl3dt-container { flex: none; height: auto; position: relative; width: 100%; z-index: 10; }\",\".framer-q7c70 .framer-1w9cg9f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 708px; justify-content: center; overflow: hidden; padding: 60px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-aet6k1 { background-color: rgba(0, 0, 0, 0.05); bottom: 0px; flex: none; gap: 10px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-q7c70 .framer-5c7lsq, .framer-q7c70 .framer-1f84c4f, .framer-q7c70 .framer-15y9vpb, .framer-q7c70 .framer-1rn5rze, .framer-q7c70 .framer-8v1bfa, .framer-q7c70 .framer-16sl4ei { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-q7c70 .framer-pvyq4p { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-q7c70 .framer-g1iis2-container { flex: none; height: 46px; position: relative; width: 243px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-q7c70 .framer-1kmwz7f { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-psbskh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 55px 0px 55px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-oketwx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; overflow: hidden; padding: 59px 0px 15px 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-1q6i2xs { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 834px; word-break: break-word; word-wrap: break-word; }\",\".framer-q7c70 .framer-1089tsc { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 106px; position: relative; white-space: pre-wrap; width: 677px; word-break: break-word; word-wrap: break-word; }\",\".framer-q7c70 .framer-1dcxzd7-container { flex: none; height: 52px; position: relative; width: 17%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-q7c70 .framer-3xjxou { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-9p681l { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px 55px 11px 55px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-xa31yr-container, .framer-q7c70 .framer-b0ntmr-container, .framer-q7c70 .framer-1ud62lk-container, .framer-q7c70 .framer-kz1gzh-container, .framer-q7c70 .framer-1oax0s3-container, .framer-q7c70 .framer-k0d61m-container, .framer-q7c70 .framer-1a3y7z1-container, .framer-q7c70 .framer-196r6jj-container, .framer-q7c70 .framer-124jhci-container, .framer-q7c70 .framer-w9y4f9-container, .framer-q7c70 .framer-r4o0u6-container, .framer-q7c70 .framer-1ltoqaa-container, .framer-q7c70 .framer-f7zgpj-container { flex: none; height: 1px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-yqeyb1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 29px 0px 29px 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-u4zotp, .framer-q7c70 .framer-w7vthv, .framer-q7c70 .framer-hpa4ba { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-q7c70 .framer-1yyw05c, .framer-q7c70 .framer-vym5rn, .framer-q7c70 .framer-q5lf7, .framer-q7c70 .framer-d8nt3, .framer-q7c70 .framer-1f3r4qm, .framer-q7c70 .framer-gngeaw, .framer-q7c70 .framer-rjdchd, .framer-q7c70 .framer-1hpu8h4, .framer-q7c70 .framer-1elje1o, .framer-q7c70 .framer-1habjr8, .framer-q7c70 .framer-h8suvk, .framer-q7c70 .framer-m4mgw4, .framer-q7c70 .framer-1xdkdnf, .framer-q7c70 .framer-bw2pwe, .framer-q7c70 .framer-9k4b3x, .framer-q7c70 .framer-mtnb0a, .framer-q7c70 .framer-aqbd3v { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-q7c70 .framer-1fbxhub { display: grid; flex: 1 0 0px; gap: 30px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(20px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-q7c70 .framer-1ums9mh, .framer-q7c70 .framer-1xp7ma0, .framer-q7c70 .framer-1ygoya6, .framer-q7c70 .framer-1y3jc0x { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-mwn08j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 41px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-1cw5q4y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 38px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 4px 55px 4px 55px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-1wo0s15, .framer-q7c70 .framer-14l4r6v { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 38px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-1xiv5sg, .framer-q7c70 .framer-t5ywim, .framer-q7c70 .framer-tcjrh7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-1pa8cbw, .framer-q7c70 .framer-ip834m, .framer-q7c70 .framer-16i5jjc, .framer-q7c70 .framer-qax5z4, .framer-q7c70 .framer-qk9j78, .framer-q7c70 .framer-1xnst1z, .framer-q7c70 .framer-ukpq6l, .framer-q7c70 .framer-1gwa4zs, .framer-q7c70 .framer-1tb77et { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-16n0u2, .framer-q7c70 .framer-8nkkme, .framer-q7c70 .framer-1crm3fx, .framer-q7c70 .framer-xd467n, .framer-q7c70 .framer-1dmz9qj, .framer-q7c70 .framer-1gcu7ho, .framer-q7c70 .framer-1wapqvn, .framer-q7c70 .framer-ytf3s7, .framer-q7c70 .framer-cnyim0, .framer-q7c70 .framer-bt1oow { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-q7c70 .framer-eu3qs { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-1xwtkip { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 20px 0px 0px; position: relative; width: 1px; }\",\".framer-q7c70 .framer-gx59v5, .framer-q7c70 .framer-k4y0q9, .framer-q7c70 .framer-hn0d9k { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 500px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-q7c70 .framer-1tfwhm1, .framer-q7c70 .framer-vxp0x6, .framer-q7c70 .framer-1ywosus { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 300px; justify-content: center; overflow: hidden; padding: 60px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-1ioqvd6, .framer-q7c70 .framer-9inafy, .framer-q7c70 .framer-15zrj7g { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 2018px; padding: 0px 30px 0px 30px; position: relative; width: 1px; }\",\".framer-q7c70 .framer-jz8f6t, .framer-q7c70 .framer-126898d, .framer-q7c70 .framer-g4e5wz { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-q7c70 .framer-qv1lzk, .framer-q7c70 .framer-8611ld, .framer-q7c70 .framer-az7rw7, .framer-q7c70 .framer-1sl3bgx, .framer-q7c70 .framer-1s0hpz8, .framer-q7c70 .framer-5gs4sv, .framer-q7c70 .framer-14jk942, .framer-q7c70 .framer-1qrbbur, .framer-q7c70 .framer-if385v, .framer-q7c70 .framer-bkms7z, .framer-q7c70 .framer-18cvb1j, .framer-q7c70 .framer-pffpim, .framer-q7c70 .framer-z1bckb, .framer-q7c70 .framer-176rl2n, .framer-q7c70 .framer-1r9frfd, .framer-q7c70 .framer-17x49m8, .framer-q7c70 .framer-1u1z7j1 { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-q7c70 .framer-nt76a0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; min-height: 40px; min-width: 153px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-q7c70 .framer-yrxts { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 20px 0px 0px; position: relative; width: 1px; }\",\".framer-q7c70 .framer-80d0yr, .framer-q7c70 .framer-6wlvzo { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-q7c70 .framer-yn0sgm-container { flex: none; height: 52px; position: relative; width: 254px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-q7c70 .framer-16m4ybt { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 38px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 55px 0px 55px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-1plju9w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 55px 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-1osg5rc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 39px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 55px 0px 55px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-17mofbi { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-q7c70 .framer-15hjvqr { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: 1 0 0px; height: 715px; position: relative; width: 1px; }\",\".framer-q7c70 .framer-1hv0kt6 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-q7c70 .framer-txoqic, .framer-q7c70 .framer-7zfsy, .framer-q7c70 .framer-e3689k, .framer-q7c70 .framer-1ykpxmw, .framer-q7c70 .framer-13y494a, .framer-q7c70 .framer-gqfyoj, .framer-q7c70 .framer-4o20m5, .framer-q7c70 .framer-16d7wzo, .framer-q7c70 .framer-ojq6d8, .framer-q7c70 .framer-5mw8u7, .framer-q7c70 .framer-1tnf8lw, .framer-q7c70 .framer-162665g, .framer-q7c70 .framer-4ynn81, .framer-q7c70 .framer-1741jnq, .framer-q7c70 .framer-a8en2d { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 9; }\",\".framer-q7c70 .framer-adks6a-container, .framer-q7c70 .framer-mozkuh-container, .framer-q7c70 .framer-1virtq-container, .framer-q7c70 .framer-48gu-container, .framer-q7c70 .framer-cwgmrq-container, .framer-q7c70 .framer-gbcou9-container, .framer-q7c70 .framer-1n97y7n-container, .framer-q7c70 .framer-jg91cv-container, .framer-q7c70 .framer-tl7tgd-container, .framer-q7c70 .framer-1os88ry-container, .framer-q7c70 .framer-1xhabw2-container, .framer-q7c70 .framer-15oc58k-container, .framer-q7c70 .framer-15m6d5t-container, .framer-q7c70 .framer-14mmjce-container, .framer-q7c70 .framer-c0o7eg-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-q7c70 .framer-1v1ykk2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-11hcoxf, .framer-q7c70 .framer-1vw0m8b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-1ifwcgq, .framer-q7c70 .framer-qymr0f, .framer-q7c70 .framer-1qw0y47 { aspect-ratio: 0.9969879518072289 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 201px); overflow: visible; position: relative; width: 1px; }\",\".framer-q7c70 .framer-17w6ue8, .framer-q7c70 .framer-9puy79, .framer-q7c70 .framer-1ko12mt { aspect-ratio: 1.501510574018127 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: 1.5 0 0px; height: var(--framer-aspect-ratio-supported, 133px); overflow: visible; position: relative; width: 1px; }\",\".framer-q7c70 .framer-ob3jkq, .framer-q7c70 .framer-19fybv4, .framer-q7c70 .framer-19jf09z { aspect-ratio: 1 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 200px); overflow: visible; position: relative; width: 1px; }\",\".framer-q7c70 .framer-hfl8e8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 55px 0px 55px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-1i4zzy1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 41px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-q7c70 .framer-kfhr2s { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px 0px 30px 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-ln8w4t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 38px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1092px; }\",\".framer-q7c70 .framer-ais3wx { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1086px; word-break: break-word; word-wrap: break-word; }\",\".framer-q7c70 .framer-bi9ni3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-f6az7o-container, .framer-q7c70 .framer-1j785l8-container, .framer-q7c70 .framer-ki72k9-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-q7c70 .framer-yfiwuz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 55px 0px 55px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-nr53f3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-q7c70 .framer-15fcf6s { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 27px; position: relative; white-space: pre-wrap; width: 676px; word-break: break-word; word-wrap: break-word; }\",\".framer-q7c70 .framer-h2um3d { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 56px; position: relative; white-space: pre-wrap; width: 676px; word-break: break-word; word-wrap: break-word; }\",\".framer-q7c70 .framer-kh4ihx-container { flex: none; height: 52px; position: relative; width: 333px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-q7c70 .framer-1p6fgnn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 15px 55px 0px 55px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-kr2i5l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-xo44u6 { aspect-ratio: 0.9969879518072289 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 210px); overflow: visible; position: relative; width: 1px; }\",\".framer-q7c70 .framer-wg7ndh, .framer-q7c70 .framer-lxuer0 { aspect-ratio: 1.501510574018127 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: 1.5 0 0px; height: var(--framer-aspect-ratio-supported, 209px); overflow: visible; position: relative; width: 1px; }\",\".framer-q7c70 .framer-1awgysa { aspect-ratio: 1 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 209px); overflow: visible; position: relative; width: 1px; }\",\".framer-q7c70 .framer-ul77ub { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 10px 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-10dnot7, .framer-q7c70 .framer-mykxp2 { aspect-ratio: 1 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 188px); overflow: visible; position: relative; width: 1px; }\",\".framer-q7c70 .framer-1cybw6t, .framer-q7c70 .framer-1p4qg1o { aspect-ratio: 0.9969879518072289 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 188px); overflow: visible; position: relative; width: 1px; }\",\".framer-q7c70 .framer-1g014nj { aspect-ratio: 1.501510574018127 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: 1.5 0 0px; height: var(--framer-aspect-ratio-supported, 188px); overflow: visible; position: relative; width: 1px; }\",\".framer-q7c70 .framer-1d4xkrv { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 55px 50px 55px; position: relative; width: 100%; z-index: 1; }\",\".framer-q7c70 .framer-1y6kg4k { align-content: flex-start; align-items: flex-start; background-color: var(--token-c48fb564-a6cd-4857-9d00-148c52a07410, #ffffff); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-d4hpz2, .framer-q7c70 .framer-15g99a7, .framer-q7c70 .framer-1v3ywsm { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-q7c70 .framer-cuxegw, .framer-q7c70 .framer-nyzb59, .framer-q7c70 .framer-1kdmxg4, .framer-q7c70 .framer-gd5cem, .framer-q7c70 .framer-1ij56j9, .framer-q7c70 .framer-8ag2rw, .framer-q7c70 .framer-1wghp20, .framer-q7c70 .framer-qsrhto, .framer-q7c70 .framer-17illy6, .framer-q7c70 .framer-15172gd { align-content: center; align-items: center; background-color: var(--token-4913db17-a702-4b76-a993-45167101212d, #f3f3f5); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 0.7961918735236395px 2.3885756205709185px -0.625px rgba(0, 0, 0, 0.05), 0px 2.414506143104518px 7.2435184293135535px -1.25px rgba(0, 0, 0, 0.05), 0px 6.382653521484461px 19.147960564453385px -1.875px rgba(0, 0, 0, 0.05), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 30px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-1t1m605, .framer-q7c70 .framer-zolgh0, .framer-q7c70 .framer-lqk71v, .framer-q7c70 .framer-10kmzvw, .framer-q7c70 .framer-1fj3gx8, .framer-q7c70 .framer-b8umwg, .framer-q7c70 .framer-1mlgmyf, .framer-q7c70 .framer-12uw4r, .framer-q7c70 .framer-16zgzun, .framer-q7c70 .framer-1ebgtd, .framer-q7c70 .framer-f63wbo, .framer-q7c70 .framer-1hsdfpj, .framer-q7c70 .framer-15dg2kn, .framer-q7c70 .framer-96bckl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-tg4o0c, .framer-q7c70 .framer-stgqvt { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-q7c70 .framer-1t8jxyu, .framer-q7c70 .framer-6t2srz, .framer-q7c70 .framer-9hs9ch, .framer-q7c70 .framer-1xz51gj, .framer-q7c70 .framer-1amndiv, .framer-q7c70 .framer-16da7w7, .framer-q7c70 .framer-1tdv4vi, .framer-q7c70 .framer-1ncqw3l, .framer-q7c70 .framer-xfm91q, .framer-q7c70 .framer-1grt7ws, .framer-q7c70 .framer-hvbun2, .framer-q7c70 .framer-1h20klu, .framer-q7c70 .framer-meydc4, .framer-q7c70 .framer-1xc7os1 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-q7c70 .framer-cbm4wc, .framer-q7c70 .framer-1hbec53, .framer-q7c70 .framer-1oie4vk, .framer-q7c70 .framer-s2teqf, .framer-q7c70 .framer-1w7li4q, .framer-q7c70 .framer-nkogl0, .framer-q7c70 .framer-1jwshkm, .framer-q7c70 .framer-7q7nz8, .framer-q7c70 .framer-1qlkhnw, .framer-q7c70 .framer-li4v1d, .framer-q7c70 .framer-16mzjgm, .framer-q7c70 .framer-34p0g4, .framer-q7c70 .framer-384hs0, .framer-q7c70 .framer-1sih102 { aspect-ratio: 3.9215686274509802 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); overflow: visible; position: relative; width: 100px; }\",\".framer-q7c70 .framer-1qpjkzx, .framer-q7c70 .framer-12uyegt { align-content: center; align-items: center; background-color: var(--token-4913db17-a702-4b76-a993-45167101212d, #f3f3f5); border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; border-top-left-radius: 9px; border-top-right-radius: 9px; box-shadow: 0px 0.7961918735236395px 2.3885756205709185px -0.625px rgba(0, 0, 0, 0.05), 0px 2.414506143104518px 7.2435184293135535px -1.25px rgba(0, 0, 0, 0.05), 0px 6.382653521484461px 19.147960564453385px -1.875px rgba(0, 0, 0, 0.05), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 30px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-1030axi, .framer-q7c70 .framer-1n3cewd, .framer-q7c70 .framer-rra1ak, .framer-q7c70 .framer-1izyxec, .framer-q7c70 .framer-q2cxov, .framer-q7c70 .framer-am77jc, .framer-q7c70 .framer-usg1o0, .framer-q7c70 .framer-75wg9m, .framer-q7c70 .framer-1w0o8n0, .framer-q7c70 .framer-1l9x0xk, .framer-q7c70 .framer-plkrft, .framer-q7c70 .framer-1kcjkj7 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-q7c70 .framer-gs570l { align-content: center; align-items: center; background-color: var(--token-4913db17-a702-4b76-a993-45167101212d, #f3f3f5); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 0.7961918735236395px 2.3885756205709185px -0.625px rgba(0, 0, 0, 0.05), 0px 2.414506143104518px 7.2435184293135535px -1.25px rgba(0, 0, 0, 0.05), 0px 6.382653521484461px 19.147960564453385px -1.875px rgba(0, 0, 0, 0.05), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; padding: 30px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-50mhi { align-content: center; align-items: center; background-color: var(--token-4913db17-a702-4b76-a993-45167101212d, #f3f3f5); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 0.7961918735236395px 2.3885756205709185px -0.625px rgba(0, 0, 0, 0.05), 0px 2.414506143104518px 7.2435184293135535px -1.25px rgba(0, 0, 0, 0.05), 0px 6.382653521484461px 19.147960564453385px -1.875px rgba(0, 0, 0, 0.05), 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 30px; position: relative; width: 1px; }\",\".framer-q7c70 .framer-1erh57z-container { flex: none; height: 58px; position: relative; width: 295px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-q7c70 .framer-1xoyyl7-container { flex: none; height: 52px; position: relative; width: 232px; }\",\".framer-q7c70 .framer-1uj6hsp, .framer-q7c70 .framer-1kl0bx5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 46px 55px 25px 55px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-5oppgw, .framer-q7c70 .framer-1uykzr6 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 15px 0px 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-yjh2ur { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 46px 0px 25px 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-16e91o, .framer-q7c70 .framer-7musoq { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-z52472 { display: grid; flex: none; gap: 60px; grid-auto-rows: min-content; grid-template-columns: repeat(4, minmax(200px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px 0px 50px 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-1p1ag3a, .framer-q7c70 .framer-cmj8x4, .framer-q7c70 .framer-c5n30d, .framer-q7c70 .framer-confrw { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: auto; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-1cei622, .framer-q7c70 .framer-mgrqc, .framer-q7c70 .framer-1axk920, .framer-q7c70 .framer-1pwbfid { align-content: center; align-items: center; aspect-ratio: 1 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: var(--framer-aspect-ratio-supported, 200px); justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-q7c70 .framer-1ce2b23 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 15px 30px 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-8vfxbv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 81px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-1ub8ywe { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 54%; }\",\".framer-q7c70 .framer-25le2p { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-1xp8re2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-1jr4vfn, .framer-q7c70 .framer-1q7ba63, .framer-q7c70 .framer-2098nw, .framer-q7c70 .framer-158vdkw, .framer-q7c70 .framer-ry5bqg { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-q7c70 .framer-1ee6e8n-container { flex: none; height: 60px; position: relative; width: 78%; }\",\".framer-q7c70 .framer-1t2uzyb { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 528px; overflow: visible; position: relative; width: 37%; }\",\".framer-q7c70 .framer-1oe2rng { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 37px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-twnu7i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-16lfgwz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 29px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-lfvter { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-qnyzq7-container { flex: none; height: 76px; position: relative; width: 264px; }\",\".framer-q7c70 .framer-pux2ty { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: 376px; overflow: visible; position: relative; width: 100%; }\",\".framer-q7c70 .framer-18khtn9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-zk0r1y { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.5 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 10px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-q7c70 .framer-1dp05wu { align-content: center; align-items: center; display: flex; flex: 0.5 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-q7c70 .framer-r6zkof { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 55px 40px 55px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-8v48p5 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 50px 15px 0px 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-rgppyd-container { flex: none; height: 604px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-ei14hq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-wbzg0p, .framer-q7c70 .framer-1nnif9g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-1fil1gl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 29px 0px 15px 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-1j7ddyj, .framer-q7c70 .framer-1xlt653 { display: grid; flex: 1 0 0px; gap: 30px; grid-auto-rows: 200px; grid-template-columns: repeat(2, minmax(20px, 1fr)); grid-template-rows: repeat(2, 200px); height: 300px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-q7c70 .framer-a8pqv9-container { align-self: start; flex: none; height: 301px; justify-self: start; position: relative; width: 352px; }\",\".framer-q7c70 .framer-1083u3 { 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: 34px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-1qzv3hl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-199eqmq { display: grid; flex: none; gap: 30px; grid-auto-rows: 200px; grid-template-columns: repeat(2, minmax(20px, 1fr)); grid-template-rows: repeat(2, 200px); height: 300px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-ouqpf5-container { align-self: start; flex: none; height: 303px; justify-self: start; position: relative; width: 311px; }\",\".framer-q7c70 .framer-1h3xpxm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 55px 11px 55px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-1223vrn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px 0px 11px 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-1rn4o0f { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 74px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 29px 0px 29px 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-19aktsu-container { align-self: start; flex: none; height: 347px; justify-self: start; position: relative; width: 491px; }\",\".framer-q7c70 .framer-1tvvdan { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-q7c70 .framer-3zcb78-container { flex: none; height: auto; position: relative; width: 100%; z-index: 0; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-q7c70.framer-1h6rsta { width: 810px; } .framer-q7c70 .framer-e0lc25-container, .framer-q7c70 .framer-5c7lsq, .framer-q7c70 .framer-qk9j78, .framer-q7c70 .framer-1j785l8-container { order: 1; } .framer-q7c70 .framer-kwl3dt-container { order: 3; z-index: 1; } .framer-q7c70 .framer-1w9cg9f { height: 555px; order: 4; } .framer-q7c70 .framer-aet6k1, .framer-q7c70 .framer-psbskh, .framer-q7c70 .framer-1oax0s3-container, .framer-q7c70 .framer-f6az7o-container, .framer-q7c70 .framer-zk0r1y { order: 0; } .framer-q7c70 .framer-pvyq4p, .framer-q7c70 .framer-bi9ni3 { order: 2; } .framer-q7c70 .framer-g1iis2-container { order: 3; } .framer-q7c70 .framer-1kmwz7f { gap: 12px; height: 9456px; order: 6; } .framer-q7c70 .framer-oketwx { gap: 20px; padding: 59px 0px 0px 0px; } .framer-q7c70 .framer-1q6i2xs { width: 488px; } .framer-q7c70 .framer-1089tsc { height: 131px; width: 535px; } .framer-q7c70 .framer-1dcxzd7-container { width: 30%; } .framer-q7c70 .framer-3xjxou { gap: 24px; justify-content: center; order: 1; } .framer-q7c70 .framer-yqeyb1 { padding: 34px 0px 30px 0px; } .framer-q7c70 .framer-mwn08j { gap: 40px; height: 5680px; order: 2; } .framer-q7c70 .framer-1wo0s15 { padding: 27px 0px 27px 0px; } .framer-q7c70 .framer-gx59v5, .framer-q7c70 .framer-hn0d9k { height: 300px; } .framer-q7c70 .framer-1tfwhm1, .framer-q7c70 .framer-1ywosus { height: 260px; padding: 40px 0px 0px 0px; } .framer-q7c70 .framer-1ioqvd6 { max-width: unset; } .framer-q7c70 .framer-k4y0q9 { height: 300px; order: 0; } .framer-q7c70 .framer-vxp0x6 { height: 260px; order: 1; padding: 40px 0px 0px 0px; } .framer-q7c70 .framer-16m4ybt { height: 231px; width: 810px; } .framer-q7c70 .framer-1plju9w { padding: 0px; } .framer-q7c70 .framer-1osg5rc { gap: 31px; padding: 0px 55px 30px 55px; } .framer-q7c70 .framer-17mofbi { height: 509px; order: 1; } .framer-q7c70 .framer-15hjvqr { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; padding: 0px; } .framer-q7c70 .framer-1hv0kt6 { flex: none; order: 0; width: min-content; } .framer-q7c70 .framer-txoqic, .framer-q7c70 .framer-7zfsy, .framer-q7c70 .framer-e3689k, .framer-q7c70 .framer-1ykpxmw, .framer-q7c70 .framer-13y494a, .framer-q7c70 .framer-gqfyoj, .framer-q7c70 .framer-4o20m5, .framer-q7c70 .framer-16d7wzo, .framer-q7c70 .framer-ojq6d8, .framer-q7c70 .framer-5mw8u7, .framer-q7c70 .framer-1tnf8lw, .framer-q7c70 .framer-162665g, .framer-q7c70 .framer-4ynn81, .framer-q7c70 .framer-1741jnq, .framer-q7c70 .framer-a8en2d { width: 331px; } .framer-q7c70 .framer-ln8w4t { order: 1; width: 100%; } .framer-q7c70 .framer-ais3wx { width: 100%; } .framer-q7c70 .framer-nr53f3 { gap: 27px; } .framer-q7c70 .framer-h2um3d { height: 77px; width: 450px; } .framer-q7c70 .framer-1p6fgnn { height: 332px; } .framer-q7c70 .framer-xo44u6, .framer-q7c70 .framer-1awgysa, .framer-q7c70 .framer-lxuer0 { height: var(--framer-aspect-ratio-supported, 131px); } .framer-q7c70 .framer-wg7ndh { flex: none; height: var(--framer-aspect-ratio-supported, 133px); width: 199px; } .framer-q7c70 .framer-10dnot7, .framer-q7c70 .framer-1cybw6t, .framer-q7c70 .framer-1p4qg1o, .framer-q7c70 .framer-mykxp2 { height: var(--framer-aspect-ratio-supported, 117px); } .framer-q7c70 .framer-1g014nj { height: var(--framer-aspect-ratio-supported, 116px); } .framer-q7c70 .framer-1d4xkrv { gap: 0px; } .framer-q7c70 .framer-14l4r6v { padding: 27px 0px 27px 0px; width: 700px; } .framer-q7c70 .framer-1y6kg4k { flex-direction: column; width: 700px; } .framer-q7c70 .framer-d4hpz2 { flex: none; order: 0; width: 100%; } .framer-q7c70 .framer-1t1m605, .framer-q7c70 .framer-zolgh0, .framer-q7c70 .framer-lqk71v, .framer-q7c70 .framer-10kmzvw, .framer-q7c70 .framer-1fj3gx8, .framer-q7c70 .framer-1mlgmyf, .framer-q7c70 .framer-12uw4r, .framer-q7c70 .framer-16zgzun, .framer-q7c70 .framer-1ebgtd, .framer-q7c70 .framer-f63wbo, .framer-q7c70 .framer-96bckl { align-content: flex-start; align-items: flex-start; flex-direction: column; } .framer-q7c70 .framer-tg4o0c, .framer-q7c70 .framer-stgqvt, .framer-q7c70 .framer-1030axi, .framer-q7c70 .framer-1n3cewd, .framer-q7c70 .framer-rra1ak, .framer-q7c70 .framer-q2cxov, .framer-q7c70 .framer-am77jc, .framer-q7c70 .framer-usg1o0, .framer-q7c70 .framer-75wg9m, .framer-q7c70 .framer-1w0o8n0, .framer-q7c70 .framer-1kcjkj7 { flex: none; width: 100%; } .framer-q7c70 .framer-15g99a7 { flex: none; order: 1; width: 100%; } .framer-q7c70 .framer-gd5cem, .framer-q7c70 .framer-1ij56j9 { box-shadow: 0px 0.7961918735236395px 2.3885756205709185px -1.1875px rgba(0, 0, 0, 0.09), 0px 2.414506143104518px 7.2435184293135535px -2.375px rgba(0, 0, 0, 0.08), 0px 6.382653521484461px 19.147960564453385px -3.5625px rgba(0, 0, 0, 0.07), 0px 20px 60px -4.75px rgba(0, 0, 0, 0.01); } .framer-q7c70 .framer-1v3ywsm { flex: none; order: 3; width: 100%; } .framer-q7c70 .framer-50mhi { flex: none; order: 2; width: 100%; } .framer-q7c70 .framer-1xoyyl7-container { order: 4; } .framer-q7c70 .framer-1uj6hsp { order: 5; padding: 0px 55px 20px 55px; } .framer-q7c70 .framer-5oppgw { padding: 240px 15px 0px 0px; } .framer-q7c70 .framer-1a3y7z1-container { height: auto; } .framer-q7c70 .framer-yjh2ur { padding: 43px 0px 0px 0px; } .framer-q7c70 .framer-16e91o { gap: unset; justify-content: space-around; padding: 0px 40px 0px 40px; } .framer-q7c70 .framer-z52472 { gap: 0px; grid-template-columns: repeat(4, 170px); grid-template-rows: repeat(1, min-content); max-width: 1200px; width: 120%; } .framer-q7c70 .framer-1p1ag3a, .framer-q7c70 .framer-cmj8x4, .framer-q7c70 .framer-c5n30d, .framer-q7c70 .framer-confrw { width: min-content; } .framer-q7c70 .framer-1cei622 { height: var(--framer-aspect-ratio-supported, 100px); order: 0; width: 100px; } .framer-q7c70 .framer-mgrqc, .framer-q7c70 .framer-1axk920 { height: var(--framer-aspect-ratio-supported, 100px); width: 100px; } .framer-q7c70 .framer-1pwbfid { height: var(--framer-aspect-ratio-supported, 96px); width: 96px; } .framer-q7c70 .framer-1ce2b23 { padding: 0px 15px 39px 0px; } .framer-q7c70 .framer-8vfxbv { flex-direction: column; gap: 27px; padding: 0px; } .framer-q7c70 .framer-1ub8ywe { align-content: center; align-items: center; gap: 30px; justify-content: center; width: 100%; } .framer-q7c70 .framer-25le2p { gap: 24px; justify-content: center; } .framer-q7c70 .framer-1xp8re2 { gap: 14px; } .framer-q7c70 .framer-1ee6e8n-container { height: 50px; width: 74%; } .framer-q7c70 .framer-1t2uzyb { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 494px; padding: 27px 0px 27px 0px; width: 100%; } .framer-q7c70 .framer-1kl0bx5 { order: 6; padding: 43px 55px 35px 55px; } .framer-q7c70 .framer-1dp05wu { flex: 1 0 0px; order: 1; } .framer-q7c70 .framer-ki72k9-container { flex: none; width: 400px; } .framer-q7c70 .framer-r6zkof { gap: 30px; order: 7; padding: 0px 55px 40px 55px; } .framer-q7c70 .framer-rgppyd-container { height: 401px; } .framer-q7c70 .framer-1fil1gl { padding: 34px 0px 15px 0px; } .framer-q7c70 .framer-1tvvdan { order: 8; }}\",\"@media (max-width: 809px) { .framer-q7c70.framer-1h6rsta { background-color: #ffffff; width: 390px; } .framer-q7c70 .framer-e0lc25-container, .framer-q7c70 .framer-5c7lsq, .framer-q7c70 .framer-7zfsy, .framer-q7c70 .framer-1wghp20, .framer-q7c70 .framer-m4mgw4 { order: 1; } .framer-q7c70 .framer-kwl3dt-container { order: 3; z-index: 1; } .framer-q7c70 .framer-1w9cg9f { height: 576px; order: 4; } .framer-q7c70 .framer-aet6k1, .framer-q7c70 .framer-txoqic, .framer-q7c70 .framer-kfhr2s, .framer-q7c70 .framer-17illy6, .framer-q7c70 .framer-ytf3s7 { order: 0; } .framer-q7c70 .framer-pvyq4p, .framer-q7c70 .framer-yn0sgm-container, .framer-q7c70 .framer-e3689k, .framer-q7c70 .framer-qsrhto, .framer-q7c70 .framer-1q7ba63 { order: 2; } .framer-q7c70 .framer-g1iis2-container, .framer-q7c70 .framer-1ykpxmw, .framer-q7c70 .framer-qnyzq7-container, .framer-q7c70 .framer-1nnif9g { order: 3; } .framer-q7c70 .framer-1kmwz7f, .framer-q7c70 .framer-4o20m5 { order: 6; } .framer-q7c70 .framer-psbskh { order: 0; padding: 0px 40px 0px 40px; width: 390px; } .framer-q7c70 .framer-oketwx { gap: 21px; padding: 55px 0px 15px 0px; } .framer-q7c70 .framer-1f84c4f { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-q7c70 .framer-1q6i2xs { width: 100%; } .framer-q7c70 .framer-1089tsc { height: auto; width: 100%; } .framer-q7c70 .framer-1dcxzd7-container { height: 38px; width: 169px; } .framer-q7c70 .framer-3xjxou { gap: 32px; order: 1; width: 390px; } .framer-q7c70 .framer-9p681l { gap: 30px; padding: 40px; } .framer-q7c70 .framer-yqeyb1 { flex-direction: column; gap: 50px; padding: 0px; } .framer-q7c70 .framer-u4zotp, .framer-q7c70 .framer-f6az7o-container, .framer-q7c70 .framer-1j785l8-container, .framer-q7c70 .framer-15g99a7, .framer-q7c70 .framer-1v3ywsm, .framer-q7c70 .framer-zk0r1y, .framer-q7c70 .framer-1dp05wu { flex: none; width: 100%; } .framer-q7c70 .framer-1fbxhub { flex: none; gap: 20px; width: 100%; } .framer-q7c70 .framer-mwn08j { gap: 36px; order: 2; width: 390px; } .framer-q7c70 .framer-1cw5q4y { gap: 0px; order: 1; padding: 0px 40px 0px 40px; } .framer-q7c70 .framer-1wo0s15 { gap: 30px; padding: 10px 0px 30px 0px; } .framer-q7c70 .framer-eu3qs, .framer-q7c70 .framer-1y6kg4k { flex-direction: column; } .framer-q7c70 .framer-1xwtkip { flex: none; order: 0; padding: 0px; width: 100%; } .framer-q7c70 .framer-gx59v5, .framer-q7c70 .framer-hn0d9k { height: 300px; } .framer-q7c70 .framer-1tfwhm1 { height: min-content; padding: 0px; } .framer-q7c70 .framer-1ioqvd6, .framer-q7c70 .framer-9inafy { gap: 14px; padding: 30px 0px 40px 0px; } .framer-q7c70 .framer-yrxts { flex: none; order: 1; padding: 0px; width: 100%; } .framer-q7c70 .framer-k4y0q9 { height: 300px; order: 0; } .framer-q7c70 .framer-vxp0x6 { height: min-content; order: 1; padding: 0px; } .framer-q7c70 .framer-6wlvzo { flex: none; order: 2; width: 100%; } .framer-q7c70 .framer-1ywosus { height: min-content; padding: 30px 0px 0px 0px; } .framer-q7c70 .framer-15zrj7g { gap: 14px; padding: 0px 30px 0px 0px; } .framer-q7c70 .framer-ip834m, .framer-q7c70 .framer-ojq6d8 { order: 8; } .framer-q7c70 .framer-16m4ybt { gap: 30px; padding: 30px 55px 0px 55px; } .framer-q7c70 .framer-1crm3fx { z-index: 1; } .framer-q7c70 .framer-1plju9w { order: 9; overflow: visible; padding: 0px; } .framer-q7c70 .framer-1osg5rc { flex-direction: column; padding: 0px 55px 13px 55px; } .framer-q7c70 .framer-17mofbi { flex: none; flex-direction: column; gap: 30px; width: 289px; } .framer-q7c70 .framer-15hjvqr { flex: none; height: 400px; width: 100%; } .framer-q7c70 .framer-1hv0kt6 { flex: none; gap: 9px; width: 100%; } .framer-q7c70 .framer-13y494a { order: 4; } .framer-q7c70 .framer-gqfyoj { order: 5; } .framer-q7c70 .framer-16d7wzo { order: 7; } .framer-q7c70 .framer-5mw8u7 { order: 9; } .framer-q7c70 .framer-1tnf8lw, .framer-q7c70 .framer-1v1ykk2 { order: 10; } .framer-q7c70 .framer-162665g { order: 11; } .framer-q7c70 .framer-4ynn81 { order: 12; } .framer-q7c70 .framer-1741jnq { order: 13; } .framer-q7c70 .framer-a8en2d { order: 14; } .framer-q7c70 .framer-11hcoxf { align-content: unset; align-items: unset; display: grid; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); justify-content: center; } .framer-q7c70 .framer-1ifwcgq, .framer-q7c70 .framer-ob3jkq, .framer-q7c70 .framer-19fybv4, .framer-q7c70 .framer-qymr0f { align-self: start; flex: none; height: var(--framer-aspect-ratio-supported, 148px); justify-self: start; width: 100%; } .framer-q7c70 .framer-17w6ue8, .framer-q7c70 .framer-9puy79 { align-self: start; aspect-ratio: unset; flex: none; height: 100%; justify-self: start; width: 100%; } .framer-q7c70 .framer-1vw0m8b { align-content: unset; align-items: unset; display: grid; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(1, minmax(0, 1fr)); justify-content: center; } .framer-q7c70 .framer-hfl8e8 { flex-direction: column; gap: 20px; order: 11; padding: 0px 40px 0px 40px; } .framer-q7c70 .framer-1i4zzy1 { flex: none; gap: 0px; padding: 5px 0px 5px 0px; width: 100%; } .framer-q7c70 .framer-bi9ni3 { flex-direction: column; gap: 30px; order: 2; } .framer-q7c70 .framer-yfiwuz { flex-direction: column; gap: 20px; order: 12; padding: 10px 55px 0px 55px; } .framer-q7c70 .framer-nr53f3 { flex: none; gap: 15px; width: 303px; } .framer-q7c70 .framer-15fcf6s { height: 51px; order: 0; width: 100%; } .framer-q7c70 .framer-h2um3d { height: auto; order: 1; width: 100%; } .framer-q7c70 .framer-kh4ihx-container { height: 47px; order: 14; width: 318px; } .framer-q7c70 .framer-1d4xkrv { background-color: unset; gap: 0px; order: 15; padding: 0px 40px 65px 40px; } .framer-q7c70 .framer-14l4r6v { gap: 30px; padding: 30px 0px 30px 0px; } .framer-q7c70 .framer-d4hpz2 { flex: none; gap: 25px; width: 100%; } .framer-q7c70 .framer-cuxegw, .framer-q7c70 .framer-nyzb59 { gap: 7px; } .framer-q7c70 .framer-1erh57z-container { height: 57px; order: 3; width: 275px; } .framer-q7c70 .framer-1uj6hsp { order: 5; padding: 40px 55px 0px 55px; } .framer-q7c70 .framer-5oppgw, .framer-q7c70 .framer-1ce2b23, .framer-q7c70 .framer-1uykzr6 { padding: 0px 15px 20px 0px; } .framer-q7c70 .framer-yjh2ur { padding: 0px; } .framer-q7c70 .framer-16e91o { padding: 30px 20px 30px 20px; } .framer-q7c70 .framer-z52472 { gap: 35px; grid-template-columns: repeat(1, minmax(200px, 1fr)); padding: 0px 0px 30px 0px; } .framer-q7c70 .framer-1cei622 { height: 120px; width: var(--framer-aspect-ratio-supported, 120px); } .framer-q7c70 .framer-mgrqc, .framer-q7c70 .framer-1axk920, .framer-q7c70 .framer-1pwbfid { height: var(--framer-aspect-ratio-supported, 120px); width: 120px; } .framer-q7c70 .framer-1kl0bx5 { order: 6; padding: 40px 55px 0px 55px; } .framer-q7c70 .framer-18khtn9 { flex-direction: column; padding: 0px; } .framer-q7c70 .framer-r6zkof { order: 7; padding: 35px 40px 55px 40px; } .framer-q7c70 .framer-8v48p5 { order: 0; padding: 15px 15px 0px 0px; } .framer-q7c70 .framer-rgppyd-container { height: 182px; order: 1; } .framer-q7c70 .framer-1tvvdan { background-color: var(--token-da69e992-9a14-4606-a3ad-cd61c5973123, #1b1c1f); order: 8; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 10513\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"zkcmxfzuJ\":{\"layout\":[\"fixed\",\"auto\"]},\"wcGO7LgRx\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"jAsneQHqP\":{\"pattern\":\":jAsneQHqP\",\"name\":\"main\"},\"evpzkPDqG\":{\"pattern\":\":evpzkPDqG\",\"name\":\"section-header\"},\"neYts1bED\":{\"pattern\":\":neYts1bED\",\"name\":\"services\"},\"unb7au52j\":{\"pattern\":\":unb7au52j\",\"name\":\"about\"},\"EZGEnSOjG\":{\"pattern\":\":EZGEnSOjG\",\"name\":\"1\"},\"pm65MldaI\":{\"pattern\":\":pm65MldaI\",\"name\":\"2\"},\"MXgnqiopW\":{\"pattern\":\":MXgnqiopW\",\"name\":\"3\"},\"iFvYR_VlM\":{\"pattern\":\":iFvYR_VlM\",\"name\":\"4\"},\"XLyrcjfnP\":{\"pattern\":\":XLyrcjfnP\",\"name\":\"5\"},\"rkyZ_Q6ED\":{\"pattern\":\":rkyZ_Q6ED\",\"name\":\"\"},\"GMvi6XN2B\":{\"pattern\":\":GMvi6XN2B\",\"name\":\"6\"},\"QUlkro2Tk\":{\"pattern\":\":QUlkro2Tk\",\"name\":\"7\"},\"p7tEc6qMo\":{\"pattern\":\":p7tEc6qMo\",\"name\":\"8\"},\"BlEvi3NQ1\":{\"pattern\":\":BlEvi3NQ1\",\"name\":\"9\"},\"gnhaR8xJI\":{\"pattern\":\":gnhaR8xJI\",\"name\":\"10\"},\"HxvLFscGp\":{\"pattern\":\":HxvLFscGp\",\"name\":\"11\"},\"LKtcmojps\":{\"pattern\":\":LKtcmojps\",\"name\":\"12\"},\"lwwCCevix\":{\"pattern\":\":lwwCCevix\",\"name\":\"13\"},\"XV92azfNe\":{\"pattern\":\":XV92azfNe\",\"name\":\"\"},\"rbRwqIiCB\":{\"pattern\":\":rbRwqIiCB\",\"name\":\"14\"},\"BW4uSSnRJ\":{\"pattern\":\":BW4uSSnRJ\",\"name\":\"\"},\"Q2rbO4tTv\":{\"pattern\":\":Q2rbO4tTv\",\"name\":\"15\"},\"kJTt5Db46\":{\"pattern\":\":kJTt5Db46\",\"name\":\"\"},\"w9O0lcMvA\":{\"pattern\":\":w9O0lcMvA\",\"name\":\"reviews\"},\"fHPeqxG0h\":{\"pattern\":\":fHPeqxG0h\",\"name\":\"faq\"},\"mJ1_jk9hi\":{\"pattern\":\":mJ1_jk9hi\",\"name\":\"tour\"},\"crLrGuwns\":{\"pattern\":\":crLrGuwns\",\"name\":\"last\"}}\n * @framerResponsiveScreen\n */const FramerdROjFRRvF=withCSS(Component,css,\"framer-q7c70\");export default FramerdROjFRRvF;FramerdROjFRRvF.displayName=\"Home\";FramerdROjFRRvF.defaultProps={height:10513,width:1200};addFonts(FramerdROjFRRvF,[{explicitInter:true,fonts:[{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/OYB4CXKJQXKTNSLJMTDQOIVUL2V5EL7S/WYO2P7DQVV5RNXGMCUO2HL4RJP4VFUAS/6XPIMU23OJVRY676OG5YVJMWEHWICATX.woff2\",weight:\"500\"},{family:\"Rebori Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/5TuDmUEIO7vF8rZfL252uZNmk.woff2\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qWSRToK8EPg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/BLNB4FAQFNK56DWWNF7PMGTCOTZHOEII/ST3WKSSDMBK2MIQQO3MAVYWLF4FTOLFV/6IN5WOLRCYP4G4MOCOHOMXNON6Q7MDAR.woff2\",weight:\"400\"},{family:\"Inter Tight\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qWSRToK8EPg.woff2\",weight:\"500\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"}]},...SmoothScrollFonts,...NavigationFonts,...NavigationMobileFonts,...ServiceButtonsFonts,...LineAnimationFonts,...NumberCounterFonts,...NumberCounter1Fonts,...SectionServicesTextFonts,...TeamCardFonts,...AccordionCopyFonts,...YouTubeFonts,...EmbedFonts,...FooterCopy2Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdROjFRRvF\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"10513\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zkcmxfzuJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wcGO7LgRx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"{\\\"jAsneQHqP\\\":{\\\"pattern\\\":\\\":jAsneQHqP\\\",\\\"name\\\":\\\"main\\\"},\\\"evpzkPDqG\\\":{\\\"pattern\\\":\\\":evpzkPDqG\\\",\\\"name\\\":\\\"section-header\\\"},\\\"neYts1bED\\\":{\\\"pattern\\\":\\\":neYts1bED\\\",\\\"name\\\":\\\"services\\\"},\\\"unb7au52j\\\":{\\\"pattern\\\":\\\":unb7au52j\\\",\\\"name\\\":\\\"about\\\"},\\\"EZGEnSOjG\\\":{\\\"pattern\\\":\\\":EZGEnSOjG\\\",\\\"name\\\":\\\"1\\\"},\\\"pm65MldaI\\\":{\\\"pattern\\\":\\\":pm65MldaI\\\",\\\"name\\\":\\\"2\\\"},\\\"MXgnqiopW\\\":{\\\"pattern\\\":\\\":MXgnqiopW\\\",\\\"name\\\":\\\"3\\\"},\\\"iFvYR_VlM\\\":{\\\"pattern\\\":\\\":iFvYR_VlM\\\",\\\"name\\\":\\\"4\\\"},\\\"XLyrcjfnP\\\":{\\\"pattern\\\":\\\":XLyrcjfnP\\\",\\\"name\\\":\\\"5\\\"},\\\"rkyZ_Q6ED\\\":{\\\"pattern\\\":\\\":rkyZ_Q6ED\\\",\\\"name\\\":\\\"\\\"},\\\"GMvi6XN2B\\\":{\\\"pattern\\\":\\\":GMvi6XN2B\\\",\\\"name\\\":\\\"6\\\"},\\\"QUlkro2Tk\\\":{\\\"pattern\\\":\\\":QUlkro2Tk\\\",\\\"name\\\":\\\"7\\\"},\\\"p7tEc6qMo\\\":{\\\"pattern\\\":\\\":p7tEc6qMo\\\",\\\"name\\\":\\\"8\\\"},\\\"BlEvi3NQ1\\\":{\\\"pattern\\\":\\\":BlEvi3NQ1\\\",\\\"name\\\":\\\"9\\\"},\\\"gnhaR8xJI\\\":{\\\"pattern\\\":\\\":gnhaR8xJI\\\",\\\"name\\\":\\\"10\\\"},\\\"HxvLFscGp\\\":{\\\"pattern\\\":\\\":HxvLFscGp\\\",\\\"name\\\":\\\"11\\\"},\\\"LKtcmojps\\\":{\\\"pattern\\\":\\\":LKtcmojps\\\",\\\"name\\\":\\\"12\\\"},\\\"lwwCCevix\\\":{\\\"pattern\\\":\\\":lwwCCevix\\\",\\\"name\\\":\\\"13\\\"},\\\"XV92azfNe\\\":{\\\"pattern\\\":\\\":XV92azfNe\\\",\\\"name\\\":\\\"\\\"},\\\"rbRwqIiCB\\\":{\\\"pattern\\\":\\\":rbRwqIiCB\\\",\\\"name\\\":\\\"14\\\"},\\\"BW4uSSnRJ\\\":{\\\"pattern\\\":\\\":BW4uSSnRJ\\\",\\\"name\\\":\\\"\\\"},\\\"Q2rbO4tTv\\\":{\\\"pattern\\\":\\\":Q2rbO4tTv\\\",\\\"name\\\":\\\"15\\\"},\\\"kJTt5Db46\\\":{\\\"pattern\\\":\\\":kJTt5Db46\\\",\\\"name\\\":\\\"\\\"},\\\"w9O0lcMvA\\\":{\\\"pattern\\\":\\\":w9O0lcMvA\\\",\\\"name\\\":\\\"reviews\\\"},\\\"fHPeqxG0h\\\":{\\\"pattern\\\":\\\":fHPeqxG0h\\\",\\\"name\\\":\\\"faq\\\"},\\\"mJ1_jk9hi\\\":{\\\"pattern\\\":\\\":mJ1_jk9hi\\\",\\\"name\\\":\\\"tour\\\"},\\\"crLrGuwns\\\":{\\\"pattern\\\":\\\":crLrGuwns\\\",\\\"name\\\":\\\"last\\\"}}\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["NumberCounter", "props", "startNumber", "endNumber", "fontColor", "fontSize", "fontWeight", "fontFamily", "speed", "prefix", "suffix", "loop", "count", "setCount", "ye", "isVisible", "setIsVisible", "ref", "pe", "ue", "observer", "entries", "entry", "intervalId", "prevCount", "u", "motion", "addPropertyControls", "ControlType", "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", "Embed", "type", "url", "html", "zoom", "radius", "border", "style", "p", "EmbedUrl", "EmbedHtml", "Instructions", "addPropertyControls", "ControlType", "props", "getMinHeight", "emptyStateStyle", "centerTextStyle", "hasAutoHeight", "onCanvas", "useIsOnCanvas", "state", "setState", "ye", "ue", "isLastEffect", "load", "response", "isBlocked", "message", "error", "ErrorMessage", "LoadingIndicator", "iframeStyle", "getSandbox", "result", "hasSplineViewer", "hasComment", "EmbedHtmlWithScripts", "EmbedHtmlInsideIframe", "EmbedHtmlWithoutScripts", "ref", "pe", "iframeHeight", "setIframeHeight", "iframeWindow", "handleMessage", "event", "data", "height", "window", "srcDoc", "currentStyle", "div", "executeScripts", "htmlStyle", "node", "script", "name", "value", "child", "containerStyles", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image1", "link", "name1", "position", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "pRhVbW3Up", "QbsbPhov5", "uNFLaBT4L", "TOJFCrtjK", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1wazvb9", "args", "onMouseLeave1hyx7lh", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "Image2", "RichText2", "css", "FramerhINQH9CI9", "withCSS", "hINQH9CI9_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "oSrEccQrm", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "RichText2", "css", "FramerjJmHhdoO0", "withCSS", "jJmHhdoO0_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "height", "id", "question", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "W88zB8mIG", "T8rQFvSBR", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapj2or6p", "args", "onTap10lkg7m", "onTapmjgj7q", "onTap1spfpm6", "onTap25newn", "onTapep90j1", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerFXj9W3fx1", "withCSS", "FXj9W3fx1_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "height", "id", "question", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "W88zB8mIG", "T8rQFvSBR", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTappuq444", "args", "onTapuap160", "onTapxzvwei", "onTapb49crv", "onTap1mw77jp", "onTap5izjv1", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "Framerg4fmRJ7GJ", "withCSS", "g4fmRJ7GJ_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "height", "id", "question", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "W88zB8mIG", "T8rQFvSBR", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1s3mpad", "args", "onTap17ank9c", "onTappzp497", "onTap1mfnvn9", "onTap1inhpex", "onTap2y18zc", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerJOLqj0iJE", "withCSS", "JOLqj0iJE_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "height", "id", "question", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "W88zB8mIG", "T8rQFvSBR", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapradqwr", "args", "onTap1em9kzb", "onTap1esc4qb", "onTap1xyr25v", "onTap1lef10", "onTap184gupm", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "Framerxh_FJrDyV", "withCSS", "xh_FJrDyV_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "height", "id", "question", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "W88zB8mIG", "T8rQFvSBR", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTaplclpnn", "args", "onTap6raaif", "onTapoomben", "onTapnphy98", "onTap1wk7304", "onTapauxw6a", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerYf4jkXA6_", "withCSS", "Yf4jkXA6_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "AccordionRowFonts", "getFonts", "g4fmRJ7GJ_default", "AccordionRowCopyFonts", "Yf4jkXA6_default", "AccordionRowCopy2Fonts", "xh_FJrDyV_default", "AccordionRowCopy3Fonts", "FXj9W3fx1_default", "AccordionRowCopy4Fonts", "JOLqj0iJE_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "css", "FramernXAFQscVs", "withCSS", "nXAFQscVs_default", "addPropertyControls", "ControlType", "addFonts", "NumberCounter", "props", "startNumber", "endNumber", "fontColor", "fontSize", "fontWeight", "fontFamily", "speed", "prefix", "suffix", "loop", "count", "setCount", "ye", "isVisible", "setIsVisible", "ref", "pe", "ue", "observer", "entries", "entry", "intervalId", "prevCount", "u", "motion", "addPropertyControls", "ControlType", "SmoothScrollFonts", "getFonts", "SmoothScroll", "NavigationFonts", "F0lbt84nG_default", "NavigationWithVariantAppearEffect", "withVariantAppearEffect", "NavigationMobileFonts", "u1SJOgfjQ_default", "ServiceButtonsFonts", "UD6aSRDQ5_default", "RichTextWithFX", "withFX", "RichText2", "LineAnimationFonts", "v4ueDjO1q_default", "LineAnimationWithVariantAppearEffect", "NumberCounterFonts", "NumberCounter", "NumberCounter1Fonts", "MotionDivWithFX", "motion", "MotionSectionWithFX", "SectionServicesTextFonts", "jJmHhdoO0_default", "SectionServicesTextWithVariantAppearEffect", "TeamCardFonts", "hINQH9CI9_default", "ImageWithFX", "Image2", "AccordionCopyFonts", "nXAFQscVs_default", "ContainerWithFX", "Container", "YouTubeFonts", "Youtube", "EmbedFonts", "Embed", "FooterCopy2Fonts", "FBh4pKgFX_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "transition2", "transition3", "addImageAlt", "image", "alt", "transition4", "animation3", "transition5", "animation4", "animation5", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "isDisplayed2", "elementId4", "ref5", "ref6", "elementId5", "ref7", "elementId6", "ref8", "elementId7", "ref9", "elementId8", "elementId9", "ref10", "ref11", "elementId10", "ref12", "elementId11", "ref13", "elementId12", "ref14", "elementId13", "ref15", "elementId14", "ref16", "elementId15", "ref17", "elementId16", "ref18", "elementId17", "elementId18", "ref19", "ref20", "elementId19", "elementId20", "ref21", "ref22", "elementId21", "elementId22", "ref23", "isDisplayed3", "elementId23", "ref24", "isDisplayed4", "isDisplayed5", "elementId24", "ref25", "elementId25", "ref26", "elementId26", "ref27", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "getLoadingLazyAtYPosition", "x", "Link", "css", "FramerdROjFRRvF", "withCSS", "dROjFRRvF_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
