{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/3RX4A0XLaixciEmBUFim/ASVXac9RNPA8EHXp7Mzj/siteMetadata.js"],
  "sourcesContent": ["// Generated by Framer (861d57e)\nexport default function metadata(params,activeLocale){return{customHTMLBodyEnd:'<!-- Load the new Chili Piper Concierge script -->\\n<script src=\"https://ext-runpanther.chilipiper.com/concierge-js/cjs/concierge.js\" crossorigin=\"anonymous\" type=\"text/javascript\"></script>\\n\\n<script>\\n    window.addEventListener(\"load\", function () {\\n        console.log(\"Waiting for HubSpot form to load...\");\\n\\n        var observer = new MutationObserver(function (mutations, obs) {\\n            if (document.querySelector(\"#hubspot-form\") || document.querySelector(\"form.hs-form-private\")) {\\n                console.log(\"HubSpot form detected. Initializing Chili Piper...\");\\n                obs.disconnect(); // Stop observing once the form is found\\n\\n                // Ensure Chili Piper is loaded\\n                if (typeof ChiliPiper !== \"undefined\") {\\n                    console.log(\"Chili Piper script loaded. Deploying...\");\\n\\n                    ChiliPiper.deploy(\"ext-runpanther\", \"inbound_router\", {\\n                        \"formType\": \"Hubspot\",\\n                        \"formIds\": [\\n                            \"2f51099f-484a-4574-aec6-fa59f65b2cb9\",\\n                            \"85364f12-f0cf-48ae-a30f-afc6fb7526d\"\\n                        ]\\n                    });\\n\\n                    // Listen for HubSpot form submissions\\n                    window.addEventListener(\"message\", function (event) {\\n                        if (event.data.type === \"hsFormCallback\" && event.data.eventName === \"onFormSubmitted\") {\\n                            console.log(\"HubSpot form submitted. Triggering Chili Piper...\");\\n                        }\\n                    });\\n\\n                } else {\\n                    console.error(\"Chili Piper script not found. Retrying in 1 second...\");\\n                    setTimeout(function () {\\n                        if (typeof ChiliPiper !== \"undefined\") {\\n                            console.log(\"Retry successful. Deploying Chili Piper...\");\\n                            ChiliPiper.deploy(\"ext-runpanther\", \"inbound_router\", {\\n                                \"formType\": \"Hubspot\",\\n                                \"formIds\": [\\n                                    \"2f51099f-484a-4574-aec6-fa59f65b2cb9\",\\n                                    \"85364f12-f0cf-48ae-a30f-afc6fb7526d\"\\n                                ]\\n                            });\\n                        } else {\\n                            console.error(\"Chili Piper still not available. Please check the script.\");\\n                        }\\n                    }, 1000);\\n                }\\n            }\\n        });\\n\\n        // Start observing DOM changes for form loading\\n        observer.observe(document.body, { childList: true, subtree: true });\\n\\n        // Prevent infinite loading state\\n        setTimeout(function () {\\n            var chiliContainer = document.querySelector(\".ChiliPiperContainer\");\\n            if (chiliContainer && chiliContainer.classList.contains(\"loading\")) {\\n                console.warn(\"Chili Piper stuck in loading state. Resetting...\");\\n                chiliContainer.classList.remove(\"loading\");\\n            }\\n        }, 10000); // 10 seconds timeout\\n    });\\n</script>\\n<script>\\n  window.ChiliChat = {\\n    config: {\\n      workspaceId: \\'65d8f27484a65038efbce2b2\\',\\n      tenantId: \\'panther.0\\',\\n      chatUrl: \\'https://ext-runpanther.chilipiper.com/chat/widget/\\',\\n    },\\n  }\\n</script>\\n<script type=\"module\" crossorigin=\"anonymous\" src=\"https://ext-runpanther.chilipiper.com/chat/embed/assets/index.js\"></script>',customHTMLBodyStart:'<!-- Start of HubSpot Embed Code -->\\n<script type=\"text/javascript\" id=\"hs-script-loader\" async=\"\" defer=\"\" src=\"//js.hs-scripts.com/6015771.js\"></script>\\n<!-- End of HubSpot Embed Code -->\\n\\n\\n<!-- Google Tag Manager (noscript) -->\\n<noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-PNF84Z7\" height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>\\n<!-- End Google Tag Manager (noscript) -->',customHTMLHeadEnd:'<style>\\n/* Override HubSpot random marigins */\\n\\nfieldset.form-columns-1 .hs-input {\\n    max-width: 100% !important;\\n    width: 100%!important;\\n\\n}\\n\\n\\nfieldset.form-columns-2 .hs-input {\\n    max-width: 100% !important;\\n    width: 100%!important;\\n}\\n\\n\\nform {\\n  display: block;\\n    margin-top: 0em;\\n\\n}\\n\\n/* Fields */\\n\\n.hs-form-field {\\n  margin-bottom: 1.4rem;\\n  width: 100%;\\n  max-width: 100% !important;\\n\\n}\\n\\n/* Labels */\\n\\nform label {\\n  display: block;\\n  font-size: 1.3em;\\n  font-family: \"Helvetica Text Now Regular\",sans-serif;\\n  margin-bottom: 0.35rem;\\n  font-size: 1.3em;\\n  line-height: 24px;\\n  font-weight: 500;\\n}\\n\\n/* Help text */\\n\\nform legend {\\n  font-size: 0.95rem;\\n}\\n\\n.input {\\nmargin:0px;\\n\\n}\\n\\n/* Inputs */\\nform input{\\n    margin-bottom: 0;\\n    border: 1px solid #c9cace;\\n    border-radius: 0.5em;\\n    background-color: #fff;\\n    font-weight: 400;\\n    padding: 8px 12px;\\n    max-width: 100%;\\n    width: 100%;\\n}\\n\\nform input[type=text],\\nform input[type=search],\\nform input[type=email]{\\n\\n}\\nform input[type=password],\\nform input[type=tel],\\nform input[type=number],\\nform input[type=file],\\nform select,\\n\\n\\nform textarea {\\n    margin-bottom: 0;\\n    border: 1px solid #c9cace;\\n    border-radius: 0.5em;\\n    background-color: #fff;\\n    font-weight: 400;\\n    padding: 8px 12px;\\n\\n}\\n\\nform fieldset {\\n  max-width: 100% !important;\\n}\\n\\n/* Inputs - checkbox/radio */\\n\\nform .inputs-list {\\n  margin: 0;\\n  padding: 0;\\n  list-style: none;\\n}\\n\\nform .inputs-list > li {\\n  display: block;\\n  margin: 0 0;\\n}\\n\\nform .inputs-list input,\\nform .inputs-list span {\\n  vertical-align: middle;\\n}\\n\\nform input[type=checkbox],\\nform input[type=radio] {\\n  cursor: pointer;\\n  margin-right: 0.35rem;\\n}\\n\\n/* Inputs - date picker */\\n\\n.hs-dateinput {\\n  position: relative;\\n}\\n\\n.hs-dateinput:before {\\n  content:\\'\\\\01F4C5\\';\\n  position: absolute;\\n  right: 10%;\\n  top: 50%;\\n  transform: translateY(-50%);\\n}\\n\\n.fn-date-picker .pika-table thead th {\\n  color: #FFF;\\n}\\n\\n.fn-date-picker td.is-selected .pika-button {\\n  border-radius: 0;\\n  box-shadow: none;\\n}\\n\\n.fn-date-picker td .pika-button:hover,\\n.fn-date-picker td .pika-button:focus {\\n  border-radius: 0 !important;\\n  color: #FFF;\\n}\\n\\n/* Inputs - file picker */\\n\\nform input[type=file] {\\n  background-color: transparent;\\n  border: initial;\\n  padding: initial;\\n}\\n\\n/* Headings and text */\\n\\nform .hs-richtext,\\nform .hs-richtext p {\\n  font-size: 1.3em;\\n  margin: 0 0;\\n}\\n\\nform .hs-richtext img {\\n  max-width: 100% !important;\\n}\\n\\n/* GDPR */\\n\\n.legal-consent-container .hs-form-booleancheckbox-display > span,\\n.legal-consent-container .hs-form-booleancheckbox-display > span p {\\n  margin-left: 1rem !important;\\n}\\n\\n/* Validation */\\n\\n.hs-form-required {\\n  color: #EF6B51;\\n}\\n\\n.hs-input.invalid.error {\\n  border-color: #EF6B51;\\n}\\n\\n.hs-error-msg {\\n  color: #EF6B51;\\n  margin-top: 0.35rem;\\n}\\n\\n/* Submit button */\\n\\nform input[type=submit],\\nform .hs-button {\\n  cursor: pointer;\\n  display: inline-block;\\n  text-align: center;\\n  transition: all 0.15s linear;\\n  white-space: normal;\\n  padding: 1em 1em;\\n  border-radius: 2em;\\n  background-color: #43b97f;\\n  -webkit-transition: background-color .3s ease-in-out;\\n  transition: background-color .3s ease-in-out;\\n  font-family: Circularstd,sans-serif;\\n  color: #fff;\\n  font-size: 1.3em;\\n  line-height: 16px;\\n  font-weight: 500;\\n  width: auto !important;\\n}\\n\\n/* Add your new rule here */\\nform label {\\n    display: none; /* Use this if you want to completely remove the label from the document flow */\\n    /* visibility: hidden; Use this instead if you want to hide the label but keep its space */\\n}\\n.submitted-message{\\n  color:#fff\\n}\\n#hubspot_form_2f51099f-484a-4574-aec6-fa59f65b2cb9id79e49efd33b7d form .hs-form-field{\\n  margin-top:10px !important\\n}\\n\\n\\n/* FRAMER STYLE OVERRIDES START */\\nul.framer-text > li.framer-text::before {\\n  width: 1.5ch !important;\\n  font-size: 36px;\\n  line-height:26px;\\n  color: #182FFF;\\n}\\n\\n/* FRAMER STYLE OVERRIDES MOBILE START */\\n  @media all and (max-width:810px) {\\n    ul.framer-text {\\n      padding-left: 2.5ch !important;\\n    }\\n    ul.framer-text > li.framer-text::before {\\n      line-height:24px;\\n    }\\n  }\\n/* FRAMER STYLE OVERRIDES MOBILE END*/\\nul.framer-text > li.framer-text::after {\\n  height: 8px;\\n  display: block;\\n  content: \"\";\\n}\\n/* FRAMER STYLE OVERRIDES END*/\\n</style>\\n',customHTMLHeadStart:\"<!-- Google Tag Manager -->\\n<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\\nnew Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\\nj=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\\n'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\\n})(window,document,'script','dataLayer','GTM-PNF84Z7');</script>\\n<!-- End Google Tag Manager -->\\n\\n<!-- Pixel One Analytics -->\\n<script src=\\\"https://cdn.usefathom.com/script.js\\\" data-site=\\\"ZLNNQMAM\\\" defer=\\\"\\\"></script>\\n<!-- / Fathom -->\",description:\"Panther is the security monitoring platform for the cloud, trusted by teams at Zapier, Dropbox, Asana and more to optimize costs and control, accelerate detection and response, and achieve cross-system visibility at scale.\",favicon:\"https://framerusercontent.com/assets/laGLIhsApZhF8p2HhB92Hpkxp24.png\",robots:\"max-image-preview:large\",socialImage:\"https://framerusercontent.com/assets/XikYBALfSvxIrbPpWmm5bj6W6w.png\",title:\"Panther | The Security Monitoring Platform for the Cloud\"};}export const metadataVersion=1;\nexport const __FramerMetadata__ = {\"exports\":{\"metadataVersion\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "AACe,SAARA,EAA0BC,EAAOC,EAAa,CAAC,MAAM,CAAC,kBAAkB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,iIAAy8G,oBAAoB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,4CAA4b,kBAAkB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAm4I,oBAAoB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA+jB,YAAY,iOAAiO,QAAQ,uEAAuE,OAAO,0BAA0B,YAAY,sEAAsE,MAAM,0DAA0D,CAAE",
  "names": ["metadata", "params", "activeLocale"]
}
