{"version":3,"file":"jr5QBalkq.DNyi7bpB.mjs","names":["_react2","_react2.default","b","p","__assign","o","u","t","e","n","d","i","InlineWidget","event","PopupButton","PopupWidget","CalendlyEventListener","defaultEmptyStateStyle","InlineWidget","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","React.useContext","React.useMemo","Variants","React.Fragment","humanReadableVariantMap","getProps","createLayoutDependency","React.useRef","React.useId","Image","React.useContext","React.useMemo","React.Fragment","React.useRef","React.useId","Image"],"sources":["https:/jspm.dev/npm:react-calendly@2.2.1!cjs","https:/jspm.dev/react-calendly@2.2.1","https:/framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/tTLhbOFToDhKcwOVmn8E/useFontControls.js","https:/framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/AAh30yXzt1DUsOi1YwUY/useRenderTarget.js","https:/framer.com/m/framer/default-utils.js@^0.43.0","https:/framer.com/m/framer/integrations-styles.js@0.2.0","https:/framerusercontent.com/modules/WIJbzyan03eQVbqqCNqQ/ZVFGE0CIYem9dXbVNw5j/Calendly.js","https:/framerusercontent.com/modules/HQxP8E2klYX4805c5cZM/Q9z4jj8PP3MxhyNSbaT4/iJhT5LFAU.js","https:/framerusercontent.com/modules/HXrnWhR4gZYo5LdOgmLX/ukpDMwpLnnBAU7gWxlM6/jr5QBalkq.js"],"sourcesContent":["import * as _react2 from './npm:react@17!cjs';\n\nvar _react = \"default\" in _react2 ? _react2.default : _react2;\n\nvar exports = {};\nObject.defineProperty(exports, \"__esModule\", {\n  value: true\n});\nvar React = _react;\n/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation. All rights reserved.\r\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use\r\nthis file except in compliance with the License. You may obtain a copy of the\r\nLicense at http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nTHIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r\nKIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r\nWARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r\nMERCHANTABLITY OR NON-INFRINGEMENT.\r\n\r\nSee the Apache Version 2.0 License for specific language governing permissions\r\nand limitations under the License.\r\n***************************************************************************** */\n\n/* global Reflect, Promise */\n\nvar extendStatics = function (d, b) {\n  extendStatics = Object.setPrototypeOf || {\n    __proto__: []\n  } instanceof Array && function (d, b) {\n    d.__proto__ = b;\n  } || function (d, b) {\n    for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];\n  };\n\n  return extendStatics(d, b);\n};\n\nfunction __extends(d, b) {\n  extendStatics(d, b);\n\n  function __() {\n    this.constructor = d;\n  }\n\n  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n}\n\nvar __assign = function () {\n  __assign = Object.assign || function __assign(t) {\n    for (var s, i = 1, n = arguments.length; i < n; i++) {\n      s = arguments[i];\n\n      for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\n    }\n\n    return t;\n  };\n\n  return __assign.apply(this, arguments);\n};\n\nfunction styleInject(css, ref) {\n  if (ref === void 0) ref = {};\n  var insertAt = ref.insertAt;\n\n  if (!css || typeof document === \"undefined\") {\n    return;\n  }\n\n  var head = document.head || document.getElementsByTagName(\"head\")[0];\n  var style = document.createElement(\"style\");\n  style.type = \"text/css\";\n\n  if (insertAt === \"top\") {\n    if (head.firstChild) {\n      head.insertBefore(style, head.firstChild);\n    } else {\n      head.appendChild(style);\n    }\n  } else {\n    head.appendChild(style);\n  }\n\n  if (style.styleSheet) {\n    style.styleSheet.cssText = css;\n  } else {\n    style.appendChild(document.createTextNode(css));\n  }\n}\n\nvar css = \"/*\\n  code is extracted from Calendly's embed stylesheet: https://assets.calendly.com/assets/external/widget.css\\n*/\\n\\n.calendly-inline-widget,\\n.calendly-inline-widget *,\\n.calendly-badge-widget,\\n.calendly-badge-widget *,\\n.calendly-overlay,\\n.calendly-overlay * {\\n    font-size:16px;\\n    line-height:1.2em\\n}\\n\\n.calendly-inline-widget iframe,\\n.calendly-badge-widget iframe,\\n.calendly-overlay iframe {\\n    display:inline;\\n    width:100%;\\n    height:100%\\n}\\n\\n.calendly-popup-content {\\n    position:relative\\n}\\n\\n.calendly-popup-content.calendly-mobile {\\n    -webkit-overflow-scrolling:touch;\\n    overflow-y:auto\\n}\\n\\n.calendly-overlay {\\n    position:fixed;\\n    top:0;\\n    left:0;\\n    right:0;\\n    bottom:0;\\n    overflow:hidden;\\n    z-index:9999;\\n    background-color:#a5a5a5;\\n    background-color:rgba(31,31,31,0.4)\\n}\\n\\n.calendly-overlay .calendly-close-overlay {\\n    position:absolute;\\n    top:0;\\n    left:0;\\n    right:0;\\n    bottom:0\\n}\\n\\n.calendly-overlay .calendly-popup {\\n    box-sizing:border-box;\\n    position:absolute;\\n    top:50%;\\n    left:50%;\\n    -webkit-transform:translateY(-50%) translateX(-50%);\\n    transform:translateY(-50%) translateX(-50%);\\n    width:80%;\\n    min-width:900px;\\n    max-width:1000px;\\n    height:90%;\\n    max-height:680px\\n}\\n\\n@media (max-width: 975px) {\\n    .calendly-overlay .calendly-popup {\\n        position:fixed;\\n        top:50px;\\n        left:0;\\n        right:0;\\n        bottom:0;\\n        -webkit-transform:none;\\n        transform:none;\\n        width:100%;\\n        height:auto;\\n        min-width:0;\\n        max-height:none\\n    }\\n}\\n\\n.calendly-overlay .calendly-popup .calendly-popup-content {\\n    height:100%;\\n}\\n\\n.calendly-overlay .calendly-popup-close {\\n    position:absolute;\\n    top:25px;\\n    right:25px;\\n    color:#fff;\\n    width:19px;\\n    height:19px;\\n    cursor:pointer;\\n    background:url(https://assets.calendly.com/assets/external/close-icon.svg) no-repeat;\\n    background-size:contain\\n}\\n\\n@media (max-width: 975px) {\\n    .calendly-overlay .calendly-popup-close {\\n        top:15px;\\n        right:15px\\n    }\\n}\\n\\n.calendly-badge-widget {\\n    position:fixed;\\n    right:20px;\\n    bottom:15px;\\n    z-index:9998\\n}\\n\\n.calendly-badge-widget .calendly-badge-content {\\n    display:table-cell;\\n    width:auto;\\n    height:45px;\\n    padding:0 30px;\\n    border-radius:25px;\\n    box-shadow:rgba(0,0,0,0.25) 0 2px 5px;\\n    font-family:sans-serif;\\n    text-align:center;\\n    vertical-align:middle;\\n    font-weight:bold;\\n    font-size:14px;\\n    color:#fff;\\n    cursor:pointer\\n}\\n\\n.calendly-badge-widget .calendly-badge-content.calendly-white {\\n    color:#666a73\\n}\\n\\n.calendly-badge-widget .calendly-badge-content span {\\n    display:block;\\n    font-size:12px\\n}\\n\\n.calendly-spinner {\\n    position:absolute;\\n    top:50%;\\n    left:0;\\n    right:0;\\n    -webkit-transform:translateY(-50%);\\n    transform:translateY(-50%);\\n    text-align:center;\\n    z-index:-1\\n}\\n\\n.calendly-spinner>div {\\n    display:inline-block;\\n    width:18px;\\n    height:18px;\\n    background-color:#e1e1e1;\\n    border-radius:50%;\\n    vertical-align:middle;\\n    -webkit-animation:calendly-bouncedelay 1.4s infinite ease-in-out;\\n    animation:calendly-bouncedelay 1.4s infinite ease-in-out;\\n    -webkit-animation-fill-mode:both;\\n    animation-fill-mode:both\\n}\\n\\n.calendly-spinner .calendly-bounce1 {\\n    -webkit-animation-delay:-0.32s;\\n    animation-delay:-0.32s\\n}\\n\\n.calendly-spinner .calendly-bounce2 {\\n    -webkit-animation-delay:-0.16s;\\n    animation-delay:-0.16s\\n}\\n\\n@-webkit-keyframes calendly-bouncedelay {\\n    0%,80%,100% {\\n        -webkit-transform:scale(0);\\n        transform:scale(0)\\n    } \\n    \\n    40%{\\n        -webkit-transform:scale(1);\\n        transform:scale(1)\\n    }\\n}\\n\\n@keyframes calendly-bouncedelay{ \\n    0%,80%,100% {\\n        -webkit-transform:scale(0);\\n        transform:scale(0)\\n    }\\n    \\n    40% {\\n        -webkit-transform:scale(1);\\n        transform:scale(1)\\n    }\\n}\";\nstyleInject(css); // @ts-nocheck\n\n/* eslint-disable  @typescript-eslint/no-unused-expressions */\n\n/* eslint-disable  no-restricted-globals */\n\nvar initializeCalendly = function () {\n  return (\n    /*\n    code is extracted from Calendly's embed script: https://assets.calendly.com/assets/external/widget.js\n    */\n    function () {\n      window.Calendly = {}, window.Calendly._util = {};\n    }.call(window), window.Calendly._util.domReady = function (t) {\n      var e = !1,\n          n = function () {\n        document.addEventListener ? (document.removeEventListener(\"DOMContentLoaded\", o), window.removeEventListener(\"load\", o)) : (document.detachEvent(\"onreadystatechange\", o), window.detachEvent(\"onload\", o));\n      },\n          o = function () {\n        e || !document.addEventListener && \"load\" !== event.type && \"complete\" !== document.readyState || (e = !0, n(), t());\n      };\n\n      if (\"complete\" === document.readyState) t();else if (document.addEventListener) document.addEventListener(\"DOMContentLoaded\", o), window.addEventListener(\"load\", o);else {\n        document.attachEvent(\"onreadystatechange\", o), window.attachEvent(\"onload\", o);\n        var i = !1;\n\n        try {\n          i = null == window.frameElement && document.documentElement;\n        } catch (r) {}\n\n        i && i.doScroll && !function l() {\n          if (!e) {\n            try {\n              i.doScroll(\"left\");\n            } catch (o) {\n              return setTimeout(l, 50);\n            }\n\n            e = !0, n(), t();\n          }\n        }();\n      }\n    }, window.Calendly._util.assign = function (t) {\n      if (null == t) throw new TypeError(\"Cannot convert undefined or null to object\");\n\n      for (var e = Object(t), n = 1; n < arguments.length; n++) {\n        var o = arguments[n];\n        if (null != o) for (var i in o) Object.prototype.hasOwnProperty.call(o, i) && (e[i] = o[i]);\n      }\n\n      return e;\n    }, function () {\n      window.Calendly._url = {}, window.Calendly._url.extractQueryStringParams = function (t) {\n        var e, n, o, i, r, l, a, d, u, s;\n\n        for (a = document.createElement(\"a\"), a.href = t, r = a.search.substr(1), l = {}, d = r.split(\"&\"), e = 0, o = d.length; o > e; e++) i = d[e], u = i.split(\"=\"), n = u[0], s = u[1], void 0 !== s && (l[n.toLowerCase()] = decodeURIComponent(s));\n\n        return l;\n      }, window.Calendly._url.stripQuery = function (t) {\n        return t.split(\"?\")[0];\n      };\n    }.call(window), function () {\n      window.Calendly._util.snakeCaseKeys = function (t) {\n        var e, n, o;\n        o = {};\n\n        for (n in t) e = n.split(/(?=[A-Z])/).join(\"_\").toLowerCase(), o[e] = t[n];\n\n        return o;\n      }, window.Calendly._util.pick = function (t, e) {\n        var n, o, i, r;\n\n        if (t) {\n          for (r = {}, n = 0, i = e.length; i > n; n++) o = e[n], t[o] && (r[o] = t[o]);\n\n          return r;\n        }\n      };\n    }.call(window), function (t, e) {\n      var n = {\n        exports: {}\n      };\n      n.exports = exports, e(n.exports), t.bodyScrollLock = n.exports;\n    }(window, function (t) {\n      function e(t) {\n        if (Array.isArray(t)) {\n          for (var e = 0, n = Array(t.length); e < t.length; e++) n[e] = t[e];\n\n          return n;\n        }\n\n        return Array.from(t);\n      }\n\n      Object.defineProperty(t, \"__esModule\", {\n        value: !0\n      });\n      var n = !1;\n\n      if (\"undefined\" != typeof window) {\n        var o = {\n          get passive() {\n            n = !0;\n          }\n\n        };\n        window.addEventListener(\"testPassive\", null, o), window.removeEventListener(\"testPassive\", null, o);\n      }\n\n      var i = \"undefined\" != typeof window && window.navigator && window.navigator.platform && /iP(ad|hone|od)/.test(window.navigator.platform),\n          r = [],\n          l = !1,\n          a = -1,\n          d = void 0,\n          u = void 0,\n          s = function (t) {\n        return r.some(function (e) {\n          return !(!e.options.allowTouchMove || !e.options.allowTouchMove(t));\n        });\n      },\n          c = function (t) {\n        var e = t || window.event;\n        return s(e.target) ? !0 : e.touches.length > 1 ? !0 : (e.preventDefault && e.preventDefault(), !1);\n      },\n          p = function (t) {\n        setTimeout(function () {\n          if (void 0 === u) {\n            var e = !!t && t.reserveScrollBarGap === !0,\n                n = window.innerWidth - document.documentElement.clientWidth;\n            e && n > 0 && (u = document.body.style.paddingRight, document.body.style.paddingRight = n + \"px\");\n          }\n\n          void 0 === d && (d = document.body.style.overflow, document.body.style.overflow = \"hidden\");\n        });\n      },\n          h = function () {\n        setTimeout(function () {\n          void 0 !== u && (document.body.style.paddingRight = u, u = void 0), void 0 !== d && (document.body.style.overflow = d, d = void 0);\n        });\n      },\n          y = function (t) {\n        return t ? t.scrollHeight - t.scrollTop <= t.clientHeight : !1;\n      },\n          m = function (t, e) {\n        var n = t.targetTouches[0].clientY - a;\n        return s(t.target) ? !1 : e && 0 === e.scrollTop && n > 0 ? c(t) : y(e) && 0 > n ? c(t) : (t.stopPropagation(), !0);\n      };\n\n      t.disableBodyScroll = function (t, o) {\n        if (i) {\n          if (!t) return void console.error(\"disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.\");\n\n          if (t && !r.some(function (e) {\n            return e.targetElement === t;\n          })) {\n            var d = {\n              targetElement: t,\n              options: o || {}\n            };\n            r = [].concat(e(r), [d]), t.ontouchstart = function (t) {\n              1 === t.targetTouches.length && (a = t.targetTouches[0].clientY);\n            }, t.ontouchmove = function (e) {\n              1 === e.targetTouches.length && m(e, t);\n            }, l || (document.addEventListener(\"touchmove\", c, n ? {\n              passive: !1\n            } : void 0), l = !0);\n          }\n        } else {\n          p(o);\n          var u = {\n            targetElement: t,\n            options: o || {}\n          };\n          r = [].concat(e(r), [u]);\n        }\n      }, t.clearAllBodyScrollLocks = function () {\n        i ? (r.forEach(function (t) {\n          t.targetElement.ontouchstart = null, t.targetElement.ontouchmove = null;\n        }), l && (document.removeEventListener(\"touchmove\", c, n ? {\n          passive: !1\n        } : void 0), l = !1), r = [], a = -1) : (h(), r = []);\n      }, t.enableBodyScroll = function (t) {\n        if (i) {\n          if (!t) return void console.error(\"enableBodyScroll unsuccessful - targetElement must be provided when calling enableBodyScroll on IOS devices.\");\n          t.ontouchstart = null, t.ontouchmove = null, r = r.filter(function (e) {\n            return e.targetElement !== t;\n          }), l && 0 === r.length && (document.removeEventListener(\"touchmove\", c, n ? {\n            passive: !1\n          } : void 0), l = !1);\n        } else r = r.filter(function (e) {\n          return e.targetElement !== t;\n        }), r.length || h();\n      };\n    }), function () {\n      var t, e, n, o, i;\n      window.Calendly._autoLoadInlineWidgets = function () {\n        return window.Calendly._util.domReady(function () {\n          return e();\n        });\n      }, window.Calendly.initBadgeWidget = function (e) {\n        return window.Calendly._util.domReady(function () {\n          return t(e);\n        });\n      }, window.Calendly.destroyBadgeWidget = function () {\n        return window.Calendly.badgeWidget ? (window.Calendly.badgeWidget.destroy(), delete window.Calendly.badgeWidget) : void 0;\n      }, window.Calendly.initPopupWidget = function (t) {\n        return window.Calendly._util.domReady(function () {\n          return window.Calendly.showPopupWidget(t.url, \"PopupButton\", t);\n        });\n      }, window.Calendly.initInlineWidget = function (t) {\n        return t.url ? (t.parentElement || (t.parentElement = o()), window.Calendly._util.domReady(function () {\n          return t.embedType = \"Inline\", new window.Calendly.Iframe(t);\n        })) : void 0;\n      }, window.Calendly.showPopupWidget = function (t, e, n) {\n        var o;\n        return null == e && (e = \"PopupButton\"), null == n && (n = {}), window.Calendly.closePopupWidget(), o = function () {\n          return delete window.Calendly.popupWidget;\n        }, window.Calendly.popupWidget = new window.Calendly.PopupWidget(t, o, e, n), window.Calendly.popupWidget.show();\n      }, window.Calendly.closePopupWidget = function () {\n        return window.Calendly.popupWidget ? window.Calendly.popupWidget.close() : void 0;\n      }, o = function () {\n        var t;\n        return t = document.scripts[document.scripts.length - 1], t.parentNode;\n      }, e = function () {\n        var t, e, n, o, r;\n\n        for (e = document.querySelectorAll(\".calendly-inline-widget\"), r = [], n = 0, o = e.length; o > n; n++) t = e[n], i(t) ? r.push(void 0) : (t.setAttribute(\"data-processed\", !0), r.push(new window.Calendly.Iframe({\n          parentElement: t,\n          inlineStyles: !0,\n          embedType: \"Inline\"\n        })));\n\n        return r;\n      }, i = function (t) {\n        return t.getAttribute(\"data-processed\") || \"false\" === t.getAttribute(\"data-auto-load\");\n      }, t = function (t) {\n        var e, o, i;\n        return window.Calendly.destroyBadgeWidget(), e = n(t), i = function () {\n          return window.Calendly.showPopupWidget(t.url, \"PopupWidget\", t);\n        }, o = window.Calendly._util.assign({\n          onClick: i\n        }, e), window.Calendly.badgeWidget = new window.Calendly.BadgeWidget(o);\n      }, n = function (t) {\n        var e, n;\n        return e = [\"color\", \"textColor\", \"text\", \"branding\"], n = {}, e.forEach(function (e) {\n          return n[e] = t[e], delete t[e];\n        }), n;\n      };\n    }.call(window), function () {\n      window.Calendly.Iframe = function () {\n        function t(t) {\n          this.options = t, this.parseOptions(), this.build(), this.inject();\n        }\n\n        return t.prototype.isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent), t.prototype.parseOptions = function () {\n          var t;\n          if (t = {\n            inlineStyles: !1\n          }, this.options = window.Calendly._util.assign({}, t, this.options), this.parent = this.options.parentElement, !this.parent) throw \"Calendly: Parent element not set\";\n          if (this.parent.jquery && (this.parent = this.parent[0]), this.inlineStyles = this.options.inlineStyles, this.embedType = this.options.embedType, this.url = (this.options.url || this.getUrlFromParent()).split(\"#\")[0], !this.url) throw \"Calendly: Widget URL not set\";\n        }, t.prototype.build = function () {\n          return this.node = document.createElement(\"iframe\"), this.node.src = this.getSource(), this.node.width = \"100%\", this.node.height = \"100%\", this.node.frameBorder = \"0\", this.node.onload = function () {\n            var calendlySpinnerElement = document.querySelector(\".calendly-spinner\");\n\n            if (calendlySpinnerElement) {\n              calendlySpinnerElement.style.visibility = \"hidden\";\n            }\n          };\n        }, t.prototype.inject = function () {\n          return this.format(), this.parent.appendChild(this.buildSpinner()), this.parent.appendChild(this.node);\n        }, t.prototype.getSource = function () {\n          var t;\n          return t = window.Calendly._url.stripQuery(this.url) + \"?\" + this.getParams(), this.filterConsentParam(t);\n        }, t.prototype.getUrlFromParent = function () {\n          return this.parent.getAttribute(\"data-url\");\n        }, t.prototype.getParams = function () {\n          var t, e, n, o;\n          e = {\n            embed_domain: this.getDomain(),\n            embed_type: this.embedType\n          }, e = window.Calendly._util.assign(e, this.getUtmParamsFromHost(), this.getParamsFromUrl(), this.getParamsFromOptions()), n = [];\n\n          for (t in e) o = e[t], n.push(t + \"=\" + encodeURIComponent(o));\n\n          return n.join(\"&\");\n        }, t.prototype.getUtmParamsFromHost = function () {\n          var t, e;\n          return t = [\"utm_campaign\", \"utm_source\", \"utm_medium\", \"utm_content\", \"utm_term\"], e = window.Calendly._url.extractQueryStringParams(window.location.href), window.Calendly._util.pick(e, t);\n        }, t.prototype.getParamsFromUrl = function () {\n          return window.Calendly._url.extractQueryStringParams(this.url);\n        }, t.prototype.getParamsFromOptions = function () {\n          return window.Calendly._util.assign({}, this.getPrefillParams(), this.getUtmParams());\n        }, t.prototype.getUtmParams = function () {\n          var t;\n          return this.options.utm ? (t = [\"utmCampaign\", \"utmSource\", \"utmMedium\", \"utmContent\", \"utmTerm\"], window.Calendly._util.snakeCaseKeys(window.Calendly._util.pick(this.options.utm, t))) : null;\n        }, t.prototype.getPrefillParams = function () {\n          var t, e, n, o, i;\n          if (!this.options.prefill) return null;\n\n          if (e = [\"name\", \"firstName\", \"lastName\", \"email\", \"location\"], n = window.Calendly._util.snakeCaseKeys(window.Calendly._util.pick(this.options.prefill, e)), this.options.prefill.customAnswers) {\n            o = this.options.prefill.customAnswers;\n\n            for (t in o) i = o[t], t.match(/^a\\d{1,2}$/) && (n[t] = i);\n          }\n\n          if (this.options.prefill.guests && Array.isArray(this.options.prefill.guests) && this.options.prefill.guests.length > 0) {\n            n[\"guests\"] = this.options.prefill.guests.join(\",\");\n          }\n\n          if (this.options.prefill.date && this.options.prefill.date instanceof Date) {\n            var month = this.options.prefill.date.getMonth() + 1;\n            var day = this.options.prefill.date.getDate();\n            var year = this.options.prefill.date.getFullYear();\n            n[\"date\"] = [year, month < 10 ? \"0\" + month : month, day < 10 ? \"0\" + day : day].join(\"-\");\n          }\n\n          return n;\n        }, t.prototype.getDomain = function () {\n          return document.location.host;\n        }, t.prototype.filterConsentParam = function (t) {\n          return t.replace(/consent_accept=1&?/g, \"\");\n        }, t.prototype.format = function () {\n          return this.isMobile ? this.formatMobile() : this.formatDesktop();\n        }, t.prototype.formatDesktop = function () {\n          return this.inlineStyles ? this.parent.setAttribute(\"style\", \"position: relative;\" + this.parent.getAttribute(\"style\")) : void 0;\n        }, t.prototype.formatMobile = function () {\n          return this.inlineStyles ? this.parent.setAttribute(\"style\", \"position: relative;overflow-y:auto;-webkit-overflow-scrolling:touch;\" + this.parent.getAttribute(\"style\")) : this.parent.className += \" calendly-mobile\";\n        }, t.prototype.buildSpinner = function () {\n          var t;\n          return t = document.createElement(\"div\"), t.className = \"calendly-spinner\", t.appendChild(this.buildBounce(1)), t.appendChild(this.buildBounce(2)), t.appendChild(this.buildBounce(3)), t;\n        }, t.prototype.buildBounce = function (t) {\n          var e;\n          return e = document.createElement(\"div\"), e.className = \"calendly-bounce\" + t, e;\n        }, t;\n      }();\n    }.call(window), function () {\n      var t = function (t, e) {\n        return function () {\n          return t.apply(e, arguments);\n        };\n      };\n\n      window.Calendly.PopupWidget = function () {\n        function e(e, n, o, i) {\n          this.url = e, this.onClose = n, this.embedType = o, this.options = null != i ? i : {}, this.close = t(this.close, this);\n        }\n\n        return e.prototype.show = function () {\n          return this.buildOverlay(), this.insertOverlay(), this.lockPageScroll();\n        }, e.prototype.close = function () {\n          return this.unlockPageScroll(), this.destroyOverlay(), this.onClose();\n        }, e.prototype.buildOverlay = function () {\n          return this.overlay = document.createElement(\"div\"), this.overlay.className = \"calendly-overlay\", this.overlay.appendChild(this.buildCloseOverlay()), this.overlay.appendChild(this.buildPopup()), this.overlay.appendChild(this.buildCloseButton());\n        }, e.prototype.insertOverlay = function () {\n          return document.body.appendChild(this.overlay);\n        }, e.prototype.buildCloseOverlay = function () {\n          var t;\n          return t = document.createElement(\"div\"), t.className = \"calendly-close-overlay\", t.onclick = this.close, t;\n        }, e.prototype.buildPopup = function () {\n          var t;\n          return t = document.createElement(\"div\"), t.className = \"calendly-popup\", t.appendChild(this.buildPopupContent()), t;\n        }, e.prototype.buildPopupContent = function () {\n          var t;\n          return t = document.createElement(\"div\"), t.className = \"calendly-popup-content\", t.setAttribute(\"data-url\", this.url), this.options.parentElement = t, this.options.embedType = this.embedType, new window.Calendly.Iframe(this.options), t;\n        }, e.prototype.buildCloseButton = function () {\n          var t;\n          return t = document.createElement(\"div\"), t.className = \"calendly-popup-close\", t.onclick = this.close, t;\n        }, e.prototype.destroyOverlay = function () {\n          return this.overlay.parentNode.removeChild(this.overlay);\n        }, e.prototype.lockPageScroll = function () {\n          return bodyScrollLock.disableBodyScroll(this.overlay), document.addEventListener(\"touchmove\", this.handleLockedTouchmove, {\n            passive: !1\n          });\n        }, e.prototype.unlockPageScroll = function () {\n          return bodyScrollLock.enableBodyScroll(this.overlay), document.removeEventListener(\"touchmove\", this.handleLockedTouchmove, {\n            passive: !1\n          });\n        }, e.prototype.handleLockedTouchmove = function (t) {\n          return t.preventDefault();\n        }, e;\n      }();\n    }.call(window), function () {\n      window.Calendly.BadgeWidget = function () {\n        function t(t) {\n          this.options = t, this.buildWidget(), this.insertWidget();\n        }\n\n        return t.prototype.destroy = function () {\n          return this.widget.parentNode.removeChild(this.widget);\n        }, t.prototype.buildWidget = function () {\n          return this.widget = document.createElement(\"div\"), this.widget.className = \"calendly-badge-widget\", this.widget.appendChild(this.buildContent());\n        }, t.prototype.insertWidget = function () {\n          return document.body.insertBefore(this.widget, document.body.firstChild);\n        }, t.prototype.buildContent = function () {\n          var t;\n          return t = document.createElement(\"div\"), t.className = \"calendly-badge-content\", \"#ffffff\" === this.options.color && (t.className += \" calendly-white\"), t.onclick = this.options.onClick, t.innerHTML = this.options.text, t.style.background = this.options.color, t.style.color = this.options.textColor, this.options.branding && t.appendChild(this.buildBranding()), t;\n        }, t.prototype.buildBranding = function () {\n          var t;\n          return t = document.createElement(\"span\"), t.innerHTML = \"powered by Calendly\", t;\n        }, t;\n      }();\n    }.call(window), window.Calendly._autoLoadInlineWidgets()\n  );\n};\n\nvar CalendlyEvent;\n\n(function (CalendlyEvent) {\n  CalendlyEvent[\"PROFILE_PAGE_VIEWED\"] = \"calendly.profile_page_viewed\";\n  CalendlyEvent[\"EVENT_TYPE_VIEWED\"] = \"calendly.event_type_viewed\";\n  CalendlyEvent[\"DATE_AND_TIME_SELECTED\"] = \"calendly.date_and_time_selected\";\n  CalendlyEvent[\"EVENT_SCHEDULED\"] = \"calendly.event_scheduled\";\n})(CalendlyEvent || (CalendlyEvent = {}));\n\nvar loadScript = function () {\n  if (!window.Calendly) {\n    initializeCalendly();\n  }\n};\n\nvar withPageSettings = function (url, pageSettings) {\n  if (!pageSettings) return url;\n  var backgroundColor = pageSettings.backgroundColor,\n      hideEventTypeDetails = pageSettings.hideEventTypeDetails,\n      hideLandingPageDetails = pageSettings.hideLandingPageDetails,\n      primaryColor = pageSettings.primaryColor,\n      textColor = pageSettings.textColor,\n      hideGdprBanner = pageSettings.hideGdprBanner;\n  var queryStringIndex = url.indexOf(\"?\");\n  var hasQueryString = queryStringIndex > -1;\n  var queryString = url.slice(queryStringIndex + 1);\n  var baseUrl = hasQueryString ? url.slice(0, queryStringIndex) : url;\n  var updatedQueryString = [queryString, backgroundColor ? \"background_color=\" + backgroundColor : null, hideEventTypeDetails ? \"hide_event_type_details=1\" : null, hideLandingPageDetails ? \"hide_landing_page_details=1\" : null, primaryColor ? \"primary_color=\" + primaryColor : null, textColor ? \"text_color=\" + textColor : null, hideGdprBanner ? \"hide_gdpr_banner=1\" : null].filter(function (item) {\n    return item !== null;\n  }).join(\"&\");\n  return baseUrl + \"?\" + updatedQueryString;\n};\n\nvar openPopupWidget = function (options) {\n  loadScript();\n  var widgetOptions = {\n    url: withPageSettings(options.url, options.pageSettings),\n    prefill: options.prefill,\n    utm: options.utm\n  };\n  window.Calendly.initPopupWidget(widgetOptions);\n};\n\nvar closePopupWidget = function () {\n  loadScript();\n  window.Calendly.closePopupWidget();\n};\n\nvar defaultStyles = {\n  minWidth: \"320px\",\n  height: \"630px\"\n};\n\nvar InlineWidget =\n/** @class */\nfunction (_super) {\n  __extends(InlineWidget, _super);\n\n  function InlineWidget(props) {\n    var _this = _super.call(this, props) || this;\n\n    _this.widgetParentContainerRef = React.createRef();\n    _this.destroyInlineWidget = _this.destroyInlineWidget.bind(_this);\n    _this.getChildNodeCount = _this.getChildNodeCount.bind(_this);\n    _this.shouldWidgetUpdate = _this.shouldWidgetUpdate.bind(_this);\n    _this.initWidget = _this.initWidget.bind(_this);\n    return _this;\n  }\n\n  InlineWidget.prototype.componentDidUpdate = function (prevProps) {\n    var _this = this;\n\n    var shouldUpdate = this.shouldWidgetUpdate(prevProps);\n\n    if (shouldUpdate) {\n      /*\n       * If the Calendly Inline Widget (.calendly-spinner and iframe) has not\n       * yet been added to the DOM then we need to wait for the widget to be inserted\n       * prior to updating the component.\n       *\n       * Fixes https://github.com/tcampb/react-calendly/issues/25\n       */\n      if (!this.getChildNodeCount()) {\n        this.calendlyWidgetListener(\"inserted\", function () {\n          _this.calendlyWidgetListener(\"removed\", _this.initWidget);\n\n          _this.destroyInlineWidget();\n        });\n      } else {\n        this.destroyInlineWidget();\n        this.initWidget();\n      }\n    }\n  };\n\n  InlineWidget.prototype.componentDidMount = function () {\n    loadScript();\n    window.Calendly.initInlineWidget({\n      url: withPageSettings(this.props.url, this.props.pageSettings),\n      parentElement: this.widgetParentContainerRef.current,\n      prefill: this.props.prefill,\n      utm: this.props.utm\n    });\n  };\n\n  InlineWidget.prototype.render = function () {\n    return React.createElement(\"div\", {\n      className: \"calendly-inline-widget\",\n      style: this.props.styles || defaultStyles,\n      ref: this.widgetParentContainerRef,\n      \"data-auto-load\": \"false\"\n    });\n  };\n\n  InlineWidget.prototype.destroyInlineWidget = function () {\n    this.widgetParentContainerRef.current.innerHTML = \"\";\n  };\n\n  InlineWidget.prototype.getChildNodeCount = function () {\n    return this.widgetParentContainerRef.current.childNodes.length;\n  };\n\n  InlineWidget.prototype.initWidget = function () {\n    window.Calendly.initInlineWidget({\n      url: withPageSettings(this.props.url, this.props.pageSettings),\n      parentElement: this.widgetParentContainerRef.current,\n      prefill: this.props.prefill,\n      utm: this.props.utm\n    });\n  };\n\n  InlineWidget.prototype.calendlyWidgetListener = function (event, callback) {\n    var isInsertedEvent = event === \"inserted\";\n    var isRemovedEvent = event === \"removed\";\n    return new MutationObserver(function (mutationsList, observer) {\n      observer.disconnect();\n\n      if (isInsertedEvent) {\n        var nodesAdded = mutationsList.some(function (record) {\n          return !!record.addedNodes.length;\n        });\n        if (nodesAdded) callback();\n      }\n\n      if (isRemovedEvent) {\n        var nodesRemoved = mutationsList.some(function (record) {\n          return !!record.removedNodes.length;\n        });\n        if (nodesRemoved) callback();\n      }\n    }).observe(this.widgetParentContainerRef.current, {\n      childList: true\n    });\n  };\n\n  InlineWidget.prototype.shouldWidgetUpdate = function (prevProps) {\n    var _this = this;\n\n    return prevProps.url !== this.props.url || [\"pageSettings\", \"prefill\", \"utm\"].some(function (prop) {\n      return JSON.stringify(prevProps[prop]) !== JSON.stringify(_this.props[prop]);\n    });\n  };\n\n  return InlineWidget;\n}(React.Component);\n\nvar initWidget = function (options) {\n  window.Calendly.initPopupWidget(options);\n};\n\nvar createClickHandler = function (widgetOptions) {\n  return function (e) {\n    e.preventDefault();\n    return initWidget(widgetOptions);\n  };\n};\n\nvar PopupButton =\n/** @class */\nfunction (_super) {\n  __extends(PopupButton, _super);\n\n  function PopupButton() {\n    return _super !== null && _super.apply(this, arguments) || this;\n  }\n\n  PopupButton.prototype.componentWillUnmount = function () {\n    window.Calendly.closePopupWidget();\n  };\n\n  PopupButton.prototype.componentDidMount = function () {\n    loadScript();\n  };\n\n  PopupButton.prototype.render = function () {\n    var widgetOptions = {\n      url: withPageSettings(this.props.url, this.props.pageSettings),\n      prefill: this.props.prefill,\n      utm: this.props.utm\n    };\n    return React.createElement(\"button\", {\n      onClick: createClickHandler(widgetOptions),\n      style: this.props.styles || {},\n      className: this.props.className || \"\"\n    }, this.props.text);\n  };\n\n  return PopupButton;\n}(React.Component);\n\nvar defaultProps = {\n  branding: false,\n  color: \"#00a2ff\",\n  textColor: \"#ffffff\",\n  text: \"Schedule time with me\"\n};\n\nvar PopupWidget =\n/** @class */\nfunction (_super) {\n  __extends(PopupWidget, _super);\n\n  function PopupWidget() {\n    return _super !== null && _super.apply(this, arguments) || this;\n  }\n\n  PopupWidget.prototype.componentDidUpdate = function () {\n    var options = __assign(__assign(__assign({}, defaultProps), this.props), {\n      url: withPageSettings(this.props.url, this.props.pageSettings)\n    });\n\n    window.Calendly.initBadgeWidget(options);\n  };\n\n  PopupWidget.prototype.componentDidMount = function () {\n    loadScript();\n\n    var options = __assign(__assign(__assign({}, defaultProps), this.props), {\n      url: withPageSettings(this.props.url, this.props.pageSettings)\n    });\n\n    window.Calendly.initBadgeWidget(options);\n  };\n\n  PopupWidget.prototype.componentWillUnmount = function () {\n    window.Calendly.destroyBadgeWidget();\n    window.Calendly.closePopupWidget();\n  };\n\n  PopupWidget.prototype.render = function () {\n    return React.createElement(React.Fragment, null);\n  };\n\n  return PopupWidget;\n}(React.Component);\n\nvar CalendlyEventListener =\n/** @class */\nfunction (_super) {\n  __extends(CalendlyEventListener, _super);\n\n  function CalendlyEventListener(props) {\n    var _this = _super.call(this, props) || this;\n\n    _this.handleEvent = _this.handleEvent.bind(_this);\n    return _this;\n  }\n\n  CalendlyEventListener.prototype.componentDidMount = function () {\n    window.addEventListener(\"message\", this.handleEvent);\n  };\n\n  CalendlyEventListener.prototype.componentWillUnmount = function () {\n    window.removeEventListener(\"message\", this.handleEvent);\n  };\n\n  CalendlyEventListener.prototype.handleEvent = function (e) {\n    var eventName = e.data.event;\n\n    if (eventName === CalendlyEvent.DATE_AND_TIME_SELECTED) {\n      this.props.onDateAndTimeSelected && this.props.onDateAndTimeSelected(e);\n    } else if (eventName === CalendlyEvent.EVENT_SCHEDULED) {\n      this.props.onEventScheduled && this.props.onEventScheduled(e);\n    } else if (eventName === CalendlyEvent.EVENT_TYPE_VIEWED) {\n      this.props.onEventTypeViewed && this.props.onEventTypeViewed(e);\n    } else if (eventName === CalendlyEvent.PROFILE_PAGE_VIEWED) {\n      this.props.onProfilePageViewed && this.props.onProfilePageViewed(e);\n    }\n  };\n\n  CalendlyEventListener.prototype.render = function () {\n    return this.props.children || null;\n  };\n\n  return CalendlyEventListener;\n}(React.Component);\n\nexports.InlineWidget = InlineWidget;\nexports.PopupButton = PopupButton;\nexports.PopupWidget = PopupWidget;\nexports.CalendlyEventListener = CalendlyEventListener;\nexports.openPopupWidget = openPopupWidget;\nexports.closePopupWidget = closePopupWidget; \nconst __esModule = exports.__esModule;\nconst _InlineWidget = exports.InlineWidget,\n      _PopupButton = exports.PopupButton,\n      _PopupWidget = exports.PopupWidget,\n      _CalendlyEventListener = exports.CalendlyEventListener,\n      _openPopupWidget = exports.openPopupWidget,\n      _closePopupWidget = exports.closePopupWidget;\n\nexport default exports;\nexport { _CalendlyEventListener as CalendlyEventListener, _InlineWidget as InlineWidget, _PopupButton as PopupButton, _PopupWidget as PopupWidget, __esModule, _closePopupWidget as closePopupWidget, _openPopupWidget as openPopupWidget };\n\n//# sourceMappingURL=npm:react-calendly@2.2.1!cjs.map","import \"/npm:react@17!cjs\";\nexport * from \"/npm:react-calendly@2.2.1!cjs\";\nexport { default } from \"/npm:react-calendly@2.2.1!cjs\";\n","// @ts-ignore\nimport { fontStore } from \"framer\";\nimport { useEffect } from \"react\";\n// @ts-ignore\nimport { fontStack } from \"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";\nconst fontWeights = {\n    100: \"Thin\",\n    200: \"Extra-light\",\n    300: \"Light\",\n    400: \"Regular\",\n    500: \"Medium\",\n    600: \"Semi-bold\",\n    700: \"Bold\",\n    800: \"Extra-bold\",\n    900: \"Black\"\n};\nexport function useFontControls(props) {\n    const { fontFamily , fontSize , fontWeight , font  } = props;\n    const fontWeightName = fontWeights[fontWeight];\n    const customFontStack = `\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;\n    const fontFamilyStyle = fontFamily ? {\n        fontSize,\n        fontWeight,\n        fontFamily: customFontStack\n    } : {\n        fontSize,\n        fontWeight\n    };\n    const fetchCustomFonts = async ()=>{\n        await fontStore.loadWebFontsFromSelectors([\n            `CUSTOM;${fontFamily}`,\n            `CUSTOM;${fontFamily} ${fontWeightName}`,\n            `GF;${fontFamily}-${fontWeightName.toLowerCase()}`, \n        ]).catch((e)=>console.error(e)\n        );\n    };\n    useEffect(()=>{\n        if (font) fetchCustomFonts();\n    }, [\n        font,\n        fontFamily,\n        fontWeight\n    ]);\n    return fontFamilyStyle;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useFontControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useFontControls.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}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map","import { defaultEvents, localeOptions, fontControls, fontSizeOptions, emptyStateStyle, containerStyles, fontStack } from \"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";\nimport { useOnEnter, useOnExit } from \"https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js\";\nimport { useConstant } from \"https://framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js\";\nimport { colorTokentoValue, colorFromToken } from \"https://framerusercontent.com/modules/D2Lz5CmnNVPZFFiZXalt/QaCzPbriZBfXWZIIycFI/colorFromToken.js\";\nimport { isMotionValue } from \"https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js\";\nimport { useUniqueClassName, randomID } from \"https://framerusercontent.com/modules/xDiQsqBGXzmMsv7AlEVy/uhunpMiNsbXxzjlXsg1y/useUniqueClassName.js\";\nimport { getVariantControls } from \"https://framerusercontent.com/modules/ETACN5BJyFTSo0VVDJfu/NHRqowOiXkF9UwOzczF7/variantUtils.js\";\nimport { useIsBrowserSafari } from \"https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js\";\nimport { useMultiOnChange, useOnChange } from \"https://framerusercontent.com/modules/v9AWX2URmiYsHf7GbctE/XxKAZ9KlhWqf5x1JMyyF/useOnChange.js\";\nimport { mstoMinAndSec, secondsToMinutes } from \"https://framerusercontent.com/modules/4zHZnO5JojN1PrIbu2jm/revv9QCWpkh8lPzi2jje/time.js\";\nimport { useAutoMotionValue } from \"https://framerusercontent.com/modules/kNDwabfjDEb3vUxkQlZS/fSIr3AOAYbGlfSPgXpYu/useAutoMotionValue.js\";\nimport { useFontControls } from \"https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/tTLhbOFToDhKcwOVmn8E/useFontControls.js\";\nimport { useRenderTarget, useIsInPreview } from \"https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/AAh30yXzt1DUsOi1YwUY/useRenderTarget.js\";\nimport { useControlledState } from \"https://framerusercontent.com/modules/zGkoP8tPDCkoBzMdt5uq/0zFSjxIYliHxrQQnryFX/useControlledState.js\";\nimport { usePadding, useRadius, paddingControl, borderRadiusControl } from \"https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js\";\nimport { detectAutoSizingAxis } from \"https://framerusercontent.com/modules/8CkHAZatUz1UR8jNTcfD/HwbnIAZlUmQ2oTpcLkaH/detectAutoSizingAxis.js\";\nexport { useOnEnter, useOnExit, defaultEvents, isMotionValue, colorFromToken, colorTokentoValue, localeOptions, fontControls, fontSizeOptions, emptyStateStyle, containerStyles, fontStack, useUniqueClassName, getVariantControls, useIsBrowserSafari, randomID, useConstant, useMultiOnChange, useOnChange, usePadding, useRadius, paddingControl, borderRadiusControl, mstoMinAndSec, useFontControls, secondsToMinutes, useAutoMotionValue, useRenderTarget, useIsInPreview, useControlledState, detectAutoSizingAxis,  };\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"mstoMinAndSec\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"colorTokentoValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useFontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useUniqueClassName\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"detectAutoSizingAxis\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnEnter\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getVariantControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useAutoMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"randomID\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsInPreview\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useMultiOnChange\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useConstant\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnChange\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useControlledState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"colorFromToken\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"secondsToMinutes\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}","import{containerStyles,emptyStateStyle as defaultEmptyStateStyle}from\"https://framer.com/m/framer/default-utils.js@^0.43.0\";export const emptyStateStyle={...containerStyles,...defaultEmptyStateStyle,textAlign:\"center\",padding:15,width:200,height:100,overflow:\"hidden\"};export const neutralStateStyle={...emptyStateStyle,color:\"#09f\",background:\"rgb(0, 153, 255, 0.1)\",borderColor:\"#09f\"};export const stateTitleStyle={fontSize:12,fontWeight:600,margin:0};export const stateParagraphStyle={fontSize:12,maxWidth:200,lineHeight:1.4,margin:\"5px 0 0 0\"};\nexport const __FramerMetadata__ = {\"exports\":{\"neutralStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateTitleStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateParagraphStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./styles.map","import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";import{InlineWidget}from\"https://jspm.dev/react-calendly@2.2.1\";import{containerStyles}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{emptyStateStyle,stateParagraphStyle,stateTitleStyle}from\"https://framer.com/m/framer/integrations-styles.js@0.2.0\";/**\n * CALENDLY\n *\n * @framerIntrinsicWidth 500\n * @framerIntrinsicHeight 600\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Calendly({style,calendar,hideLandingPageDetails,hideGdprBanner,...props}){return(/*#__PURE__*/ _jsx(motion.div,{style:{...containerStyles,...style},...props,children:calendar?/*#__PURE__*/ _jsx(InlineWidget,{url:`https://calendly.com/${calendar}`,styles:{width:\"100%\",height:\"100%\"},pageSettings:{hideLandingPageDetails,hideGdprBanner}}):/*#__PURE__*/ _jsxs(\"div\",{style:{...emptyStateStyle,...style},...props,children:[/*#__PURE__*/ _jsx(\"h1\",{style:stateTitleStyle,children:\"Calendly\"}),/*#__PURE__*/ _jsx(\"p\",{style:stateParagraphStyle,children:\"Set a calendar name in the Properties.\"})]})}));};Calendly.defaultProps={hideLandingPageDetails:true,hideGdprBanner:true};addPropertyControls(Calendly,{calendar:{type:ControlType.String,defaultValue:\"acmesales\",description:\"Create a [Calendly](https://calendly.com/) account and copy your calendar name.\"},hideLandingPageDetails:{type:ControlType.Boolean,title:\"Details\",disabledTitle:\"Show\",enabledTitle:\"Hide\"},hideGdprBanner:{type:ControlType.Boolean,title:\"GDPR\",disabledTitle:\"Show\",enabledTitle:\"Hide\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Calendly\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"600\",\"framerIntrinsicWidth\":\"500\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Calendly.map","// Generated by Framer (d31cd55)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"kwdb_Sh0f\",\"a_ZCS2APe\",\"Fb1GEGPAo\"];const serializationHash=\"framer-4P6oG\";const variantClassNames={a_ZCS2APe:\"framer-v-15vh5rv\",Fb1GEGPAo:\"framer-v-bauidp\",kwdb_Sh0f:\"framer-v-1ea1r8r\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"kwdb_Sh0f\",\"Variant 2\":\"a_ZCS2APe\",\"Variant 3\":\"Fb1GEGPAo\"};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:\"kwdb_Sh0f\"};};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:\"kwdb_Sh0f\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"Fb1GEGPAo\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ea1r8r\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"kwdb_Sh0f\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({a_ZCS2APe:{\"data-framer-name\":\"Variant 2\"},Fb1GEGPAo:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7kgsuc\",layoutDependency:layoutDependency,layoutId:\"ucytD5prI\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5sxmk9\",layoutDependency:layoutDependency,layoutId:\"WpKNgdULD\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"video expert matching on indiedoers\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||980)-0-1092)/2+0+0)+0+0+0+0),pixelHeight:720,pixelWidth:960,positionX:\"center\",positionY:\"center\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px) / 3, 200px)`,src:\"https://framerusercontent.com/images/lpzpDFAiYVqE1B31nPctIj9WI.png\",srcSet:\"https://framerusercontent.com/images/lpzpDFAiYVqE1B31nPctIj9WI.png?scale-down-to=512 512w,https://framerusercontent.com/images/lpzpDFAiYVqE1B31nPctIj9WI.png 960w\"},className:\"framer-ts364g\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"FStHYNHrz\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},...addPropertyOverrides({a_ZCS2APe:{background:{alt:\"video expert matching on indiedoers\",fit:\"fit\",intrinsicHeight:540,intrinsicWidth:540,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1936)-0-2244)/2+0+0)+0+0+0+0),pixelHeight:720,pixelWidth:960,positionX:\"center\",positionY:\"center\",sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/lpzpDFAiYVqE1B31nPctIj9WI.png\",srcSet:\"https://framerusercontent.com/images/lpzpDFAiYVqE1B31nPctIj9WI.png?scale-down-to=512 512w,https://framerusercontent.com/images/lpzpDFAiYVqE1B31nPctIj9WI.png 960w\"}},Fb1GEGPAo:{background:{alt:\"video expert matching on indiedoers\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-792)/2+0+0)+0+0+0+0),pixelHeight:720,pixelWidth:960,positionX:\"center\",positionY:\"center\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px) / 3, 200px)`,src:\"https://framerusercontent.com/images/lpzpDFAiYVqE1B31nPctIj9WI.png\",srcSet:\"https://framerusercontent.com/images/lpzpDFAiYVqE1B31nPctIj9WI.png?scale-down-to=512 512w,https://framerusercontent.com/images/lpzpDFAiYVqE1B31nPctIj9WI.png 960w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-re67zj\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"PBTp5KpBn\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(51, 51, 51))\"},children:\"Match With Vetted Expert\"})}),className:\"framer-135d4z0\",fonts:[\"GF;Inter-700\"],layoutDependency:layoutDependency,layoutId:\"Q8YOhphq6\",style:{\"--extracted-a0htzi\":\"rgb(51, 51, 51)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({a_ZCS2APe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(51, 51, 51))\"},children:\"Match With Vetted Expert\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ea8c816e-ed86-4553-af65-3aec263b07f9, rgb(101, 99, 92)))\"},children:\"Discover your ideal video expert in our vetted, expanding catalogue.\"})}),className:\"framer-a32toi\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"Du0QRn3eh\",style:{\"--extracted-r6o4lv\":\"var(--token-ea8c816e-ed86-4553-af65-3aec263b07f9, rgb(101, 99, 92))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({a_ZCS2APe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ea8c816e-ed86-4553-af65-3aec263b07f9, rgb(101, 99, 92)))\"},children:\"Discover your ideal video expert in our vetted, expanding catalogue.\"})})}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ozl46b\",layoutDependency:layoutDependency,layoutId:\"LGDXs_NIb\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Experts Pricing packages on indiedoers\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:960,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||980)-0-1092)/2+0+0)+0+0+0+0),pixelHeight:1800,pixelWidth:2400,positionX:\"center\",positionY:\"center\",sizes:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px) / 3, 200px) * 2 + 60px)`,src:\"https://framerusercontent.com/images/G2uTPxE0pfJ0awhalDOGxlIlI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/G2uTPxE0pfJ0awhalDOGxlIlI.png?scale-down-to=512 512w,https://framerusercontent.com/images/G2uTPxE0pfJ0awhalDOGxlIlI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/G2uTPxE0pfJ0awhalDOGxlIlI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/G2uTPxE0pfJ0awhalDOGxlIlI.png 2400w\"},className:\"framer-1362u6p\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"uqzHSFfEW\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},...addPropertyOverrides({a_ZCS2APe:{background:{alt:\"Experts Pricing packages on indiedoers\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:960,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1936)-0-2244)/2+0+0)+0+576+0+0),pixelHeight:1800,pixelWidth:2400,positionX:\"center\",positionY:\"center\",sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/G2uTPxE0pfJ0awhalDOGxlIlI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/G2uTPxE0pfJ0awhalDOGxlIlI.png?scale-down-to=512 512w,https://framerusercontent.com/images/G2uTPxE0pfJ0awhalDOGxlIlI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/G2uTPxE0pfJ0awhalDOGxlIlI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/G2uTPxE0pfJ0awhalDOGxlIlI.png 2400w\"}},Fb1GEGPAo:{background:{alt:\"Experts Pricing packages on indiedoers\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:960,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-792)/2+0+0)+0+0+0+0),pixelHeight:1800,pixelWidth:2400,positionX:\"center\",positionY:\"center\",sizes:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px) / 3, 200px) * 2 + 60px)`,src:\"https://framerusercontent.com/images/G2uTPxE0pfJ0awhalDOGxlIlI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/G2uTPxE0pfJ0awhalDOGxlIlI.png?scale-down-to=512 512w,https://framerusercontent.com/images/G2uTPxE0pfJ0awhalDOGxlIlI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/G2uTPxE0pfJ0awhalDOGxlIlI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/G2uTPxE0pfJ0awhalDOGxlIlI.png 2400w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-elppm8\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"Wys0tEjRl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(51, 51, 51))\"},children:\"Predictable Risk Free Pricing\"})}),className:\"framer-h4onx5\",fonts:[\"GF;Inter-700\"],layoutDependency:layoutDependency,layoutId:\"PXsOJFVUN\",style:{\"--extracted-a0htzi\":\"rgb(51, 51, 51)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({a_ZCS2APe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(51, 51, 51))\"},children:\"Predictable Risk Free Pricing\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ea8c816e-ed86-4553-af65-3aec263b07f9, rgb(101, 99, 92)))\"},children:\"Receive expert proposals at monthly or weekly rates with optional free trials. Ensures you get the right candidate for your project before any commitment. No fuzz, no contracts, cancel anytime.\"})}),className:\"framer-rv58i9\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"B20drSqoc\",style:{\"--extracted-r6o4lv\":\"var(--token-ea8c816e-ed86-4553-af65-3aec263b07f9, rgb(101, 99, 92))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({a_ZCS2APe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ea8c816e-ed86-4553-af65-3aec263b07f9, rgb(101, 99, 92)))\"},children:\"Receive expert proposals at monthly or weekly rates with optional free trials. Ensures you get the right candidate for your project before any commitment. No fuzz, no contracts, cancel anytime.\"})})}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1olsetz\",layoutDependency:layoutDependency,layoutId:\"MBwCTbGXI\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"task management workflow on indiedoers\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:960,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||980)-0-1092)/2+0+0)+0+576+0+0),pixelHeight:720,pixelWidth:960,positionX:\"50.2%\",positionY:\"22.4%\",sizes:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px) / 3, 200px) * 2 + 60px)`,src:\"https://framerusercontent.com/images/1T2xKOyyBZY4q5MVuKJ5bjbd75o.png\",srcSet:\"https://framerusercontent.com/images/1T2xKOyyBZY4q5MVuKJ5bjbd75o.png?scale-down-to=512 512w,https://framerusercontent.com/images/1T2xKOyyBZY4q5MVuKJ5bjbd75o.png 960w\"},className:\"framer-1xcjone\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"grj8kPTId\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},...addPropertyOverrides({a_ZCS2APe:{background:{alt:\"task management workflow on indiedoers\",fit:\"fit\",intrinsicHeight:540,intrinsicWidth:960,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1936)-0-2244)/2+0+0)+0+1152+0+0),pixelHeight:720,pixelWidth:960,positionX:\"center\",positionY:\"center\",sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/1T2xKOyyBZY4q5MVuKJ5bjbd75o.png\",srcSet:\"https://framerusercontent.com/images/1T2xKOyyBZY4q5MVuKJ5bjbd75o.png?scale-down-to=512 512w,https://framerusercontent.com/images/1T2xKOyyBZY4q5MVuKJ5bjbd75o.png 960w\"}},Fb1GEGPAo:{background:{alt:\"task management workflow on indiedoers\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:960,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-792)/2+0+0)+0+426+0+0),pixelHeight:720,pixelWidth:960,positionX:\"50.2%\",positionY:\"22.4%\",sizes:`calc(max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px) / 3, 200px) * 2 + 60px)`,src:\"https://framerusercontent.com/images/1T2xKOyyBZY4q5MVuKJ5bjbd75o.png\",srcSet:\"https://framerusercontent.com/images/1T2xKOyyBZY4q5MVuKJ5bjbd75o.png?scale-down-to=512 512w,https://framerusercontent.com/images/1T2xKOyyBZY4q5MVuKJ5bjbd75o.png 960w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11qqt5p\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"JWWmfE7OI\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(51, 51, 51))\"},children:\"Manage Your Complete Post-Production Workflow\"})}),className:\"framer-1cacadk\",fonts:[\"GF;Inter-700\"],layoutDependency:layoutDependency,layoutId:\"mdtKw5lZi\",style:{\"--extracted-a0htzi\":\"rgb(51, 51, 51)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({a_ZCS2APe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(51, 51, 51))\"},children:\"Manage Your Complete Post-Production Workflow\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ea8c816e-ed86-4553-af65-3aec263b07f9, rgb(101, 99, 92)))\"},children:\"Streamline Your Creativity, One Platform for Your Entire Video Production Journey. Manage and perfect each step, from the first idea to the final cut, with our project management tool.\"})}),className:\"framer-1g7wvxj\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"nBo9nEhwj\",style:{\"--extracted-r6o4lv\":\"var(--token-ea8c816e-ed86-4553-af65-3aec263b07f9, rgb(101, 99, 92))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({a_ZCS2APe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ea8c816e-ed86-4553-af65-3aec263b07f9, rgb(101, 99, 92)))\"},children:\"Streamline Your Creativity, One Platform for Your Entire Video Production Journey. Manage and perfect each step, from the first idea to the final cut, with our project management tool.\"})})}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c0uw36\",layoutDependency:layoutDependency,layoutId:\"j_g_0VoPI\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Communication options on indiedoers platform\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1080,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||980)-0-1092)/2+0+0)+0+576+0+0),pixelHeight:720,pixelWidth:960,sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px) / 3, 200px)`,src:\"https://framerusercontent.com/images/2Wd6K1RQVMqgjUevzw1CbP2PDec.png\",srcSet:\"https://framerusercontent.com/images/2Wd6K1RQVMqgjUevzw1CbP2PDec.png?scale-down-to=512 512w,https://framerusercontent.com/images/2Wd6K1RQVMqgjUevzw1CbP2PDec.png 960w\"},className:\"framer-5s5csl\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"Z_XwIfSbJ\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},...addPropertyOverrides({a_ZCS2APe:{background:{alt:\"Communication options on indiedoers platform\",fit:\"fit\",intrinsicHeight:1080,intrinsicWidth:1080,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||1936)-0-2244)/2+0+0)+0+1728+0+0),pixelHeight:720,pixelWidth:960,positionX:\"center\",positionY:\"center\",sizes:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 200px)`,src:\"https://framerusercontent.com/images/2Wd6K1RQVMqgjUevzw1CbP2PDec.png\",srcSet:\"https://framerusercontent.com/images/2Wd6K1RQVMqgjUevzw1CbP2PDec.png?scale-down-to=512 512w,https://framerusercontent.com/images/2Wd6K1RQVMqgjUevzw1CbP2PDec.png 960w\"}},Fb1GEGPAo:{background:{alt:\"Communication options on indiedoers platform\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1080,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-792)/2+0+0)+0+426+0+0),pixelHeight:720,pixelWidth:960,sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px) / 3, 200px)`,src:\"https://framerusercontent.com/images/2Wd6K1RQVMqgjUevzw1CbP2PDec.png\",srcSet:\"https://framerusercontent.com/images/2Wd6K1RQVMqgjUevzw1CbP2PDec.png?scale-down-to=512 512w,https://framerusercontent.com/images/2Wd6K1RQVMqgjUevzw1CbP2PDec.png 960w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sq0wtz\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"p1xrzRKcg\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(51, 51, 51))\"},children:\"Reviews & Approvals\"})}),className:\"framer-3c6cv3\",fonts:[\"GF;Inter-700\"],layoutDependency:layoutDependency,layoutId:\"eXPWDQKBs\",style:{\"--extracted-a0htzi\":\"rgb(51, 51, 51)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({a_ZCS2APe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.8px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(51, 51, 51))\"},children:\"Reviews & Approvals\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ea8c816e-ed86-4553-af65-3aec263b07f9, rgb(101, 99, 92)))\"},children:\"Receive detailed, actionable feedback to streamline review processes and accelerate approval timelines.\"})}),className:\"framer-7zwus1\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"v6BLS8RXP\",style:{\"--extracted-r6o4lv\":\"var(--token-ea8c816e-ed86-4553-af65-3aec263b07f9, rgb(101, 99, 92))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({a_ZCS2APe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ea8c816e-ed86-4553-af65-3aec263b07f9, rgb(101, 99, 92)))\"},children:\"Receive detailed, actionable feedback to streamline review processes and accelerate approval timelines.\"})})}},baseVariant,gestureVariant)})]})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4P6oG.framer-16f8aja, .framer-4P6oG .framer-16f8aja { display: block; }\",\".framer-4P6oG.framer-1ea1r8r { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-4P6oG .framer-7kgsuc { display: grid; flex: none; gap: 60px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-4P6oG .framer-5sxmk9, .framer-4P6oG .framer-c0uw36 { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: auto; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-4P6oG .framer-ts364g, .framer-4P6oG .framer-1362u6p, .framer-4P6oG .framer-1xcjone, .framer-4P6oG .framer-5s5csl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 300px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-4P6oG .framer-re67zj, .framer-4P6oG .framer-elppm8, .framer-4P6oG .framer-11qqt5p, .framer-4P6oG .framer-1sq0wtz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-4P6oG .framer-135d4z0, .framer-4P6oG .framer-a32toi, .framer-4P6oG .framer-h4onx5, .framer-4P6oG .framer-rv58i9, .framer-4P6oG .framer-1cacadk, .framer-4P6oG .framer-1g7wvxj, .framer-4P6oG .framer-3c6cv3, .framer-4P6oG .framer-7zwus1 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-4P6oG .framer-ozl46b, .framer-4P6oG .framer-1olsetz { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; grid-column: auto / span 2; height: auto; justify-content: center; justify-self: start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4P6oG.framer-1ea1r8r, .framer-4P6oG .framer-5sxmk9, .framer-4P6oG .framer-ts364g, .framer-4P6oG .framer-re67zj, .framer-4P6oG .framer-ozl46b, .framer-4P6oG .framer-1362u6p, .framer-4P6oG .framer-elppm8, .framer-4P6oG .framer-1olsetz, .framer-4P6oG .framer-1xcjone, .framer-4P6oG .framer-11qqt5p, .framer-4P6oG .framer-c0uw36, .framer-4P6oG .framer-5s5csl, .framer-4P6oG .framer-1sq0wtz { gap: 0px; } .framer-4P6oG.framer-1ea1r8r > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-4P6oG.framer-1ea1r8r > :first-child, .framer-4P6oG .framer-5sxmk9 > :first-child, .framer-4P6oG .framer-ts364g > :first-child, .framer-4P6oG .framer-re67zj > :first-child, .framer-4P6oG .framer-ozl46b > :first-child, .framer-4P6oG .framer-1362u6p > :first-child, .framer-4P6oG .framer-elppm8 > :first-child, .framer-4P6oG .framer-1olsetz > :first-child, .framer-4P6oG .framer-1xcjone > :first-child, .framer-4P6oG .framer-11qqt5p > :first-child, .framer-4P6oG .framer-c0uw36 > :first-child, .framer-4P6oG .framer-5s5csl > :first-child, .framer-4P6oG .framer-1sq0wtz > :first-child { margin-top: 0px; } .framer-4P6oG.framer-1ea1r8r > :last-child, .framer-4P6oG .framer-5sxmk9 > :last-child, .framer-4P6oG .framer-ts364g > :last-child, .framer-4P6oG .framer-re67zj > :last-child, .framer-4P6oG .framer-ozl46b > :last-child, .framer-4P6oG .framer-1362u6p > :last-child, .framer-4P6oG .framer-elppm8 > :last-child, .framer-4P6oG .framer-1olsetz > :last-child, .framer-4P6oG .framer-1xcjone > :last-child, .framer-4P6oG .framer-11qqt5p > :last-child, .framer-4P6oG .framer-c0uw36 > :last-child, .framer-4P6oG .framer-5s5csl > :last-child, .framer-4P6oG .framer-1sq0wtz > :last-child { margin-bottom: 0px; } .framer-4P6oG .framer-5sxmk9 > *, .framer-4P6oG .framer-ozl46b > *, .framer-4P6oG .framer-1olsetz > *, .framer-4P6oG .framer-c0uw36 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-4P6oG .framer-ts364g > *, .framer-4P6oG .framer-1362u6p > *, .framer-4P6oG .framer-1xcjone > *, .framer-4P6oG .framer-5s5csl > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-4P6oG .framer-re67zj > *, .framer-4P6oG .framer-elppm8 > *, .framer-4P6oG .framer-11qqt5p > *, .framer-4P6oG .framer-1sq0wtz > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-4P6oG.framer-v-15vh5rv.framer-1ea1r8r { width: 714px; }\",\".framer-4P6oG.framer-v-15vh5rv .framer-7kgsuc { grid-template-columns: repeat(1, minmax(200px, 1fr)); }\",\".framer-4P6oG.framer-v-15vh5rv .framer-ozl46b, .framer-4P6oG.framer-v-15vh5rv .framer-1olsetz { grid-column: auto / span 1; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 980\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"a_ZCS2APe\":{\"layout\":[\"fixed\",\"auto\"]},\"Fb1GEGPAo\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameriJhT5LFAU=withCSS(Component,css,\"framer-4P6oG\");export default FrameriJhT5LFAU;FrameriJhT5LFAU.displayName=\"Indiedoers Features Design 1\";FrameriJhT5LFAU.defaultProps={height:980,width:1200};addPropertyControls(FrameriJhT5LFAU,{variant:{options:[\"kwdb_Sh0f\",\"a_ZCS2APe\",\"Fb1GEGPAo\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameriJhT5LFAU,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameriJhT5LFAU\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"980\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"a_ZCS2APe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Fb1GEGPAo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./iJhT5LFAU.map","// Generated by Framer (0961f6c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"td4QCgiCF\",\"OuULhWz9M\",\"S0y2ywC8A\"];const serializationHash=\"framer-rRljB\";const variantClassNames={OuULhWz9M:\"framer-v-bpxpu7\",S0y2ywC8A:\"framer-v-1rwkm1l\",td4QCgiCF:\"framer-v-6km170\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"td4QCgiCF\",\"Variant 2\":\"OuULhWz9M\",mobile:\"S0y2ywC8A\"};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:\"td4QCgiCF\"};};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:\"td4QCgiCF\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"OuULhWz9M\",\"S0y2ywC8A\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"OuULhWz9M\")return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"OuULhWz9M\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-6km170\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"td4QCgiCF\",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({OuULhWz9M:{\"data-framer-name\":\"Variant 2\"},S0y2ywC8A:{\"data-framer-name\":\"mobile\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\"},children:\"Hire video experts through Indiedoers in 3 easy steps\"})}),className:\"framer-ob1gaq\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Inter-700\"],layoutDependency:layoutDependency,layoutId:\"I3864:32975;3836:12693\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pz06yo\",\"data-framer-name\":\"Row\",layoutDependency:layoutDependency,layoutId:\"I3864:32975;3836:12694\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-szk9q\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"I3864:32975;3836:12695\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"How it works- post job or explore expert package\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:800,pixelHeight:800,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 224px) / 3, 1px)`,src:\"https://framerusercontent.com/images/53RFDcDjV6GZRuFgH4dbQw3uams.svg\",srcSet:\"https://framerusercontent.com/images/53RFDcDjV6GZRuFgH4dbQw3uams.svg?scale-down-to=512 512w,https://framerusercontent.com/images/53RFDcDjV6GZRuFgH4dbQw3uams.svg 600w\"},className:\"framer-7ih102\",\"data-framer-name\":\"Placeholder Image\",layoutDependency:layoutDependency,layoutId:\"I3864:32975;3836:12696\",...addPropertyOverrides({S0y2ywC8A:{background:{alt:\"How it works- post job or explore expert package\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:800,pixelHeight:800,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px)`,src:\"https://framerusercontent.com/images/53RFDcDjV6GZRuFgH4dbQw3uams.svg\",srcSet:\"https://framerusercontent.com/images/53RFDcDjV6GZRuFgH4dbQw3uams.svg?scale-down-to=512 512w,https://framerusercontent.com/images/53RFDcDjV6GZRuFgH4dbQw3uams.svg 600w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8xm7j7\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"I3864:32975;3836:12697\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tvgndb\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"I3864:32975;3836:12698\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\"},children:\"Post Job or Explore Expert Packages\"})}),className:\"framer-z13lqz\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Inter-700\"],layoutDependency:layoutDependency,layoutId:\"I3864:32975;3836:12699\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(136, 136, 136))\"},children:\"Post your project for tailored proposals or browse expert packages and connect directly. Get creative solutions or control your search with ease.\"})}),className:\"framer-1a64cgb\",\"data-framer-name\":\"Text\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"I3864:32975;3836:12700\",style:{\"--extracted-r6o4lv\":\"rgb(136, 136, 136)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1akxhd2\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"I3864:32975;3836:12703\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"How it works- choose expert packages\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:800,pixelHeight:800,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 224px) / 3, 1px)`,src:\"https://framerusercontent.com/images/W66sI52UL4REBQnTLBlF1owtPo.svg\",srcSet:\"https://framerusercontent.com/images/W66sI52UL4REBQnTLBlF1owtPo.svg?scale-down-to=512 512w,https://framerusercontent.com/images/W66sI52UL4REBQnTLBlF1owtPo.svg 600w\"},className:\"framer-yam6va\",\"data-framer-name\":\"Placeholder Image\",layoutDependency:layoutDependency,layoutId:\"I3864:32975;3836:12704\",...addPropertyOverrides({S0y2ywC8A:{background:{alt:\"How it works- choose expert packages\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:800,pixelHeight:800,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px)`,src:\"https://framerusercontent.com/images/W66sI52UL4REBQnTLBlF1owtPo.svg\",srcSet:\"https://framerusercontent.com/images/W66sI52UL4REBQnTLBlF1owtPo.svg?scale-down-to=512 512w,https://framerusercontent.com/images/W66sI52UL4REBQnTLBlF1owtPo.svg 600w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1v847qp\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"I3864:32975;3836:12705\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17cextr\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"I3864:32975;3836:12706\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\"},children:\"Choose Package\"})}),className:\"framer-1eb3pyt\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Inter-700\"],layoutDependency:layoutDependency,layoutId:\"I3864:32975;3836:12707\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1q8nvlj\",layoutDependency:layoutDependency,layoutId:\"mYQ9ECdfx\",style:{backgroundColor:\"rgb(255, 218, 181)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},variants:{S0y2ywC8A:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-tcooor, rgb(217, 111, 35))\"},children:\"Weekly or Monthly Billing. Cancel Anytime\"})}),className:\"framer-1bgv2r3\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Inter-600\"],layoutDependency:layoutDependency,layoutId:\"aSRPxOfkh\",style:{\"--extracted-tcooor\":\"rgb(217, 111, 35)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{S0y2ywC8A:{\"--extracted-r6o4lv\":\"rgb(217, 111, 35)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({S0y2ywC8A:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(217, 111, 35))\"},children:[\"Weekly or Monthly Billing.\",/*#__PURE__*/_jsx(motion.br,{}),\"Cancel Anytime\"]})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(136, 136, 136))\"},children:\"Choose between subscription proposal or expert service package plans that suits your needs best. Cancel anytime—no contracts, no fuss.\"})}),className:\"framer-115xyqi\",\"data-framer-name\":\"Text\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"I3864:32975;3836:12708\",style:{\"--extracted-r6o4lv\":\"rgb(136, 136, 136)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ysbq4r\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"I3864:32975;3836:12711\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"How it works- assign video tasks to experts\",fit:\"fit\",intrinsicHeight:1080,intrinsicWidth:1080,pixelHeight:1080,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 224px) / 3, 1px)`,src:\"https://framerusercontent.com/images/mceANQH0QFBIGkf6iSVJSs6OI.svg\",srcSet:\"https://framerusercontent.com/images/mceANQH0QFBIGkf6iSVJSs6OI.svg?scale-down-to=512 512w,https://framerusercontent.com/images/mceANQH0QFBIGkf6iSVJSs6OI.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/mceANQH0QFBIGkf6iSVJSs6OI.svg 1080w\"},className:\"framer-13xnzlv\",\"data-framer-name\":\"Placeholder Image\",layoutDependency:layoutDependency,layoutId:\"I3864:32975;3836:12712\",...addPropertyOverrides({S0y2ywC8A:{background:{alt:\"How it works- assign video tasks to experts\",fit:\"fit\",intrinsicHeight:1080,intrinsicWidth:1080,pixelHeight:1080,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 40px)`,src:\"https://framerusercontent.com/images/mceANQH0QFBIGkf6iSVJSs6OI.svg\",srcSet:\"https://framerusercontent.com/images/mceANQH0QFBIGkf6iSVJSs6OI.svg?scale-down-to=512 512w,https://framerusercontent.com/images/mceANQH0QFBIGkf6iSVJSs6OI.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/mceANQH0QFBIGkf6iSVJSs6OI.svg 1080w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1okervv\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"I3864:32975;3836:12713\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-q5mz2t\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"I3864:32975;3836:12714\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\"},children:\"Assign Tasks and Get Deliveries\"})}),className:\"framer-1xl67hx\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Inter-700\"],layoutDependency:layoutDependency,layoutId:\"I3864:32975;3836:12715\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(136, 136, 136))\"},children:\"Assign your video task and use our efficient system for smooth file sharing and clear communication, ensuring perfect project execution.\"})}),className:\"framer-1fppshm\",\"data-framer-name\":\"Text\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"I3864:32975;3836:12716\",style:{\"--extracted-r6o4lv\":\"rgb(136, 136, 136)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.ol,{className:\"framer-v3utqv\",\"data-framer-name\":\"Row\",layoutDependency:layoutDependency,layoutId:\"uGDKasD4R\",children:[/*#__PURE__*/_jsxs(motion.li,{className:\"framer-126frn2\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"kyQ_QYGdU\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"How it works- post job or explore expert package\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:800,pixelHeight:800,pixelWidth:800,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/53RFDcDjV6GZRuFgH4dbQw3uams.svg\",srcSet:\"https://framerusercontent.com/images/53RFDcDjV6GZRuFgH4dbQw3uams.svg?scale-down-to=512 512w,https://framerusercontent.com/images/53RFDcDjV6GZRuFgH4dbQw3uams.svg 600w\"},className:\"framer-sc07s5\",\"data-framer-name\":\"Placeholder Image\",layoutDependency:layoutDependency,layoutId:\"gO5i2JsoE\",...addPropertyOverrides({OuULhWz9M:{background:{alt:\"How it works- post job or explore expert package\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:800,pixelHeight:800,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 224px) / 3, 1px)`,src:\"https://framerusercontent.com/images/53RFDcDjV6GZRuFgH4dbQw3uams.svg\",srcSet:\"https://framerusercontent.com/images/53RFDcDjV6GZRuFgH4dbQw3uams.svg?scale-down-to=512 512w,https://framerusercontent.com/images/53RFDcDjV6GZRuFgH4dbQw3uams.svg 600w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-yms0bp\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"Fa5qv0wCT\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-408mfu\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"vR5QfERBz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\"},children:\"Post Job or Explore Expert Packages\"})}),className:\"framer-1ei7ccc\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Inter-700\"],layoutDependency:layoutDependency,layoutId:\"pqJAKuxpk\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(136, 136, 136))\"},children:\"Post your project for tailored proposals or browse expert packages and connect directly. Get creative solutions or control your search with ease.\"})}),className:\"framer-180b4kh\",\"data-framer-name\":\"Text\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"BmIvtdY35\",style:{\"--extracted-r6o4lv\":\"rgb(136, 136, 136)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(motion.li,{className:\"framer-if9dro\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"gbSxCJn7r\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"How it works- choose expert packages\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:800,pixelHeight:800,pixelWidth:800,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/W66sI52UL4REBQnTLBlF1owtPo.svg\",srcSet:\"https://framerusercontent.com/images/W66sI52UL4REBQnTLBlF1owtPo.svg?scale-down-to=512 512w,https://framerusercontent.com/images/W66sI52UL4REBQnTLBlF1owtPo.svg 600w\"},className:\"framer-1y3l7gs\",\"data-framer-name\":\"Placeholder Image\",layoutDependency:layoutDependency,layoutId:\"waQNTz4ao\",...addPropertyOverrides({OuULhWz9M:{background:{alt:\"How it works- choose expert packages\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:800,pixelHeight:800,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 224px) / 3, 1px)`,src:\"https://framerusercontent.com/images/W66sI52UL4REBQnTLBlF1owtPo.svg\",srcSet:\"https://framerusercontent.com/images/W66sI52UL4REBQnTLBlF1owtPo.svg?scale-down-to=512 512w,https://framerusercontent.com/images/W66sI52UL4REBQnTLBlF1owtPo.svg 600w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ekw08g\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"bkJyobwXu\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dt39wu\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"kY2WGzr2P\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\"},children:\"Choose Package\"})}),className:\"framer-1etshpt\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Inter-700\"],layoutDependency:layoutDependency,layoutId:\"oh0mXv9Tb\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ji798r\",layoutDependency:layoutDependency,layoutId:\"cJ3ax23Hc\",style:{backgroundColor:\"rgb(255, 218, 181)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-tcooor, rgb(217, 111, 35))\"},children:\"Weekly or Monthly Billing. Cancel Anytime\"})}),className:\"framer-uo0wus\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Inter-600\"],layoutDependency:layoutDependency,layoutId:\"dF8k5A_Fs\",style:{\"--extracted-tcooor\":\"rgb(217, 111, 35)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(136, 136, 136))\"},children:\"Choose between subscription proposal or expert service package plans that suits your needs best. Cancel anytime—no contracts, no fuss.\"})}),className:\"framer-1xdlcu3\",\"data-framer-name\":\"Text\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"XXFGiA67e\",style:{\"--extracted-r6o4lv\":\"rgb(136, 136, 136)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(motion.li,{className:\"framer-7948zb\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"W51Y2C_jb\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"How it works- assign video tasks to experts\",fit:\"fit\",intrinsicHeight:1080,intrinsicWidth:1080,pixelHeight:1080,pixelWidth:1080,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/mceANQH0QFBIGkf6iSVJSs6OI.svg\",srcSet:\"https://framerusercontent.com/images/mceANQH0QFBIGkf6iSVJSs6OI.svg?scale-down-to=512 512w,https://framerusercontent.com/images/mceANQH0QFBIGkf6iSVJSs6OI.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/mceANQH0QFBIGkf6iSVJSs6OI.svg 1080w\"},className:\"framer-76zn3d\",\"data-framer-name\":\"Placeholder Image\",layoutDependency:layoutDependency,layoutId:\"FGN7ahlcZ\",...addPropertyOverrides({OuULhWz9M:{background:{alt:\"How it works- assign video tasks to experts\",fit:\"fit\",intrinsicHeight:1080,intrinsicWidth:1080,pixelHeight:1080,pixelWidth:1080,positionX:\"center\",positionY:\"center\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 224px) / 3, 1px)`,src:\"https://framerusercontent.com/images/mceANQH0QFBIGkf6iSVJSs6OI.svg\",srcSet:\"https://framerusercontent.com/images/mceANQH0QFBIGkf6iSVJSs6OI.svg?scale-down-to=512 512w,https://framerusercontent.com/images/mceANQH0QFBIGkf6iSVJSs6OI.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/mceANQH0QFBIGkf6iSVJSs6OI.svg 1080w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qke7k5\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"HA86JRSpo\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jn1ixg\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"u6pWGPbXi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\"},children:\"Assign Tasks and Get Deliveries\"})}),className:\"framer-oo3fxc\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Inter-700\"],layoutDependency:layoutDependency,layoutId:\"MRYvbXf7S\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(136, 136, 136))\"},children:\"Assign your video task and use our efficient system for smooth file sharing and clear communication, ensuring perfect project execution.\"})}),className:\"framer-1mf8pcf\",\"data-framer-name\":\"Text\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"S76VJujV3\",style:{\"--extracted-r6o4lv\":\"rgb(136, 136, 136)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rRljB.framer-1l173hl, .framer-rRljB .framer-1l173hl { display: block; }\",\".framer-rRljB.framer-6km170 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 112px 64px 112px 64px; position: relative; width: 1200px; }\",\".framer-rRljB .framer-ob1gaq { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 700px; word-break: break-word; word-wrap: break-word; }\",\".framer-rRljB .framer-pz06yo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-rRljB .framer-szk9q, .framer-rRljB .framer-1akxhd2, .framer-rRljB .framer-126frn2, .framer-rRljB .framer-if9dro { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 74px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-rRljB .framer-7ih102, .framer-rRljB .framer-yam6va, .framer-rRljB .framer-13xnzlv, .framer-rRljB .framer-sc07s5, .framer-rRljB .framer-1y3l7gs, .framer-rRljB .framer-76zn3d { flex: none; height: 327px; position: relative; width: 100%; }\",\".framer-rRljB .framer-8xm7j7, .framer-rRljB .framer-1v847qp, .framer-rRljB .framer-yms0bp, .framer-rRljB .framer-ekw08g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-rRljB .framer-1tvgndb, .framer-rRljB .framer-408mfu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-rRljB .framer-z13lqz, .framer-rRljB .framer-1a64cgb, .framer-rRljB .framer-1eb3pyt, .framer-rRljB .framer-115xyqi, .framer-rRljB .framer-1xl67hx, .framer-rRljB .framer-1ei7ccc, .framer-rRljB .framer-180b4kh, .framer-rRljB .framer-1etshpt, .framer-rRljB .framer-1xdlcu3, .framer-rRljB .framer-oo3fxc { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-rRljB .framer-17cextr, .framer-rRljB .framer-dt39wu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 29px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-rRljB .framer-1q8nvlj, .framer-rRljB .framer-ji798r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 20px; position: relative; width: 100%; }\",\".framer-rRljB .framer-1bgv2r3, .framer-rRljB .framer-uo0wus { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-rRljB .framer-1ysbq4r, .framer-rRljB .framer-7948zb { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 74px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-rRljB .framer-1okervv, .framer-rRljB .framer-1qke7k5 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 1px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-rRljB .framer-q5mz2t, .framer-rRljB .framer-jn1ixg { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: 1px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-rRljB .framer-1fppshm, .framer-rRljB .framer-1mf8pcf { flex: 1 0 0px; height: 1px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-rRljB .framer-v3utqv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; list-style: none; margin: 0px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rRljB.framer-6km170, .framer-rRljB .framer-pz06yo, .framer-rRljB .framer-szk9q, .framer-rRljB .framer-8xm7j7, .framer-rRljB .framer-1tvgndb, .framer-rRljB .framer-1akxhd2, .framer-rRljB .framer-1v847qp, .framer-rRljB .framer-17cextr, .framer-rRljB .framer-1q8nvlj, .framer-rRljB .framer-1ysbq4r, .framer-rRljB .framer-1okervv, .framer-rRljB .framer-q5mz2t, .framer-rRljB .framer-v3utqv, .framer-rRljB .framer-126frn2, .framer-rRljB .framer-yms0bp, .framer-rRljB .framer-408mfu, .framer-rRljB .framer-if9dro, .framer-rRljB .framer-ekw08g, .framer-rRljB .framer-dt39wu, .framer-rRljB .framer-ji798r, .framer-rRljB .framer-7948zb, .framer-rRljB .framer-1qke7k5, .framer-rRljB .framer-jn1ixg { gap: 0px; } .framer-rRljB.framer-6km170 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-rRljB.framer-6km170 > :first-child, .framer-rRljB .framer-szk9q > :first-child, .framer-rRljB .framer-8xm7j7 > :first-child, .framer-rRljB .framer-1tvgndb > :first-child, .framer-rRljB .framer-1akxhd2 > :first-child, .framer-rRljB .framer-1v847qp > :first-child, .framer-rRljB .framer-17cextr > :first-child, .framer-rRljB .framer-1ysbq4r > :first-child, .framer-rRljB .framer-1okervv > :first-child, .framer-rRljB .framer-q5mz2t > :first-child, .framer-rRljB .framer-126frn2 > :first-child, .framer-rRljB .framer-yms0bp > :first-child, .framer-rRljB .framer-408mfu > :first-child, .framer-rRljB .framer-if9dro > :first-child, .framer-rRljB .framer-ekw08g > :first-child, .framer-rRljB .framer-dt39wu > :first-child, .framer-rRljB .framer-7948zb > :first-child, .framer-rRljB .framer-1qke7k5 > :first-child, .framer-rRljB .framer-jn1ixg > :first-child { margin-top: 0px; } .framer-rRljB.framer-6km170 > :last-child, .framer-rRljB .framer-szk9q > :last-child, .framer-rRljB .framer-8xm7j7 > :last-child, .framer-rRljB .framer-1tvgndb > :last-child, .framer-rRljB .framer-1akxhd2 > :last-child, .framer-rRljB .framer-1v847qp > :last-child, .framer-rRljB .framer-17cextr > :last-child, .framer-rRljB .framer-1ysbq4r > :last-child, .framer-rRljB .framer-1okervv > :last-child, .framer-rRljB .framer-q5mz2t > :last-child, .framer-rRljB .framer-126frn2 > :last-child, .framer-rRljB .framer-yms0bp > :last-child, .framer-rRljB .framer-408mfu > :last-child, .framer-rRljB .framer-if9dro > :last-child, .framer-rRljB .framer-ekw08g > :last-child, .framer-rRljB .framer-dt39wu > :last-child, .framer-rRljB .framer-7948zb > :last-child, .framer-rRljB .framer-1qke7k5 > :last-child, .framer-rRljB .framer-jn1ixg > :last-child { margin-bottom: 0px; } .framer-rRljB .framer-pz06yo > *, .framer-rRljB .framer-v3utqv > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-rRljB .framer-pz06yo > :first-child, .framer-rRljB .framer-1q8nvlj > :first-child, .framer-rRljB .framer-v3utqv > :first-child, .framer-rRljB .framer-ji798r > :first-child { margin-left: 0px; } .framer-rRljB .framer-pz06yo > :last-child, .framer-rRljB .framer-1q8nvlj > :last-child, .framer-rRljB .framer-v3utqv > :last-child, .framer-rRljB .framer-ji798r > :last-child { margin-right: 0px; } .framer-rRljB .framer-szk9q > *, .framer-rRljB .framer-1akxhd2 > *, .framer-rRljB .framer-1ysbq4r > *, .framer-rRljB .framer-126frn2 > *, .framer-rRljB .framer-if9dro > *, .framer-rRljB .framer-7948zb > * { margin: 0px; margin-bottom: calc(74px / 2); margin-top: calc(74px / 2); } .framer-rRljB .framer-8xm7j7 > *, .framer-rRljB .framer-1v847qp > *, .framer-rRljB .framer-1okervv > *, .framer-rRljB .framer-yms0bp > *, .framer-rRljB .framer-ekw08g > *, .framer-rRljB .framer-1qke7k5 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-rRljB .framer-1tvgndb > *, .framer-rRljB .framer-q5mz2t > *, .framer-rRljB .framer-408mfu > *, .framer-rRljB .framer-jn1ixg > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-rRljB .framer-17cextr > *, .framer-rRljB .framer-dt39wu > * { margin: 0px; margin-bottom: calc(29px / 2); margin-top: calc(29px / 2); } .framer-rRljB .framer-1q8nvlj > *, .framer-rRljB .framer-ji798r > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-rRljB.framer-v-bpxpu7.framer-6km170 { padding: 80px 64px 80px 64px; }\",\".framer-rRljB.framer-v-bpxpu7 .framer-v3utqv { padding: 0px; }\",\".framer-rRljB.framer-v-1rwkm1l.framer-6km170 { padding: 59px 20px 59px 20px; width: 500px; }\",\".framer-rRljB.framer-v-1rwkm1l .framer-pz06yo { flex-direction: column; gap: 104px; order: 0; }\",\".framer-rRljB.framer-v-1rwkm1l .framer-szk9q { flex: none; order: 0; width: 100%; }\",\".framer-rRljB.framer-v-1rwkm1l .framer-1akxhd2 { flex: none; gap: 35px; order: 1; width: 100%; }\",\".framer-rRljB.framer-v-1rwkm1l .framer-17cextr { align-content: center; align-items: center; gap: 32px; }\",\".framer-rRljB.framer-v-1rwkm1l .framer-1q8nvlj { height: min-content; padding: 6px 20px 6px 20px; width: 251px; }\",\".framer-rRljB.framer-v-1rwkm1l .framer-1bgv2r3 { order: 0; }\",\".framer-rRljB.framer-v-1rwkm1l .framer-1ysbq4r { align-self: unset; flex: none; height: 629px; order: 2; width: 100%; }\",\".framer-rRljB.framer-v-1rwkm1l .framer-q5mz2t { gap: 30px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rRljB.framer-v-1rwkm1l .framer-pz06yo, .framer-rRljB.framer-v-1rwkm1l .framer-1akxhd2, .framer-rRljB.framer-v-1rwkm1l .framer-17cextr, .framer-rRljB.framer-v-1rwkm1l .framer-q5mz2t { gap: 0px; } .framer-rRljB.framer-v-1rwkm1l .framer-pz06yo > * { margin: 0px; margin-bottom: calc(104px / 2); margin-top: calc(104px / 2); } .framer-rRljB.framer-v-1rwkm1l .framer-pz06yo > :first-child, .framer-rRljB.framer-v-1rwkm1l .framer-1akxhd2 > :first-child, .framer-rRljB.framer-v-1rwkm1l .framer-17cextr > :first-child, .framer-rRljB.framer-v-1rwkm1l .framer-q5mz2t > :first-child { margin-top: 0px; } .framer-rRljB.framer-v-1rwkm1l .framer-pz06yo > :last-child, .framer-rRljB.framer-v-1rwkm1l .framer-1akxhd2 > :last-child, .framer-rRljB.framer-v-1rwkm1l .framer-17cextr > :last-child, .framer-rRljB.framer-v-1rwkm1l .framer-q5mz2t > :last-child { margin-bottom: 0px; } .framer-rRljB.framer-v-1rwkm1l .framer-1akxhd2 > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-rRljB.framer-v-1rwkm1l .framer-17cextr > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-rRljB.framer-v-1rwkm1l .framer-q5mz2t > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1053\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"OuULhWz9M\":{\"layout\":[\"fixed\",\"auto\"]},\"S0y2ywC8A\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerjr5QBalkq=withCSS(Component,css,\"framer-rRljB\");export default Framerjr5QBalkq;Framerjr5QBalkq.displayName=\"HOW IT WORKS 2\";Framerjr5QBalkq.defaultProps={height:1053,width:1200};addPropertyControls(Framerjr5QBalkq,{variant:{options:[\"td4QCgiCF\",\"OuULhWz9M\",\"S0y2ywC8A\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerjr5QBalkq,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerjr5QBalkq\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OuULhWz9M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"S0y2ywC8A\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"1053\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jr5QBalkq.map"],"mappings":"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"}