{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js", "ssg:https://framerusercontent.com/modules/cVw4bxqLEZWl9s4pT8I4/58z2kc679j2Bn98TKDJF/FfszvGoE9.js", "ssg:https://framerusercontent.com/modules/gGJN8uhE1zIGzxMgOGkp/R2JxEaDAAVF1WmT1FsQw/flM_DZBQx.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.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={}));/**\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)}) 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://www.youtube.com/shorts/zwMEhBq4kYM\nif(pathSegments[0]===\"shorts\"){const videoId=pathSegments[1];const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}}// 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){// https://gist.github.com/a1ip/be4514c1fd392a8c13b05e082c4da363\nconst pre=\"https://i.ytimg.com/vi_webp/\";const ext=\"webp\";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}`;}}// 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\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"315\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"560\",\"framerComponentPresetProps\":\"isRed, borderRadius\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YouTube.map", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([\"GF;Plus Jakarta Sans-regular\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{family:\"Plus Jakarta Sans\",moduleAsset:{localModuleIdentifier:\"local-module:css/FfszvGoE9:default\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NTxXUEKi4Rw.woff2\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NTxXUEKi4Rw.woff2\",weight:\"400\"}];export const css=['.framer-hfD4Q .framer-styles-preset-1l99amg:not(.rich-text-wrapper), .framer-hfD4Q .framer-styles-preset-1l99amg.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-Italic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 170%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: rgba(255, 255, 255, 0.7); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-hfD4Q\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0afc761)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,FormSelect,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,NotFoundError,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js\";import FooterSection from\"#framer/local/canvasComponent/ETiHfAtRv/ETiHfAtRv.js\";import Header from\"#framer/local/canvasComponent/OJDH4Y3lf/OJDH4Y3lf.js\";import Image1 from\"#framer/local/canvasComponent/R5Lw9LnFk/R5Lw9LnFk.js\";import Button2 from\"#framer/local/canvasComponent/Tx6hGZkQ7/Tx6hGZkQ7.js\";import Button from\"#framer/local/canvasComponent/X34mYoz5t/X34mYoz5t.js\";import CMS from\"#framer/local/collection/UP7SQmM8R/UP7SQmM8R.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle2 from\"#framer/local/css/BamVnKEb9/BamVnKEb9.js\";import*as sharedStyle5 from\"#framer/local/css/EbB4fZgvp/EbB4fZgvp.js\";import*as sharedStyle1 from\"#framer/local/css/EGCFZzKRt/EGCFZzKRt.js\";import*as sharedStyle12 from\"#framer/local/css/EzQRpeS6U/EzQRpeS6U.js\";import*as sharedStyle8 from\"#framer/local/css/FfszvGoE9/FfszvGoE9.js\";import*as sharedStyle7 from\"#framer/local/css/Gkl4F32z2/Gkl4F32z2.js\";import*as sharedStyle from\"#framer/local/css/JZ0tyR72Z/JZ0tyR72Z.js\";import*as sharedStyle4 from\"#framer/local/css/KjFaurVj_/KjFaurVj_.js\";import*as sharedStyle3 from\"#framer/local/css/KYEoNziPy/KYEoNziPy.js\";import*as sharedStyle11 from\"#framer/local/css/r9BfVonRL/r9BfVonRL.js\";import*as sharedStyle10 from\"#framer/local/css/uneuDEasg/uneuDEasg.js\";import*as sharedStyle6 from\"#framer/local/css/vakdTUVej/vakdTUVej.js\";import*as sharedStyle9 from\"#framer/local/css/ybRKRcLeC/ybRKRcLeC.js\";import metadataProvider from\"#framer/local/webPageMetadata/flM_DZBQx/flM_DZBQx.js\";const HeaderFonts=getFonts(Header);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const ButtonFonts=getFonts(Button);const YouTubeFonts=getFonts(YouTube);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const RichTextWithFX=withFX(RichText);const Image1Fonts=getFonts(Image1);const ImageWithFX=withFX(Image);const ContainerWithFX=withFX(Container);const Button2Fonts=getFonts(Button2);const FooterSectionFonts=getFonts(FooterSection);const breakpoints={CSZqCAFLZ:\"(min-width: 768px) and (max-width: 991px)\",Jghd6BURi:\"(min-width: 1440px)\",v_A9sOGIs:\"(max-width: 767px)\",vyTCGl6Zy:\"(min-width: 992px) and (max-width: 1439px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-ZhJTO\";const variantClassNames={CSZqCAFLZ:\"framer-v-1k9ypuc\",Jghd6BURi:\"framer-v-15pyogp\",v_A9sOGIs:\"framer-v-1chuvv2\",vyTCGl6Zy:\"framer-v-bn1tji\"};const transition1={damping:60,delay:0,mass:1.2,stiffness:200,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:100};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition2={damping:60,delay:0,mass:1.2,stiffness:300,type:\"spring\"};const transition3={damping:60,delay:.2,mass:1.2,stiffness:300,type:\"spring\"};const transition4={damping:60,delay:0,mass:1,stiffness:300,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition4};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition5={damping:60,delay:.4,mass:1.2,stiffness:300,type:\"spring\"};const transition6={damping:60,delay:.6,mass:1.2,stiffness:300,type:\"spring\"};const transition7={damping:60,delay:.8,mass:1.2,stiffness:300,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Large Desktop\":\"Jghd6BURi\",Desktop:\"vyTCGl6Zy\",Phone:\"v_A9sOGIs\",Tablet:\"CSZqCAFLZ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"Jghd6BURi\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"flM_DZBQx\",data:CMS,type:\"Collection\"},select:[{collection:\"flM_DZBQx\",name:\"tuPA2VVfk\",type:\"Identifier\"},{collection:\"flM_DZBQx\",name:\"vea5ozY8v\",type:\"Identifier\"},{collection:\"flM_DZBQx\",name:\"gLmYVoIJx\",type:\"Identifier\"},{collection:\"flM_DZBQx\",name:\"VAyVW7b0L\",type:\"Identifier\"},{collection:\"flM_DZBQx\",name:\"kfoAMvyS5\",type:\"Identifier\"},{collection:\"flM_DZBQx\",name:\"Dgfm2VTb_\",type:\"Identifier\"},{collection:\"flM_DZBQx\",name:\"HtQA6WFlP\",type:\"Identifier\"},{collection:\"flM_DZBQx\",name:\"oIpPZsF0h\",type:\"Identifier\"},{collection:\"flM_DZBQx\",name:\"JKnmVpecr\",type:\"Identifier\"},{collection:\"flM_DZBQx\",name:\"kdtl2dHDP\",type:\"Identifier\"},{collection:\"flM_DZBQx\",name:\"uHvWMe462\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"flM_DZBQx\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,vea5ozY8v=getFromCurrentRouteData(\"vea5ozY8v\")??\"\",VAyVW7b0L=getFromCurrentRouteData(\"VAyVW7b0L\")??\"\",kdtl2dHDP=getFromCurrentRouteData(\"kdtl2dHDP\")??\"\",gLmYVoIJx=getFromCurrentRouteData(\"gLmYVoIJx\"),kfoAMvyS5=getFromCurrentRouteData(\"kfoAMvyS5\"),Dgfm2VTb_=getFromCurrentRouteData(\"Dgfm2VTb_\"),oIpPZsF0h=getFromCurrentRouteData(\"oIpPZsF0h\"),HtQA6WFlP=getFromCurrentRouteData(\"HtQA6WFlP\"),JKnmVpecr=getFromCurrentRouteData(\"JKnmVpecr\"),uHvWMe462=getFromCurrentRouteData(\"uHvWMe462\")??\"\",tuPA2VVfk=getFromCurrentRouteData(\"tuPA2VVfk\"),...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onTap3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=isSet(kdtl2dHDP);const visible1=isSet(kfoAMvyS5);const elementId=useRouteElementId(\"kgzIuigBN\");const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"v_A9sOGIs\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"v_A9sOGIs\")return true;return false;};const router=useRouter();const visible2=equals(tuPA2VVfk,\"P1gtRLXiX\");useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"Jghd6BURi\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-15pyogp\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:129,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18wz1n6-container\",nodeId:\"Qm5h0zwIm\",scopeId:\"flM_DZBQx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CSZqCAFLZ:{variant:\"vTcSSzc04\"},v_A9sOGIs:{variant:\"D7llf34H5\"}},children:/*#__PURE__*/_jsx(Header,{height:\"100%\",id:\"Qm5h0zwIm\",L3gfdQ2_y:\"rgba(255, 255, 255, 0.8)\",layoutId:\"Qm5h0zwIm\",style:{width:\"100%\"},variant:\"ufrttMaif\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5ay8b1\",\"data-framer-name\":\"Hero Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ub2ip2\",\"data-framer-name\":\"Background\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b0b9kn\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15zbh0b\",\"data-framer-name\":\"Hero Content Wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hrck01\",\"data-framer-name\":\"Divider\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1h9nem7\",\"data-framer-name\":\"Lines\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:986,intrinsicWidth:1295,svg:'<svg width=\"1295\" height=\"986\" viewBox=\"0 0 1295 986\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line opacity=\"0.04\" x1=\"0.5\" y1=\"-2.18557e-08\" x2=\"0.500043\" y2=\"986\" stroke=\"#0C0E17\"/>\\n<line opacity=\"0.04\" x1=\"777.5\" y1=\"-2.18557e-08\" x2=\"777.5\" y2=\"986\" stroke=\"#0C0E17\"/>\\n<line opacity=\"0.04\" x1=\"259.5\" y1=\"-2.18557e-08\" x2=\"259.5\" y2=\"986\" stroke=\"#0C0E17\"/>\\n<line opacity=\"0.04\" x1=\"1036.5\" y1=\"-2.18557e-08\" x2=\"1036.5\" y2=\"986\" stroke=\"#0C0E17\"/>\\n<line opacity=\"0.04\" x1=\"518.5\" y1=\"-2.18557e-08\" x2=\"518.5\" y2=\"986\" stroke=\"#0C0E17\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r8006k\",\"data-framer-name\":\"Hero Content Text Block Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-49u2wr\",\"data-framer-name\":\"Hero Content Text Block Inner\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wtmb1w\",\"data-framer-name\":\"Hero Content Text Block\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CSZqCAFLZ:{animate:undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-z92x7p\",\"data-styles-preset\":\"JZ0tyR72Z\",style:{\"--framer-text-alignment\":\"center\"},children:\"Manual Garage Screen Doors\"})}),initial:undefined,optimized:undefined,style:{}},v_A9sOGIs:{animate:undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-z92x7p\",\"data-styles-preset\":\"JZ0tyR72Z\",style:{\"--framer-text-alignment\":\"center\"},children:\"Transform Your Garage. Elevate Your Home.\"})}),initial:undefined,optimized:undefined,style:{}}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-z92x7p\",\"data-styles-preset\":\"JZ0tyR72Z\",children:\"Transform Your Garage. Elevate Your Home.\"})}),className:\"framer-1qu31sf\",\"data-framer-appear-id\":\"1qu31sf\",\"data-framer-name\":\"Hero Title\",fonts:[\"Inter\"],initial:animation1,optimized:true,style:{transformPerspective:1200},text:vea5ozY8v,verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vpweig\",\"data-framer-name\":\"Paragraph Wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CSZqCAFLZ:{animate:undefined,initial:undefined,optimized:undefined,style:{}},v_A9sOGIs:{animate:undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1t5b5ei\",\"data-styles-preset\":\"EGCFZzKRt\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(12, 14, 23))\"},children:\"Transform your garage into a versatile living space with our practical manual garage screens. Fairfax Garages offers an affordable solution that enhances your home's functionality without the complexity of motorized systems.\"})}),initial:undefined,optimized:undefined,style:{}}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1t5b5ei\",\"data-styles-preset\":\"EGCFZzKRt\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(12, 14, 23))\"},children:\"Transform your garage into a versatile living space with our practical manual garage screens. Fairfax Garages offers an affordable solution that enhances your home's functionality without the complexity of motorized systems.\"})}),className:\"framer-38dqd1\",\"data-framer-appear-id\":\"38dqd1\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],initial:animation1,optimized:true,style:{transformPerspective:1200},text:VAyVW7b0L,verticalAlignment:\"center\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jwpdbj\",\"data-framer-name\":\"Button Wrapper\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-13ru32a-container\",nodeId:\"Bl9pYoMqI\",scopeId:\"flM_DZBQx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CSZqCAFLZ:{variant:\"p9a9dxc_h\"},v_A9sOGIs:{variant:\"p9a9dxc_h\"}},children:/*#__PURE__*/_jsx(Button,{A2dWUqqQh:\"Call Us Now\",B1WzQOqWp:\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\",DnytOe0Z8:\"tel:5712377311\",Fben7NVCN:true,height:\"100%\",id:\"Bl9pYoMqI\",layoutId:\"Bl9pYoMqI\",oSfNN4wFr:false,v8ArQOg02:false,variant:\"Mz78rJpOv\",width:\"100%\"})})})})})]}),visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-8lvj7e-container\",isModuleExternal:true,nodeId:\"ABZ2h38M7\",scopeId:\"flM_DZBQx\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"ABZ2h38M7\",isMixedBorderRadius:false,isRed:true,layoutId:\"ABZ2h38M7\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"High Quality\",topLeftRadius:0,topRightRadius:0,url:kdtl2dHDP,width:\"100%\"})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CSZqCAFLZ:{animate:undefined,initial:undefined,optimized:undefined,style:{}},v_A9sOGIs:{animate:undefined,initial:undefined,optimized:undefined,style:{}}},children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-uovyvb\",\"data-framer-appear-id\":\"uovyvb\",\"data-framer-name\":\"Hero Image Wrapper\",initial:animation2,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CSZqCAFLZ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1306,intrinsicWidth:2896,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+140+0+0+0+407+19.5),pixelHeight:750,pixelWidth:1245,sizes:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 48px) * 0.9977)`,...toResponsiveImage(gLmYVoIJx)}},v_A9sOGIs:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1306,intrinsicWidth:2896,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+0+300+19.5),pixelHeight:750,pixelWidth:1245,sizes:`calc(min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 48px, 400px) * 0.9977)`,...toResponsiveImage(gLmYVoIJx)}},vyTCGl6Zy:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1306,intrinsicWidth:2896,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+160+0+0+0+597+19.5),pixelHeight:750,pixelWidth:1245,sizes:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 60px) * 0.9977)`,...toResponsiveImage(gLmYVoIJx)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1306,intrinsicWidth:2896,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+203+0+0+0+383+19.5),pixelHeight:750,pixelWidth:1245,sizes:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1356px) - 60px) * 0.9977)`,...toResponsiveImage(gLmYVoIJx)},className:\"framer-1ptg7ac\",\"data-framer-name\":\"Hero Image\"})})})})]})})]}),visible1&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-tmcvo3\",\"data-framer-name\":\"Project Section\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1b80bxp\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10x0ry3\",\"data-framer-name\":\"Project Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p5l88y\",\"data-framer-name\":\"Project Text Block Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18m9cvj\",\"data-framer-name\":\"Title Block\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CSZqCAFLZ:{__framer__styleAppearEffectEnabled:undefined,style:{}},v_A9sOGIs:{__framer__styleAppearEffectEnabled:undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-7piw1b\",\"data-styles-preset\":\"BamVnKEb9\",style:{\"--framer-text-alignment\":\"center\"},children:\"GALLERY\"})}),style:{}}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-7piw1b\",\"data-styles-preset\":\"BamVnKEb9\",children:\"GALLERY\"})}),className:\"framer-133h1ee\",\"data-framer-name\":\"Subtitle\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CSZqCAFLZ:{__framer__styleAppearEffectEnabled:undefined,style:{}},v_A9sOGIs:{__framer__styleAppearEffectEnabled:undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-s8s271\",\"data-styles-preset\":\"KYEoNziPy\",style:{\"--framer-text-alignment\":\"center\"},children:\"Take a look at our gallery\"})}),style:{}}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-s8s271\",\"data-styles-preset\":\"KYEoNziPy\",children:\"Take a look at our gallery\"})}),className:\"framer-1gh5tv3\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15vx8sc\",\"data-framer-name\":\"Paragraph Block\"})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yll29f hidden-1chuvv2\",\"data-framer-name\":\"Project Image Stack\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-5y4e76\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CSZqCAFLZ:{__framer__styleAppearEffectEnabled:undefined,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1314,intrinsicWidth:1272,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1200+80+0+0+0+271+0+0),pixelHeight:1314,pixelWidth:1272,sizes:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 48px) * 0.4907)`,...toResponsiveImage(kfoAMvyS5)},style:{}},vyTCGl6Zy:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1314,intrinsicWidth:1272,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1410+100+0+0+0+291+0+0),pixelHeight:1314,pixelWidth:1272,sizes:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 60px) * 0.4907)`,...toResponsiveImage(kfoAMvyS5)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:1314,intrinsicWidth:1272,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1239+120+0+0+0+239+0+0),pixelHeight:1314,pixelWidth:1272,sizes:`calc((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1356px) - 60px) * 0.4907)`,...toResponsiveImage(kfoAMvyS5)},className:\"framer-1rzxntg\",\"data-framer-name\":\"Project Image\",id:\"1rzxntg\",onTap:onTap3bnx0g({overlay}),style:{transformPerspective:1200},whileHover:animation4,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.1,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-156bs81\"),\"data-framer-portal-id\":\"1rzxntg\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"mimmO6qZd\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1n9auym-container\"),\"data-framer-portal-id\":\"1rzxntg\",nodeId:\"aBymuob5s\",scopeId:\"flM_DZBQx\",children:/*#__PURE__*/_jsx(Image1,{height:\"100%\",id:\"aBymuob5s\",layoutId:\"aBymuob5s\",M1PooRdZV:toResponsiveImage(kfoAMvyS5),style:{height:\"100%\",width:\"100%\"},variant:\"rxlaVDv5B\",width:\"100%\"})})})]}),getContainer())})})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e5w46o\",\"data-framer-name\":\"Image Row\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pq294h\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CSZqCAFLZ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:490,intrinsicWidth:612,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1200+80+0+0+0+271+0+0+0+62.5),pixelHeight:490,pixelWidth:612,sizes:`calc(max(((min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 48px) * 0.5093 - 48px) / 2, 1px) * 1.0196)`,...toResponsiveImage(Dgfm2VTb_)}},vyTCGl6Zy:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:490,intrinsicWidth:612,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1410+100+0+0+0+291+0+0+0+0),pixelHeight:490,pixelWidth:612,sizes:`max(((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 60px) * 0.5093 - 48px) / 2, 1px)`,...toResponsiveImage(Dgfm2VTb_)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:490,intrinsicWidth:612,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1239+120+0+0+0+239+0+0+0+0),pixelHeight:490,pixelWidth:612,sizes:`max(((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1356px) - 60px) * 0.5093 - 48px) / 2, 1px)`,...toResponsiveImage(Dgfm2VTb_)},className:\"framer-1pssjrp\",\"data-framer-name\":\"Project Image 02\",id:\"1pssjrp\",onTap:onTap3bnx0g({overlay:overlay1}),style:{transformPerspective:1200},whileHover:animation4,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.1,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1gcoats\"),\"data-framer-portal-id\":\"1pssjrp\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"cx1LMJxiO\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-n0sxpr-container\"),\"data-framer-portal-id\":\"1pssjrp\",nodeId:\"T05APp1c5\",scopeId:\"flM_DZBQx\",children:/*#__PURE__*/_jsx(Image1,{height:\"100%\",id:\"T05APp1c5\",layoutId:\"T05APp1c5\",M1PooRdZV:toResponsiveImage(Dgfm2VTb_),style:{height:\"100%\",width:\"100%\"},variant:\"aKYpF6TxO\",width:\"100%\"})})})]}),getContainer())})})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-bv58dc\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CSZqCAFLZ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:776,intrinsicWidth:612,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1200+80+0+0+0+271+0+0+269+99.5),pixelHeight:776,pixelWidth:612,sizes:`calc(max(((min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 48px) * 0.5093 - 48px) / 2, 1px) * 1.014)`,...toResponsiveImage(oIpPZsF0h)}},vyTCGl6Zy:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:776,intrinsicWidth:612,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1410+100+0+0+0+291+0+0+269+0),pixelHeight:776,pixelWidth:612,sizes:`max(((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 60px) * 0.5093 - 48px) / 2, 1px)`,...toResponsiveImage(oIpPZsF0h)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:776,intrinsicWidth:612,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1239+120+0+0+0+239+0+0+269+0),pixelHeight:776,pixelWidth:612,sizes:`max(((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1356px) - 60px) * 0.5093 - 48px) / 2, 1px)`,...toResponsiveImage(oIpPZsF0h)},className:\"framer-8xx84v\",\"data-framer-name\":\"Project Image 03\",id:\"8xx84v\",onTap:onTap3bnx0g({overlay:overlay2}),style:{transformPerspective:1200},whileHover:animation4,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.1,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-6xlcyo\"),\"data-framer-portal-id\":\"8xx84v\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay2.hide()},\"MGCCd1nGG\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-njsjfl-container\"),\"data-framer-portal-id\":\"8xx84v\",nodeId:\"Wi5i1f2W6\",scopeId:\"flM_DZBQx\",children:/*#__PURE__*/_jsx(Image1,{height:\"100%\",id:\"Wi5i1f2W6\",layoutId:\"Wi5i1f2W6\",M1PooRdZV:toResponsiveImage(oIpPZsF0h),style:{height:\"100%\",width:\"100%\"},variant:\"aKYpF6TxO\",width:\"100%\"})})})]}),getContainer())})})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i1ubcb\",\"data-framer-name\":\"Image Row \",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-2zqhwu\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay3=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CSZqCAFLZ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:776,intrinsicWidth:612,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1200+80+0+0+0+271+0+0+0+99.5),pixelHeight:776,pixelWidth:612,sizes:`calc(max(((min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 48px) * 0.5093 - 48px) / 2, 1px) * 1.014)`,...toResponsiveImage(HtQA6WFlP)}},vyTCGl6Zy:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:776,intrinsicWidth:612,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1410+100+0+0+0+291+0+0+0+0),pixelHeight:776,pixelWidth:612,sizes:`max(((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 60px) * 0.5093 - 48px) / 2, 1px)`,...toResponsiveImage(HtQA6WFlP)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:776,intrinsicWidth:612,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1239+120+0+0+0+239+0+0+0+0),pixelHeight:776,pixelWidth:612,sizes:`max(((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1356px) - 60px) * 0.5093 - 48px) / 2, 1px)`,...toResponsiveImage(HtQA6WFlP)},className:\"framer-yrkm96\",\"data-framer-name\":\"Project Image 04\",id:\"yrkm96\",onTap:onTap3bnx0g({overlay:overlay3}),style:{transformPerspective:1200},whileHover:animation4,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay3.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.1,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1q0s3ic\"),\"data-framer-portal-id\":\"yrkm96\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay3.hide()},\"kSkrVVP26\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-fqksm2-container\"),\"data-framer-portal-id\":\"yrkm96\",nodeId:\"whNF00Yxn\",scopeId:\"flM_DZBQx\",children:/*#__PURE__*/_jsx(Image1,{height:\"100%\",id:\"whNF00Yxn\",layoutId:\"whNF00Yxn\",M1PooRdZV:toResponsiveImage(HtQA6WFlP),style:{height:\"100%\",width:\"100%\"},variant:\"aKYpF6TxO\",width:\"100%\"})})})]}),getContainer())})})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ff9fqa\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay4=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CSZqCAFLZ:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:490,intrinsicWidth:612,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1200+80+0+0+0+271+0+0+412+62.5),pixelHeight:490,pixelWidth:612,sizes:`calc(max(((min(max(${componentViewport?.width||\"100vw\"}, 1px), 720px) - 48px) * 0.5093 - 48px) / 2, 1px) * 1.0196)`,...toResponsiveImage(JKnmVpecr)}},vyTCGl6Zy:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:490,intrinsicWidth:612,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1410+100+0+0+0+291+0+0+412+0),pixelHeight:490,pixelWidth:612,sizes:`max(((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 60px) * 0.5093 - 48px) / 2, 1px)`,...toResponsiveImage(JKnmVpecr)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:490,intrinsicWidth:612,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1239+120+0+0+0+239+0+0+412+0),pixelHeight:490,pixelWidth:612,sizes:`max(((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1356px) - 60px) * 0.5093 - 48px) / 2, 1px)`,...toResponsiveImage(JKnmVpecr)},className:\"framer-1mbo772\",\"data-framer-name\":\"Project Image 05\",id:\"1mbo772\",onTap:onTap3bnx0g({overlay:overlay4}),style:{transformPerspective:1200},whileHover:animation4,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay4.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.1,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-8n67eb\"),\"data-framer-portal-id\":\"1mbo772\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay4.hide()},\"m4VT9Sv9U\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-11jnju2-container\"),\"data-framer-portal-id\":\"1mbo772\",nodeId:\"CZyEFqT7p\",scopeId:\"flM_DZBQx\",children:/*#__PURE__*/_jsx(Image1,{height:\"100%\",id:\"CZyEFqT7p\",layoutId:\"CZyEFqT7p\",M1PooRdZV:toResponsiveImage(JKnmVpecr),style:{height:\"100%\",width:\"100%\"},variant:\"aKYpF6TxO\",width:\"100%\"})})})]}),getContainer())})})})})})})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-135vydr hidden-15pyogp hidden-bn1tji hidden-1k9ypuc\",\"data-framer-name\":\"Project Image Stack\",children:[/*#__PURE__*/_jsx(Overlay,{children:overlay5=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v_A9sOGIs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1314,intrinsicWidth:1272,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1073+60+0+0+0+261+0+0),pixelHeight:1314,pixelWidth:1272,sizes:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 48px, 400px)`,...toResponsiveImage(kfoAMvyS5),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1314,intrinsicWidth:1272,pixelHeight:1314,pixelWidth:1272,...toResponsiveImage(kfoAMvyS5),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-vavkgy\",\"data-framer-name\":\"Project Image\",id:\"vavkgy\",onTap:onTap3bnx0g({overlay:overlay5}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay5.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.1,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-11rvlo3\"),\"data-framer-portal-id\":\"vavkgy\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay5.hide()},\"nOaAkSxwE\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-16ea6m2-container\"),\"data-framer-portal-id\":\"vavkgy\",nodeId:\"aC7_54ncl\",scopeId:\"flM_DZBQx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v_A9sOGIs:{M1PooRdZV:toResponsiveImage(kfoAMvyS5)}},children:/*#__PURE__*/_jsx(Image1,{height:\"100%\",id:\"aC7_54ncl\",layoutId:\"aC7_54ncl\",style:{height:\"100%\",width:\"100%\"},variant:\"VTCBn6ZDY\",width:\"100%\"})})})})]}),getContainer())})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9k2uud\",\"data-framer-name\":\"Image Row\",children:[/*#__PURE__*/_jsx(Overlay,{children:overlay6=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v_A9sOGIs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:490,intrinsicWidth:612,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1073+60+0+0+0+261+0+657+0+0),pixelHeight:490,pixelWidth:612,sizes:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 48px, 400px)`,...toResponsiveImage(Dgfm2VTb_),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:490,intrinsicWidth:612,pixelHeight:490,pixelWidth:612,...toResponsiveImage(Dgfm2VTb_),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-2c5nc4\",\"data-framer-name\":\"Project Image 02\",id:\"2c5nc4\",onTap:onTap3bnx0g({overlay:overlay6}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay6.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.1,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-uyl6jt\"),\"data-framer-portal-id\":\"2c5nc4\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay6.hide()},\"HWBv2KJ37\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1px6dcv-container\"),\"data-framer-portal-id\":\"2c5nc4\",nodeId:\"tvoEHi_vy\",scopeId:\"flM_DZBQx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v_A9sOGIs:{M1PooRdZV:toResponsiveImage(Dgfm2VTb_)}},children:/*#__PURE__*/_jsx(Image1,{height:\"100%\",id:\"tvoEHi_vy\",layoutId:\"tvoEHi_vy\",M1PooRdZV:addImageAlt({pixelHeight:490,pixelWidth:612,src:\"https://framerusercontent.com/images/sI03SZuJCZjrONdAtIpHXl6fLg.png\",srcSet:\"https://framerusercontent.com/images/sI03SZuJCZjrONdAtIpHXl6fLg.png?scale-down-to=512 512w,https://framerusercontent.com/images/sI03SZuJCZjrONdAtIpHXl6fLg.png 612w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"VTCBn6ZDY\",width:\"100%\"})})})})]}),getContainer())})})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay7=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v_A9sOGIs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:776,intrinsicWidth:612,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1073+60+0+0+0+261+0+657+0+245),pixelHeight:776,pixelWidth:612,sizes:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 48px, 400px)`,...toResponsiveImage(HtQA6WFlP),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:776,intrinsicWidth:612,pixelHeight:776,pixelWidth:612,...toResponsiveImage(HtQA6WFlP),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1rg4jql\",\"data-framer-name\":\"Project Image 03\",id:\"1rg4jql\",onTap:onTap3bnx0g({overlay:overlay7}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay7.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.1,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-obwov8\"),\"data-framer-portal-id\":\"1rg4jql\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay7.hide()},\"aLCREqFUU\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1xlniym-container\"),\"data-framer-portal-id\":\"1rg4jql\",nodeId:\"sszS9iH6a\",scopeId:\"flM_DZBQx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v_A9sOGIs:{M1PooRdZV:toResponsiveImage(HtQA6WFlP)}},children:/*#__PURE__*/_jsx(Image1,{height:\"100%\",id:\"sszS9iH6a\",layoutId:\"sszS9iH6a\",M1PooRdZV:addImageAlt({pixelHeight:776,pixelWidth:612,src:\"https://framerusercontent.com/images/BD2ZI1D3hRzkxB7Va4jlR8rhrJU.png\",srcSet:\"https://framerusercontent.com/images/BD2ZI1D3hRzkxB7Va4jlR8rhrJU.png 612w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"VTCBn6ZDY\",width:\"100%\"})})})})]}),getContainer())})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wqz4j7\",\"data-framer-name\":\"Image Row \",children:[/*#__PURE__*/_jsx(Overlay,{children:overlay8=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v_A9sOGIs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:776,intrinsicWidth:612,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1073+60+0+0+0+261+0+1290+0+0),pixelHeight:776,pixelWidth:612,sizes:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 48px, 400px)`,...toResponsiveImage(oIpPZsF0h),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:776,intrinsicWidth:612,pixelHeight:776,pixelWidth:612,...toResponsiveImage(oIpPZsF0h),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-wye0iy\",\"data-framer-name\":\"Project Image 04\",id:\"wye0iy\",onTap:onTap3bnx0g({overlay:overlay8}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay8.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.1,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-wrkyb4\"),\"data-framer-portal-id\":\"wye0iy\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay8.hide()},\"ze5C7zGbR\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1a12qmt-container\"),\"data-framer-portal-id\":\"wye0iy\",nodeId:\"igHzQAzBe\",scopeId:\"flM_DZBQx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v_A9sOGIs:{M1PooRdZV:toResponsiveImage(oIpPZsF0h)}},children:/*#__PURE__*/_jsx(Image1,{height:\"100%\",id:\"igHzQAzBe\",layoutId:\"igHzQAzBe\",M1PooRdZV:addImageAlt({pixelHeight:776,pixelWidth:612,src:\"https://framerusercontent.com/images/upgw8pz5N0UZnrgNRkQrDkMcB0.png\",srcSet:\"https://framerusercontent.com/images/upgw8pz5N0UZnrgNRkQrDkMcB0.png 612w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"VTCBn6ZDY\",width:\"100%\"})})})})]}),getContainer())})})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay9=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v_A9sOGIs:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:490,intrinsicWidth:612,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1073+60+0+0+0+261+0+1290+0+412),pixelHeight:490,pixelWidth:612,sizes:`min(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 48px, 400px)`,...toResponsiveImage(JKnmVpecr),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:490,intrinsicWidth:612,pixelHeight:490,pixelWidth:612,...toResponsiveImage(JKnmVpecr),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-prj8rj\",\"data-framer-name\":\"Project Image 05\",id:\"prj8rj\",onTap:onTap3bnx0g({overlay:overlay9}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay9.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.1,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-6wwzaw\"),\"data-framer-portal-id\":\"prj8rj\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay9.hide()},\"pMRWHnLR4\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1ipub6b-container\"),\"data-framer-portal-id\":\"prj8rj\",nodeId:\"Zc5P3bvRx\",scopeId:\"flM_DZBQx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v_A9sOGIs:{M1PooRdZV:toResponsiveImage(JKnmVpecr)}},children:/*#__PURE__*/_jsx(Image1,{height:\"100%\",id:\"Zc5P3bvRx\",layoutId:\"Zc5P3bvRx\",M1PooRdZV:addImageAlt({pixelHeight:490,pixelWidth:612,src:\"https://framerusercontent.com/images/SoFwzaAofjQwtNGQls70Dsv7Fk.png\",srcSet:\"https://framerusercontent.com/images/SoFwzaAofjQwtNGQls70Dsv7Fk.png?scale-down-to=512 512w,https://framerusercontent.com/images/SoFwzaAofjQwtNGQls70Dsv7Fk.png 612w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"VTCBn6ZDY\",width:\"100%\"})})})})]}),getContainer())})})})})})})]})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-147i6a5\",\"data-framer-name\":\"Service Details Section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-3ndhtv\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lxbjnt\",\"data-framer-name\":\"Service Details Wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j7wofh\",\"data-framer-name\":\"Divider\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1fjsuf3\",\"data-framer-name\":\"Lines\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:1189,intrinsicWidth:1295,svg:'<svg width=\"1295\" height=\"1189\" viewBox=\"0 0 1295 1189\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line opacity=\"0.06\" x1=\"0.5\" y1=\"-2.18557e-08\" x2=\"0.500052\" y2=\"1189\" stroke=\"white\"/>\\n<line opacity=\"0.06\" x1=\"777.5\" y1=\"-2.18557e-08\" x2=\"777.5\" y2=\"1189\" stroke=\"white\"/>\\n<line opacity=\"0.06\" x1=\"259.5\" y1=\"-2.18557e-08\" x2=\"259.5\" y2=\"1189\" stroke=\"white\"/>\\n<line opacity=\"0.06\" x1=\"1036.5\" y1=\"-2.18557e-08\" x2=\"1036.5\" y2=\"1189\" stroke=\"white\"/>\\n<line opacity=\"0.06\" x1=\"518.5\" y1=\"-2.18557e-08\" x2=\"518.5\" y2=\"1189\" stroke=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-edtrbc\",\"data-framer-name\":\"Service Details Inner\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-lz1k5\",\"data-framer-name\":\"Service Details Title Block\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-s8s271\",\"data-styles-preset\":\"KYEoNziPy\",style:{\"--framer-text-color\":\"var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, rgb(255, 255, 255))\"},children:\"How we can help\"})}),className:\"framer-mkaemh\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-woki4n\",\"data-framer-name\":\"Content Wrapper\",children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"jl2rIHsMS\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:uHvWMe462,className:\"framer-cf1g6e\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-y5s2qt\",h2:\"framer-styles-preset-agbsxt\",h3:\"framer-styles-preset-57sdox\",h4:\"framer-styles-preset-10ic0ol\",h6:\"framer-styles-preset-1vc5c8d\",img:\"framer-styles-preset-1kksi9\",p:\"framer-styles-preset-1l99amg\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"tEAZ14sjn\"},implicitPathVariables:undefined},{href:{webPageId:\"tEAZ14sjn\"},implicitPathVariables:undefined},{href:{webPageId:\"tEAZ14sjn\"},implicitPathVariables:undefined},{href:{webPageId:\"tEAZ14sjn\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-17wejvg-container\",nodeId:\"opDI4_aQx\",scopeId:\"flM_DZBQx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CSZqCAFLZ:{DnytOe0Z8:resolvedLinks[2],variant:\"RN3l1YqUB\"},v_A9sOGIs:{DnytOe0Z8:resolvedLinks[3]},vyTCGl6Zy:{DnytOe0Z8:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{A2dWUqqQh:\"Get A Free Quote\",B1WzQOqWp:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(12, 14, 23))\",DnytOe0Z8:resolvedLinks[0],Fben7NVCN:true,height:\"100%\",id:\"opDI4_aQx\",layoutId:\"opDI4_aQx\",oSfNN4wFr:false,v8ArQOg02:false,variant:\"OE7BKwEjx\",width:\"100%\"})})})})})]})]})]})})}),visible2&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CSZqCAFLZ:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2764),pixelHeight:384,pixelWidth:440,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/cWcXTIYugLucGlbG4OAIX4lxdU.webp\"}},v_A9sOGIs:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3816),pixelHeight:384,pixelWidth:440,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/cWcXTIYugLucGlbG4OAIX4lxdU.webp\"}},vyTCGl6Zy:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3093),pixelHeight:384,pixelWidth:440,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/cWcXTIYugLucGlbG4OAIX4lxdU.webp\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2960),pixelHeight:384,pixelWidth:440,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/cWcXTIYugLucGlbG4OAIX4lxdU.webp\"},className:\"framer-1akbqm9\",\"data-framer-name\":\"About Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-122fyvj\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xrddsd\",\"data-framer-name\":\"About Content Wrapper\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wqvvm2\",\"data-framer-name\":\"About Content Text Block Wrapper\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-3hgcre\",\"data-framer-name\":\"About Title Block\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CSZqCAFLZ:{__framer__styleAppearEffectEnabled:undefined,style:{}},v_A9sOGIs:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-s8s271\",\"data-styles-preset\":\"KYEoNziPy\",style:{\"--framer-text-alignment\":\"left\"},children:\"Get Your Free  Quote Today!\"})}),className:\"framer-1m3cj9y\",\"data-framer-name\":\"About Title\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v78yho\",\"data-framer-name\":\"About Bottom Block\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CSZqCAFLZ:{__framer__styleAppearEffectEnabled:undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b6x9ui\",\"data-styles-preset\":\"r9BfVonRL\",style:{\"--framer-text-alignment\":\"center\"},children:\"Need a new garage door? Our expert sales team is ready to assist! Call us or fill out our simple form to schedule an appointment with one of our garage door installation specialists. We\u2019ll guide you through the process and find the perfect door for your home\u2014contact us today to get started!\"})}),style:{}},v_A9sOGIs:{__framer__styleAppearEffectEnabled:undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b6x9ui\",\"data-styles-preset\":\"r9BfVonRL\",style:{\"--framer-text-alignment\":\"center\"},children:\"Need a new garage door? Our expert sales team is ready to assist! Call us or fill out our simple form to schedule an appointment with one of our garage door installation specialists. We\u2019ll guide you through the process and find the perfect door for your home\u2014contact us today to get started!\"})}),style:{}}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b6x9ui\",\"data-styles-preset\":\"r9BfVonRL\",children:\"Need a new garage door? Our expert sales team is ready to assist! Call us or fill out our simple form to schedule an appointment with one of our garage door installation specialists. We\u2019ll guide you through the process and find the perfect door for your home\u2014contact us today to get started!\"})}),className:\"framer-1wacgol\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],style:{transformPerspective:1200},verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CSZqCAFLZ:{__framer__styleAppearEffectEnabled:undefined,style:{}},v_A9sOGIs:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1qonpv5-container\",nodeId:\"e_E_NSMPw\",rendersWithMotion:true,scopeId:\"flM_DZBQx\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CSZqCAFLZ:{variant:\"p9a9dxc_h\"},v_A9sOGIs:{variant:\"p9a9dxc_h\"}},children:/*#__PURE__*/_jsx(Button,{A2dWUqqQh:\"Call Now\",B1WzQOqWp:\"var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, rgb(12, 14, 23))\",DnytOe0Z8:\"tel:5712377311\",Fben7NVCN:false,height:\"100%\",id:\"e_E_NSMPw\",layoutId:\"e_E_NSMPw\",oSfNN4wFr:false,v8ArQOg02:false,variant:\"Mz78rJpOv\",width:\"100%\"})})})})})]})]})}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/6c4aaa91-6400-42f9-9aa4-1d50852edb8c/submit\",className:\"framer-ux4f03\",nodeId:\"byGzn37Ni\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-5q386j\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1x2mhji\",\"data-styles-preset\":\"EzQRpeS6U\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"NAME\"})})}),className:\"framer-mqknfr\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1taoaiv\",inputName:\"Name\",placeholder:\"Jane Smith\",required:true,type:\"text\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1aykmxu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1x2mhji\",\"data-styles-preset\":\"EzQRpeS6U\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"EMAIL\"})})}),className:\"framer-2irl06\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-gc5hpj\",inputName:\"Email\",placeholder:\"name@email.com\",required:true,type:\"email\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-7izqz9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1x2mhji\",\"data-styles-preset\":\"EzQRpeS6U\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"PHONE NUMBER\"})})}),className:\"framer-601xwa\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-dxq7m2\",inputName:\"Phone Number\",placeholder:\"123-000-0000\",required:true,type:\"tel\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1a7ld7z\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1x2mhji\",\"data-styles-preset\":\"EzQRpeS6U\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"ADDRESS\"})})}),className:\"framer-1lb2ide\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-iocs2j\",inputName:\"Address\",placeholder:\"123 Acme St.\",type:\"text\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-ulc4p3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1x2mhji\",\"data-styles-preset\":\"EzQRpeS6U\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"SERVICE NEEDED\"})})}),className:\"framer-qe9f6y\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormSelect,{className:\"framer-1n5k5y6\",defaultValue:\"\",inputName:\"Interested Service\",required:true,selectOptions:[{disabled:true,title:\"Select\u2026\",type:\"option\",value:\"\"},{title:\"Single Car Garage Door\",type:\"option\",value:\"Single Car Garage Door\"},{title:\"Double Car Garage Door\",type:\"option\",value:\"Double Car Garage Door\"},{title:\"Motorized Garage Screen\",type:\"option\",value:\"Motorized Garage Screen\"},{title:\"Manual Garage Screen\",type:\"option\",value:\"Manual Garage Screen\"},{title:\"Servicing Existing Garage \",type:\"option\",value:\"Servicing Existing Garage \"},{title:\"New Garage Door Installation\",type:\"option\",value:\"New Garage Door Installation\"}]})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-o333q5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1x2mhji\",\"data-styles-preset\":\"EzQRpeS6U\",children:/*#__PURE__*/_jsx(\"strong\",{children:\"MESSAGE\"})})}),className:\"framer-cmd9eb\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1adwc5e\",inputName:\"Address\",placeholder:\"Please share more information to better assist us in building your quote.\",type:\"text\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CSZqCAFLZ:{width:`calc(max(${componentViewport?.width||\"100vw\"}, 1px) - 64px)`},v_A9sOGIs:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 524px) - 88px)`},vyTCGl6Zy:{width:`calc(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1000px) - 47px) / 2, 1px) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:`calc(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1356px) - 30px) / 2, 1px) - 40px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-171why8-container\",nodeId:\"B9Urldz9J\",scopeId:\"flM_DZBQx\",children:/*#__PURE__*/_jsx(Button2,{height:\"100%\",id:\"B9Urldz9J\",layoutId:\"B9Urldz9J\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"I8HiNpXAz\",success:\"NvR78zVtz\"},\"YZztMCbcV\"),width:\"100%\"})})})})]})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CSZqCAFLZ:{y:(componentViewport?.y||0)+0+4582},v_A9sOGIs:{y:(componentViewport?.y||0)+0+5442.5},vyTCGl6Zy:{y:(componentViewport?.y||0)+0+4116}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:526,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+4022.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f60ge7-container\",nodeId:\"UFEY7xHFm\",scopeId:\"flM_DZBQx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{CSZqCAFLZ:{variant:\"qsKqgGcYQ\"},v_A9sOGIs:{variant:\"lFi6A5haJ\"},vyTCGl6Zy:{variant:\"JZ7xqg0ij\"}},children:/*#__PURE__*/_jsx(FooterSection,{height:\"100%\",id:\"UFEY7xHFm\",layoutId:\"UFEY7xHFm\",style:{width:\"100%\"},variant:\"Kpfec72nc\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZhJTO.framer-1nsuj80, .framer-ZhJTO .framer-1nsuj80 { display: block; }\",\".framer-ZhJTO.framer-15pyogp { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-ZhJTO .framer-18wz1n6-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-ZhJTO .framer-5ay8b1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 203px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-ZhJTO .framer-1ub2ip2 { aspect-ratio: 4.222873900293255 / 1; background-color: #0c0d17; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 341px); left: 0px; max-height: 341px; position: absolute; width: 100%; z-index: 1; }\",\".framer-ZhJTO .framer-1b0b9kn { 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; max-width: 1356px; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 1px; z-index: 2; }\",\".framer-ZhJTO .framer-15zbh0b { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 130px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZhJTO .framer-1hrck01 { flex: none; height: 87%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-ZhJTO .framer-1h9nem7 { flex: none; height: 986px; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: -200px; width: 100%; }\",\".framer-ZhJTO .framer-1r8006k { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-ZhJTO .framer-49u2wr { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1008px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-ZhJTO .framer-wtmb1w { 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-ZhJTO .framer-1qu31sf { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-ZhJTO .framer-1vpweig { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZhJTO .framer-38dqd1 { flex: none; height: auto; max-width: 590px; position: relative; white-space: pre-wrap; width: auto; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; }\",\".framer-ZhJTO .framer-1jwpdbj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 60px; position: relative; width: min-content; }\",\".framer-ZhJTO .framer-13ru32a-container, .framer-ZhJTO .framer-17wejvg-container, .framer-ZhJTO .framer-1qonpv5-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ZhJTO .framer-8lvj7e-container { flex: none; height: 270px; position: relative; width: 480px; }\",\".framer-ZhJTO .framer-uovyvb { aspect-ratio: 1.9846860643185298 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 653px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-ZhJTO .framer-1ptg7ac { aspect-ratio: 2.217457886676876 / 1; bottom: var(--framer-aspect-ratio-supported, 51px); flex: none; left: 2px; position: absolute; top: 20px; width: 100%; }\",\".framer-ZhJTO .framer-tmcvo3, .framer-ZhJTO .framer-1akbqm9 { 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: 120px 0px 120px 0px; position: relative; width: 100%; }\",\".framer-ZhJTO .framer-1b80bxp, .framer-ZhJTO .framer-3ndhtv { 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; max-width: 1356px; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 1px; }\",\".framer-ZhJTO .framer-10x0ry3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZhJTO .framer-p5l88y { 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-ZhJTO .framer-18m9cvj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 492px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZhJTO .framer-133h1ee, .framer-ZhJTO .framer-1gh5tv3, .framer-ZhJTO .framer-mkaemh, .framer-ZhJTO .framer-1m3cj9y { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZhJTO .framer-15vx8sc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 609px; min-height: 33px; overflow: hidden; padding: 0px 0px 0px 60px; position: relative; width: 100%; }\",\".framer-ZhJTO .framer-yll29f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-ZhJTO .framer-5y4e76 { align-content: center; align-items: center; aspect-ratio: 0.9680365296803652 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 657px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 49%; }\",\".framer-ZhJTO .framer-1rzxntg { aspect-ratio: 0.9680365296803652 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 657px); position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-ZhJTO.framer-156bs81, .framer-ZhJTO.framer-1gcoats, .framer-ZhJTO.framer-6xlcyo, .framer-ZhJTO.framer-1q0s3ic, .framer-ZhJTO.framer-8n67eb, .framer-ZhJTO.framer-11rvlo3, .framer-ZhJTO.framer-uyl6jt, .framer-ZhJTO.framer-obwov8, .framer-ZhJTO.framer-wrkyb4, .framer-ZhJTO.framer-6wwzaw { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-ZhJTO.framer-1n9auym-container { flex: none; height: 700px; left: calc(50.00000000000002% - 800px / 2); position: fixed; top: calc(50.00000000000002% - 700px / 2); width: 800px; z-index: 10; }\",\".framer-ZhJTO .framer-e5w46o, .framer-ZhJTO .framer-1i1ubcb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-ZhJTO .framer-1pq294h, .framer-ZhJTO .framer-ff9fqa { align-content: center; align-items: center; aspect-ratio: 1.2489795918367348 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 245px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZhJTO .framer-1pssjrp, .framer-ZhJTO .framer-1mbo772 { aspect-ratio: 1.2489795918367348 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 245px); position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-ZhJTO.framer-n0sxpr-container, .framer-ZhJTO.framer-njsjfl-container, .framer-ZhJTO.framer-fqksm2-container, .framer-ZhJTO.framer-11jnju2-container { aspect-ratio: 1.1428571428571428 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 700px); left: 50%; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 800px; z-index: 10; }\",\".framer-ZhJTO .framer-bv58dc, .framer-ZhJTO .framer-2zqhwu { align-content: center; align-items: center; aspect-ratio: 0.788659793814433 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 388px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZhJTO .framer-8xx84v, .framer-ZhJTO .framer-yrkm96 { aspect-ratio: 0.788659793814433 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 388px); position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-ZhJTO .framer-135vydr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-ZhJTO .framer-vavkgy { aspect-ratio: 0.9680365296803652 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 207px); position: relative; width: 100%; }\",\".framer-ZhJTO.framer-16ea6m2-container { aspect-ratio: 1.1432926829268293 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 328px); left: 50%; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 375px; z-index: 10; }\",\".framer-ZhJTO .framer-9k2uud { 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-ZhJTO .framer-2c5nc4, .framer-ZhJTO .framer-prj8rj { aspect-ratio: 1.2489795918367348 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 160px); position: relative; width: 100%; }\",\".framer-ZhJTO.framer-1px6dcv-container, .framer-ZhJTO.framer-1xlniym-container, .framer-ZhJTO.framer-1a12qmt-container, .framer-ZhJTO.framer-1ipub6b-container { aspect-ratio: 1.1428571428571428 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 328px); left: 50%; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 375px; z-index: 10; }\",\".framer-ZhJTO .framer-1rg4jql, .framer-ZhJTO .framer-wye0iy { aspect-ratio: 0.788659793814433 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 254px); position: relative; width: 100%; }\",\".framer-ZhJTO .framer-wqz4j7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZhJTO .framer-147i6a5 { align-content: center; align-items: center; background-color: var(--token-e29b414e-778b-4330-a92f-715c64d82d8a, #0c0e17); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZhJTO .framer-lxbjnt { 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: 120px 0px 130px 0px; position: relative; width: 100%; }\",\".framer-ZhJTO .framer-1j7wofh { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-ZhJTO .framer-1fjsuf3 { flex: none; height: 100%; left: 0px; position: absolute; top: 0px; width: 100%; }\",\".framer-ZhJTO .framer-edtrbc { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 1075px; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-ZhJTO .framer-lz1k5, .framer-ZhJTO .framer-3hgcre { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ZhJTO .framer-woki4n { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 855px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZhJTO .framer-cf1g6e { --framer-paragraph-spacing: 24px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZhJTO .framer-122fyvj { 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; max-width: 1356px; overflow: visible; padding: 0px 0px 0px 30px; position: relative; width: 1px; }\",\".framer-ZhJTO .framer-1xrddsd { 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: flex-start; max-width: 1238px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-ZhJTO .framer-1wqvvm2 { align-content: flex-start; align-items: flex-start; background-color: var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 823px; justify-content: center; overflow: visible; padding: 58px 70px 58px 50px; position: relative; width: 638px; z-index: 1; }\",\".framer-ZhJTO .framer-1v78yho { 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-ZhJTO .framer-1wacgol { flex: none; height: auto; max-width: 534px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZhJTO .framer-ux4f03 { align-content: flex-start; align-items: flex-start; align-self: stretch; background-color: var(--token-a7f7ae5f-a181-442b-8823-be0ca1b170fe, #ffffff); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: 1px; }\",\".framer-ZhJTO .framer-5q386j, .framer-ZhJTO .framer-1aykmxu, .framer-ZhJTO .framer-7izqz9, .framer-ZhJTO .framer-1a7ld7z, .framer-ZhJTO .framer-ulc4p3, .framer-ZhJTO .framer-o333q5 { 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; padding: 0px; position: relative; width: 100%; }\",\".framer-ZhJTO .framer-mqknfr, .framer-ZhJTO .framer-2irl06, .framer-ZhJTO .framer-601xwa, .framer-ZhJTO .framer-1lb2ide, .framer-ZhJTO .framer-qe9f6y, .framer-ZhJTO .framer-cmd9eb { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",'.framer-ZhJTO .framer-1taoaiv, .framer-ZhJTO .framer-gc5hpj, .framer-ZhJTO .framer-dxq7m2 { --framer-input-background: rgba(187, 187, 187, 0.15); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #999999; --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #000000; flex: none; height: 40px; position: relative; width: 100%; }','.framer-ZhJTO .framer-iocs2j { --framer-input-background: rgba(187, 187, 187, 0.15); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #999999; --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #000000; --framer-input-wrapper-height: auto; flex: none; height: auto; min-height: 48px; position: relative; width: 100%; }','.framer-ZhJTO .framer-1n5k5y6 { --framer-input-background: rgba(187, 187, 187, 0.15); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #999999; --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-invalid-text-color: #000000; --framer-input-padding: 12px; flex: none; height: 40px; position: relative; width: 100%; }','.framer-ZhJTO .framer-1adwc5e { --framer-input-background: rgba(187, 187, 187, 0.15); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #999999; --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #000000; --framer-input-wrapper-height: auto; flex: none; height: auto; min-height: 100px; position: relative; width: 100%; }',\".framer-ZhJTO .framer-171why8-container { flex: none; height: 40px; position: relative; width: 100%; }\",\".framer-ZhJTO .framer-1f60ge7-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ZhJTO.framer-15pyogp, .framer-ZhJTO .framer-5ay8b1, .framer-ZhJTO .framer-1b0b9kn, .framer-ZhJTO .framer-15zbh0b, .framer-ZhJTO .framer-1r8006k, .framer-ZhJTO .framer-49u2wr, .framer-ZhJTO .framer-wtmb1w, .framer-ZhJTO .framer-1vpweig, .framer-ZhJTO .framer-1jwpdbj, .framer-ZhJTO .framer-tmcvo3, .framer-ZhJTO .framer-1b80bxp, .framer-ZhJTO .framer-10x0ry3, .framer-ZhJTO .framer-p5l88y, .framer-ZhJTO .framer-18m9cvj, .framer-ZhJTO .framer-15vx8sc, .framer-ZhJTO .framer-yll29f, .framer-ZhJTO .framer-5y4e76, .framer-ZhJTO .framer-e5w46o, .framer-ZhJTO .framer-1pq294h, .framer-ZhJTO .framer-bv58dc, .framer-ZhJTO .framer-1i1ubcb, .framer-ZhJTO .framer-2zqhwu, .framer-ZhJTO .framer-ff9fqa, .framer-ZhJTO .framer-135vydr, .framer-ZhJTO .framer-9k2uud, .framer-ZhJTO .framer-wqz4j7, .framer-ZhJTO .framer-147i6a5, .framer-ZhJTO .framer-3ndhtv, .framer-ZhJTO .framer-lxbjnt, .framer-ZhJTO .framer-edtrbc, .framer-ZhJTO .framer-lz1k5, .framer-ZhJTO .framer-woki4n, .framer-ZhJTO .framer-1akbqm9, .framer-ZhJTO .framer-122fyvj, .framer-ZhJTO .framer-1xrddsd, .framer-ZhJTO .framer-1wqvvm2, .framer-ZhJTO .framer-3hgcre, .framer-ZhJTO .framer-1v78yho, .framer-ZhJTO .framer-ux4f03, .framer-ZhJTO .framer-5q386j, .framer-ZhJTO .framer-1aykmxu, .framer-ZhJTO .framer-7izqz9, .framer-ZhJTO .framer-1a7ld7z, .framer-ZhJTO .framer-ulc4p3, .framer-ZhJTO .framer-o333q5 { gap: 0px; } .framer-ZhJTO.framer-15pyogp > *, .framer-ZhJTO .framer-1b0b9kn > *, .framer-ZhJTO .framer-1b80bxp > *, .framer-ZhJTO .framer-135vydr > *, .framer-ZhJTO .framer-9k2uud > *, .framer-ZhJTO .framer-3ndhtv > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ZhJTO.framer-15pyogp > :first-child, .framer-ZhJTO .framer-1b0b9kn > :first-child, .framer-ZhJTO .framer-15zbh0b > :first-child, .framer-ZhJTO .framer-49u2wr > :first-child, .framer-ZhJTO .framer-wtmb1w > :first-child, .framer-ZhJTO .framer-1b80bxp > :first-child, .framer-ZhJTO .framer-10x0ry3 > :first-child, .framer-ZhJTO .framer-p5l88y > :first-child, .framer-ZhJTO .framer-18m9cvj > :first-child, .framer-ZhJTO .framer-15vx8sc > :first-child, .framer-ZhJTO .framer-e5w46o > :first-child, .framer-ZhJTO .framer-1i1ubcb > :first-child, .framer-ZhJTO .framer-135vydr > :first-child, .framer-ZhJTO .framer-9k2uud > :first-child, .framer-ZhJTO .framer-wqz4j7 > :first-child, .framer-ZhJTO .framer-3ndhtv > :first-child, .framer-ZhJTO .framer-edtrbc > :first-child, .framer-ZhJTO .framer-lz1k5 > :first-child, .framer-ZhJTO .framer-woki4n > :first-child, .framer-ZhJTO .framer-1wqvvm2 > :first-child, .framer-ZhJTO .framer-3hgcre > :first-child, .framer-ZhJTO .framer-1v78yho > :first-child, .framer-ZhJTO .framer-ux4f03 > :first-child, .framer-ZhJTO .framer-5q386j > :first-child, .framer-ZhJTO .framer-1aykmxu > :first-child, .framer-ZhJTO .framer-7izqz9 > :first-child, .framer-ZhJTO .framer-1a7ld7z > :first-child, .framer-ZhJTO .framer-ulc4p3 > :first-child, .framer-ZhJTO .framer-o333q5 > :first-child { margin-top: 0px; } .framer-ZhJTO.framer-15pyogp > :last-child, .framer-ZhJTO .framer-1b0b9kn > :last-child, .framer-ZhJTO .framer-15zbh0b > :last-child, .framer-ZhJTO .framer-49u2wr > :last-child, .framer-ZhJTO .framer-wtmb1w > :last-child, .framer-ZhJTO .framer-1b80bxp > :last-child, .framer-ZhJTO .framer-10x0ry3 > :last-child, .framer-ZhJTO .framer-p5l88y > :last-child, .framer-ZhJTO .framer-18m9cvj > :last-child, .framer-ZhJTO .framer-15vx8sc > :last-child, .framer-ZhJTO .framer-e5w46o > :last-child, .framer-ZhJTO .framer-1i1ubcb > :last-child, .framer-ZhJTO .framer-135vydr > :last-child, .framer-ZhJTO .framer-9k2uud > :last-child, .framer-ZhJTO .framer-wqz4j7 > :last-child, .framer-ZhJTO .framer-3ndhtv > :last-child, .framer-ZhJTO .framer-edtrbc > :last-child, .framer-ZhJTO .framer-lz1k5 > :last-child, .framer-ZhJTO .framer-woki4n > :last-child, .framer-ZhJTO .framer-1wqvvm2 > :last-child, .framer-ZhJTO .framer-3hgcre > :last-child, .framer-ZhJTO .framer-1v78yho > :last-child, .framer-ZhJTO .framer-ux4f03 > :last-child, .framer-ZhJTO .framer-5q386j > :last-child, .framer-ZhJTO .framer-1aykmxu > :last-child, .framer-ZhJTO .framer-7izqz9 > :last-child, .framer-ZhJTO .framer-1a7ld7z > :last-child, .framer-ZhJTO .framer-ulc4p3 > :last-child, .framer-ZhJTO .framer-o333q5 > :last-child { margin-bottom: 0px; } .framer-ZhJTO .framer-5ay8b1 > *, .framer-ZhJTO .framer-1r8006k > *, .framer-ZhJTO .framer-1vpweig > *, .framer-ZhJTO .framer-tmcvo3 > *, .framer-ZhJTO .framer-5y4e76 > *, .framer-ZhJTO .framer-1pq294h > *, .framer-ZhJTO .framer-bv58dc > *, .framer-ZhJTO .framer-2zqhwu > *, .framer-ZhJTO .framer-ff9fqa > *, .framer-ZhJTO .framer-147i6a5 > *, .framer-ZhJTO .framer-lxbjnt > *, .framer-ZhJTO .framer-1akbqm9 > *, .framer-ZhJTO .framer-1xrddsd > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ZhJTO .framer-5ay8b1 > :first-child, .framer-ZhJTO .framer-1r8006k > :first-child, .framer-ZhJTO .framer-1vpweig > :first-child, .framer-ZhJTO .framer-1jwpdbj > :first-child, .framer-ZhJTO .framer-tmcvo3 > :first-child, .framer-ZhJTO .framer-yll29f > :first-child, .framer-ZhJTO .framer-5y4e76 > :first-child, .framer-ZhJTO .framer-1pq294h > :first-child, .framer-ZhJTO .framer-bv58dc > :first-child, .framer-ZhJTO .framer-2zqhwu > :first-child, .framer-ZhJTO .framer-ff9fqa > :first-child, .framer-ZhJTO .framer-147i6a5 > :first-child, .framer-ZhJTO .framer-lxbjnt > :first-child, .framer-ZhJTO .framer-1akbqm9 > :first-child, .framer-ZhJTO .framer-122fyvj > :first-child, .framer-ZhJTO .framer-1xrddsd > :first-child { margin-left: 0px; } .framer-ZhJTO .framer-5ay8b1 > :last-child, .framer-ZhJTO .framer-1r8006k > :last-child, .framer-ZhJTO .framer-1vpweig > :last-child, .framer-ZhJTO .framer-1jwpdbj > :last-child, .framer-ZhJTO .framer-tmcvo3 > :last-child, .framer-ZhJTO .framer-yll29f > :last-child, .framer-ZhJTO .framer-5y4e76 > :last-child, .framer-ZhJTO .framer-1pq294h > :last-child, .framer-ZhJTO .framer-bv58dc > :last-child, .framer-ZhJTO .framer-2zqhwu > :last-child, .framer-ZhJTO .framer-ff9fqa > :last-child, .framer-ZhJTO .framer-147i6a5 > :last-child, .framer-ZhJTO .framer-lxbjnt > :last-child, .framer-ZhJTO .framer-1akbqm9 > :last-child, .framer-ZhJTO .framer-122fyvj > :last-child, .framer-ZhJTO .framer-1xrddsd > :last-child { margin-right: 0px; } .framer-ZhJTO .framer-15zbh0b > * { margin: 0px; margin-bottom: calc(130px / 2); margin-top: calc(130px / 2); } .framer-ZhJTO .framer-49u2wr > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-ZhJTO .framer-wtmb1w > *, .framer-ZhJTO .framer-ux4f03 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-ZhJTO .framer-1jwpdbj > *, .framer-ZhJTO .framer-122fyvj > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-ZhJTO .framer-10x0ry3 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-ZhJTO .framer-p5l88y > *, .framer-ZhJTO .framer-e5w46o > *, .framer-ZhJTO .framer-1i1ubcb > *, .framer-ZhJTO .framer-wqz4j7 > *, .framer-ZhJTO .framer-1wqvvm2 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-ZhJTO .framer-18m9cvj > *, .framer-ZhJTO .framer-lz1k5 > *, .framer-ZhJTO .framer-3hgcre > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-ZhJTO .framer-15vx8sc > *, .framer-ZhJTO .framer-5q386j > *, .framer-ZhJTO .framer-1aykmxu > *, .framer-ZhJTO .framer-7izqz9 > *, .framer-ZhJTO .framer-1a7ld7z > *, .framer-ZhJTO .framer-ulc4p3 > *, .framer-ZhJTO .framer-o333q5 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ZhJTO .framer-yll29f > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-ZhJTO .framer-edtrbc > *, .framer-ZhJTO .framer-woki4n > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-ZhJTO .framer-1v78yho > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,\"@media (min-width: 992px) and (max-width: 1439px) { .framer-ZhJTO.framer-15pyogp { width: 992px; } .framer-ZhJTO .framer-5ay8b1 { padding: 160px 0px 0px 0px; } .framer-ZhJTO .framer-1ub2ip2 { height: var(--framer-aspect-ratio-supported, 235px); max-height: 235px; } .framer-ZhJTO .framer-1b0b9kn, .framer-ZhJTO .framer-1b80bxp, .framer-ZhJTO .framer-3ndhtv { gap: 65px; max-width: 1000px; } .framer-ZhJTO .framer-15zbh0b { gap: 100px; } .framer-ZhJTO .framer-1r8006k { padding: 54px 0px 54px 0px; } .framer-ZhJTO .framer-38dqd1 { flex: 1 0 0px; width: 1px; } .framer-ZhJTO .framer-uovyvb { height: var(--framer-aspect-ratio-supported, 470px); } .framer-ZhJTO .framer-tmcvo3, .framer-ZhJTO .framer-lxbjnt, .framer-ZhJTO .framer-1akbqm9 { padding: 100px 0px 100px 0px; } .framer-ZhJTO .framer-10x0ry3 { gap: 60px; } .framer-ZhJTO .framer-5y4e76, .framer-ZhJTO .framer-1rzxntg { height: var(--framer-aspect-ratio-supported, 473px); } .framer-ZhJTO .framer-1pq294h, .framer-ZhJTO .framer-1pssjrp, .framer-ZhJTO .framer-ff9fqa, .framer-ZhJTO .framer-1mbo772 { height: var(--framer-aspect-ratio-supported, 171px); } .framer-ZhJTO .framer-bv58dc, .framer-ZhJTO .framer-8xx84v, .framer-ZhJTO .framer-2zqhwu, .framer-ZhJTO .framer-yrkm96 { height: var(--framer-aspect-ratio-supported, 271px); } .framer-ZhJTO .framer-woki4n { max-width: 769px; } .framer-ZhJTO .framer-122fyvj { gap: 17px; max-width: 1000px; } .framer-ZhJTO .framer-1wqvvm2 { height: 823px; padding: 40px 0px 40px 40px; width: 100%; } .framer-ZhJTO .framer-1v78yho { gap: 28px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ZhJTO .framer-1b0b9kn, .framer-ZhJTO .framer-15zbh0b, .framer-ZhJTO .framer-1b80bxp, .framer-ZhJTO .framer-10x0ry3, .framer-ZhJTO .framer-3ndhtv, .framer-ZhJTO .framer-122fyvj, .framer-ZhJTO .framer-1v78yho { gap: 0px; } .framer-ZhJTO .framer-1b0b9kn > *, .framer-ZhJTO .framer-1b80bxp > *, .framer-ZhJTO .framer-3ndhtv > * { margin: 0px; margin-bottom: calc(65px / 2); margin-top: calc(65px / 2); } .framer-ZhJTO .framer-1b0b9kn > :first-child, .framer-ZhJTO .framer-15zbh0b > :first-child, .framer-ZhJTO .framer-1b80bxp > :first-child, .framer-ZhJTO .framer-10x0ry3 > :first-child, .framer-ZhJTO .framer-3ndhtv > :first-child, .framer-ZhJTO .framer-1v78yho > :first-child { margin-top: 0px; } .framer-ZhJTO .framer-1b0b9kn > :last-child, .framer-ZhJTO .framer-15zbh0b > :last-child, .framer-ZhJTO .framer-1b80bxp > :last-child, .framer-ZhJTO .framer-10x0ry3 > :last-child, .framer-ZhJTO .framer-3ndhtv > :last-child, .framer-ZhJTO .framer-1v78yho > :last-child { margin-bottom: 0px; } .framer-ZhJTO .framer-15zbh0b > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-ZhJTO .framer-10x0ry3 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-ZhJTO .framer-122fyvj > * { margin: 0px; margin-left: calc(17px / 2); margin-right: calc(17px / 2); } .framer-ZhJTO .framer-122fyvj > :first-child { margin-left: 0px; } .framer-ZhJTO .framer-122fyvj > :last-child { margin-right: 0px; } .framer-ZhJTO .framer-1v78yho > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } }}\",\"@media (min-width: 768px) and (max-width: 991px) { .framer-ZhJTO.framer-15pyogp { width: 768px; } .framer-ZhJTO .framer-5ay8b1 { padding: 140px 0px 0px 0px; } .framer-ZhJTO .framer-1ub2ip2 { height: var(--framer-aspect-ratio-supported, 182px); max-height: 182px; } .framer-ZhJTO .framer-1b0b9kn, .framer-ZhJTO .framer-1b80bxp, .framer-ZhJTO .framer-3ndhtv { gap: 40px; max-width: 720px; padding: 0px 24px 0px 24px; } .framer-ZhJTO .framer-15zbh0b { gap: 80px; } .framer-ZhJTO .framer-1r8006k { flex-direction: column; } .framer-ZhJTO .framer-49u2wr { align-content: center; align-items: center; flex: none; padding: 37px 0px 37px 0px; width: 100%; } .framer-ZhJTO .framer-1qu31sf, .framer-ZhJTO .framer-38dqd1 { will-change: unset; } .framer-ZhJTO .framer-1vpweig { justify-content: center; } .framer-ZhJTO .framer-1jwpdbj { padding: 0px; } .framer-ZhJTO .framer-uovyvb { height: var(--framer-aspect-ratio-supported, 339px); will-change: unset; } .framer-ZhJTO .framer-tmcvo3, .framer-ZhJTO .framer-1akbqm9 { padding: 80px 0px 80px 0px; } .framer-ZhJTO .framer-10x0ry3, .framer-ZhJTO .framer-edtrbc { gap: 40px; } .framer-ZhJTO .framer-18m9cvj { max-width: 422px; } .framer-ZhJTO .framer-15vx8sc { padding: 0px 0px 0px 42px; } .framer-ZhJTO .framer-5y4e76 { height: var(--framer-aspect-ratio-supported, 341px); } .framer-ZhJTO .framer-1rzxntg { height: var(--framer-aspect-ratio-supported, 341px); order: 0; } .framer-ZhJTO .framer-1pq294h, .framer-ZhJTO .framer-ff9fqa { height: var(--framer-aspect-ratio-supported, 118px); } .framer-ZhJTO .framer-1pssjrp, .framer-ZhJTO .framer-1mbo772 { height: var(--framer-aspect-ratio-supported, 121px); width: 102%; } .framer-ZhJTO .framer-bv58dc, .framer-ZhJTO .framer-2zqhwu { height: var(--framer-aspect-ratio-supported, 187px); } .framer-ZhJTO .framer-8xx84v, .framer-ZhJTO .framer-yrkm96 { height: var(--framer-aspect-ratio-supported, 189px); width: 101%; } .framer-ZhJTO .framer-lxbjnt { padding: 80px 0px 81px 0px; } .framer-ZhJTO .framer-woki4n { gap: 40px; max-width: 540px; } .framer-ZhJTO .framer-122fyvj { flex-direction: column; gap: 13px; max-width: unset; padding: 0px 0px 0px 24px; } .framer-ZhJTO .framer-1xrddsd { flex: none; flex-direction: column; gap: 40px; max-width: unset; width: 100%; } .framer-ZhJTO .framer-1wqvvm2 { padding: 0px; width: 100%; } .framer-ZhJTO .framer-3hgcre { align-content: center; align-items: center; gap: 12px; } .framer-ZhJTO .framer-1v78yho { align-content: center; align-items: center; gap: 24px; justify-content: center; } .framer-ZhJTO .framer-1wacgol { max-width: unset; } .framer-ZhJTO .framer-ux4f03 { align-self: unset; flex: none; height: 823px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ZhJTO .framer-1b0b9kn, .framer-ZhJTO .framer-15zbh0b, .framer-ZhJTO .framer-1r8006k, .framer-ZhJTO .framer-1b80bxp, .framer-ZhJTO .framer-10x0ry3, .framer-ZhJTO .framer-3ndhtv, .framer-ZhJTO .framer-edtrbc, .framer-ZhJTO .framer-woki4n, .framer-ZhJTO .framer-122fyvj, .framer-ZhJTO .framer-1xrddsd, .framer-ZhJTO .framer-3hgcre, .framer-ZhJTO .framer-1v78yho { gap: 0px; } .framer-ZhJTO .framer-1b0b9kn > *, .framer-ZhJTO .framer-1b80bxp > *, .framer-ZhJTO .framer-10x0ry3 > *, .framer-ZhJTO .framer-3ndhtv > *, .framer-ZhJTO .framer-edtrbc > *, .framer-ZhJTO .framer-woki4n > *, .framer-ZhJTO .framer-1xrddsd > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-ZhJTO .framer-1b0b9kn > :first-child, .framer-ZhJTO .framer-15zbh0b > :first-child, .framer-ZhJTO .framer-1r8006k > :first-child, .framer-ZhJTO .framer-1b80bxp > :first-child, .framer-ZhJTO .framer-10x0ry3 > :first-child, .framer-ZhJTO .framer-3ndhtv > :first-child, .framer-ZhJTO .framer-edtrbc > :first-child, .framer-ZhJTO .framer-woki4n > :first-child, .framer-ZhJTO .framer-122fyvj > :first-child, .framer-ZhJTO .framer-1xrddsd > :first-child, .framer-ZhJTO .framer-3hgcre > :first-child, .framer-ZhJTO .framer-1v78yho > :first-child { margin-top: 0px; } .framer-ZhJTO .framer-1b0b9kn > :last-child, .framer-ZhJTO .framer-15zbh0b > :last-child, .framer-ZhJTO .framer-1r8006k > :last-child, .framer-ZhJTO .framer-1b80bxp > :last-child, .framer-ZhJTO .framer-10x0ry3 > :last-child, .framer-ZhJTO .framer-3ndhtv > :last-child, .framer-ZhJTO .framer-edtrbc > :last-child, .framer-ZhJTO .framer-woki4n > :last-child, .framer-ZhJTO .framer-122fyvj > :last-child, .framer-ZhJTO .framer-1xrddsd > :last-child, .framer-ZhJTO .framer-3hgcre > :last-child, .framer-ZhJTO .framer-1v78yho > :last-child { margin-bottom: 0px; } .framer-ZhJTO .framer-15zbh0b > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-ZhJTO .framer-1r8006k > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ZhJTO .framer-122fyvj > * { margin: 0px; margin-bottom: calc(13px / 2); margin-top: calc(13px / 2); } .framer-ZhJTO .framer-3hgcre > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-ZhJTO .framer-1v78yho > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}\",\"@media (max-width: 767px) { .framer-ZhJTO.framer-15pyogp { width: 390px; } .framer-ZhJTO .framer-5ay8b1 { padding: 120px 0px 0px 0px; } .framer-ZhJTO .framer-1ub2ip2 { height: var(--framer-aspect-ratio-supported, 92px); max-height: 92px; } .framer-ZhJTO .framer-1b0b9kn, .framer-ZhJTO .framer-1b80bxp, .framer-ZhJTO .framer-3ndhtv { gap: 30px; max-width: 524px; padding: 0px 24px 0px 24px; } .framer-ZhJTO .framer-15zbh0b { align-content: center; align-items: center; gap: 60px; max-width: 400px; } .framer-ZhJTO .framer-1r8006k { align-content: flex-end; align-items: flex-end; flex-direction: column; gap: 30px; } .framer-ZhJTO .framer-49u2wr { align-content: center; align-items: center; flex: none; gap: 27px; max-width: unset; width: 100%; } .framer-ZhJTO .framer-1qu31sf, .framer-ZhJTO .framer-38dqd1 { will-change: unset; } .framer-ZhJTO .framer-1jwpdbj, .framer-ZhJTO .framer-15vx8sc { padding: 0px; } .framer-ZhJTO .framer-8lvj7e-container { width: 100%; } .framer-ZhJTO .framer-uovyvb { height: var(--framer-aspect-ratio-supported, 173px); will-change: unset; } .framer-ZhJTO .framer-tmcvo3, .framer-ZhJTO .framer-lxbjnt, .framer-ZhJTO .framer-1akbqm9 { padding: 60px 0px 60px 0px; } .framer-ZhJTO .framer-10x0ry3 { gap: 30px; max-width: 400px; } .framer-ZhJTO .framer-p5l88y { max-width: 400px; } .framer-ZhJTO .framer-18m9cvj { align-content: center; align-items: center; max-width: unset; } .framer-ZhJTO .framer-vavkgy { height: var(--framer-aspect-ratio-supported, 353px); } .framer-ZhJTO .framer-2c5nc4, .framer-ZhJTO .framer-prj8rj { height: var(--framer-aspect-ratio-supported, 274px); } .framer-ZhJTO .framer-1rg4jql, .framer-ZhJTO .framer-wye0iy { height: var(--framer-aspect-ratio-supported, 434px); } .framer-ZhJTO .framer-edtrbc, .framer-ZhJTO .framer-woki4n { gap: 30px; max-width: unset; } .framer-ZhJTO .framer-cf1g6e { --framer-paragraph-spacing: 16px; } .framer-ZhJTO .framer-122fyvj { flex-direction: column; gap: 30px; max-width: 524px; padding: 0px 24px 0px 24px; } .framer-ZhJTO .framer-1xrddsd { flex: none; flex-direction: column; gap: 30px; max-width: 400px; width: 100%; } .framer-ZhJTO .framer-1wqvvm2 { align-content: center; align-items: center; gap: 18px; height: min-content; padding: 17px; width: 100%; } .framer-ZhJTO .framer-3hgcre { align-content: center; align-items: center; gap: 12px; } .framer-ZhJTO .framer-1v78yho { align-content: center; align-items: center; gap: 24px; justify-content: center; padding: 24px 0px 24px 0px; } .framer-ZhJTO .framer-1wacgol { max-width: unset; } .framer-ZhJTO .framer-ux4f03 { align-self: unset; flex: none; height: 1052px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ZhJTO .framer-1b0b9kn, .framer-ZhJTO .framer-15zbh0b, .framer-ZhJTO .framer-1r8006k, .framer-ZhJTO .framer-49u2wr, .framer-ZhJTO .framer-1b80bxp, .framer-ZhJTO .framer-10x0ry3, .framer-ZhJTO .framer-3ndhtv, .framer-ZhJTO .framer-edtrbc, .framer-ZhJTO .framer-woki4n, .framer-ZhJTO .framer-122fyvj, .framer-ZhJTO .framer-1xrddsd, .framer-ZhJTO .framer-1wqvvm2, .framer-ZhJTO .framer-3hgcre, .framer-ZhJTO .framer-1v78yho { gap: 0px; } .framer-ZhJTO .framer-1b0b9kn > *, .framer-ZhJTO .framer-1r8006k > *, .framer-ZhJTO .framer-1b80bxp > *, .framer-ZhJTO .framer-10x0ry3 > *, .framer-ZhJTO .framer-3ndhtv > *, .framer-ZhJTO .framer-edtrbc > *, .framer-ZhJTO .framer-woki4n > *, .framer-ZhJTO .framer-122fyvj > *, .framer-ZhJTO .framer-1xrddsd > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-ZhJTO .framer-1b0b9kn > :first-child, .framer-ZhJTO .framer-15zbh0b > :first-child, .framer-ZhJTO .framer-1r8006k > :first-child, .framer-ZhJTO .framer-49u2wr > :first-child, .framer-ZhJTO .framer-1b80bxp > :first-child, .framer-ZhJTO .framer-10x0ry3 > :first-child, .framer-ZhJTO .framer-3ndhtv > :first-child, .framer-ZhJTO .framer-edtrbc > :first-child, .framer-ZhJTO .framer-woki4n > :first-child, .framer-ZhJTO .framer-122fyvj > :first-child, .framer-ZhJTO .framer-1xrddsd > :first-child, .framer-ZhJTO .framer-1wqvvm2 > :first-child, .framer-ZhJTO .framer-3hgcre > :first-child, .framer-ZhJTO .framer-1v78yho > :first-child { margin-top: 0px; } .framer-ZhJTO .framer-1b0b9kn > :last-child, .framer-ZhJTO .framer-15zbh0b > :last-child, .framer-ZhJTO .framer-1r8006k > :last-child, .framer-ZhJTO .framer-49u2wr > :last-child, .framer-ZhJTO .framer-1b80bxp > :last-child, .framer-ZhJTO .framer-10x0ry3 > :last-child, .framer-ZhJTO .framer-3ndhtv > :last-child, .framer-ZhJTO .framer-edtrbc > :last-child, .framer-ZhJTO .framer-woki4n > :last-child, .framer-ZhJTO .framer-122fyvj > :last-child, .framer-ZhJTO .framer-1xrddsd > :last-child, .framer-ZhJTO .framer-1wqvvm2 > :last-child, .framer-ZhJTO .framer-3hgcre > :last-child, .framer-ZhJTO .framer-1v78yho > :last-child { margin-bottom: 0px; } .framer-ZhJTO .framer-15zbh0b > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-ZhJTO .framer-49u2wr > * { margin: 0px; margin-bottom: calc(27px / 2); margin-top: calc(27px / 2); } .framer-ZhJTO .framer-1wqvvm2 > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-ZhJTO .framer-3hgcre > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-ZhJTO .framer-1v78yho > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2374\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"vyTCGl6Zy\":{\"layout\":[\"fixed\",\"auto\"]},\"CSZqCAFLZ\":{\"layout\":[\"fixed\",\"auto\"]},\"v_A9sOGIs\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"kgzIuigBN\":{\"pattern\":\":kgzIuigBN\",\"name\":\"projectsection\"}}\n * @framerResponsiveScreen\n */const FramerflM_DZBQx=withCSS(Component,css,\"framer-ZhJTO\");export default FramerflM_DZBQx;FramerflM_DZBQx.displayName=\"Service\";FramerflM_DZBQx.defaultProps={height:2374,width:1440};addFonts(FramerflM_DZBQx,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...HeaderFonts,...ButtonFonts,...YouTubeFonts,...Image1Fonts,...Button2Fonts,...FooterSectionFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...componentPresets.fonts?.[\"jl2rIHsMS\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"jl2rIHsMS\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerflM_DZBQx\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"{\\\"kgzIuigBN\\\":{\\\"pattern\\\":\\\":kgzIuigBN\\\",\\\"name\\\":\\\"projectsection\\\"}}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vyTCGl6Zy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CSZqCAFLZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"v_A9sOGIs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"2374\",\"framerIntrinsicWidth\":\"1440\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "PlayOptions", "ThumbnailOptions", "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", "PlayButton", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "defaultProps", "urlString", "getEmbedURL", "pathSegments", "res", "pre", "ext", "emptyStateStyle", "centerTextStyle", "message", "containerStyles", "buttonStyle", "fontStore", "fonts", "css", "className", "HeaderFonts", "getFonts", "OJDH4Y3lf_default", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "ButtonFonts", "X34mYoz5t_default", "YouTubeFonts", "Youtube", "MotionDivWithOptimizedAppearEffect", "motion", "RichTextWithFX", "withFX", "Image1Fonts", "R5Lw9LnFk_default", "ImageWithFX", "Image2", "ContainerWithFX", "Container", "Button2Fonts", "Tx6hGZkQ7_default", "FooterSectionFonts", "ETiHfAtRv_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "isSet", "value", "animation2", "toResponsiveImage", "animation3", "transition2", "transition3", "transition4", "animation4", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition5", "transition6", "transition7", "addImageAlt", "image", "alt", "equals", "a", "b", "formVariants", "form", "variants", "currentVariant", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "UP7SQmM8R_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "vea5ozY8v", "VAyVW7b0L", "kdtl2dHDP", "gLmYVoIJx", "kfoAMvyS5", "Dgfm2VTb_", "oIpPZsF0h", "HtQA6WFlP", "JKnmVpecr", "uHvWMe462", "tuPA2VVfk", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap3bnx0g", "overlay", "loadMore", "args", "scopingClassNames", "cx", "visible1", "elementId", "useRouteElementId", "ref1", "isDisplayed", "isDisplayed1", "router", "useRouter", "visible2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "SVG", "x", "getLoadingLazyAtYPosition", "l", "AnimatePresence", "Ga", "overlay1", "overlay2", "overlay3", "overlay4", "overlay5", "overlay6", "overlay7", "overlay8", "overlay9", "ComponentPresetsProvider", "ResolveLinks", "resolvedLinks", "FormContainer", "formState", "FormPlainTextInput2", "FormSelect", "css", "FramerflM_DZBQx", "withCSS", "flM_DZBQx_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
