{"mappings":";AAAA,SAAS,gBAAgB,CAAC,oBAAoB;IAC1C,MAAM,WAAW,SAAS,cAAc,CAAC;IACzC,MAAM,eAAc,SAAS,cAAc,CAAC;IAC5C,MAAM,gBAAgB,SAAS,cAAc,CAAC;IAE9C,cAAc,iBAAiB,SAAS;QACpC,UAAU,UAAU,IAAI;IAC5B;IACA,eAAe,iBAAiB,SAAS;QACrC,UAAU,UAAU,OAAO;IAC/B;IACA,MAAM,qBAAqB,SAAS,cAAc,CAAC;IACnD,MAAM,yBAAwB,SAAS,cAAc,CAAC;IACtD,MAAM,0BAA0B,SAAS,cAAc,CAAC;IAExD,wBAAwB,iBAAiB,SAAS;QAC9C,oBAAoB,UAAU,IAAI;IACtC;IACA,yBAAyB,iBAAiB,SAAS;QAC/C,oBAAoB,UAAU,OAAO;IACzC;AAEJ","sources":["src/ts/components/intermediaryCalcCard.ts"],"sourcesContent":["document.addEventListener('DOMContentLoaded', () => {\n const btlModal = document.getElementById('btl-modal');\n const btlModalOpen= document.getElementById('btl-modal-open');\n const btlModalClose = document.getElementById('btl-modal-close');\n\n btlModalOpen?.addEventListener('click', () => {\n btlModal?.classList.add('active');\n });\n btlModalClose?.addEventListener('click', () => {\n btlModal?.classList.remove('active');\n })\n const affordabilityModal = document.getElementById('affordability-modal');\n const affordabilityModalOpen= document.getElementById('affordability-modal-open');\n const affordabilityModalClose = document.getElementById('affordability-modal-close');\n\n affordabilityModalOpen?.addEventListener('click', () => {\n affordabilityModal?.classList.add('active');\n });\n affordabilityModalClose?.addEventListener('click', () => {\n affordabilityModal?.classList.remove('active');\n })\n \n});\n"],"names":[],"version":3,"file":"index.b4214bf8.js.map"}