{
  "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/o1PI5S8YtkA5bP5g4dFz/9zLIz4fn80IR9zpOx18Q/Embed.js", "ssg:https://framerusercontent.com/modules/ie1DRSWOvWRKEyf0SNjz/kNDFc5I2jnfAzfEablnh/k6c1YO6Lc.js", "ssg:https://framerusercontent.com/modules/fbeWCjBqB618hxyUG8X6/KOc7ImIGcL2norZwOJpe/e7v91DTr4.js", "ssg:https://framerusercontent.com/modules/ty2zbfkLlusUQHySXHYi/D3dyNRgzgVPkOWefCNtv/gxK7odgCx.js", "ssg:https://framerusercontent.com/modules/8lO9DvwxqhHSH6NupeyN/V7dvjyRlUiEbEblI7Ulk/exkryNqQ7.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{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles}from\"https://framer.com/m/framer/default-utils.js\";/**\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerDisableUnlink\n */ export default function Embed({type,url,html}){if(type===\"url\"&&url){return /*#__PURE__*/ _jsx(EmbedURL,{url:url});}if(type===\"html\"&&html){return /*#__PURE__*/ _jsx(EmbedHTML,{html:html});}return /*#__PURE__*/ _jsx(Instructions,{});};addPropertyControls(Embed,{type:{type:ControlType.Enum,defaultValue:\"url\",displaySegmentedControl:true,options:[\"url\",\"html\"],optionTitles:[\"URL\",\"HTML\"]},url:{title:\"URL\",type:ControlType.String,description:\"Some websites don\u2019t support embedding.\",hidden(props){return props.type!==\"url\";}},html:{title:\"HTML\",displayTextArea:true,type:ControlType.String,hidden(props){return props.type!==\"html\";}}});function Instructions(){return /*#__PURE__*/ _jsx(\"div\",{style:{...emptyStateStyle,overflow:\"hidden\"},children:/*#__PURE__*/ _jsx(\"div\",{style:centerTextStyle,children:\"To embed a website or widget, add it to the properties\\xa0panel.\"})});}function EmbedURL({url}){// Add https:// if the URL does not have a protocol.\nif(!/[a-z]+:\\/\\//.test(url)){url=\"https://\"+url;}const onCanvas=useIsOnCanvas();// We need to check if the url is blocked inside an iframe by the X-Frame-Options\n// or Content-Security-Policy headers on the backend.\nconst[state,setState]=useState(onCanvas?undefined:false);useEffect(()=>{// We only want to check on the canvas.\n// On the website we want to avoid the additional delay.\nif(!onCanvas)return;// TODO: We could also use AbortController here.\nlet isLastEffect=true;setState(undefined);async function load(){const response=await fetch(\"https://api.framer.com/functions/check-iframe-url?url=\"+encodeURIComponent(url));if(response.status==200){const{isBlocked}=await response.json();if(isLastEffect){setState(isBlocked);}}else{const message=await response.text();console.error(message);const error=new Error(\"This site can\u2019t be reached.\");setState(error);}}load().catch(error=>{console.error(error);setState(error);});return()=>{isLastEffect=false;};},[url]);if(!url.startsWith(\"https://\")){return /*#__PURE__*/ _jsx(ErrorMessage,{message:\"Unsupported protocol.\"});}if(state===undefined){return /*#__PURE__*/ _jsx(LoadingIndicator,{});}if(state instanceof Error){return /*#__PURE__*/ _jsx(ErrorMessage,{message:state.message});}if(state===true){const message=`Can't embed ${url} due to its content security policy.`;return /*#__PURE__*/ _jsx(ErrorMessage,{message:message});}return /*#__PURE__*/ _jsx(\"iframe\",{src:url,style:iframeStyle,loading:\"lazy\",// @ts-ignore\nfetchPriority:onCanvas?\"low\":\"auto\",referrerPolicy:\"no-referrer\",sandbox:getSandbox(onCanvas)});}const iframeStyle={width:\"100%\",height:\"100%\",border:\"none\"};function getSandbox(onCanvas){const result=[\"allow-same-origin\",\"allow-scripts\"];if(!onCanvas){result.push(\"allow-downloads\",\"allow-forms\",\"allow-modals\",\"allow-orientation-lock\",\"allow-pointer-lock\",\"allow-popups\",\"allow-popups-to-escape-sandbox\",\"allow-presentation\",\"allow-storage-access-by-user-activation\",\"allow-top-navigation-by-user-activation\");}return result.join(\" \");}function EmbedHTML({html}){const ref=useRef();// If the HTML contains a script tag we can't use\n// dangerouslySetInnerHTML because it doesn't execute\n// scripts on the client. Otherwise, we can benefit\n// from SSG by using dangerouslySetInnerHTML.\nconst hasScript=html.includes(\"</script>\");useEffect(()=>{if(!hasScript)return;const div=ref.current;div.innerHTML=html;executeScripts(div);return()=>{div.innerHTML=\"\";};},[html,hasScript]);return /*#__PURE__*/ _jsx(\"div\",{ref:ref,style:htmlStyle,dangerouslySetInnerHTML:!hasScript?{__html:html}:undefined});}const htmlStyle={width:\"100%\",height:\"100%\",display:\"flex\",flexDirection:\"column\",justifyContent:\"center\",alignItems:\"center\"};// This function replaces scripts with executable ones.\n// https://stackoverflow.com/questions/1197575/can-scripts-be-inserted-with-innerhtml\nfunction executeScripts(node){if(node instanceof Element&&node.tagName===\"SCRIPT\"){const script=document.createElement(\"script\");script.text=node.innerHTML;for(const{name,value}of node.attributes){script.setAttribute(name,value);}node.parentElement.replaceChild(script,node);}else{for(const child of node.childNodes){executeScripts(child);}}}// Generic components\nfunction LoadingIndicator(){return /*#__PURE__*/ _jsx(\"div\",{className:\"framerInternalUI-componentPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/ _jsx(\"div\",{style:centerTextStyle,children:\"Loading\u2026\"})});}function ErrorMessage({message}){return /*#__PURE__*/ _jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/ _jsxs(\"div\",{style:centerTextStyle,children:[\"Error: \",message]})});}const centerTextStyle={textAlign:\"center\",minWidth:140};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Embed\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"\",\"framerIntrinsicWidth\":\"600\",\"framerIntrinsicHeight\":\"400\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Embed.map", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([]);export const fonts=[];export const css=[\".framer-ojw7u .framer-styles-preset-1mq9hex:not(.rich-text-wrapper), .framer-ojw7u .framer-styles-preset-1mq9hex.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #f48118; --framer-link-hover-text-decoration: none; --framer-link-text-color: #111111; --framer-link-text-decoration: none; }\"];export const className=\"framer-ojw7u\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e1877f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/ie1DRSWOvWRKEyf0SNjz/kNDFc5I2jnfAzfEablnh/k6c1YO6Lc.js\";import*as localizedValues from\"./e7v91DTr4-0.js\";const cycleOrder=[\"svwHTaYmp\",\"JpUYAPNeY\",\"xg_NKzKnA\",\"pwNdMX2K2\",\"PT5zQtomE\"];const serializationHash=\"framer-RThgT\";const variantClassNames={JpUYAPNeY:\"framer-v-13b27bb\",PT5zQtomE:\"framer-v-jf3ohc\",pwNdMX2K2:\"framer-v-nmryvx\",svwHTaYmp:\"framer-v-19ad523\",xg_NKzKnA:\"framer-v-1n9sylf\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={GOBKx3i0R:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Phone Open\":\"xg_NKzKnA\",\"Tablet Open\":\"PT5zQtomE\",Desktop:\"svwHTaYmp\",Phone:\"JpUYAPNeY\",Tablet:\"pwNdMX2K2\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"svwHTaYmp\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"svwHTaYmp\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1lhkxwr=activeVariantCallback(async(...args)=>{setVariant(\"xg_NKzKnA\");});const onTapuy9km1=activeVariantCallback(async(...args)=>{setVariant(\"JpUYAPNeY\");});const onTapp0k2iy=activeVariantCallback(async(...args)=>{setVariant(\"PT5zQtomE\");});const onTapma92w7=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"JpUYAPNeY\"),200);});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"JpUYAPNeY\",\"xg_NKzKnA\",\"pwNdMX2K2\",\"PT5zQtomE\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"xg_NKzKnA\",\"PT5zQtomE\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if([\"xg_NKzKnA\",\"PT5zQtomE\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"JpUYAPNeY\",\"xg_NKzKnA\",\"pwNdMX2K2\",\"PT5zQtomE\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-19ad523\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"svwHTaYmp\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({JpUYAPNeY:{\"data-framer-name\":\"Phone\"},PT5zQtomE:{\"data-framer-name\":\"Tablet Open\"},pwNdMX2K2:{\"data-framer-name\":\"Tablet\"},xg_NKzKnA:{\"data-framer-name\":\"Phone Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pa4znh\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"To7g4Erbh\",...addPropertyOverrides({JpUYAPNeY:{\"data-highlight\":true,onTap:onTap1lhkxwr},PT5zQtomE:{\"data-highlight\":true,onTap:onTapuy9km1},pwNdMX2K2:{\"data-highlight\":true,onTap:onTapp0k2iy},xg_NKzKnA:{\"data-highlight\":true,onTap:onTapuy9km1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:{hash:\":S15CbQHx3\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-2vssez framer-harnjj\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"DMq2tjxro\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"233px\",src:\"https://framerusercontent.com/images/sZatxVQ45k89jlJyoNPNVpTmME.png\",srcSet:\"https://framerusercontent.com/images/sZatxVQ45k89jlJyoNPNVpTmME.png?scale-down-to=512 512w,https://framerusercontent.com/images/sZatxVQ45k89jlJyoNPNVpTmME.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/sZatxVQ45k89jlJyoNPNVpTmME.png 1348w\"},className:\"framer-32p6ly\",\"data-framer-name\":\"234234234234 1\",layoutDependency:layoutDependency,layoutId:\"NKwsw2HTB\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:504,intrinsicWidth:896,pixelHeight:504,pixelWidth:896,positionX:\"center\",positionY:\"center\",sizes:\"287px\",src:\"https://framerusercontent.com/images/DiXkLBCqB3xlDz2VBhQj97UcVR4.gif\",srcSet:\"https://framerusercontent.com/images/DiXkLBCqB3xlDz2VBhQj97UcVR4.gif?scale-down-to=512 512w,https://framerusercontent.com/images/DiXkLBCqB3xlDz2VBhQj97UcVR4.gif 896w\"},className:\"framer-oy60tg\",\"data-framer-name\":\"\\xd0_\\xd0_\\xd0_\\xd0_\\xd0_\\xd0_\\xd0_\\xd1_\\xd0_\\xd1_1_1_\",layoutDependency:layoutDependency,layoutId:\"HXVqlHsbg\"})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-153mbex\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"LQC2h5qZj\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-8at5s7\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"pqT751ocm\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{PT5zQtomE:{rotate:-45},xg_NKzKnA:{rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lh8z2x\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"aQSrO2Y1S\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{PT5zQtomE:{rotate:45},xg_NKzKnA:{rotate:45}}})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5tg0kv\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"oq9pHufBh\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBDWSBTZW1pYm9sZA==\",\"--framer-font-family\":'\"Averta CY Semibold\", \"Averta CY Semibold Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"T3hYMvwIp\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1mq9hex\",\"data-styles-preset\":\"k6c1YO6Lc\",children:\"ZiraConference\"})})})}),className:\"framer-107wa8u\",\"data-highlight\":true,fonts:[\"CUSTOM;Averta CY Semibold\"],layoutDependency:layoutDependency,layoutId:\"Z_hceITC9\",onTap:onTapma92w7,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBDWSBTZW1pYm9sZA==\",\"--framer-font-family\":'\"Averta CY Semibold\", \"Averta CY Semibold Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"fJ3HHh94W\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1mq9hex\",\"data-styles-preset\":\"k6c1YO6Lc\",children:\"ZiraExpo\"})})})}),className:\"framer-y2487u\",\"data-highlight\":true,fonts:[\"CUSTOM;Averta CY Semibold\"],layoutDependency:layoutDependency,layoutId:\"pMKVNledr\",onTap:onTapma92w7,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBDWSBTZW1pYm9sZA==\",\"--framer-font-family\":'\"Averta CY Semibold\", \"Averta CY Semibold Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zVONZZnyP\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1mq9hex\",\"data-styles-preset\":\"k6c1YO6Lc\",children:\"ZiraFest\"})})})}),className:\"framer-1hp8uaf\",\"data-highlight\":true,fonts:[\"CUSTOM;Averta CY Semibold\"],layoutDependency:layoutDependency,layoutId:\"RK3iWnOF_\",onTap:onTapma92w7,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBDWSBTZW1pYm9sZA==\",\"--framer-font-family\":'\"Averta CY Semibold\", \"Averta CY Semibold Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:\"\u0411\u0438\u043B\u0435\u0442\u044B\"})}),className:\"framer-o5ax4c\",\"data-highlight\":true,fonts:[\"CUSTOM;Averta CY Semibold\"],layoutDependency:layoutDependency,layoutId:\"tU9IsIZy6\",onTap:onTapma92w7,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBDWSBTZW1pYm9sZA==\",\"--framer-font-family\":'\"Averta CY Semibold\", \"Averta CY Semibold Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":pQlZTcaEi\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1mq9hex\",\"data-styles-preset\":\"k6c1YO6Lc\",children:\"\u0413\u0434\u0435 \u044D\u0442\u043E?\"})})})}),className:\"framer-14zabny\",\"data-highlight\":true,fonts:[\"CUSTOM;Averta CY Semibold\"],layoutDependency:layoutDependency,layoutId:\"s7P33IP8X\",onTap:onTapma92w7,verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y43u45\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"g8vpZnNi7\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n56l9v\",\"data-framer-name\":\"Blocks\",layoutDependency:layoutDependency,layoutId:\"Aly_gKizH\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBDWSBTZW1pYm9sZA==\",\"--framer-font-family\":'\"Averta CY Semibold\", \"Averta CY Semibold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(28, 17, 8))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"T3hYMvwIp\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1mq9hex\",\"data-styles-preset\":\"k6c1YO6Lc\",children:\"ZiraConference\"})})})}),className:\"framer-x25zhn\",\"data-framer-name\":\"\u041E \u043F\u0440\u043E\u0435\u043A\u0442\u0435\",fonts:[\"CUSTOM;Averta CY Semibold\"],layoutDependency:layoutDependency,layoutId:\"gyBMnouEv\",style:{\"--extracted-r6o4lv\":\"rgb(28, 17, 8)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBDWSBTZW1pYm9sZA==\",\"--framer-font-family\":'\"Averta CY Semibold\", \"Averta CY Semibold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(28, 17, 8))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"fJ3HHh94W\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1mq9hex\",\"data-styles-preset\":\"k6c1YO6Lc\",children:\"ZiraExpo\"})})})}),className:\"framer-cwln9b\",\"data-framer-name\":\"\u041F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0430\",fonts:[\"CUSTOM;Averta CY Semibold\"],layoutDependency:layoutDependency,layoutId:\"OTLc1ZgYd\",style:{\"--extracted-r6o4lv\":\"rgb(28, 17, 8)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBDWSBTZW1pYm9sZA==\",\"--framer-font-family\":'\"Averta CY Semibold\", \"Averta CY Semibold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(28, 17, 8))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"zVONZZnyP\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1mq9hex\",\"data-styles-preset\":\"k6c1YO6Lc\",children:\"ZiraFest\"})})})}),className:\"framer-6vdd09\",\"data-framer-name\":\"\u041D\u0430\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F\",fonts:[\"CUSTOM;Averta CY Semibold\"],layoutDependency:layoutDependency,layoutId:\"bNk4by64P\",style:{\"--extracted-r6o4lv\":\"rgb(28, 17, 8)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBDWSBTZW1pYm9sZA==\",\"--framer-font-family\":'\"Averta CY Semibold\", \"Averta CY Semibold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(28, 17, 8))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":pQlZTcaEi\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1mq9hex\",\"data-styles-preset\":\"k6c1YO6Lc\",children:\"\u0413\u0434\u0435 \u044D\u0442\u043E?\"})})})}),className:\"framer-62ocpe\",\"data-framer-name\":\"\u0413\u0434\u0435 \u044D\u0442\u043E?\",fonts:[\"CUSTOM;Averta CY Semibold\"],layoutDependency:layoutDependency,layoutId:\"t4pTZTts7\",style:{\"--extracted-r6o4lv\":\"rgb(28, 17, 8)\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14wehwk\",\"data-framer-name\":\"Bottom Line\",layoutDependency:layoutDependency,layoutId:\"yw9gAeQsZ\",style:{backgroundColor:\"rgba(0, 0, 0, 0.08)\"}}),isDisplayed3()&&/*#__PURE__*/_jsx(Link,{href:{hash:\":K5ITnNwrC\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1iybgd8 framer-harnjj\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"m8NmBoFdh\",style:{backgroundColor:\"rgb(234, 232, 230)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBDWSBTZW1pYm9sZA==\",\"--framer-font-family\":'\"Averta CY Semibold\", \"Averta CY Semibold Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(28, 17, 8))\"},children:\"\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435\"})}),className:\"framer-nmuevp\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Averta CY Semibold\"],layoutDependency:layoutDependency,layoutId:\"Bk8FochYO\",style:{\"--extracted-r6o4lv\":\"rgb(28, 17, 8)\"},verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,...addPropertyOverrides({PT5zQtomE:{href:{hash:\":K5ITnNwrC\",webPageId:\"augiA20Il\"}},xg_NKzKnA:{href:{hash:\":K5ITnNwrC\",webPageId:\"augiA20Il\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-t1t2sm framer-harnjj\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"sCLwIkUfo\",style:{backgroundColor:\"rgb(234, 232, 230)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBDWSBTZW1pYm9sZA==\",\"--framer-font-family\":'\"Averta CY Semibold\", \"Averta CY Semibold Placeholder\", sans-serif',\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(28, 17, 8))\"},children:\"\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435\"})}),className:\"framer-1nqb3v6\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;Averta CY Semibold\"],layoutDependency:layoutDependency,layoutId:\"CRbxlOxtG\",style:{\"--extracted-r6o4lv\":\"rgb(28, 17, 8)\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RThgT.framer-harnjj, .framer-RThgT .framer-harnjj { display: block; }\",\".framer-RThgT.framer-19ad523 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: 100px; justify-content: space-between; overflow: hidden; padding: 28px 132px 28px 132px; position: relative; width: 1200px; }\",\".framer-RThgT .framer-pa4znh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 10px 0px 10px 10px; position: relative; width: min-content; }\",\".framer-RThgT .framer-2vssez { flex: none; height: 51px; overflow: visible; position: relative; text-decoration: none; width: 189px; }\",\".framer-RThgT .framer-32p6ly { flex: none; height: 51px; left: calc(60.31746031746034% - 233px / 2); overflow: hidden; position: absolute; top: calc(50.98039215686276% - 51px / 2); width: 233px; }\",\".framer-RThgT .framer-oy60tg { bottom: -33px; flex: none; left: -30px; overflow: visible; position: absolute; right: -23px; top: -37px; }\",\".framer-RThgT .framer-153mbex { flex: none; height: 40px; overflow: hidden; position: relative; width: 40px; }\",\".framer-RThgT .framer-8at5s7 { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-RThgT .framer-1lh8z2x { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-RThgT .framer-5tg0kv { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: 1px; }\",\".framer-RThgT .framer-107wa8u, .framer-RThgT .framer-y2487u, .framer-RThgT .framer-1hp8uaf, .framer-RThgT .framer-o5ax4c, .framer-RThgT .framer-14zabny { -webkit-user-select: none; cursor: pointer; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-RThgT .framer-1y43u45 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-RThgT .framer-1n56l9v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-RThgT .framer-x25zhn, .framer-RThgT .framer-cwln9b, .framer-RThgT .framer-6vdd09, .framer-RThgT .framer-62ocpe, .framer-RThgT .framer-nmuevp, .framer-RThgT .framer-1nqb3v6 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-RThgT .framer-14wehwk { bottom: 0px; flex: none; height: 1px; left: 0px; overflow: visible; position: absolute; right: 0px; z-index: 1; }\",\".framer-RThgT .framer-1iybgd8 { 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: 12px 28px 12px 28px; position: relative; text-decoration: none; width: min-content; }\",\".framer-RThgT .framer-t1t2sm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px 120px 12px 120px; position: relative; text-decoration: none; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RThgT .framer-pa4znh, .framer-RThgT .framer-5tg0kv, .framer-RThgT .framer-1y43u45, .framer-RThgT .framer-1n56l9v, .framer-RThgT .framer-1iybgd8, .framer-RThgT .framer-t1t2sm { gap: 0px; } .framer-RThgT .framer-pa4znh > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-RThgT .framer-pa4znh > :first-child, .framer-RThgT .framer-1y43u45 > :first-child, .framer-RThgT .framer-1n56l9v > :first-child, .framer-RThgT .framer-1iybgd8 > :first-child, .framer-RThgT .framer-t1t2sm > :first-child { margin-left: 0px; } .framer-RThgT .framer-pa4znh > :last-child, .framer-RThgT .framer-1y43u45 > :last-child, .framer-RThgT .framer-1n56l9v > :last-child, .framer-RThgT .framer-1iybgd8 > :last-child, .framer-RThgT .framer-t1t2sm > :last-child { margin-right: 0px; } .framer-RThgT .framer-5tg0kv > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-RThgT .framer-5tg0kv > :first-child { margin-top: 0px; } .framer-RThgT .framer-5tg0kv > :last-child { margin-bottom: 0px; } .framer-RThgT .framer-1y43u45 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-RThgT .framer-1n56l9v > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-RThgT .framer-1iybgd8 > *, .framer-RThgT .framer-t1t2sm > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-RThgT.framer-v-13b27bb.framer-19ad523 { flex-direction: column; gap: 0px; height: auto; justify-content: center; padding: 0px 16px 0px 16px; width: 390px; }\",\".framer-RThgT.framer-v-13b27bb .framer-pa4znh, .framer-RThgT.framer-v-1n9sylf .framer-pa4znh, .framer-RThgT.framer-v-nmryvx .framer-pa4znh, .framer-RThgT.framer-v-jf3ohc .framer-pa4znh { cursor: pointer; gap: unset; justify-content: space-between; order: 0; padding: 12px; width: 100%; }\",\".framer-RThgT.framer-v-13b27bb .framer-153mbex, .framer-RThgT.framer-v-nmryvx .framer-153mbex { height: 44px; width: 44px; }\",\".framer-RThgT.framer-v-13b27bb .framer-14wehwk, .framer-RThgT.framer-v-1n9sylf .framer-14wehwk, .framer-RThgT.framer-v-nmryvx .framer-14wehwk, .framer-RThgT.framer-v-jf3ohc .framer-14wehwk { order: 3; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RThgT.framer-v-13b27bb.framer-19ad523, .framer-RThgT.framer-v-13b27bb .framer-pa4znh { gap: 0px; } .framer-RThgT.framer-v-13b27bb.framer-19ad523 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-RThgT.framer-v-13b27bb.framer-19ad523 > :first-child { margin-top: 0px; } .framer-RThgT.framer-v-13b27bb.framer-19ad523 > :last-child { margin-bottom: 0px; } .framer-RThgT.framer-v-13b27bb .framer-pa4znh > *, .framer-RThgT.framer-v-13b27bb .framer-pa4znh > :first-child, .framer-RThgT.framer-v-13b27bb .framer-pa4znh > :last-child { margin: 0px; } }\",\".framer-RThgT.framer-v-1n9sylf.framer-19ad523 { flex-direction: column; height: auto; max-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; padding: 0px 16px 16px 16px; width: 390px; }\",\".framer-RThgT.framer-v-1n9sylf .framer-2vssez, .framer-RThgT.framer-v-jf3ohc .framer-2vssez { order: 0; }\",\".framer-RThgT.framer-v-1n9sylf .framer-153mbex, .framer-RThgT.framer-v-jf3ohc .framer-153mbex { height: 44px; order: 1; width: 44px; }\",\".framer-RThgT.framer-v-1n9sylf .framer-8at5s7, .framer-RThgT.framer-v-1n9sylf .framer-1lh8z2x, .framer-RThgT.framer-v-jf3ohc .framer-8at5s7, .framer-RThgT.framer-v-jf3ohc .framer-1lh8z2x { top: calc(50.00000000000002% - 2px / 2); }\",\".framer-RThgT.framer-v-1n9sylf .framer-5tg0kv, .framer-RThgT.framer-v-jf3ohc .framer-5tg0kv { flex: none; order: 1; width: 100%; }\",\".framer-RThgT.framer-v-1n9sylf .framer-t1t2sm, .framer-RThgT.framer-v-jf3ohc .framer-t1t2sm { order: 5; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RThgT.framer-v-1n9sylf.framer-19ad523, .framer-RThgT.framer-v-1n9sylf .framer-pa4znh { gap: 0px; } .framer-RThgT.framer-v-1n9sylf.framer-19ad523 > *, .framer-RThgT.framer-v-1n9sylf.framer-19ad523 > :first-child, .framer-RThgT.framer-v-1n9sylf.framer-19ad523 > :last-child, .framer-RThgT.framer-v-1n9sylf .framer-pa4znh > *, .framer-RThgT.framer-v-1n9sylf .framer-pa4znh > :first-child, .framer-RThgT.framer-v-1n9sylf .framer-pa4znh > :last-child { margin: 0px; } }\",\".framer-RThgT.framer-v-nmryvx.framer-19ad523 { flex-direction: column; gap: 0px; height: auto; justify-content: center; padding: 0px 16px 0px 16px; width: 811px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RThgT.framer-v-nmryvx.framer-19ad523, .framer-RThgT.framer-v-nmryvx .framer-pa4znh { gap: 0px; } .framer-RThgT.framer-v-nmryvx.framer-19ad523 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-RThgT.framer-v-nmryvx.framer-19ad523 > :first-child { margin-top: 0px; } .framer-RThgT.framer-v-nmryvx.framer-19ad523 > :last-child { margin-bottom: 0px; } .framer-RThgT.framer-v-nmryvx .framer-pa4znh > *, .framer-RThgT.framer-v-nmryvx .framer-pa4znh > :first-child, .framer-RThgT.framer-v-nmryvx .framer-pa4znh > :last-child { margin: 0px; } }\",\".framer-RThgT.framer-v-jf3ohc.framer-19ad523 { flex-direction: column; height: auto; max-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; padding: 0px 16px 16px 16px; width: 810px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RThgT.framer-v-jf3ohc.framer-19ad523, .framer-RThgT.framer-v-jf3ohc .framer-pa4znh { gap: 0px; } .framer-RThgT.framer-v-jf3ohc.framer-19ad523 > *, .framer-RThgT.framer-v-jf3ohc.framer-19ad523 > :first-child, .framer-RThgT.framer-v-jf3ohc.framer-19ad523 > :last-child, .framer-RThgT.framer-v-jf3ohc .framer-pa4znh > *, .framer-RThgT.framer-v-jf3ohc .framer-pa4znh > :first-child, .framer-RThgT.framer-v-jf3ohc .framer-pa4znh > :last-child { margin: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 100\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"JpUYAPNeY\":{\"layout\":[\"fixed\",\"auto\"]},\"xg_NKzKnA\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"100vh\"]},\"pwNdMX2K2\":{\"layout\":[\"fixed\",\"auto\"]},\"PT5zQtomE\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"100vh\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framere7v91DTr4=withCSS(Component,css,\"framer-RThgT\");export default Framere7v91DTr4;Framere7v91DTr4.displayName=\"Navigation Copy\";Framere7v91DTr4.defaultProps={height:100,width:1200};addPropertyControls(Framere7v91DTr4,{variant:{options:[\"svwHTaYmp\",\"JpUYAPNeY\",\"xg_NKzKnA\",\"pwNdMX2K2\",\"PT5zQtomE\"],optionTitles:[\"Desktop\",\"Phone\",\"Phone Open\",\"Tablet\",\"Tablet Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framere7v91DTr4,[{explicitInter:true,fonts:[{family:\"Averta CY Semibold\",source:\"custom\",url:\"https://framerusercontent.com/assets/g3GOq9J0mm4pM3LHG65bh9dCFFo.otf\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framere7v91DTr4\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"JpUYAPNeY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xg_NKzKnA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]},\\\"pwNdMX2K2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PT5zQtomE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./e7v91DTr4.map", "// Generated by Framer (f082bd6)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-s3rQ1 .framer-styles-preset-t7q87p:not(.rich-text-wrapper), .framer-s3rQ1 .framer-styles-preset-t7q87p.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #f48118; --framer-link-hover-text-decoration: none; --framer-link-text-color: #ffffff; --framer-link-text-decoration: none; }\"];export const className=\"framer-s3rQ1\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c126521)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/ty2zbfkLlusUQHySXHYi/D3dyNRgzgVPkOWefCNtv/gxK7odgCx.js\";const cycleOrder=[\"yKYiI2OtN\",\"pin7sTfch\",\"rw9yoRhM4\",\"hJ79wmn31\"];const serializationHash=\"framer-vCTxW\";const variantClassNames={hJ79wmn31:\"framer-v-1yg4wdc\",pin7sTfch:\"framer-v-18wlfcj\",rw9yoRhM4:\"framer-v-klyshv\",yKYiI2OtN:\"framer-v-c25ldq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transition2={delay:0,duration:.3,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:-64};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:.8,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"yKYiI2OtN\",FullHD:\"pin7sTfch\",Phone:\"hJ79wmn31\",Tablet:\"rw9yoRhM4\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"yKYiI2OtN\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"yKYiI2OtN\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"rw9yoRhM4\",\"hJ79wmn31\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"rw9yoRhM4\",\"hJ79wmn31\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-c25ldq\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"yKYiI2OtN\",ref:ref??ref1,style:{backgroundColor:\"rgb(28, 17, 8)\",...style},...addPropertyOverrides({hJ79wmn31:{\"data-framer-name\":\"Phone\"},pin7sTfch:{\"data-framer-name\":\"FullHD\"},rw9yoRhM4:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:204,intrinsicWidth:564,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-30),positionX:\"center\",positionY:\"center\",sizes:\"564px\",src:\"https://framerusercontent.com/images/J84vSQylixN92vnBm05HHgvyc.svg\",srcSet:\"https://framerusercontent.com/images/J84vSQylixN92vnBm05HHgvyc.svg?scale-down-to=512 512w,https://framerusercontent.com/images/J84vSQylixN92vnBm05HHgvyc.svg 564w\"},className:\"framer-18r5586\",\"data-framer-name\":\"Pattern\",layoutDependency:layoutDependency,layoutId:\"oMyg2lk74\",...addPropertyOverrides({hJ79wmn31:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:204,intrinsicWidth:564,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-30),positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} + 174px)`,src:\"https://framerusercontent.com/images/J84vSQylixN92vnBm05HHgvyc.svg\",srcSet:\"https://framerusercontent.com/images/J84vSQylixN92vnBm05HHgvyc.svg?scale-down-to=512 512w,https://framerusercontent.com/images/J84vSQylixN92vnBm05HHgvyc.svg 564w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7sq0rf\",\"data-border\":true,\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"XITChmMZM\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(255, 255, 255, 0.1)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(0px)\",WebkitBackdropFilter:\"blur(0px)\"},children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9ykul1\",\"data-framer-name\":\"Copy right & contact methods\",layoutDependency:layoutDependency,layoutId:\"qlm1l21gO\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h8febf\",\"data-framer-name\":\"Copyright\",layoutDependency:layoutDependency,layoutId:\"Siai3pMsp\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBDWSBSZWd1bGFy\",\"--framer-font-family\":'\"Averta CY Regular\", \"Averta CY Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"ZiraFest\"})}),className:\"framer-131xyj2\",\"data-framer-name\":\"ZiraFest\",fonts:[\"CUSTOM;Averta CY Regular\"],layoutDependency:layoutDependency,layoutId:\"VO9b8GXlS\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBDWSBSZWd1bGFy\",\"--framer-font-family\":'\"Averta CY Regular\", \"Averta CY Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"\\xa9 2025. All right reserved\"})}),className:\"framer-1bnglhc\",\"data-framer-name\":\"\\xa9 2023. All right reserved\",fonts:[\"CUSTOM;Averta CY Regular\"],layoutDependency:layoutDependency,layoutId:\"pxGmBNage\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zhk5qr\",layoutDependency:layoutDependency,layoutId:\"nex5UfWjZ\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1totxpt\",layoutDependency:layoutDependency,layoutId:\"WcnXUZ9tZ\",whileHover:animation,children:/*#__PURE__*/_jsx(Link,{href:\"https://uic.group/\",nodeId:\"Vya_qZLo8\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-o4nd69 framer-17wnfhd\",\"data-framer-name\":\"Group 2087326017\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Vya_qZLo8\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 101 20\"><path d=\"M 12.354 4.79 C 7.286 3.571 3.744 6.468 1.566 3.21 C 1.559 3.197 1.553 3.191 1.546 3.178 C 1.488 3.086 1.566 2.955 1.67 2.981 C 6.158 4.056 6.888 3.387 8.773 3.617 C 10.514 3.827 12.354 4.79 12.354 4.79 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 13.248 5.61 C 8.786 4.947 5.623 8.297 3.236 5.721 C 3.229 5.714 3.223 5.701 3.21 5.695 C 3.144 5.623 3.19 5.492 3.288 5.498 C 7.364 5.8 8.323 5.079 9.999 5.006 C 11.565 4.941 13.248 5.61 13.248 5.61 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 14.076 6.664 C 10.182 6.133 8.512 9.647 5.355 7.497 C 5.349 7.49 5.342 7.484 5.329 7.471 C 5.264 7.412 5.284 7.241 5.375 7.241 C 8.825 7.248 9.725 6.441 11.18 6.264 C 13.149 6.028 14.076 6.664 14.076 6.664 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 15.83 7.825 C 13.795 8.041 14.115 9.68 11.884 9.313 C 11.591 9.267 11.656 9.057 11.786 9.018 C 13.658 8.48 13.658 8.12 14.33 7.851 C 14.969 7.608 15.83 7.825 15.83 7.825 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 14.911 7.32 C 11.975 7.379 11.225 9.496 8.753 8.808 C 8.375 8.703 8.506 8.415 8.708 8.389 C 11.539 7.936 11.675 7.517 12.726 7.268 C 13.71 7.032 14.911 7.32 14.911 7.32 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 13.234 4.783 C 13.215 4.816 13.169 4.823 13.136 4.809 C 12.53 4.462 11.962 4.056 11.31 3.61 C 10.697 3.197 9.38 2.633 6.64 2.764 C 5.336 2.83 3.353 3.099 1.305 1.689 C 0.809 1.355 0.307 0.785 0.046 0.254 C 0.02 0.208 0.007 0.149 0 0.09 C -0.006 0.031 0.059 -0.015 0.118 0.005 C 5.186 2.05 6.634 1.25 9.823 1.991 C 11.134 2.299 12.758 4.213 13.228 4.691 C 13.254 4.711 13.254 4.75 13.234 4.783 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 17.644 15.992 C 17.585 16.176 17.598 16.392 17.481 16.549 C 17.337 16.759 16.985 16.779 16.815 16.589 C 16.704 16.49 16.704 16.333 16.665 16.209 C 16.411 15.088 16.163 13.967 15.915 12.839 C 15.889 12.761 15.915 12.708 15.993 12.675 C 16.117 12.643 16.13 12.78 16.169 12.859 C 16.45 13.626 16.711 14.399 16.998 15.166 C 17.089 15.428 17.396 15.343 17.598 15.409 C 17.813 15.546 17.683 15.802 17.644 15.992 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 17.976 12.898 C 18.002 12.97 17.963 13.056 17.884 13.069 C 17.839 13.075 17.8 13.069 17.787 13.003 C 17.598 12.623 17.434 12.223 17.239 11.843 C 16.985 11.627 16.717 11.404 16.561 11.096 C 16.28 10.598 16.306 9.949 16.619 9.47 C 16.645 9.437 16.665 9.398 16.691 9.365 C 16.737 9.3 16.834 9.313 16.86 9.391 C 16.88 9.45 16.893 9.509 16.919 9.562 C 17.271 10.67 17.611 11.791 17.976 12.898 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 18.029 7.621 C 18.016 7.916 17.905 8.192 17.833 8.473 C 17.826 8.493 17.82 8.506 17.8 8.513 C 17.755 8.532 17.709 8.5 17.709 8.454 C 17.716 8.067 17.853 7.687 17.755 7.307 C 17.611 6.789 17.259 6.337 17.233 5.786 C 17.219 5.498 17.291 5.216 17.35 4.934 C 17.141 4.495 17.043 3.99 17.154 3.511 C 17.174 3.452 17.18 3.452 17.213 3.498 C 17.415 3.793 17.683 4.088 17.683 4.475 C 17.657 5.026 17.357 5.576 17.559 6.127 C 17.722 6.618 18.075 7.077 18.029 7.621 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 19.75 5.72 C 19.737 6.441 19.111 7.018 19.183 7.752 C 19.183 8.034 19.254 8.323 19.222 8.605 C 19.176 8.854 18.896 8.893 18.694 8.952 C 18.576 9.004 18.446 8.867 18.478 8.749 C 18.478 7.897 18.478 7.038 18.478 6.186 C 18.491 5.832 18.576 5.458 18.817 5.189 C 18.968 5.012 19.124 4.835 19.287 4.658 C 19.32 4.619 19.339 4.573 19.333 4.527 C 19.32 4.37 19.287 4.232 19.359 4.049 C 19.47 3.819 19.613 3.682 19.763 3.531 C 19.789 3.505 19.828 3.518 19.835 3.551 C 19.939 4.016 19.835 4.521 19.62 4.94 C 19.672 5.189 19.75 5.452 19.75 5.72 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 27.988 3.085 C 27.101 3.335 26.69 3.636 26.338 3.918 C 26.338 3.918 27.14 3.636 28.294 3.512 C 31.569 3.151 31.758 4.377 35.423 2.954 C 35.547 2.935 35.58 3.033 35.547 3.085 C 35.058 3.938 34.517 4.882 32.469 4.967 C 30.238 5.059 29.077 4.16 26.983 4.429 C 25.646 4.6 24.955 5.019 24.57 5.275 C 29.136 4.396 28.758 6.415 33.232 5.34 C 33.284 5.327 33.343 5.314 33.395 5.321 C 33.512 5.334 33.558 5.478 33.486 5.557 C 33.454 5.596 33.408 5.635 33.375 5.675 C 32.788 6.31 32.169 7.005 30.081 6.848 C 27.629 6.664 27.473 5.137 22.79 6.304 C 27.329 6.284 27.251 7.779 30.669 7.333 C 30.786 7.32 30.858 7.464 30.766 7.543 C 30.714 7.589 30.655 7.628 30.61 7.667 C 30.095 8.074 29.344 8.572 27.936 8.284 C 25.001 7.667 25.372 6.448 21.596 7.117 C 24.538 7.195 24.335 8.343 27.355 8.624 C 27.355 8.624 27.355 8.624 27.362 8.624 C 27.525 8.644 27.57 8.86 27.433 8.952 C 27.329 9.024 27.212 9.077 27.101 9.123 C 24.896 9.981 23.872 7.202 21.166 7.825 C 23.103 7.995 22.946 8.651 24.694 9.129 C 24.883 9.182 24.864 9.437 24.655 9.457 C 22.581 9.667 22.764 8.264 21.492 8.211 C 21.152 8.198 20.839 8.382 20.67 8.683 C 20.168 9.562 20.37 10.394 20.337 10.847 C 20.454 11.319 20.631 11.777 20.637 12.275 C 20.644 12.623 20.611 12.983 20.5 13.318 C 20.291 14.012 20.083 14.707 19.868 15.409 C 19.822 15.553 19.828 15.71 19.881 15.848 C 19.959 16.058 20.037 16.261 20.07 16.484 C 20.148 16.857 20.096 17.244 19.965 17.605 C 19.692 18.28 19.418 18.955 19.144 19.637 C 19.091 19.761 19.052 19.892 18.961 19.997 C 18.824 20.023 18.837 19.846 18.85 19.761 C 19.118 17.238 19.372 14.714 19.633 12.19 L 19.842 11.587 C 19.431 11.941 19.248 12.433 18.98 12.872 C 18.948 12.977 18.791 12.996 18.759 12.879 C 18.785 12.439 18.843 12 18.857 11.561 C 18.896 11.115 18.889 10.663 19.039 10.237 C 19.209 9.804 19.535 9.457 19.789 9.083 C 20.207 8.546 20.52 7.936 20.735 7.294 C 20.866 6.9 21.14 6.553 21.492 6.337 C 22.711 5.563 23.422 4.895 24.577 4.016 C 25.64 3.21 26.462 2.581 26.931 2.391 C 29.077 1.506 33.388 2.456 37.08 0.044 C 37.171 -0.008 37.289 0.096 37.217 0.247 C 36.871 1.126 36.46 1.689 35.482 2.174 C 32.664 3.571 29.429 2.679 27.988 3.085 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 19.431 4.6 C 19.431 4.6 19.189 4.174 18.602 4.121 C 18.159 4.082 17.957 4.233 17.957 4.233 C 17.957 4.233 18.491 4.075 18.909 4.449 C 19.326 4.823 19.098 5.144 19.098 5.144 C 19.098 5.144 19.555 4.875 19.431 4.6 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 19.405 4.54 C 19.405 4.54 19.099 4.213 18.472 4.187 C 18.472 4.187 18.844 4.278 18.89 4.481 C 18.968 4.868 18.628 5.386 18.563 5.635 C 18.511 5.858 19.405 4.54 19.405 4.54 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 74.636 13.504 C 73.787 13.645 72.927 13.71 72.067 13.699 C 70.454 13.699 68.724 12.631 68.724 9.648 L 68.724 7.902 C 68.724 4.739 70.537 3.839 72.182 3.839 C 73.003 3.832 73.824 3.893 74.636 4.022 C 74.75 4.035 74.856 4.086 74.856 4.217 L 74.856 4.868 C 74.856 4.959 74.805 4.999 74.688 4.999 L 74.638 4.999 C 73.876 4.935 73.282 4.908 72.184 4.908 C 70.984 4.908 69.899 5.559 69.899 7.902 L 69.899 9.648 C 69.899 11.798 70.868 12.644 72.069 12.644 C 72.855 12.644 73.39 12.593 73.694 12.566 L 73.694 8.842 C 73.691 8.809 73.695 8.776 73.705 8.744 C 73.716 8.713 73.732 8.684 73.754 8.66 C 73.776 8.635 73.803 8.615 73.832 8.602 C 73.862 8.588 73.894 8.58 73.927 8.579 L 74.625 8.579 C 74.691 8.583 74.753 8.612 74.799 8.661 C 74.844 8.71 74.869 8.775 74.869 8.842 L 74.869 13.217 C 74.871 13.286 74.848 13.352 74.805 13.405 C 74.763 13.457 74.702 13.493 74.636 13.504 Z\" fill=\"rgb(168,171,179)\"></path><path d=\"M 79.68 7.356 C 79.079 7.332 78.478 7.376 77.886 7.487 L 77.886 13.349 C 77.89 13.412 77.869 13.475 77.828 13.523 C 77.787 13.571 77.729 13.602 77.666 13.609 L 76.995 13.609 C 76.93 13.605 76.869 13.576 76.825 13.527 C 76.782 13.479 76.759 13.415 76.762 13.349 L 76.762 7.019 C 76.766 6.953 76.789 6.89 76.828 6.838 C 76.868 6.787 76.922 6.748 76.984 6.728 C 77.719 6.401 78.611 6.363 79.68 6.363 C 79.85 6.363 79.953 6.377 79.953 6.559 L 79.953 7.156 C 79.953 7.292 79.927 7.356 79.68 7.356 Z\" fill=\"rgb(168,171,179)\"></path><path d=\"M 83.963 13.699 C 82.066 13.699 81.102 12.436 81.102 10.521 L 81.102 9.53 C 81.102 7.616 82.07 6.354 83.963 6.354 C 85.856 6.354 86.824 7.616 86.824 9.53 L 86.824 10.521 C 86.824 12.436 85.849 13.699 83.963 13.699 Z M 85.706 9.53 C 85.706 8.198 85.176 7.356 83.963 7.356 C 82.75 7.356 82.233 8.191 82.233 9.53 L 82.233 10.521 C 82.233 11.854 82.75 12.698 83.963 12.698 C 85.176 12.698 85.706 11.863 85.706 10.521 Z\" fill=\"rgb(168,171,179)\"></path><path d=\"M 91.129 13.699 L 91.006 13.699 C 90.126 13.699 88.347 13.204 88.347 10.638 L 88.347 6.705 C 88.344 6.672 88.349 6.638 88.359 6.607 C 88.37 6.575 88.387 6.546 88.409 6.522 C 88.432 6.498 88.459 6.478 88.489 6.465 C 88.519 6.452 88.552 6.445 88.585 6.445 L 89.256 6.445 C 89.289 6.445 89.321 6.453 89.35 6.466 C 89.38 6.48 89.407 6.499 89.429 6.524 C 89.451 6.548 89.467 6.577 89.478 6.608 C 89.488 6.639 89.492 6.672 89.49 6.705 L 89.49 10.638 C 89.49 12.193 90.15 12.697 91.013 12.697 L 91.129 12.697 C 91.992 12.697 92.652 12.202 92.652 10.638 L 92.652 6.705 C 92.649 6.672 92.653 6.639 92.664 6.608 C 92.674 6.577 92.69 6.549 92.712 6.524 C 92.734 6.5 92.76 6.48 92.79 6.467 C 92.819 6.453 92.851 6.446 92.883 6.445 L 93.555 6.445 C 93.587 6.445 93.619 6.453 93.649 6.466 C 93.678 6.48 93.705 6.499 93.727 6.524 C 93.749 6.548 93.766 6.577 93.776 6.608 C 93.787 6.639 93.791 6.672 93.788 6.705 L 93.788 10.638 C 93.788 13.204 92.005 13.699 91.129 13.699 Z\" fill=\"rgb(168,171,179)\"></path><path d=\"M 98.187 13.699 C 97.681 13.692 97.176 13.645 96.677 13.557 L 96.677 15.914 C 96.677 15.946 96.671 15.978 96.659 16.008 C 96.647 16.038 96.629 16.065 96.606 16.088 C 96.583 16.111 96.556 16.129 96.527 16.142 C 96.497 16.154 96.465 16.16 96.433 16.16 L 95.773 16.16 C 95.742 16.16 95.71 16.153 95.681 16.141 C 95.653 16.128 95.626 16.11 95.605 16.087 C 95.583 16.064 95.566 16.037 95.555 16.007 C 95.544 15.977 95.538 15.945 95.54 15.914 L 95.54 6.949 C 95.54 6.78 95.579 6.703 95.81 6.651 C 96.588 6.461 97.385 6.361 98.185 6.352 C 100.109 6.352 101 7.613 101 9.568 L 101 10.503 C 101.002 12.553 100.071 13.699 98.187 13.699 Z M 99.864 9.57 C 99.864 8.202 99.466 7.318 98.187 7.318 C 97.681 7.321 97.177 7.364 96.678 7.447 L 96.678 12.604 C 97.177 12.687 97.681 12.731 98.187 12.735 C 99.453 12.735 99.864 11.902 99.864 10.514 Z\" fill=\"rgb(168,171,179)\"></path><path d=\"M 52.171 13.593 C 51.59 13.684 49.97 13.8 49.409 13.8 C 46.918 13.8 45.227 13.169 45.227 10.011 L 45.227 4.253 C 45.228 4.22 45.235 4.187 45.249 4.156 C 45.262 4.126 45.281 4.098 45.305 4.075 C 45.329 4.052 45.357 4.034 45.388 4.023 C 45.419 4.011 45.452 4.005 45.485 4.007 L 47.589 4.007 C 47.622 4.005 47.655 4.01 47.686 4.022 C 47.717 4.034 47.746 4.052 47.77 4.075 C 47.794 4.098 47.813 4.125 47.826 4.156 C 47.839 4.187 47.846 4.22 47.847 4.253 L 47.847 10.011 C 47.847 11.183 48.234 11.565 49.152 11.565 C 49.566 11.564 49.98 11.537 50.391 11.485 L 50.391 4.253 C 50.391 4.22 50.398 4.187 50.411 4.156 C 50.424 4.125 50.444 4.098 50.468 4.075 C 50.492 4.052 50.52 4.034 50.551 4.022 C 50.582 4.01 50.615 4.005 50.648 4.007 L 52.739 4.007 C 52.807 4.004 52.874 4.028 52.925 4.074 C 52.975 4.12 53.006 4.184 53.01 4.253 L 53.01 12.589 C 53.01 13.318 52.79 13.502 52.171 13.593 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 57.062 13.684 L 54.944 13.684 C 54.877 13.682 54.813 13.654 54.765 13.605 C 54.718 13.556 54.691 13.49 54.691 13.422 L 54.691 4.253 C 54.692 4.22 54.699 4.187 54.712 4.157 C 54.725 4.127 54.744 4.099 54.767 4.076 C 54.791 4.054 54.819 4.036 54.849 4.024 C 54.879 4.011 54.912 4.006 54.944 4.006 L 57.062 4.006 C 57.095 4.005 57.128 4.01 57.159 4.022 C 57.19 4.033 57.218 4.051 57.242 4.074 C 57.266 4.097 57.286 4.125 57.299 4.156 C 57.312 4.186 57.319 4.219 57.319 4.253 L 57.319 13.422 C 57.319 13.456 57.313 13.49 57.3 13.522 C 57.287 13.554 57.269 13.582 57.245 13.607 C 57.221 13.631 57.192 13.65 57.161 13.664 C 57.129 13.677 57.096 13.684 57.062 13.684 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 64.547 13.566 C 63.96 13.735 63.35 13.813 62.74 13.799 C 60.365 13.799 58.765 12.498 58.765 9.514 L 58.765 8.182 C 58.765 5.19 60.365 3.888 62.74 3.888 C 63.35 3.875 63.959 3.954 64.547 4.121 C 64.754 4.188 64.831 4.226 64.831 4.408 L 64.831 6.076 C 64.831 6.245 64.754 6.323 64.611 6.323 L 64.571 6.323 C 63.971 6.252 63.368 6.213 62.764 6.207 C 62.066 6.207 61.444 6.518 61.444 8.173 L 61.444 9.506 C 61.444 11.147 62.064 11.473 62.764 11.473 C 63.368 11.467 63.971 11.427 64.571 11.356 L 64.595 11.356 C 64.749 11.356 64.815 11.434 64.815 11.602 L 64.815 13.279 C 64.831 13.448 64.754 13.501 64.547 13.566 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:10815036405,withExternalLayout:true})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x75let\",\"data-framer-name\":\"Contact methods\",layoutDependency:layoutDependency,layoutId:\"n1f5QHgbE\",transformTemplate:transformTemplate2,...addPropertyOverrides({hJ79wmn31:{transformTemplate:undefined},rw9yoRhM4:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zwmx1e\",\"data-framer-name\":\"Contact detail\",layoutDependency:layoutDependency,layoutId:\"UWH_JDp_C\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-dtyhir\",\"data-framer-name\":\"phone\",layoutDependency:layoutDependency,layoutId:\"TSEmV57SC\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1uprxps\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:17,intrinsicWidth:17,layoutDependency:layoutDependency,layoutId:\"qQGfnLCYP\",svg:'<svg width=\"17\" height=\"17\" viewBox=\"-1 -1 17 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.16667 0.333496H5.5L7.16667 4.50016L5.08333 5.75016C5.9758 7.55977 7.44039 9.02436 9.25 9.91683L10.5 7.8335L14.6667 9.50016V12.8335C14.6667 13.2755 14.4911 13.6994 14.1785 14.012C13.866 14.3246 13.442 14.5002 13 14.5002C9.74939 14.3026 6.68346 12.9222 4.38069 10.6195C2.07792 8.3167 0.697541 5.25078 0.5 2.00016C0.5 1.55814 0.675595 1.13421 0.988155 0.821651C1.30072 0.509091 1.72464 0.333496 2.16667 0.333496Z\" stroke=\"#F58218\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBDWSBSZWd1bGFy\",\"--framer-font-family\":'\"Averta CY Regular\", \"Averta CY Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(234, 232, 230))\"},children:/*#__PURE__*/_jsx(Link,{href:\"tel:+998712007007\",nodeId:\"YRce4bADA\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-t7q87p\",\"data-styles-preset\":\"gxK7odgCx\",children:\"+998 95 122 11 11\"})})})}),className:\"framer-37inqp\",\"data-framer-name\":\"+998 71 200 7007\",fonts:[\"CUSTOM;Averta CY Regular\"],layoutDependency:layoutDependency,layoutId:\"YRce4bADA\",style:{\"--extracted-r6o4lv\":\"rgb(234, 232, 230)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tx6pg9\",\"data-framer-name\":\"Contact detail\",layoutDependency:layoutDependency,layoutId:\"m9x3NrjWh\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-14xoghi\",\"data-framer-name\":\"mail\",layoutDependency:layoutDependency,layoutId:\"pVUCKklkL\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-pvgrh2\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:14,intrinsicWidth:18,layoutDependency:layoutDependency,layoutId:\"yv3r8KaDp\",svg:'<svg width=\"18\" height=\"14\" viewBox=\"-1 -1 18 14\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.5 1.83317C0.5 1.39114 0.675595 0.96722 0.988155 0.654659C1.30072 0.342099 1.72464 0.166504 2.16667 0.166504H13.8333C14.2754 0.166504 14.6993 0.342099 15.0118 0.654659C15.3244 0.96722 15.5 1.39114 15.5 1.83317M0.5 1.83317V10.1665C0.5 10.6085 0.675595 11.0325 0.988155 11.345C1.30072 11.6576 1.72464 11.8332 2.16667 11.8332H13.8333C14.2754 11.8332 14.6993 11.6576 15.0118 11.345C15.3244 11.0325 15.5 10.6085 15.5 10.1665V1.83317M0.5 1.83317L8 6.83317L15.5 1.83317\" stroke=\"#F58218\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBDWSBSZWd1bGFy\",\"--framer-font-family\":'\"Averta CY Regular\", \"Averta CY Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(234, 232, 230))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:expozirafest@gmail.com\",nodeId:\"CrOE_wVm8\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-t7q87p\",\"data-styles-preset\":\"gxK7odgCx\",children:\"expozirafest@gmail.com\"})})})}),className:\"framer-1vndyj1\",\"data-framer-name\":\"info@uic.group\",fonts:[\"CUSTOM;Averta CY Regular\"],layoutDependency:layoutDependency,layoutId:\"CrOE_wVm8\",style:{\"--extracted-r6o4lv\":\"rgb(234, 232, 230)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e3voy8\",\"data-framer-name\":\"Contact detail\",layoutDependency:layoutDependency,layoutId:\"P07TIWktg\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-154pdef\",\"data-framer-name\":\"fi_535239\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"iZKY4ry4K\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M13.3389 13.2143C15.4671 9.87469 15.1996 10.2913 15.2609 10.2043C16.0358 9.11137 16.4453 7.82508 16.4453 6.48438C16.4453 2.92891 13.5601 0 10 0C6.45148 0 3.55469 2.92313 3.55469 6.48438C3.55469 7.82422 3.97281 9.14418 4.77305 10.2518L6.66102 13.2143C4.64246 13.5245 1.21094 14.4489 1.21094 16.4844C1.21094 17.2264 1.69523 18.2838 4.00242 19.1078C5.61344 19.6831 7.7434 20 10 20C14.2197 20 18.7891 18.8097 18.7891 16.4844C18.7891 14.4486 15.3616 13.5251 13.3389 13.2143ZM5.75191 9.60723C5.74547 9.59715 5.73875 9.5873 5.73172 9.57762C5.06582 8.66152 4.72656 7.57582 4.72656 6.48438C4.72656 3.55398 7.08617 1.17188 10 1.17188C12.9078 1.17188 15.2734 3.55504 15.2734 6.48438C15.2734 7.57758 14.9406 8.62645 14.3107 9.5184C14.2543 9.59285 14.5487 9.13535 10 16.273L5.75191 9.60723ZM10 18.8281C5.39086 18.8281 2.38281 17.4733 2.38281 16.4844C2.38281 15.8197 3.92844 14.7268 7.35344 14.3007L9.50586 17.6782C9.61344 17.847 9.79977 17.9492 9.99996 17.9492C10.2002 17.9492 10.3865 17.847 10.4941 17.6782L12.6464 14.3007C16.0715 14.7268 17.6172 15.8197 17.6172 16.4844C17.6172 17.4649 14.6362 18.8281 10 18.8281Z\" fill=\"#F58218\"/>\\n<path d=\"M10 3.55469C8.38457 3.55469 7.07031 4.86895 7.07031 6.48438C7.07031 8.0998 8.38457 9.41406 10 9.41406C11.6154 9.41406 12.9297 8.0998 12.9297 6.48438C12.9297 4.86895 11.6154 3.55469 10 3.55469ZM10 8.24219C9.03074 8.24219 8.24219 7.45363 8.24219 6.48438C8.24219 5.51512 9.03074 4.72656 10 4.72656C10.9693 4.72656 11.7578 5.51512 11.7578 6.48438C11.7578 7.45363 10.9693 8.24219 10 8.24219Z\" fill=\"#F58218\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBDWSBSZWd1bGFy\",\"--framer-font-family\":'\"Averta CY Regular\", \"Averta CY Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://yandex.uz/maps/10335/tashkent/?ll=69.285790%2C41.342005&mode=whatshere&whatshere%5Bpoint%5D=69.285306%2C41.342002&whatshere%5Bzoom%5D=17&z=19.6\",nodeId:\"WGZ5GZ3cE\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-t7q87p\",\"data-styles-preset\":\"gxK7odgCx\",children:\"\u0422\u0430\u0448\u043A\u0435\u043D\u0442, \u043F\u0440\u043E\u0441\u043F\u0435\u043A\u0442 \u0410\u043C\u0438\u0440\u0430 \u0422\u0435\u043C\u0443\u0440\u0430, 107\"})})})}),className:\"framer-1k4hy0w\",\"data-framer-name\":\"Tashkent, Mirzo-Ulug\u2019bek, Olmachi 1/6\",fonts:[\"CUSTOM;Averta CY Regular\"],layoutDependency:layoutDependency,layoutId:\"WGZ5GZ3cE\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ilpl8h\",\"data-framer-name\":\"Copy right & contact methods\",layoutDependency:layoutDependency,layoutId:\"mYTkF58t7\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zxwzn7\",\"data-framer-name\":\"Copyright\",layoutDependency:layoutDependency,layoutId:\"qNxtBhrnG\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBDWSBSZWd1bGFy\",\"--framer-font-family\":'\"Averta CY Regular\", \"Averta CY Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"ZiraFest\"})}),className:\"framer-ibr7ui\",\"data-framer-name\":\"ZiraFest\",fonts:[\"CUSTOM;Averta CY Regular\"],layoutDependency:layoutDependency,layoutId:\"vFkqlyHEj\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBDWSBSZWd1bGFy\",\"--framer-font-family\":'\"Averta CY Regular\", \"Averta CY Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"16px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"\\xa9 2025. All right reserved\"})}),className:\"framer-1g2h1hx\",\"data-framer-name\":\"\\xa9 2023. All right reserved\",fonts:[\"CUSTOM;Averta CY Regular\"],layoutDependency:layoutDependency,layoutId:\"lamG6FjF_\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wbs6go\",layoutDependency:layoutDependency,layoutId:\"TFL0Ocu3Y\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cil79n\",layoutDependency:layoutDependency,layoutId:\"syjhTeppA\",whileHover:animation,children:/*#__PURE__*/_jsx(Link,{href:\"https://uic.group/\",nodeId:\"HSzQhkLxA\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-uwkkiu framer-17wnfhd\",\"data-framer-name\":\"Group 2087326017\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"HSzQhkLxA\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 101 20\"><path d=\"M 12.354 4.79 C 7.286 3.571 3.744 6.468 1.566 3.21 C 1.559 3.197 1.553 3.191 1.546 3.178 C 1.488 3.086 1.566 2.955 1.67 2.981 C 6.158 4.056 6.888 3.387 8.773 3.617 C 10.514 3.827 12.354 4.79 12.354 4.79 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 13.248 5.61 C 8.786 4.947 5.623 8.297 3.236 5.721 C 3.229 5.714 3.223 5.701 3.21 5.695 C 3.144 5.623 3.19 5.492 3.288 5.498 C 7.364 5.8 8.323 5.079 9.999 5.006 C 11.565 4.941 13.248 5.61 13.248 5.61 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 14.076 6.664 C 10.182 6.133 8.512 9.647 5.355 7.497 C 5.349 7.49 5.342 7.484 5.329 7.471 C 5.264 7.412 5.284 7.241 5.375 7.241 C 8.825 7.248 9.725 6.441 11.18 6.264 C 13.149 6.028 14.076 6.664 14.076 6.664 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 15.83 7.825 C 13.795 8.041 14.115 9.68 11.884 9.313 C 11.591 9.267 11.656 9.057 11.786 9.018 C 13.658 8.48 13.658 8.12 14.33 7.851 C 14.969 7.608 15.83 7.825 15.83 7.825 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 14.911 7.32 C 11.975 7.379 11.225 9.496 8.753 8.808 C 8.375 8.703 8.506 8.415 8.708 8.389 C 11.539 7.936 11.675 7.517 12.726 7.268 C 13.71 7.032 14.911 7.32 14.911 7.32 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 13.234 4.783 C 13.215 4.816 13.169 4.823 13.136 4.809 C 12.53 4.462 11.962 4.056 11.31 3.61 C 10.697 3.197 9.38 2.633 6.64 2.764 C 5.336 2.83 3.353 3.099 1.305 1.689 C 0.809 1.355 0.307 0.785 0.046 0.254 C 0.02 0.208 0.007 0.149 0 0.09 C -0.006 0.031 0.059 -0.015 0.118 0.005 C 5.186 2.05 6.634 1.25 9.823 1.991 C 11.134 2.299 12.758 4.213 13.228 4.691 C 13.254 4.711 13.254 4.75 13.234 4.783 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 17.644 15.992 C 17.585 16.176 17.598 16.392 17.481 16.549 C 17.337 16.759 16.985 16.779 16.815 16.589 C 16.704 16.49 16.704 16.333 16.665 16.209 C 16.411 15.088 16.163 13.967 15.915 12.839 C 15.889 12.761 15.915 12.708 15.993 12.675 C 16.117 12.643 16.13 12.78 16.169 12.859 C 16.45 13.626 16.711 14.399 16.998 15.166 C 17.089 15.428 17.396 15.343 17.598 15.409 C 17.813 15.546 17.683 15.802 17.644 15.992 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 17.976 12.898 C 18.002 12.97 17.963 13.056 17.884 13.069 C 17.839 13.075 17.8 13.069 17.787 13.003 C 17.598 12.623 17.434 12.223 17.239 11.843 C 16.985 11.627 16.717 11.404 16.561 11.096 C 16.28 10.598 16.306 9.949 16.619 9.47 C 16.645 9.437 16.665 9.398 16.691 9.365 C 16.737 9.3 16.834 9.313 16.86 9.391 C 16.88 9.45 16.893 9.509 16.919 9.562 C 17.271 10.67 17.611 11.791 17.976 12.898 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 18.029 7.621 C 18.016 7.916 17.905 8.192 17.833 8.473 C 17.826 8.493 17.82 8.506 17.8 8.513 C 17.755 8.532 17.709 8.5 17.709 8.454 C 17.716 8.067 17.853 7.687 17.755 7.307 C 17.611 6.789 17.259 6.337 17.233 5.786 C 17.219 5.498 17.291 5.216 17.35 4.934 C 17.141 4.495 17.043 3.99 17.154 3.511 C 17.174 3.452 17.18 3.452 17.213 3.498 C 17.415 3.793 17.683 4.088 17.683 4.475 C 17.657 5.026 17.357 5.576 17.559 6.127 C 17.722 6.618 18.075 7.077 18.029 7.621 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 19.75 5.72 C 19.737 6.441 19.111 7.018 19.183 7.752 C 19.183 8.034 19.254 8.323 19.222 8.605 C 19.176 8.854 18.896 8.893 18.694 8.952 C 18.576 9.004 18.446 8.867 18.478 8.749 C 18.478 7.897 18.478 7.038 18.478 6.186 C 18.491 5.832 18.576 5.458 18.817 5.189 C 18.968 5.012 19.124 4.835 19.287 4.658 C 19.32 4.619 19.339 4.573 19.333 4.527 C 19.32 4.37 19.287 4.232 19.359 4.049 C 19.47 3.819 19.613 3.682 19.763 3.531 C 19.789 3.505 19.828 3.518 19.835 3.551 C 19.939 4.016 19.835 4.521 19.62 4.94 C 19.672 5.189 19.75 5.452 19.75 5.72 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 27.988 3.085 C 27.101 3.335 26.69 3.636 26.338 3.918 C 26.338 3.918 27.14 3.636 28.294 3.512 C 31.569 3.151 31.758 4.377 35.423 2.954 C 35.547 2.935 35.58 3.033 35.547 3.085 C 35.058 3.938 34.517 4.882 32.469 4.967 C 30.238 5.059 29.077 4.16 26.983 4.429 C 25.646 4.6 24.955 5.019 24.57 5.275 C 29.136 4.396 28.758 6.415 33.232 5.34 C 33.284 5.327 33.343 5.314 33.395 5.321 C 33.512 5.334 33.558 5.478 33.486 5.557 C 33.454 5.596 33.408 5.635 33.375 5.675 C 32.788 6.31 32.169 7.005 30.081 6.848 C 27.629 6.664 27.473 5.137 22.79 6.304 C 27.329 6.284 27.251 7.779 30.669 7.333 C 30.786 7.32 30.858 7.464 30.766 7.543 C 30.714 7.589 30.655 7.628 30.61 7.667 C 30.095 8.074 29.344 8.572 27.936 8.284 C 25.001 7.667 25.372 6.448 21.596 7.117 C 24.538 7.195 24.335 8.343 27.355 8.624 C 27.355 8.624 27.355 8.624 27.362 8.624 C 27.525 8.644 27.57 8.86 27.433 8.952 C 27.329 9.024 27.212 9.077 27.101 9.123 C 24.896 9.981 23.872 7.202 21.166 7.825 C 23.103 7.995 22.946 8.651 24.694 9.129 C 24.883 9.182 24.864 9.437 24.655 9.457 C 22.581 9.667 22.764 8.264 21.492 8.211 C 21.152 8.198 20.839 8.382 20.67 8.683 C 20.168 9.562 20.37 10.394 20.337 10.847 C 20.454 11.319 20.631 11.777 20.637 12.275 C 20.644 12.623 20.611 12.983 20.5 13.318 C 20.291 14.012 20.083 14.707 19.868 15.409 C 19.822 15.553 19.828 15.71 19.881 15.848 C 19.959 16.058 20.037 16.261 20.07 16.484 C 20.148 16.857 20.096 17.244 19.965 17.605 C 19.692 18.28 19.418 18.955 19.144 19.637 C 19.091 19.761 19.052 19.892 18.961 19.997 C 18.824 20.023 18.837 19.846 18.85 19.761 C 19.118 17.238 19.372 14.714 19.633 12.19 L 19.842 11.587 C 19.431 11.941 19.248 12.433 18.98 12.872 C 18.948 12.977 18.791 12.996 18.759 12.879 C 18.785 12.439 18.843 12 18.857 11.561 C 18.896 11.115 18.889 10.663 19.039 10.237 C 19.209 9.804 19.535 9.457 19.789 9.083 C 20.207 8.546 20.52 7.936 20.735 7.294 C 20.866 6.9 21.14 6.553 21.492 6.337 C 22.711 5.563 23.422 4.895 24.577 4.016 C 25.64 3.21 26.462 2.581 26.931 2.391 C 29.077 1.506 33.388 2.456 37.08 0.044 C 37.171 -0.008 37.289 0.096 37.217 0.247 C 36.871 1.126 36.46 1.689 35.482 2.174 C 32.664 3.571 29.429 2.679 27.988 3.085 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 19.431 4.6 C 19.431 4.6 19.189 4.174 18.602 4.121 C 18.159 4.082 17.957 4.233 17.957 4.233 C 17.957 4.233 18.491 4.075 18.909 4.449 C 19.326 4.823 19.098 5.144 19.098 5.144 C 19.098 5.144 19.555 4.875 19.431 4.6 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 19.405 4.54 C 19.405 4.54 19.099 4.213 18.472 4.187 C 18.472 4.187 18.844 4.278 18.89 4.481 C 18.968 4.868 18.628 5.386 18.563 5.635 C 18.511 5.858 19.405 4.54 19.405 4.54 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 74.636 13.504 C 73.787 13.645 72.927 13.71 72.067 13.699 C 70.454 13.699 68.724 12.631 68.724 9.648 L 68.724 7.902 C 68.724 4.739 70.537 3.839 72.182 3.839 C 73.003 3.832 73.824 3.893 74.636 4.022 C 74.75 4.035 74.856 4.086 74.856 4.217 L 74.856 4.868 C 74.856 4.959 74.805 4.999 74.688 4.999 L 74.638 4.999 C 73.876 4.935 73.282 4.908 72.184 4.908 C 70.984 4.908 69.899 5.559 69.899 7.902 L 69.899 9.648 C 69.899 11.798 70.868 12.644 72.069 12.644 C 72.855 12.644 73.39 12.593 73.694 12.566 L 73.694 8.842 C 73.691 8.809 73.695 8.776 73.705 8.744 C 73.716 8.713 73.732 8.684 73.754 8.66 C 73.776 8.635 73.803 8.615 73.832 8.602 C 73.862 8.588 73.894 8.58 73.927 8.579 L 74.625 8.579 C 74.691 8.583 74.753 8.612 74.799 8.661 C 74.844 8.71 74.869 8.775 74.869 8.842 L 74.869 13.217 C 74.871 13.286 74.848 13.352 74.805 13.405 C 74.763 13.457 74.702 13.493 74.636 13.504 Z\" fill=\"rgb(168,171,179)\"></path><path d=\"M 79.68 7.356 C 79.079 7.332 78.478 7.376 77.886 7.487 L 77.886 13.349 C 77.89 13.412 77.869 13.475 77.828 13.523 C 77.787 13.571 77.729 13.602 77.666 13.609 L 76.995 13.609 C 76.93 13.605 76.869 13.576 76.825 13.527 C 76.782 13.479 76.759 13.415 76.762 13.349 L 76.762 7.019 C 76.766 6.953 76.789 6.89 76.828 6.838 C 76.868 6.787 76.922 6.748 76.984 6.728 C 77.719 6.401 78.611 6.363 79.68 6.363 C 79.85 6.363 79.953 6.377 79.953 6.559 L 79.953 7.156 C 79.953 7.292 79.927 7.356 79.68 7.356 Z\" fill=\"rgb(168,171,179)\"></path><path d=\"M 83.963 13.699 C 82.066 13.699 81.102 12.436 81.102 10.521 L 81.102 9.53 C 81.102 7.616 82.07 6.354 83.963 6.354 C 85.856 6.354 86.824 7.616 86.824 9.53 L 86.824 10.521 C 86.824 12.436 85.849 13.699 83.963 13.699 Z M 85.706 9.53 C 85.706 8.198 85.176 7.356 83.963 7.356 C 82.75 7.356 82.233 8.191 82.233 9.53 L 82.233 10.521 C 82.233 11.854 82.75 12.698 83.963 12.698 C 85.176 12.698 85.706 11.863 85.706 10.521 Z\" fill=\"rgb(168,171,179)\"></path><path d=\"M 91.129 13.699 L 91.006 13.699 C 90.126 13.699 88.347 13.204 88.347 10.638 L 88.347 6.705 C 88.344 6.672 88.349 6.638 88.359 6.607 C 88.37 6.575 88.387 6.546 88.409 6.522 C 88.432 6.498 88.459 6.478 88.489 6.465 C 88.519 6.452 88.552 6.445 88.585 6.445 L 89.256 6.445 C 89.289 6.445 89.321 6.453 89.35 6.466 C 89.38 6.48 89.407 6.499 89.429 6.524 C 89.451 6.548 89.467 6.577 89.478 6.608 C 89.488 6.639 89.492 6.672 89.49 6.705 L 89.49 10.638 C 89.49 12.193 90.15 12.697 91.013 12.697 L 91.129 12.697 C 91.992 12.697 92.652 12.202 92.652 10.638 L 92.652 6.705 C 92.649 6.672 92.653 6.639 92.664 6.608 C 92.674 6.577 92.69 6.549 92.712 6.524 C 92.734 6.5 92.76 6.48 92.79 6.467 C 92.819 6.453 92.851 6.446 92.883 6.445 L 93.555 6.445 C 93.587 6.445 93.619 6.453 93.649 6.466 C 93.678 6.48 93.705 6.499 93.727 6.524 C 93.749 6.548 93.766 6.577 93.776 6.608 C 93.787 6.639 93.791 6.672 93.788 6.705 L 93.788 10.638 C 93.788 13.204 92.005 13.699 91.129 13.699 Z\" fill=\"rgb(168,171,179)\"></path><path d=\"M 98.187 13.699 C 97.681 13.692 97.176 13.645 96.677 13.557 L 96.677 15.914 C 96.677 15.946 96.671 15.978 96.659 16.008 C 96.647 16.038 96.629 16.065 96.606 16.088 C 96.583 16.111 96.556 16.129 96.527 16.142 C 96.497 16.154 96.465 16.16 96.433 16.16 L 95.773 16.16 C 95.742 16.16 95.71 16.153 95.681 16.141 C 95.653 16.128 95.626 16.11 95.605 16.087 C 95.583 16.064 95.566 16.037 95.555 16.007 C 95.544 15.977 95.538 15.945 95.54 15.914 L 95.54 6.949 C 95.54 6.78 95.579 6.703 95.81 6.651 C 96.588 6.461 97.385 6.361 98.185 6.352 C 100.109 6.352 101 7.613 101 9.568 L 101 10.503 C 101.002 12.553 100.071 13.699 98.187 13.699 Z M 99.864 9.57 C 99.864 8.202 99.466 7.318 98.187 7.318 C 97.681 7.321 97.177 7.364 96.678 7.447 L 96.678 12.604 C 97.177 12.687 97.681 12.731 98.187 12.735 C 99.453 12.735 99.864 11.902 99.864 10.514 Z\" fill=\"rgb(168,171,179)\"></path><path d=\"M 52.171 13.593 C 51.59 13.684 49.97 13.8 49.409 13.8 C 46.918 13.8 45.227 13.169 45.227 10.011 L 45.227 4.253 C 45.228 4.22 45.235 4.187 45.249 4.156 C 45.262 4.126 45.281 4.098 45.305 4.075 C 45.329 4.052 45.357 4.034 45.388 4.023 C 45.419 4.011 45.452 4.005 45.485 4.007 L 47.589 4.007 C 47.622 4.005 47.655 4.01 47.686 4.022 C 47.717 4.034 47.746 4.052 47.77 4.075 C 47.794 4.098 47.813 4.125 47.826 4.156 C 47.839 4.187 47.846 4.22 47.847 4.253 L 47.847 10.011 C 47.847 11.183 48.234 11.565 49.152 11.565 C 49.566 11.564 49.98 11.537 50.391 11.485 L 50.391 4.253 C 50.391 4.22 50.398 4.187 50.411 4.156 C 50.424 4.125 50.444 4.098 50.468 4.075 C 50.492 4.052 50.52 4.034 50.551 4.022 C 50.582 4.01 50.615 4.005 50.648 4.007 L 52.739 4.007 C 52.807 4.004 52.874 4.028 52.925 4.074 C 52.975 4.12 53.006 4.184 53.01 4.253 L 53.01 12.589 C 53.01 13.318 52.79 13.502 52.171 13.593 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 57.062 13.684 L 54.944 13.684 C 54.877 13.682 54.813 13.654 54.765 13.605 C 54.718 13.556 54.691 13.49 54.691 13.422 L 54.691 4.253 C 54.692 4.22 54.699 4.187 54.712 4.157 C 54.725 4.127 54.744 4.099 54.767 4.076 C 54.791 4.054 54.819 4.036 54.849 4.024 C 54.879 4.011 54.912 4.006 54.944 4.006 L 57.062 4.006 C 57.095 4.005 57.128 4.01 57.159 4.022 C 57.19 4.033 57.218 4.051 57.242 4.074 C 57.266 4.097 57.286 4.125 57.299 4.156 C 57.312 4.186 57.319 4.219 57.319 4.253 L 57.319 13.422 C 57.319 13.456 57.313 13.49 57.3 13.522 C 57.287 13.554 57.269 13.582 57.245 13.607 C 57.221 13.631 57.192 13.65 57.161 13.664 C 57.129 13.677 57.096 13.684 57.062 13.684 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 64.547 13.566 C 63.96 13.735 63.35 13.813 62.74 13.799 C 60.365 13.799 58.765 12.498 58.765 9.514 L 58.765 8.182 C 58.765 5.19 60.365 3.888 62.74 3.888 C 63.35 3.875 63.959 3.954 64.547 4.121 C 64.754 4.188 64.831 4.226 64.831 4.408 L 64.831 6.076 C 64.831 6.245 64.754 6.323 64.611 6.323 L 64.571 6.323 C 63.971 6.252 63.368 6.213 62.764 6.207 C 62.066 6.207 61.444 6.518 61.444 8.173 L 61.444 9.506 C 61.444 11.147 62.064 11.473 62.764 11.473 C 63.368 11.467 63.971 11.427 64.571 11.356 L 64.595 11.356 C 64.749 11.356 64.815 11.434 64.815 11.602 L 64.815 13.279 C 64.831 13.448 64.754 13.501 64.547 13.566 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:10815036405,withExternalLayout:true})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cxhere\",layoutDependency:layoutDependency,layoutId:\"IorvqW1Yq\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://t.me/ZiraFest\",nodeId:\"xpBAWZEP7\",openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1r8z0s4 framer-17wnfhd\",\"data-framer-name\":\"Telegram\",layoutDependency:layoutDependency,layoutId:\"xpBAWZEP7\",style:{background:\"linear-gradient(48.95519256172621deg, rgba(33, 113, 181, 1) 0%, rgba(109, 188, 246, 1) 100%)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},whileHover:animation1,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-o8ws6p\",\"data-framer-name\":\"Illustration\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:132,intrinsicWidth:104,layoutDependency:layoutDependency,layoutId:\"YG_tLKNCD\",svg:'<svg width=\"104\" height=\"132\" viewBox=\"0 0 104 132\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M67.5135 24.8073L68.8744 37.2308C68.9861 38.1048 69.9237 38.6281 70.7 38.2015L84.0083 31.2016C84.0083 31.2016 72.9226 23.9753 72.8701 24.2261C72.849 24.4835 67.5135 24.8073 67.5135 24.8073Z\" fill=\"#B5D1DB\"/>\\n<path d=\"M102.157 8.72341C94.111 10.1164 68.1468 14.8949 58.307 16.7307C57.0108 16.9832 56.7195 18.6891 57.8569 19.3523L67.5134 24.8073L68.8809 37.1995C68.9393 37.7025 69.2565 38.0633 69.6757 38.2491C70.0074 38.3839 72.5137 29.0595 72.5137 29.0595C72.5137 29.0595 81.7066 39.3909 86.048 44.2906C87.1366 45.4998 89.0742 45.1525 89.7089 43.682C92.9036 36.0721 100.896 17.0977 103.598 10.5953C104.009 9.56875 103.176 8.54391 102.157 8.72341Z\" fill=\"white\"/>\\n<path d=\"M69.6757 38.2494C70.0074 38.3842 72.5137 29.0598 72.5137 29.0598L93.8896 16.0253C94.0412 15.9262 93.9238 15.7053 93.7788 15.7731L67.5382 24.8455L68.9057 37.2377C68.9393 37.7028 69.2565 38.0636 69.6757 38.2494Z\" fill=\"#D6E2EA\"/>\\n<path d=\"M65.3962 38.9994C51.7646 49.571 39.6443 71.4924 47.6763 89.4179C50.9137 96.6488 57.2409 102.179 65.4309 102.973C75.7515 104 78.3573 93.7985 70.6702 87.1555C58.0559 76.2917 35.2419 78.6428 23.4216 87.5897C16.5894 92.7459 12.7901 100.967 15.5721 109.63\" stroke=\"white\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-dasharray=\"5 5\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10m6lx\",\"data-framer-name\":\"Title & subtitle\",layoutDependency:layoutDependency,layoutId:\"sywjFRZOD\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBDWSBCb2xk\",\"--framer-font-family\":'\"Averta CY Bold\", \"Averta CY Bold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"\u041C\u044B \u0432      Telegram\"})}),className:\"framer-1wp862j\",\"data-framer-name\":\"\u041C\u044B \u0432 Telegram\",fonts:[\"CUSTOM;Averta CY Bold\"],layoutDependency:layoutDependency,layoutId:\"iIMw3mW9U\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBDWSBSZWd1bGFy\",\"--framer-font-family\":'\"Averta CY Regular\", \"Averta CY Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"\u041F\u043E\u0434\u043F\u0438\u0448\u0438\u0442\u0435\u0441\u044C \u043D\u0430 \u043D\u0430\u0448 \u043A\u0430\u043D\u0430\u043B \u0438 \u0431\u0443\u0434\u044C\u0442\u0435 \u0432 \u043A\u0443\u0440\u0441\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439\"})}),className:\"framer-1vct6jt\",\"data-framer-name\":\"\u041F\u043E\u0434\u043F\u0438\u0448\u0438\u0442\u0435\u0441\u044C \u043D\u0430 \u043D\u0430\u0448 \u043A\u0430\u043D\u0430\u043B \u0438 \u0431\u0443\u0434\u044C\u0442\u0435 \u0432 \u043A\u0443\u0440\u0441\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439\",fonts:[\"CUSTOM;Averta CY Regular\"],layoutDependency:layoutDependency,layoutId:\"v0KvOqBDV\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-q78noj\",\"data-framer-name\":\"Logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"fu9Vk9NG1\",svg:'<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_48_1182)\">\\n<path d=\"M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z\" fill=\"url(#paint0_linear_48_1182)\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.62119 7.91547C5.95334 6.89938 7.5085 6.2295 8.28659 5.90588C10.5083 4.98182 10.9699 4.82129 11.2708 4.81597C11.337 4.81482 11.485 4.83122 11.5808 4.909C11.723 5.02438 11.7238 5.27482 11.708 5.44057C11.5876 6.70557 11.0667 9.77535 10.8017 11.1922C10.6895 11.7917 10.4687 11.9927 10.2549 12.0123C9.79038 12.0551 9.43759 11.7053 8.98763 11.4104C8.28353 10.9488 7.88575 10.6615 7.20228 10.2111C6.41244 9.69063 6.92447 9.40457 7.37459 8.93704C7.49241 8.81469 9.53931 6.95285 9.57894 6.78394C9.58391 6.76282 9.5885 6.68407 9.54172 6.64251C9.49494 6.60094 9.42591 6.61513 9.37609 6.62644C9.30547 6.64247 8.18066 7.38594 6.00166 8.85682C5.68238 9.07607 5.39319 9.18288 5.13409 9.17729C4.84844 9.17113 4.299 9.01579 3.89053 8.88301C3.38953 8.72016 2.99134 8.63404 3.02603 8.35747C3.04409 8.21338 3.24247 8.06607 3.62119 7.91547Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<linearGradient id=\"paint0_linear_48_1182\" x1=\"8\" y1=\"0\" x2=\"8\" y2=\"15.875\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#2AABEE\"/>\\n<stop offset=\"1\" stop-color=\"#229ED9\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_48_1182\">\\n<rect width=\"16\" height=\"16\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-t4rfo5\",\"data-framer-name\":\"Logo & description\",layoutDependency:layoutDependency,layoutId:\"Mxa9QGReN\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"NTgzEBHxu\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",intrinsicHeight:44,intrinsicWidth:164,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||266)*.34962406015037617-61.5)+0+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/HHmTSfbBBd9kOvnylE6wlyMDg.svg\"},className:\"framer-1hvqpvk framer-17wnfhd\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"NTgzEBHxu\",...addPropertyOverrides({hJ79wmn31:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:44,intrinsicWidth:164,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+32+0+0+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/HHmTSfbBBd9kOvnylE6wlyMDg.svg\"}},rw9yoRhM4:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:44,intrinsicWidth:164,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||287)*.3240418118466901-61.5)+0+0+0),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/HHmTSfbBBd9kOvnylE6wlyMDg.svg\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBDWSBSZWd1bGFy\",\"--framer-font-family\":'\"Averta CY Regular\", \"Averta CY Regular Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.7))\"},children:\"\u0412\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u0440\u0435\u0434\u043F\u0440\u0438\u043D\u0438\u043C\u0430\u0442\u0435\u043B\u044F\u043C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0435\u043B\u043E\u0432\u044B\u0435 \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u044F \u0438 \u0440\u0435\u0430\u043B\u0438\u0437\u043E\u0432\u0430\u0442\u044C \u043B\u0443\u0447\u0448\u0438\u0435 \u0431\u0438\u0437\u043D\u0435\u0441-\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u0438 \u043F\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u044C \u0441\u0432\u043E\u044E \u043F\u0440\u043E\u0434\u0443\u043A\u0446\u0438\u044E \u043F\u0440\u043E\u0444\u0435\u0441\u0441\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u043E\u0438\u0306 \u0430\u0443\u0434\u0438\u0442\u043E\u0440\u0438\u0438 \u0438 \u043F\u043E\u0442\u0435\u043D\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C \u0440\u0435\u0441\u0442\u043E\u0440\u0430\u0442\u043E\u0440\u0430\u043C.\"})}),className:\"framer-1nek5f8\",\"data-framer-name\":\"\u0412\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u0440\u0435\u0434\u043F\u0440\u0438\u043D\u0438\u043C\u0430\u0442\u0435\u043B\u044F\u043C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0435\u043B\u043E\u0432\u044B\u0435 \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u044F \u0438 \u0440\u0435\u0430\u043B\u0438\u0437\u043E\u0432\u0430\u0442\u044C \u043B\u0443\u0447\u0448\u0438\u0435 \u0431\u0438\u0437\u043D\u0435\u0441-\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u0438 \u043F\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u044C \u0441\u0432\u043E\u044E \u043F\u0440\u043E\u0434\u0443\u043A\u0446\u0438\u044E \u043F\u0440\u043E\u0444\u0435\u0441\u0441\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u043E\u0438\u0306 \u0430\u0443\u0434\u0438\u0442\u043E\u0440\u0438\u0438 \u0438 \u043F\u043E\u0442\u0435\u043D\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C \u0440\u0435\u0441\u0442\u043E\u0440\u0430\u0442\u043E\u0440\u0430\u043C.\",fonts:[\"CUSTOM;Averta CY Regular\"],layoutDependency:layoutDependency,layoutId:\"Pakuje_oN\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.7)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hJ79wmn31:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBDWSBSZWd1bGFy\",\"--framer-font-family\":'\"Averta CY Regular\", \"Averta CY Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.7))\"},children:\"\u0412\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u0440\u0435\u0434\u043F\u0440\u0438\u043D\u0438\u043C\u0430\u0442\u0435\u043B\u044F\u043C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0435\u043B\u043E\u0432\u044B\u0435 \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u044F \u0438 \u0440\u0435\u0430\u043B\u0438\u0437\u043E\u0432\u0430\u0442\u044C \u043B\u0443\u0447\u0448\u0438\u0435 \u0431\u0438\u0437\u043D\u0435\u0441-\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u0438 \u043F\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u044C \u0441\u0432\u043E\u044E \u043F\u0440\u043E\u0434\u0443\u043A\u0446\u0438\u044E \u043F\u0440\u043E\u0444\u0435\u0441\u0441\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u043E\u0438\u0306 \u0430\u0443\u0434\u0438\u0442\u043E\u0440\u0438\u0438 \u0438 \u043F\u043E\u0442\u0435\u043D\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C \u0440\u0435\u0441\u0442\u043E\u0440\u0430\u0442\u043E\u0440\u0430\u043C.\"})})},rw9yoRhM4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0F2ZXJ0YSBDWSBSZWd1bGFy\",\"--framer-font-family\":'\"Averta CY Regular\", \"Averta CY Regular Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.7))\"},children:\"\u0412\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u044C \u043F\u0440\u0435\u0434\u043F\u0440\u0438\u043D\u0438\u043C\u0430\u0442\u0435\u043B\u044F\u043C \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u0435\u043B\u043E\u0432\u044B\u0435 \u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u044F \u0438 \u0440\u0435\u0430\u043B\u0438\u0437\u043E\u0432\u0430\u0442\u044C \u043B\u0443\u0447\u0448\u0438\u0435 \u0431\u0438\u0437\u043D\u0435\u0441-\u0440\u0435\u0448\u0435\u043D\u0438\u044F \u0438 \u043F\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u0438\u0442\u044C \u0441\u0432\u043E\u044E \u043F\u0440\u043E\u0434\u0443\u043A\u0446\u0438\u044E \u043F\u0440\u043E\u0444\u0435\u0441\u0441\u0438\u043E\u043D\u0430\u043B\u044C\u043D\u043E\u0438\u0306 \u0430\u0443\u0434\u0438\u0442\u043E\u0440\u0438\u0438 \u0438 \u043F\u043E\u0442\u0435\u043D\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u043C \u0440\u0435\u0441\u0442\u043E\u0440\u0430\u0442\u043E\u0440\u0430\u043C.\"})})}},baseVariant,gestureVariant)})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-vCTxW.framer-17wnfhd, .framer-vCTxW .framer-17wnfhd { display: block; }\",\".framer-vCTxW.framer-c25ldq { height: 266px; overflow: hidden; position: relative; width: 1440px; }\",\".framer-vCTxW .framer-18r5586 { flex: none; height: 204px; left: calc(50% - 564px / 2); position: absolute; top: -30px; width: 564px; }\",\".framer-vCTxW .framer-7sq0rf { bottom: 0px; flex: none; height: 60px; left: 0px; overflow: visible; position: absolute; right: 0px; }\",\".framer-vCTxW .framer-9ykul1 { flex: none; height: 24px; left: calc(50.138888888888914% - 1180px / 2); overflow: visible; position: absolute; top: calc(53.33333333333336% - 24px / 2); width: 1180px; }\",\".framer-vCTxW .framer-1h8febf, .framer-vCTxW .framer-zxwzn7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 50%; width: min-content; }\",\".framer-vCTxW .framer-131xyj2, .framer-vCTxW .framer-1bnglhc, .framer-vCTxW .framer-37inqp, .framer-vCTxW .framer-1vndyj1, .framer-vCTxW .framer-1k4hy0w, .framer-vCTxW .framer-ibr7ui, .framer-vCTxW .framer-1g2h1hx { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-vCTxW .framer-zhk5qr { bottom: 0px; flex: none; left: 1054px; overflow: hidden; position: absolute; top: 0px; width: 122px; }\",\".framer-vCTxW .framer-1totxpt, .framer-vCTxW .framer-cil79n { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-vCTxW .framer-o4nd69, .framer-vCTxW .framer-uwkkiu { flex: none; height: 20px; position: absolute; right: -63px; text-decoration: none; top: calc(50.00000000000002% - 20px / 2); width: 101px; }\",\".framer-vCTxW .framer-x75let { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; left: 54%; overflow: visible; padding: 0px; position: absolute; top: 50%; width: min-content; }\",\".framer-vCTxW .framer-zwmx1e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-vCTxW .framer-dtyhir, .framer-vCTxW .framer-14xoghi { flex: none; height: 20px; overflow: hidden; position: relative; width: 20px; }\",\".framer-vCTxW .framer-1uprxps { flex: none; height: 14px; left: calc(50.00000000000002% - 14px / 2); position: absolute; top: calc(50.00000000000002% - 14px / 2); width: 14px; }\",\".framer-vCTxW .framer-1tx6pg9, .framer-vCTxW .framer-e3voy8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-vCTxW .framer-pvgrh2 { flex: none; height: 12px; left: calc(50.00000000000002% - 15px / 2); position: absolute; top: calc(50.00000000000002% - 12px / 2); width: 15px; }\",\".framer-vCTxW .framer-154pdef { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-vCTxW .framer-ilpl8h { bottom: 16px; flex: none; height: 24px; left: calc(50.12345679012348% - 772px / 2); overflow: visible; position: absolute; width: 772px; }\",\".framer-vCTxW .framer-wbs6go { bottom: 0px; flex: none; overflow: hidden; position: absolute; right: 4px; top: 0px; width: 122px; }\",\".framer-vCTxW .framer-cxhere { flex: none; height: 123px; left: calc(50.138888888888914% - 1180px / 2); overflow: hidden; position: absolute; top: calc(34.962406015037615% - 123px / 2); width: 1180px; }\",\".framer-vCTxW .framer-1r8z0s4 { bottom: 0px; flex: none; overflow: hidden; position: absolute; right: 0px; text-decoration: none; top: 0px; width: 376px; will-change: var(--framer-will-change-override, transform); }\",\".framer-vCTxW .framer-o8ws6p { flex: none; height: 132px; left: -32px; position: absolute; top: 6px; width: 104px; }\",\".framer-vCTxW .framer-10m6lx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; left: 92px; overflow: visible; padding: 0px; position: absolute; top: 50%; width: min-content; }\",\".framer-vCTxW .framer-1wp862j { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 167px; word-break: break-word; word-wrap: break-word; }\",\".framer-vCTxW .framer-1vct6jt { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 220px; word-break: break-word; word-wrap: break-word; }\",\".framer-vCTxW .framer-q78noj { flex: none; height: 16px; left: 143px; position: absolute; top: 37px; width: 16px; }\",\".framer-vCTxW .framer-t4rfo5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 0px; width: min-content; }\",\".framer-vCTxW .framer-1hvqpvk { flex: none; height: 44px; position: relative; text-decoration: none; width: 164px; }\",\".framer-vCTxW .framer-1nek5f8 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 576px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vCTxW .framer-1h8febf, .framer-vCTxW .framer-x75let, .framer-vCTxW .framer-zwmx1e, .framer-vCTxW .framer-1tx6pg9, .framer-vCTxW .framer-e3voy8, .framer-vCTxW .framer-zxwzn7, .framer-vCTxW .framer-10m6lx, .framer-vCTxW .framer-t4rfo5 { gap: 0px; } .framer-vCTxW .framer-1h8febf > *, .framer-vCTxW .framer-zxwzn7 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-vCTxW .framer-1h8febf > :first-child, .framer-vCTxW .framer-x75let > :first-child, .framer-vCTxW .framer-zwmx1e > :first-child, .framer-vCTxW .framer-1tx6pg9 > :first-child, .framer-vCTxW .framer-e3voy8 > :first-child, .framer-vCTxW .framer-zxwzn7 > :first-child { margin-left: 0px; } .framer-vCTxW .framer-1h8febf > :last-child, .framer-vCTxW .framer-x75let > :last-child, .framer-vCTxW .framer-zwmx1e > :last-child, .framer-vCTxW .framer-1tx6pg9 > :last-child, .framer-vCTxW .framer-e3voy8 > :last-child, .framer-vCTxW .framer-zxwzn7 > :last-child { margin-right: 0px; } .framer-vCTxW .framer-x75let > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-vCTxW .framer-zwmx1e > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-vCTxW .framer-1tx6pg9 > *, .framer-vCTxW .framer-e3voy8 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-vCTxW .framer-10m6lx > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-vCTxW .framer-10m6lx > :first-child, .framer-vCTxW .framer-t4rfo5 > :first-child { margin-top: 0px; } .framer-vCTxW .framer-10m6lx > :last-child, .framer-vCTxW .framer-t4rfo5 > :last-child { margin-bottom: 0px; } .framer-vCTxW .framer-t4rfo5 > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } }\",\".framer-vCTxW.framer-v-18wlfcj.framer-c25ldq { width: 1920px; }\",\".framer-vCTxW.framer-v-klyshv.framer-c25ldq { height: 287px; width: 810px; }\",\".framer-vCTxW.framer-v-klyshv .framer-18r5586 { left: calc(50.00000000000002% - 564px / 2); }\",\".framer-vCTxW.framer-v-klyshv .framer-7sq0rf { height: 97px; }\",\".framer-vCTxW.framer-v-klyshv .framer-x75let { left: 20px; top: 16px; }\",\".framer-vCTxW.framer-v-klyshv .framer-cxhere { left: 24px; overflow: visible; right: 24px; top: calc(32.404181184669014% - 123px / 2); width: unset; }\",\".framer-vCTxW.framer-v-klyshv .framer-1r8z0s4 { width: 291px; }\",\".framer-vCTxW.framer-v-klyshv .framer-1vct6jt { width: 167px; }\",\".framer-vCTxW.framer-v-klyshv .framer-1nek5f8 { width: 449px; }\",\".framer-vCTxW.framer-v-1yg4wdc.framer-c25ldq { height: 507px; width: 390px; }\",\".framer-vCTxW.framer-v-1yg4wdc .framer-18r5586 { left: -87px; right: -87px; width: unset; }\",\".framer-vCTxW.framer-v-1yg4wdc .framer-7sq0rf { height: 54px; }\",\".framer-vCTxW.framer-v-1yg4wdc .framer-x75let { flex-direction: column; gap: 16px; left: 16px; top: -112px; }\",\".framer-vCTxW.framer-v-1yg4wdc .framer-ilpl8h { left: 16px; right: 16px; width: unset; }\",\".framer-vCTxW.framer-v-1yg4wdc .framer-cxhere { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; left: 20px; overflow: visible; padding: 0px; right: 20px; top: 32px; width: unset; }\",\".framer-vCTxW.framer-v-1yg4wdc .framer-1r8z0s4 { bottom: unset; height: 123px; order: 1; position: relative; right: unset; top: unset; width: 100%; }\",\".framer-vCTxW.framer-v-1yg4wdc .framer-1vct6jt { width: 222px; }\",\".framer-vCTxW.framer-v-1yg4wdc .framer-t4rfo5 { left: unset; order: 0; position: relative; top: unset; width: 100%; }\",\".framer-vCTxW.framer-v-1yg4wdc .framer-1nek5f8 { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-vCTxW.framer-v-1yg4wdc .framer-x75let, .framer-vCTxW.framer-v-1yg4wdc .framer-cxhere { gap: 0px; } .framer-vCTxW.framer-v-1yg4wdc .framer-x75let > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-vCTxW.framer-v-1yg4wdc .framer-x75let > :first-child, .framer-vCTxW.framer-v-1yg4wdc .framer-cxhere > :first-child { margin-top: 0px; } .framer-vCTxW.framer-v-1yg4wdc .framer-x75let > :last-child, .framer-vCTxW.framer-v-1yg4wdc .framer-cxhere > :last-child { margin-bottom: 0px; } .framer-vCTxW.framer-v-1yg4wdc .framer-cxhere > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",...sharedStyle.css,'.framer-vCTxW[data-border=\"true\"]::after, .framer-vCTxW [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 266\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"pin7sTfch\":{\"layout\":[\"fixed\",\"fixed\"]},\"rw9yoRhM4\":{\"layout\":[\"fixed\",\"fixed\"]},\"hJ79wmn31\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerexkryNqQ7=withCSS(Component,css,\"framer-vCTxW\");export default FramerexkryNqQ7;FramerexkryNqQ7.displayName=\"Footer\";FramerexkryNqQ7.defaultProps={height:266,width:1440};addPropertyControls(FramerexkryNqQ7,{variant:{options:[\"yKYiI2OtN\",\"pin7sTfch\",\"rw9yoRhM4\",\"hJ79wmn31\"],optionTitles:[\"Desktop\",\"FullHD\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerexkryNqQ7,[{explicitInter:true,fonts:[{family:\"Averta CY Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/FJDoE9aiLTtYBKETCxkzHStJpg.otf\"},{family:\"Averta CY Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/MytQNXj0TYBu8whWxNP5wn5odgg.otf\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerexkryNqQ7\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"266\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pin7sTfch\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rw9yoRhM4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hJ79wmn31\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./exkryNqQ7.map"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useIsOnCanvas", "se", "RenderTarget", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "Embed", "type", "url", "html", "p", "EmbedURL", "EmbedHTML", "Instructions", "addPropertyControls", "ControlType", "props", "emptyStateStyle", "centerTextStyle", "onCanvas", "useIsOnCanvas", "state", "setState", "ye", "ue", "isLastEffect", "load", "response", "isBlocked", "message", "error", "ErrorMessage", "LoadingIndicator", "iframeStyle", "getSandbox", "result", "ref", "pe", "hasScript", "div", "executeScripts", "htmlStyle", "node", "script", "name", "value", "child", "containerStyles", "u", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1lhkxwr", "args", "onTapuy9km1", "onTapp0k2iy", "onTapma92w7", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "addPropertyOverrides", "Link", "Image2", "RichText2", "css", "Framere7v91DTr4", "withCSS", "e7v91DTr4_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transition2", "animation", "transformTemplate2", "transition3", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "Link", "SVG", "css", "FramerexkryNqQ7", "withCSS", "exkryNqQ7_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
