{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/ziRQqi43gOMzCKYaCjn1/VUN9MAD5B53HxyJ124kO/MEOnSTZL1.js"],
  "sourcesContent": ["// Generated by Framer (eea9f0c)\nexport default function metadata(params,activeLocale){return{breakpoints:[{hash:\"117sglf\",mediaQuery:\"(min-width: 1440px)\"},{hash:\"188v2pb\",mediaQuery:\"(min-width: 1200px) and (max-width: 1439px)\"},{hash:\"sjan5v\",mediaQuery:\"(min-width: 768px) and (max-width: 1199px)\"},{hash:\"1k901dc\",mediaQuery:\"(max-width: 767px)\"}],customHTMLBodyEnd:\"<script>\\n    function showPopup() {\\n    const popup = document.getElementById('contactPopup');\\n    const overlay = document.getElementById('overlay');\\n    popup.style.display = 'block';\\n    overlay.style.display = 'block';\\n}\\n\\n// Close popup and overlay\\nfunction closePopup() {\\n    const popup = document.getElementById('contactPopup');\\n    const overlay = document.getElementById('overlay');\\n    popup.style.display = 'none';\\n    overlay.style.display = 'none';\\n}\\n\\n// Trigger popup when user tries to leave (mouse leaves viewport at top)\\nlet popupShown = false;\\n\\ndocument.addEventListener('mouseleave', function (e) {\\n    if (e.clientY <= 0 && !popupShown) {  // Only show when mouse leaves towards top\\n        showPopup();\\n        popupShown = true; // Prevent showing it again and again\\n    }\\n});\\n\\n\\n\\n// Close popup when close button clicked\\ndocument.getElementById('closediv').addEventListener('click', closePopup);\\n\\n// Scroll event\\nwindow.addEventListener('scroll', checkScroll);\\n\\n// Form submission\\nconst form = document.getElementById('contactForm');\\nconst submitBtn = document.getElementById('submitBtn');\\nconst formUrl = 'https://hhlnp8.buildship.run/airtable-od';\\n\\nform.addEventListener('submit', async function (e) {\\n    e.preventDefault();\\n\\n    const formData = new FormData(form);\\n    const submitButton = document.getElementById('submitBtn');\\n\\n    // Disable button and show loading state\\n    submitButton.disabled = true;\\n    submitButton.textContent = 'Please Wait';\\n\\n    try {\\n        const response = await fetch(formUrl, {\\n            method: 'POST',\\n            headers: {\\n                'Content-Type': 'application/json',\\n            },\\n            body: JSON.stringify({\\n                name: formData.get('name_user'),\\n                email: formData.get('mail_add'),\\n                phone: formData.get('phone_numer'),\\n                size: formData.get('select_option'),\\n                hearAboutUs: formData.get('select_hear'),\\n                descr: formData.get('description'),\\n            }),\\n        });\\n\\n        if (!response.ok) {\\n            throw new Error(`Error: ${response.statusText}`);\\n        }\\n\\n        const data = await response.json();\\n        console.log('Response data -> ', data);\\n        window.location.href = 'https://www.eubrics.com/thankyou';\\n    } catch (error) {\\n        console.error('Error -> ', error);\\n        alert('An error occurred. Please try again.');\\n    } finally {\\n        // Reset button state\\n        submitButton.disabled = false;\\n        submitButton.textContent = 'Send';\\n    }\\n});\\n\\n</script>\\n\",customHTMLBodyStart:'<div id=\"overlay\"></div>\\n<div id=\"contactPopup\">\\n    <form id=\"contactForm\" class=\"container\" style=\"display: flex; width: 420px; padding: 24px; flex-direction: column; align-items: center; gap: 24px; border-radius: 24px; background: #FFF; box-shadow: 0px 8px 26px 0px rgba(0, 0, 0, 0.25);\">\\n        <div class=\"form-inner\">\\n            <div class=\"header\" style=\"display: flex; flex-direction: row; align-items: flex-start; justify-content: space-between; gap: 8px; align-self: stretch; width: 100%;\">\\n                <label class=\"heading1\">Contact Us</label>\\n                <div id=\"closediv\" class=\"closediv\">\\n                    <i class=\"ri-close-line\" style=\"font-size: 20px; color: #8C93A3;\"></i>\\n                </div>\\n            </div>\\n            \\n            <div class=\"form-group\">\\n                <label for=\"name\">Name</label>\\n                <div class=\"inputWrapper\">\\n                    <i class=\"ri-user-3-line icon\" style=\"font-size: 20px;\"></i>\\n                    <input name=\"name_user\" required=\"\" type=\"text\" placeholder=\"Enter your name\" class=\"inputfield\">\\n                </div>\\n            </div>\\n\\n            <div class=\"form-group\">\\n                <label for=\"email\">Email Address</label>\\n                <div class=\"inputWrapper\">\\n                    <i class=\"ri-mail-line icon\" style=\"font-size: 20px;\"></i>\\n                    <input name=\"mail_add\" required=\"\" type=\"email\" placeholder=\"Enter your Mail\" class=\"inputfield\">\\n                </div>\\n            </div>\\n\\n            <div class=\"form-group\">\\n                <label for=\"phone\">Phone Number</label>\\n                <div class=\"inputWrapper\">\\n                    <i class=\"ri-phone-line icon\" style=\"font-size: 20px;\"></i>\\n                    <input name=\"phone_numer\" required=\"\" type=\"tel\" placeholder=\"Enter your Number\" class=\"inputfield\">\\n                </div>\\n            </div>\\n\\n            <div class=\"form-group\">\\n                <label for=\"users\">Number of users</label>\\n                <div class=\"inputWrapper\">\\n                    <i class=\"ri-user-3-line icon\" style=\"font-size: 20px;\"></i>\\n                    <select class=\"inputfield\" name=\"select_option\" required=\"\">\\n                        <option value=\"\" disabled=\"\" selected=\"\" hidden=\"\">Select Number of users</option>\\n                        <option value=\"1-10\">1-10</option>\\n                        <option value=\"11-99\">11-99</option>\\n                        <option value=\"100-499\">100-499</option>\\n                        <option value=\"500-1999\">500-1999</option>\\n                        <option value=\"2000+\">2000+</option>\\n                    </select>\\n                </div>\\n            </div>\\n            \\n            <div class=\"form-group\">\\n                <label for=\"users\">How did you hear about us?</label>\\n                <div class=\"inputWrapper\">\\n                    <select class=\"inputfield\" name=\"select_hear\" required=\"\">\\n                        <option value=\"\" disabled=\"\" selected=\"\" hidden=\"\">Please Select</option>\\n                        <option value=\"Google Search\">Google Search</option>\\n                            <option value=\"LinkedIn\">LinkedIn</option>\\n                            <option value=\"Referral from a coworker/friend\">\\n                                Referral from a coworker/friend\\n                            </option>\\n                            <option value=\"Word of Mouth\">Word of Mouth</option>\\n                            <option value=\"Blog or Article\">\\n                                Blog or Article\\n                            </option>\\n                            <option value=\"Email Campaign\">\\n                                Email Campaign\\n                            </option>\\n                            <option value=\"Factors.AI\">Factors.AI</option>\\n                            <option value=\"Others\">Others</option>\\n                    </select>\\n                </div>\\n            </div>\\n          \\n            <div class=\"form-group\">\\n                <label for=\"description\">How can we help?</label>\\n                <div class=\"inputWrapper\">\\n                    <textarea name=\"description\" required=\"\" placeholder=\"Mention your query\" class=\"inputarea\"></textarea>\\n                </div>\\n            </div>\\n        </div>\\n        <button type=\"submit\" class=\"submit-btn\" id=\"submitBtn\">Book A Free Trial</button>\\n    </form>\\n</div>',customHTMLHeadEnd:\"<style>\\n    #overlay {\\n  display: none;\\n  position: fixed;\\n  top: 0;\\n  left: 0;\\n  width: 100%;\\n  height: 100%;\\n  background-color: rgba(0, 0, 0, 0.5);\\n  z-index: 999;\\n}\\n\\n#contactPopup {\\n  display: none;\\n  position: fixed;\\n  top: 50%;\\n  left: 50%;\\n  transform: translate(-50%, -50%);\\n  z-index: 1000;\\n}\\n\\n.inputWrapper {\\n        color: #8C93A3;\\n        outline: none;\\n        border: none;\\n        display: flex;\\n        width: 100%;\\n        position: relative;\\n    }\\n\\n    .inputWrapper:hover {\\n        color: #525C76;\\n    }\\n\\n    .inputWrapper:focus {\\n        color: #0F1D40 !important;\\n    }\\n\\n    .inputfield {\\n        border-radius: 8px;\\n        background: #ffffff;\\n        border: none;\\n        box-shadow: 0px -1px 1px 0px #F7F7F8 inset, 0px 0px 0px 1px #F4F4F5;\\n        display: flex;\\n        padding: 10px 16px 10px 40px;\\n        justify-content: center;\\n        align-items: center;\\n        align-self: stretch;\\n        color: #0F1D40;\\n        font-family: Gilroy, sans-serif;\\n        font-size: 16px;\\n        font-style: normal;\\n        font-weight: 500;\\n        line-height: 20px;\\n        letter-spacing: -0.16px;\\n        width: 100%;\\n    }\\n\\n    .inputfield:hover {\\n        box-shadow: 0px 0px 0px 1px #EFEFF0, 0px -1px 1px 0px #F7F7F8 inset,0px 1px 12px 0px #0000000A;\\n        color: #525C76;\\n    }\\n\\n    .inputfield:hover::placeholder {\\n        color: #525C76;\\n    }\\n\\n    .inputfield:not(:placeholder-shown) {\\n        box-shadow: 0px 0px 0px 1px #EFEFF0, 0px -1px 1px 0px #F7F7F8 inset, 0px 1px 12px 0px #0000000A;\\n        color: #0F1D40;\\n    }\\n\\n    .inputfield:focus {\\n        box-shadow: 0px 0px 0px 2px #7B61FF33, 0px 1px 12px 0px #0000000A;\\n        outline: none;\\n        color: #0F1D40;\\n    }\\n\\n    .inputarea {\\n        border-radius: 8px;\\n        background: #ffffff;\\n        border: none;\\n        box-shadow: 0px -1px 1px 0px #F7F7F8 inset, 0px 0px 0px 1px #F4F4F5;\\n        display: flex;\\n        padding: 12px 16px 12px 16px;\\n        justify-content: center;\\n        align-items: center;\\n        align-self: stretch;\\n        color: #0F1D40;\\n        font-family: Gilroy, sans-serif;\\n        font-size: 16px;\\n        font-style: normal;\\n        font-weight: 500;\\n        line-height: 20px;\\n        letter-spacing: -0.16px;\\n        width: 100%;\\n        height: 80px;\\n    }\\n\\n    .inputarea:hover {\\n        box-shadow: 0px 0px 0px 1px #EFEFF0, 0px -1px 1px 0px #F7F7F8 inset,0px 1px 12px 0px #0000000A;\\n        color: #525C76;\\n    }\\n\\n    .inputarea:hover::placeholder {\\n        color: #525C76;\\n    }\\n\\n    .inputarea:not(:placeholder-shown) {\\n        box-shadow: 0px 0px 0px 1px #EFEFF0, 0px -1px 1px 0px #F7F7F8 inset, 0px 1px 12px 0px #0000000A;\\n        color: #0F1D40;\\n    }\\n\\n    .inputarea:focus {\\n        box-shadow: 0px 0px 0px 2px #7B61FF33, 0px 1px 12px 0px #0000000A;\\n        outline: none;\\n        color: #0F1D40;\\n    }\\n\\n    .closediv {\\n        background: #F0F0F0;\\n        width: 24px;\\n        height: 24px;\\n        border-radius: 99px;\\n        display: flex;\\n        cursor: pointer;\\n        justify-content: center;\\n    }\\n\\n    .heading1 {\\n        color: #0F1D40;\\n        font-family: Gilroy, sans-serif;\\n        font-size: 20px;\\n        font-style: normal;\\n        font-weight: 600;\\n        line-height: 24px;\\n    }\\n\\n    .form-inner {\\n        display: flex;\\n        flex-direction: column;\\n        align-items: center;\\n        gap: 12px;\\n        align-self: stretch;\\n        width: 100%;\\n    }\\n\\n    .form-group {\\n        display: flex;\\n        flex-direction: column;\\n        align-items: flex-start;\\n        gap: 8px;\\n        align-self: stretch;\\n        width: 100%;\\n    }\\n\\n    .icon {\\n        position: absolute;\\n        top: 9px;\\n        left: 12px;\\n        height: 20px;\\n        color: inherit;\\n    }\\n\\n    .submit-btn {\\n        display: flex;\\n        padding: 10px 16px 10px 20px;\\n        justify-content: center;\\n        align-items: center;\\n        gap: 8px;\\n        align-self: stretch;\\n        border-radius: 8px;\\n        background: #7B61FF;\\n        border: none;\\n        box-shadow: 0px 1px 0px 0px #8870FF inset, 0px 2px 8px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px #6A51EC;\\n        color: #FFF;\\n        text-align: center;\\n        font-family: Gilroy, sans-serif;\\n        font-size: 16px;\\n        font-style: normal;\\n        font-weight: 500;\\n        line-height: 20px;\\n        cursor: pointer;\\n        width: 100%;\\n    }\\n\\n    label {\\n        color: #0F1D40;\\n        font-family: Gilroy, sans-serif;\\n        font-size: 16px;\\n        font-weight: 500;\\n    }\\n\\n    @media only screen and (max-width: 768px) {\\n        .container {\\n            max-width: 420px;\\n        }\\n    }\\n\\n    @media only screen and (max-width: 480px) {\\n        .container {\\n            max-width: 360px;\\n        }\\n    }\\n\\n.container1 {\\n  height: 1640px;\\n}\\n</style>\",customHTMLHeadStart:'<link href=\"https://cdn.jsdelivr.net/npm/remixicon/fonts/remixicon.css\" rel=\"stylesheet\">\\n\\n',description:\"Equip managers to identify skill gaps, automate coaching, and cultivate high-performance teams. Eubrics\u2019 AI LMS drives measurable performance growth.\",elements:{MtY2AkXgh:\"bookdemood\"},framerSearch:{index:true},robots:\"max-image-preview:large\",serializationId:\"framer-sORBO\",title:\"Eubrics AI Powered LMS: Build High-Performance Teams\",viewport:\"width=device-width\"};}export const metadataVersion=1;\nexport const __FramerMetadata__ = {\"exports\":{\"metadataVersion\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["metadata", "params", "activeLocale", "metadataVersion", "__FramerMetadata__"]
}
