<script type="text/javascript">window["ccb_front_template_2094"] = {"template":"\n<div class=\"calc-container-wrapper\">\n\t\n\t<div v-show=\"hideCalculator\" ref=\"calc\" class=\"calc-container\" data-calc-id=\"2094\" :class=\"[boxStyle, {demoSite: showDemoBoxStyle}, {'has-title': showMultiStepCalcTitle}]\" :style=\"fullWithStepCalc\">\n\t\t<loader-wrapper v-if=\"loader\" idx=\"0\" width=\"60px\" height=\"60px\" scale=\"0.9\" :front=\"true\"><\/loader-wrapper>\n\t\t<div class=\"ccb-demo-box-styles\" :class=\"{active: showDemoBoxStyle}\">\n\t\t\t<div class=\"ccb-box-styles\">\n\t\t\t\t\t\t\t\t\t<div class=\"ccb-box-style-inner\" :class=\"{'ccb-style-active': boxStyle === 'two_column'}\" @click=\"changeBoxStyle('two_column')\">\n\t\t\t\t\t\t<i class=\"ccb-icon-Union-27\"><\/i>\n\t\t\t\t\t\t<span>Two columns<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"ccb-box-style-inner\" :class=\"{'ccb-style-active': boxStyle === 'vertical'}\" @click=\"changeBoxStyle('vertical')\">\n\t\t\t\t\t\t<i class=\"ccb-icon-Union-26\"><\/i>\n\t\t\t\t\t\t<span>Vertical<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"ccb-box-style-inner\" :class=\"{'ccb-style-active': boxStyle === 'horizontal'}\" @click=\"changeBoxStyle('horizontal')\">\n\t\t\t\t\t\t<i class=\"ccb-icon-Union-25\"><\/i>\n\t\t\t\t\t\t<span>Horizontal<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t<div class=\"calc-multi-step-title\" v-if=\"showMultiStepCalcTitle && !loader && pageBreakEnabled\" v-text=\"getTheTitle\"><\/div>\n\n\t\t<div class=\"calc-fields calc-list calc-list__indexed\" :class=\"{loaded: !loader, 'payment' : getHideCalc}\">\n\t\t\t\t\t\t<calc-page-navigation\n\t\t\t\t:count=\"totalPages\"\n\t\t\t\t:index=\"activePageIndex\"\n\t\t\t\t:pages=\"getPages\"\n\t\t\t\tv-if=\"pageBreakEnabled\"\n\t\t\t>\n\t\t\t<\/calc-page-navigation>\n\n\t\t\t<template v-if=\"pageBreakEnabled\">\n\t\t\t\t<div class=\"calc-list-inner calc-multi-step\" :style=\"pageNavigationStyle\">\n\t<div class=\"calc-item-title\">\n\t\t<div class=\"ccb-calc-heading\" v-text=\"currentPageTitle\" v-if=\"!this.$store.getters.getPageBreakStatus\"><\/div>\n\t\t<div class=\"ccb-calc-heading\" v-text=\"getTheTitle\" v-if=\"this.$store.getters.getPageBreakStatus\"><\/div>\n\t<\/div>\n\t<div v-if=\"calc_data\" class=\"calc-fields-container\">\n\t\t<div class=\"calc-pages\">\n\t\t\t<div class=\"calc-page\" v-for=\"( page, index ) in getPages\" v-show=\"index == activePageIndex\"\n\t\t\t\t :class=\"page.boxStyle\">\n\t\t\t\t<template v-for=\"field in page.groupElements\">\n\t\t\t\t\t<template v-if=\"field && field.alias && field.type !== 'Total' && !field.alias.includes('group')\">\n\t\t\t\t\t\t<component\n\t\t\t\t\t\t\t\tformat=\"\"\n\t\t\t\t\t\t\t\ttext-days=\"days\"\n\t\t\t\t\t\t\t\tv-if=\"fields[field.alias] && !field.group_id\"\n\t\t\t\t\t\t\t\t:is=\"field._tag\"\n\t\t\t\t\t\t\t\t:id=\"calc_data.id\"\n\t\t\t\t\t\t\t\t:field=\"field\"\n\t\t\t\t\t\t\t\t:converter=\"currencyFormat\"\n\t\t\t\t\t\t\t\t:disabled=\"fields[field.alias].disabled\"\n\t\t\t\t\t\t\t\tv-model=\"fields[field.alias].value\"\n\t\t\t\t\t\t\t\tv-on:change=\"change\"\n\t\t\t\t\t\t\t\tv-on:[field._event]=\"change\"\n\t\t\t\t\t\t\t\tv-on:condition-apply=\"renderCondition\"\n\t\t\t\t\t\t\t\t@delete-repeater=\"deleteRepeater\"\n\t\t\t\t\t\t\t\t@add-repeater=\"deleteRepeater\"\n\t\t\t\t\t\t\t\t:key=\"!field.hasNextTick ? field.alias : field.alias + '_' + fields[field.alias].nextTickCount\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t<\/component>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-if=\"field.alias && field.alias.includes( 'group' )\">\n\t\t\t\t\t\t<component\n\t\t\t\t\t\t\t\tformat=\"\"\n\t\t\t\t\t\t\t\ttext-days=\"days\"\n\t\t\t\t\t\t\t\tv-if=\"fields[field.alias] && !field.group_id\"\n\t\t\t\t\t\t\t\t:is=\"field._tag\"\n\t\t\t\t\t\t\t\t:id=\"calc_data.id\"\n\t\t\t\t\t\t\t\t:field=\"field\"\n\t\t\t\t\t\t\t\t:converter=\"currencyFormat\"\n\t\t\t\t\t\t\t\t:disabled=\"fields[field.alias].disabled\"\n\t\t\t\t\t\t\t\tv-model=\"fields[field.alias].value\"\n\t\t\t\t\t\t\t\tv-on:change=\"change\"\n\t\t\t\t\t\t\t\tv-on:[field._event]=\"change\"\n\t\t\t\t\t\t\t\tv-on:condition-apply=\"renderCondition\"\n\t\t\t\t\t\t\t\t@delete-repeater=\"deleteRepeater\"\n\t\t\t\t\t\t\t\t@add-repeater=\"deleteRepeater\"\n\t\t\t\t\t\t\t\t:key=\"!field.hasNextTick ? field.alias : field.alias + '_' + fields[field.alias].nextTickCount\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<slot>\n\t\t\t\t\t\t\t\t<template v-for=\"element in field.groupElements\">\n\t\t\t\t\t\t\t\t\t<component\n\t\t\t\t\t\t\t\t\t\t\tformat=\"\"\n\t\t\t\t\t\t\t\t\t\t\ttext-days=\"days\"\n\t\t\t\t\t\t\t\t\t\t\tv-if=\"fields[element.alias] && !element.alias.includes('total')\"\n\t\t\t\t\t\t\t\t\t\t\t:is=\"element._tag\"\n\t\t\t\t\t\t\t\t\t\t\t:id=\"calc_data.id\"\n\t\t\t\t\t\t\t\t\t\t\t:field=\"element\"\n\t\t\t\t\t\t\t\t\t\t\t:converter=\"currencyFormat\"\n\t\t\t\t\t\t\t\t\t\t\t:disabled=\"fields[element.alias].disabled\"\n\t\t\t\t\t\t\t\t\t\t\tv-model=\"fields[element.alias].value\"\n\t\t\t\t\t\t\t\t\t\t\tv-on:change=\"change\"\n\t\t\t\t\t\t\t\t\t\t\tv-on:[element._event]=\"change\"\n\t\t\t\t\t\t\t\t\t\t\tv-on:condition-apply=\"renderCondition\"\n\t\t\t\t\t\t\t\t\t\t\t@delete-repeater=\"deleteRepeater\"\n\t\t\t\t\t\t\t\t\t\t\t@add-repeater=\"deleteRepeater\"\n\t\t\t\t\t\t\t\t\t\t\t:key=\"!element.hasNextTick ? element.alias : element.alias + '_' + fields[element.alias].nextTickCount\"\n\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t<\/component>\n\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t<\/slot>\n\t\t\t\t\t\t<\/component>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else-if=\"field && !field.alias && field.type !== 'Total'\">\n\t\t\t\t\t\t<component\n\t\t\t\t\t\t\t\t:id=\"calc_data.id\"\n\t\t\t\t\t\t\t\tstyle=\"boxStyle\"\n\t\t\t\t\t\t\t\t:is=\"field._tag\"\n\t\t\t\t\t\t\t\t:field=\"field\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t<\/component>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/template>\n\t\t\t<\/div>\n\t\t\t<div class=\"calc-summary-page\" v-if=\"summaryInLastPage && showSummaryPage\">\n\t\t\t\t<div class=\"calc-subtotal calc-list\" :id=\"getTotalStickyId\" :class=\"{loaded: !loader}\">\n\t\t\t\t\t<div class=\"calc-subtotal-wrapper\">\n\t\t\t\t\t\t<div class=\"calc-list-inner\">\n\t\t\t\t\t\t\t<div class=\"calc-item-title calc-accordion\" v-show=\"!summaryDisplay || showAfterSubmit\">\n\t\t\t\t\t\t\t\t<div class=\"ccb-calc-heading\">\n\t\t\t\t\t\t\t\t\t{{ getHeaderTitle }}\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<span class=\"calc-accordion-btn\" ref=\"calcAccordionToggle\" @click=\"toggleAccordionAction\">\n\t\t\t\t\t\t\t\t\t<i class=\"ccb-icon-Path-3485\" :style=\"{top: '1px', transform: !accordionState ? 'rotate(0)' : 'rotate(180deg)'}\"><\/i>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"calc-item-title calc-accordion\" style=\"margin: 0 !important;\"\n\t\t\t\t\t\t\t\t v-show=\"summaryDisplay && !showAfterSubmit\">\n\t\t\t\t\t\t\t\t<div class=\"ccb-calc-heading\"\n\t\t\t\t\t\t\t\t\t style=\"text-transform: none !important; padding-bottom: 15px\"\n\t\t\t\t\t\t\t\t\t v-text=\"summaryDisplaySettings?.form_title\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"calc-subtotal-list\" :class=\"{ 'show-unit': showUnitInSummary }\"\n\t\t\t\t\t\t\t\t v-show=\"!summaryDisplay || showAfterSubmit\">\n\t\t\t\t\t\t\t\t<transition>\n\t\t\t\t\t\t\t\t\t<div class=\"calc-subtotal-list-accordion\" :class=\"{hidden: !accordionState}\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"calc-subtotal-list-header\" v-if=\"showUnitInSummary\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"calc-subtotal-list-header__name\">Name<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"calc-subtotal-list-header__value\">Total<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t<template v-for=\"(field) in getTotalSummaryFields\"\n\t\t\t\t\t\t\t\t\t\t\t\t  v-if=\"(!field.inRepeater || field.alias.includes('repeater')) && field.alias.indexOf('total') === -1 && settings && settings.general.descriptions\">\n\t\t\t\t\t\t\t\t\t\t\t<template v-if=\"field.alias.includes('repeater')\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"calc-repeater-subtotal\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t v-for=\"(f, idx) in Object.values(field?.resultGrouped)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<template v-if=\"getRepeaterFields(f)?.length\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"calc-repeater-subtotal-header\" :data-index=\"idx\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t @click=\"toggleRepeater(idx)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"ccb-icon-Path-3514\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>{{field.label}}<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ccb-repeater-field-number\">#{{idx + 1}}<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"calc-repeater-subtotal-fields\" :data-index=\"idx\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<template v-for=\"(innerField) in getRepeaterFields(f)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"innerField\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:style=\"{'padding-top': '6px'}\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"innerField\" :unit=\"true\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tv-if=\"innerField.option_unit\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:style=\"{'padding-top': '5px'}\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"innerField\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:style=\"{'padding-top': '5px'}\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:multi=\"true\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tv-if=\"['checkbox', 'toggle', 'checkbox_with_img'].includes(innerField.alias.replace(\/\\_field_id.*\/,'')) && innerField.options?.length\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"field\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t\t<template v-if=\"field.option_unit\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<template v-if=\"field.hasOwnProperty('allowPrice')\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"field\" :unit=\"true\" v-if=\"field.allowPrice\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"field\" :unit=\"true\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"field\" :multi=\"true\" v-if=\"['checkbox', 'toggle', 'checkbox_with_img'].includes(field.alias.replace(\/\\_field_id.*\/,'')) && field.options?.length\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/transition>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"calc-subtotal-list totals\" style=\"margin-top: 20px; padding-top: 10px;\"\n\t\t\t\t\t\t\t\t ref=\"calcTotals\" :class=\"{'unit-enable': showUnitInSummary}\"\n\t\t\t\t\t\t\t\t v-show=\"!summaryDisplay || showAfterSubmit\">\n\t\t\t\t\t\t\t\t<template v-for=\"item in getRepeaterTotals\">\n\t\t\t\t\t\t\t\t\t<cost-total :value=\"item.total\" :discount=\"item.discount\" :field=\"item.data\"\n\t\t\t\t\t\t\t\t\t\t\t\t:id=\"calc_data.id\" @condition-apply=\"renderCondition\"><\/cost-total>\n\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t<template v-for=\"item in formulaConst\">\n\t\t\t\t\t\t\t\t\t<div v-if=\"formulaConst.length === 1 && typeof formulaConst[0].alias === 'undefined'\"\n\t\t\t\t\t\t\t\t\t\t style=\"display: flex\" class=\"sub-list-item total\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"sub-item-title\">Total<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"sub-item-value\" style=\"white-space: nowrap\">{{ item.data.converted }}<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t{{ item.discount }}\n\t\t\t\t\t\t\t\t\t<cost-total v-else :value=\"item.total\" :discount=\"item.discount\" :field=\"item.data\"\n\t\t\t\t\t\t\t\t\t\t\t\t:id=\"calc_data.id\" @condition-apply=\"renderCondition\"><\/cost-total>\n\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"calc-subtotal-list\" v-if=\"getWooProductName\"\n\t\t\t\t\t\t\t\t v-show=\"!summaryDisplay || showAfterSubmit\">\n\t\t\t\t\t\t\t\t<div class=\"calc-woo-product\">\n\t\t\t\t\t\t\t\t\t<div class=\"calc-woo-product__info\">\n\t\t\t\t\t\t\t\t\t\t\"{{getWooProductName}}\" has been added to your cart\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"calc-promocode-wrapper\" v-if=\"hasPromocode\"\n\t\t\t\t\t\t\t\t v-show=\"!summaryDisplay || showAfterSubmit\">\n\t\t\t\t\t\t\t\t<div class=\"promocode-header\"><\/div>\n\t\t\t\t\t\t\t\t<div class=\"promocode-body\">\n\t\t\t\t\t\t\t\t\t<div class=\"calc-have-promocode\">\n\t\t\t\t\t\t\t\t\t\t<span>Have a promocode?<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"calc-item ccb-field ccb-field-quantity\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"calc-item__title\"\n\t\t\t\t\t\t\t\t\t\t\t style=\"display: flex; align-items: center; column-gap: 10px\">\n\t\t\t\t\t\t\t\t\t\t\t<span>Promocode<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"ccb-promocode-hint\" v-if=\"showPromocode\"\n\t\t\t\t\t\t\t\t\t\t\t\t  @click.stop=\"showPromocode = !showPromocode\">Hide<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"ccb-promocode-hint\" v-if=\"!showPromocode\"\n\t\t\t\t\t\t\t\t\t\t\t\t  @click.stop=\"showPromocode = !showPromocode\">Show<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<template v-if=\"showPromocode\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"calc-promocode-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"calc-input-wrapper ccb-field\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t :class=\"{required: discountError !== ''}\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span v-if=\"discountError === 'invalid'\" :class=\"{active: discountError !== ''}\" class=\"ccb-error-tip front default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tInvalid promocode\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span v-if=\"discountError === 'not_exist'\" :class=\"{active: discountError !== ''}\" class=\"ccb-error-tip front default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tPromocode not exists\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span v-if=\"discountError === 'used'\" :class=\"{active: discountError !== ''}\" class=\"ccb-error-tip front default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tPromo code is already applied\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" v-model=\"promocode\" @input=\"discountError = ''\" class=\"calc-input ccb-field ccb-appearance-field\">\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<button class=\"calc-btn-action ispro-wrapper success\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t@click.stop=\"applyPromocode\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span> Apply<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"calc-applied\" v-if=\"usedPromocodes?.length\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"calc-applied-title\">Applied promocodes:<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ccb-promocodes-list\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span v-for=\"promocode in usedPromocodes\" class=\"ccb-promocode\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t{{ promocode }}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<i @click.stop=\"removePromocode(promocode)\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tclass=\"remove ccb-icon-close\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"calc-subtotal-list calc-buttons\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"calc-list-inner calc-notice\" :class=\"noticeData.type\"\n\t\t\t\t\t\t\t v-show=\"getStep === 'notice' || (getStep === 'finish' && !hideThankYouPage)\"\n\t\t\t\t\t\t\t style=\"margin-top: 10px !important;\">\n\t\t\t\t\t\t\t<calc-notices :notice=\"noticeData\"\/>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n\n<div class=\"calc-summary-popup\" v-if=\"popupStatus\">\n\t<div class=\"calc-summary-popup__overlay\">\n\t\t<div class=\"calc-summary-popup-window\" :class=\"{active: activeClass}\">\n\t\t\t<div class=\"calc-summary-popup__header\">\n\t\t\t\t<div class=\"calc-summary-popup__title\">\n\t\t\t\t\t{{ getHeaderTitle }}\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"calc-summary-popup__close\">\n\t\t\t\t\t<span span @click=\"closeSummaryPopup\">\n\t\t\t\t\t\t<i class=\"ccb-icon-close\"><\/i>\n\t\t\t\t\t<\/span>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"calc-summary-popup__body\">\n\t\t\t\t<div class=\"calc-subtotal-list\" :class=\"{ 'show-unit': showUnitInSummary }\">\n\t\t\t\t\t<transition>\n\t\t\t\t\t\t<div class=\"calc-subtotal-list-accordion\" :class=\"{hidden: !accordionState}\" >\n\t\t\t\t\t\t\t<div class=\"calc-subtotal-list-header\" v-if=\"showUnitInSummary\">\n\t\t\t\t\t\t\t\t<span class=\"calc-subtotal-list-header__name\">Name<\/span>\n\t\t\t\t\t\t\t\t<span class=\"calc-subtotal-list-header__value\">Total<\/span>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<template v-for=\"(field) in getPageTotalSummaryFields\"\n\t\t\t\t\t\t\t\t\t  v-if=\"(!field.inRepeater || field.alias.includes('repeater')) && field.alias.indexOf('total') === -1 && settings && settings.general.descriptions\">\n\t\t\t\t\t\t\t\t<template v-if=\"field.alias.includes('repeater')\">\n\t\t\t\t\t\t\t\t\t<div class=\"calc-repeater-subtotal\"\n\t\t\t\t\t\t\t\t\t\t v-for=\"(f, idx) in Object.values(field?.resultGrouped)\">\n\t\t\t\t\t\t\t\t\t\t<template v-if=\"getRepeaterFields(f)?.length\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"calc-repeater-subtotal-header\" :data-index=\"idx\"\n\t\t\t\t\t\t\t\t\t\t\t\t @click=\"toggleRepeater(idx)\">\n\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"ccb-icon-Path-3514\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t<span>{{field.label}}<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ccb-repeater-field-number\">#{{idx + 1}}<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"calc-repeater-subtotal-fields\" :data-index=\"idx\">\n\t\t\t\t\t\t\t\t\t\t\t\t<template v-for=\"(innerField) in getRepeaterFields(f)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"innerField\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:style=\"{'padding-top': '6px'}\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"innerField\" :unit=\"true\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tv-if=\"innerField.option_unit\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:style=\"{'padding-top': '5px'}\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"innerField\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:style=\"{'padding-top': '5px'}\" :multi=\"true\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tv-if=\"['checkbox', 'toggle', 'checkbox_with_img'].includes(innerField.alias.replace(\/\\_field_id.*\/,'')) && innerField.options?.length\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"field\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t<template v-if=\"field.option_unit\">\n\t\t\t\t\t\t\t\t\t\t<template v-if=\"field.hasOwnProperty('allowPrice')\">\n\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"field\" :unit=\"true\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tv-if=\"field.allowPrice\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"field\" :unit=\"true\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"field\" :multi=\"true\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tv-if=\"['checkbox', 'toggle', 'checkbox_with_img'].includes(field.alias.replace(\/\\_field_id.*\/,'')) && field.options?.length\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/transition>\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"calc-subtotal-list totals\" style=\"margin-top: 20px; padding-top: 10px;\" ref=\"calcTotals\" :class=\"{'unit-enable': showUnitInSummary}\" v-show=\"!summaryDisplay || showAfterSubmit\">\n\t\t\t\t\t<template v-for=\"item in getRepeaterTotals\">\n\t\t\t\t\t\t<cost-total :value=\"item.total\" :discount=\"item.discount\" :field=\"item.data\" :id=\"calc_data.id\"\n\t\t\t\t\t\t\t\t\t@condition-apply=\"renderCondition\"><\/cost-total>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-for=\"item in formulaConst\">\n\t\t\t\t\t\t<div v-if=\"formulaConst.length === 1 && typeof formulaConst[0].alias === 'undefined'\" style=\"display: flex\" class=\"sub-list-item total\">\n\t\t\t\t\t\t\t<span class=\"sub-item-title\">Total<\/span>\n\t\t\t\t\t\t\t<span class=\"sub-item-value\" style=\"white-space: nowrap\">{{ item.data.converted }}<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t{{ item.discount }}\n\t\t\t\t\t\t<cost-total v-else :value=\"item.total\" :discount=\"item.discount\" :field=\"item.data\"\n\t\t\t\t\t\t\t\t\t:id=\"calc_data.id\" @condition-apply=\"renderCondition\"><\/cost-total>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n\t\t\t<\/template>\n\t\t\t<template v-else>\n\t\t\t\t\n<div class=\"calc-list-inner\">\n\t<div class=\"calc-item-title\">\n\t\t<div class=\"ccb-calc-heading\" v-text=\"getTheTitle\"><\/div>\n\t<\/div>\n\t<div v-if=\"calc_data\" class=\"calc-fields-container\">\n\t\t<template v-for=\"field in calc_data.fields\">\n\t\t\t<template v-if=\"field && field.alias && field.type !== 'Total' && !field.alias.includes( 'group' )\">\n\t\t\t\t<component\n\t\t\t\t\t\tformat=\"\"\n\t\t\t\t\t\ttext-days=\"days\"\n\t\t\t\t\t\tv-if=\"fields[field.alias] && !field.group_id\"\n\t\t\t\t\t\t:is=\"field._tag\"\n\t\t\t\t\t\t:id=\"calc_data.id\"\n\t\t\t\t\t\t:field=\"field\"\n\t\t\t\t\t\t:converter=\"currencyFormat\"\n\t\t\t\t\t\t:disabled=\"fields[field.alias].disabled\"\n\t\t\t\t\t\tv-model=\"fields[field.alias].value\"\n\t\t\t\t\t\tv-on:change=\"change\"\n\t\t\t\t\t\tv-on:[field._event]=\"change\"\n\t\t\t\t\t\tv-on:condition-apply=\"renderCondition\"\n\t\t\t\t\t\t@delete-repeater=\"deleteRepeater\"\n\t\t\t\t\t\t@add-repeater=\"deleteRepeater\"\n\t\t\t\t\t\t:key=\"!field.hasNextTick ? field.alias : field.alias + '_' + fields[field.alias].nextTickCount\"\n\t\t\t\t>\n\t\t\t\t<\/component>\n\t\t\t<\/template>\n\t\t\t<template v-if=\"field.alias && field.alias.includes('group')\">\n\t\t\t\t<component\n\t\t\t\t\t\tformat=\"\"\n\t\t\t\t\t\ttext-days=\"days\"\n\t\t\t\t\t\tv-if=\"fields[field.alias] && !field.group_id\"\n\t\t\t\t\t\t:is=\"field._tag\"\n\t\t\t\t\t\t:id=\"calc_data.id\"\n\t\t\t\t\t\t:field=\"field\"\n\t\t\t\t\t\t:converter=\"currencyFormat\"\n\t\t\t\t\t\t:disabled=\"fields[field.alias].disabled\"\n\t\t\t\t\t\tv-model=\"fields[field.alias].value\"\n\t\t\t\t\t\tv-on:change=\"change\"\n\t\t\t\t\t\tv-on:[field._event]=\"change\"\n\t\t\t\t\t\tv-on:condition-apply=\"renderCondition\"\n\t\t\t\t\t\t@delete-repeater=\"deleteRepeater\"\n\t\t\t\t\t\t@add-repeater=\"deleteRepeater\"\n\t\t\t\t\t\t:key=\"!field.hasNextTick ? field.alias : field.alias + '_' + fields[field.alias].nextTickCount\"\n\t\t\t\t>\n\t\t\t\t\t<slot>\n\t\t\t\t\t\t<template v-for=\"element in calc_data.fields\">\n\t\t\t\t\t\t\t<component\n\t\t\t\t\t\t\t\t\tformat=\"\"\n\t\t\t\t\t\t\t\t\ttext-days=\"days\"\n\t\t\t\t\t\t\t\t\tv-if=\"fields[element.alias] && element.group_id === field.alias\"\n\t\t\t\t\t\t\t\t\t:is=\"element._tag\"\n\t\t\t\t\t\t\t\t\t:id=\"calc_data.id\"\n\t\t\t\t\t\t\t\t\t:field=\"element\"\n\t\t\t\t\t\t\t\t\t:converter=\"currencyFormat\"\n\t\t\t\t\t\t\t\t\t:disabled=\"fields[element.alias].disabled\"\n\t\t\t\t\t\t\t\t\tv-model=\"fields[element.alias].value\"\n\t\t\t\t\t\t\t\t\tv-on:change=\"change\"\n\t\t\t\t\t\t\t\t\tv-on:[element._event]=\"change\"\n\t\t\t\t\t\t\t\t\tv-on:condition-apply=\"renderCondition\"\n\t\t\t\t\t\t\t\t\t@delete-repeater=\"deleteRepeater\"\n\t\t\t\t\t\t\t\t\t@add-repeater=\"deleteRepeater\"\n\t\t\t\t\t\t\t\t\t:key=\"!element.hasNextTick ? element.alias : element.alias + '_' + fields[element.alias].nextTickCount\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<\/component>\n\t\t\t\t\t\t<\/template>\n\t\t\t\t\t<\/slot>\n\t\t\t\t<\/component>\n\t\t\t<\/template>\n\t\t\t<template v-else-if=\"field && !field.alias && field.type !== 'Total'\">\n\t\t\t\t<component\n\t\t\t\t\t\t:id=\"calc_data.id\"\n\t\t\t\t\t\tstyle=\"boxStyle\"\n\t\t\t\t\t\t:is=\"field._tag\"\n\t\t\t\t\t\t:field=\"field\"\n\t\t\t\t>\n\t\t\t\t<\/component>\n\t\t\t<\/template>\n\t\t<\/template>\n\t<\/div>\n<\/div>\n\t\t\t<\/template>\n\n\t\t\t<div class=\"calc-page-navigation\" :class=\"{'show-totals': totalsInPages}\" v-if=\"pageBreakEnabled\">\n\t\t\t\t<div class=\"calc-page-navigation__total\" v-if=\"totalsInPages\">\n\t\t\t\t\t<div class=\"totals\">\n\t\t\t\t\t\t<div class=\"totals-item\">\n\t\t\t\t\t\t\t<template v-for=\"item in pageBreakRepeaterFormula\">\n\t\t\t\t\t\t\t\t<cost-total :value=\"item.total\" :discount=\"item.discount\" :field=\"item.data\" :id=\"calc_data.id\" @condition-apply=\"renderCondition\"><\/cost-total>\n\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t<template v-for=\"item in pageBreakTotals\">\n\t\t\t\t\t\t\t\t<div v-if=\"formulaConst.length === 1 && typeof formulaConst[0].alias === 'undefined'\" style=\"display: flex\" class=\"sub-list-item total\">\n\t\t\t\t\t\t\t\t\t<span class=\"sub-item-title\">Total<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"sub-item-value\" style=\"white-space: nowrap\">{{ item.data.converted }}<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t{{ item.discount }}\n\t\t\t\t\t\t\t\t<cost-total v-else :value=\"item.total\" :discount=\"item.discount\" :field=\"item.data\" :id=\"calc_data.id\" @condition-apply=\"renderCondition\"><\/cost-total>\n\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"summary\">\n\t\t\t\t\t\t<span @click=\"showSummaryPopup\">Show summary<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"calc-page-navigation__actions\">\n\t\t\t\t\t<button class=\"back\" @click=\"prevPage\" v-if=\"activePageIndex !== 0 \">\n\t\t\t\t\t\t<i class=\"ccb-icon-Arrow-Previous\"><\/i>\n\t\t\t\t\t\t<span>{{ currentPagePrevBtn }}<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t\t<button class=\"next\" :class=\"{'disable': !pageConditionResult}\" @click=\"nextPage\" v-if=\"activePageIndex + 1 !== totalPages\">\n\t\t\t\t\t\t<span>{{ currentPageNextBtn }}<\/span>\n\t\t\t\t\t\t<i class=\"ccb-icon-Arrow-Previous\" style=\"transform: rotate(180deg);\"><\/i>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"calc-subtotal calc-list\" :id=\"getTotalStickyId\" :class=\"{loaded: !loader}\" v-if=\"!summaryInLastPage || !pageBreakEnabled\">\n\t\t\t<div class=\"calc-subtotal-wrapper\" :class=\"{ 'calc-page-break-subtotal-wrapper': !checkLastPage && pageBreakEnabled}\">\n\t\t\t\t<div class=\"calc-list-inner\">\n\t\t\t\t\t<div class=\"calc-item-title calc-accordion\" v-show=\"!summaryDisplay || showAfterSubmit\">\n\t\t\t\t\t\t<div class=\"ccb-calc-heading\">\n\t\t\t\t\t\t\tTotal em Euros\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"calc-accordion-btn\" ref=\"calcAccordionToggle\" @click=\"toggleAccordionAction\">\n\t\t\t\t\t\t\t\t<i class=\"ccb-icon-Path-3485\" :style=\"{top: '1px', transform: !accordionState ? 'rotate(0)' : 'rotate(180deg)'}\"><\/i>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"calc-item-title calc-accordion\" style=\"margin: 0 !important;\" v-show=\"summaryDisplay && !showAfterSubmit\">\n\t\t\t\t\t\t<div class=\"ccb-calc-heading\" style=\"text-transform: none !important; padding-bottom: 15px; word-break: break-word;\" v-text=\"summaryDisplaySettings?.form_title\"><\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"calc-subtotal-list\" :class=\"{ 'show-unit': showUnitInSummary }\" v-show=\"!summaryDisplay || showAfterSubmit\">\n\t\t\t\t\t\t<transition>\n\t\t\t\t\t\t\t<div class=\"calc-subtotal-list-accordion\" :class=\"{hidden: !accordionState}\">\n\t\t\t\t\t\t\t\t<div class=\"calc-subtotal-list-header\" v-if=\"showUnitInSummary\">\n\t\t\t\t\t\t\t\t\t<span class=\"calc-subtotal-list-header__name\">Name<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"calc-subtotal-list-header__value\">Total<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t<template v-for=\"(field) in getTotalSummaryFields\" v-if=\"(!field.inRepeater || field.alias.includes('repeater')) && field.alias.indexOf('total') === -1 && settings && settings.general.descriptions\">\n\t\t\t\t\t\t\t\t\t<template v-if=\"field.alias.includes('repeater')\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"calc-repeater-subtotal\" v-for=\"(f, idx) in Object.values(field?.resultGrouped)\">\n\t\t\t\t\t\t\t\t\t\t\t<template v-if=\"getRepeaterFields(f)?.length\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"calc-repeater-subtotal-header\" :data-index=\"idx\" @click=\"toggleRepeater(idx)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<i class=\"ccb-icon-Path-3514\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span>{{field.label}}<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ccb-repeater-field-number\">#{{idx + 1}}<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"calc-repeater-subtotal-fields\" :data-index=\"idx\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<template v-for=\"(innerField) in getRepeaterFields(f)\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"innerField\" :style=\"{'padding-top': '6px'}\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"innerField\" :unit=\"true\" v-if=\"innerField.option_unit\" :style=\"{'padding-top': '5px'}\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"innerField\" :style=\"{'padding-top': '5px'}\" :multi=\"true\" v-if=\"['checkbox', 'toggle', 'checkbox_with_img'].includes(innerField.alias.replace(\/\\_field_id.*\/,'')) && innerField.options?.length\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"field\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t<template v-if=\"field.option_unit\">\n\t\t\t\t\t\t\t\t\t\t\t<template v-if=\"field.hasOwnProperty('allowPrice')\">\n\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"field\" :unit=\"true\" v-if=\"field.allowPrice\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"field\" :unit=\"true\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t\t\t<calc-total-summary :field=\"field\" :multi=\"true\" v-if=\"['checkbox', 'toggle', 'checkbox_with_img'].includes(field.alias.replace(\/\\_field_id.*\/,'')) && field.options?.length\"><\/calc-total-summary>\n\t\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/transition>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"calc-subtotal-list totals\" style=\"margin-top: 20px; padding-top: 10px;\" ref=\"calcTotals\" :class=\"{'unit-enable': showUnitInSummary}\" v-show=\"(!summaryDisplay || showAfterSubmit) && notHiddenTotalsList?.length\">\n\t\t\t\t\t\t<template v-for=\"item in getRepeaterTotals\">\n\t\t\t\t\t\t\t<cost-total :value=\"item.total\" :discount=\"item.discount\" :field=\"item.data\" :id=\"calc_data.id\" @condition-apply=\"renderCondition\"><\/cost-total>\n\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t<template v-for=\"item in formulaConst\">\n\t\t\t\t\t\t\t<div v-if=\"formulaConst.length === 1 && typeof formulaConst[0].alias === 'undefined'\" style=\"display: flex\" class=\"sub-list-item total\">\n\t\t\t\t\t\t\t\t<span class=\"sub-item-title\">Total<\/span>\n\t\t\t\t\t\t\t\t<span class=\"sub-item-value\" style=\"white-space: nowrap\">{{ item.data.converted }}<\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t{{ item.discount }}\n\t\t\t\t\t\t\t<cost-total v-else :value=\"item.total\" :discount=\"item.discount\" :field=\"item.data\" :id=\"calc_data.id\" @condition-apply=\"renderCondition\"><\/cost-total>\n\t\t\t\t\t\t<\/template>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"calc-subtotal-list\" v-if=\"getWooProductName\" v-show=\"!summaryDisplay || showAfterSubmit\">\n\t\t\t\t\t\t<div class=\"calc-woo-product\">\n\t\t\t\t\t\t\t<div class=\"calc-woo-product__info\">\n\t\t\t\t\t\t\t\t\"{{getWooProductName}}\" has been added to your cart\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"calc-promocode-wrapper\" v-if=\"hasPromocode\" v-show=\"!summaryDisplay || showAfterSubmit\">\n\t\t\t\t\t\t<div class=\"promocode-header\"><\/div>\n\t\t\t\t\t\t<div class=\"promocode-body\">\n\t\t\t\t\t\t\t<div class=\"calc-have-promocode\">\n\t\t\t\t\t\t\t\t<span>Have a promocode?<\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"calc-item ccb-field ccb-field-quantity\">\n\t\t\t\t\t\t\t\t<div class=\"calc-item__title\" style=\"display: flex; align-items: center; column-gap: 10px\">\n\t\t\t\t\t\t\t\t\t<span>Promocode<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"ccb-promocode-hint\" v-if=\"showPromocode\" @click.stop=\"showPromocode = !showPromocode\">Hide<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"ccb-promocode-hint\" v-if=\"!showPromocode\" @click.stop=\"showPromocode = !showPromocode\">Show<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<template v-if=\"showPromocode\">\n\t\t\t\t\t\t\t\t\t<div class=\"calc-promocode-container\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"calc-input-wrapper ccb-field\" :class=\"{required: discountError !== ''}\">\n\t\t\t\t\t\t\t\t\t\t\t<span v-if=\"discountError === 'invalid'\" :class=\"{active: discountError !== ''}\" class=\"ccb-error-tip front default\">Invalid promocode<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span v-if=\"discountError === 'not_exist'\" :class=\"{active: discountError !== ''}\" class=\"ccb-error-tip front default\">Promocode not exists<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span v-if=\"discountError === 'used'\" :class=\"{active: discountError !== ''}\" class=\"ccb-error-tip front default\">Promo code is already applied<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<input type=\"text\" v-model=\"promocode\" @input=\"discountError = ''\" class=\"calc-input ccb-field ccb-appearance-field\">\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<button class=\"calc-btn-action ispro-wrapper success\" @click.stop=\"applyPromocode\">\n\t\t\t\t\t\t\t\t\t\t\t<span>Apply<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"calc-applied\" v-if=\"usedPromocodes?.length\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"calc-applied-title\">Applied promocodes:<\/span>\n\t\t\t\t\t\t\t\t\t\t<div class=\"ccb-promocodes-list\">\n\t\t\t\t\t\t\t\t\t\t\t<span v-for=\"promocode in usedPromocodes\" class=\"ccb-promocode\">\n\t\t\t\t\t\t\t\t\t\t\t\t{{ promocode }}\n\t\t\t\t\t\t\t\t\t\t\t\t<i @click.stop=\"removePromocode(promocode)\" class=\"remove ccb-icon-close\"><\/i>\n\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/template>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"calc-subtotal-list calc-buttons\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"calc-list-inner calc-notice\" :class=\"noticeData.type\" v-show=\"getStep === 'notice' || (getStep === 'finish' && !hideThankYouPage)\" style=\"margin-top: 10px !important;\">\n\t\t\t\t\t<calc-notices :notice=\"noticeData\"\/>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<calc-invoice\n\t\t\t\t\tref=\"invoice\"\n\t\t\t\t\tcompany-name=\"\"\n\t\t\t\t\tcompany-info=\"\"\n\t\t\t\t\tcompany-logo=''\n\t\t\t\t\tdate-format=\"MM\/DD\/YYYY HH:mm\"\n\t\t\t\t\tstatic-texts='{&quot;order&quot;:&quot;Order&quot;,&quot;total_title&quot;:&quot;Total Summary&quot;,&quot;payment_method&quot;:&quot;Payment method:&quot;,&quot;contact_title&quot;:&quot;Contact Information&quot;,&quot;contact_form&quot;:{&quot;name&quot;:&quot;Name&quot;,&quot;email&quot;:&quot;Email&quot;,&quot;phone&quot;:&quot;Phone&quot;,&quot;message&quot;:&quot;Message&quot;},&quot;total_header&quot;:{&quot;name&quot;:&quot;Name&quot;,&quot;unit&quot;:&quot;Composition&quot;,&quot;total&quot;:&quot;Total&quot;}}'\n\t\t\t\t\tsend-email-texts='{&quot;title&quot;:&quot;Email Quote&quot;,&quot;name&quot;:&quot;Name&quot;,&quot;name_holder&quot;:&quot;Enter name&quot;,&quot;email&quot;:&quot;Email&quot;,&quot;email_holder&quot;:&quot;Enter Email&quot;,&quot;message&quot;:&quot;Message&quot;,&quot;message_holder&quot;:&quot;Enter message&quot;,&quot;submit&quot;:&quot;Send&quot;,&quot;close&quot;:&quot;Close&quot;,&quot;success_text&quot;:&quot;Email Quote Successfully Sent!&quot;,&quot;error_message&quot;:&quot;Fill in the required fields correctly.&quot;}'\n\t\t\t\t\tsend-pdf-from=\"\"\n\t\t\t\t\tsend-pdf-fromname=\"\"\n\t\t\t\t\t:summary-fields=\"getTotalSummaryFields\"\n\t\t\t\t\tsite-lang=\"en-US\"\n\t\t\t\/>\n\t<\/div>\n<\/div>\n"};</script>{"id":2102,"date":"2024-10-30T02:01:44","date_gmt":"2024-10-30T02:01:44","guid":{"rendered":"https:\/\/renovaconstrucoes.pt\/?page_id=2102"},"modified":"2024-10-30T02:01:44","modified_gmt":"2024-10-30T02:01:44","slug":"simulador-de-orcamento","status":"publish","type":"page","link":"https:\/\/renovaconstrucoes.pt\/index.php\/simulador-de-orcamento\/","title":{"rendered":"Simulador de Or\u00e7amento"},"content":{"rendered":"\n\n<div class=\"calculator-settings ccb-front ccb-wrapper-2094 \" data-calc-id=\"2094\">\n\t<calc-builder-front v-cloak custom=\"\" :content=\"{&quot;id&quot;:&quot;2094&quot;,&quot;settings&quot;:{&quot;general&quot;:{&quot;tour_title&quot;:&quot;Summary block&quot;,&quot;tour_description&quot;:&quot;Edit the default view of the Total summary.&quot;,&quot;header_title&quot;:&quot;Total em Euros&quot;,&quot;descriptions&quot;:true,&quot;hide_empty&quot;:true,&quot;hide_empty_for_orders_pdf_emails&quot;:true,&quot;sticky&quot;:false,&quot;show_option_unit&quot;:true,&quot;in_pro&quot;:false,&quot;icons&quot;:&quot;ccb-icon-new-calculator&quot;,&quot;slug&quot;:&quot;total-summary&quot;,&quot;styles&quot;:{&quot;radio&quot;:&quot;&quot;,&quot;checkbox&quot;:&quot;&quot;,&quot;toggle&quot;:&quot;&quot;,&quot;radio_with_img&quot;:&quot;&quot;,&quot;checkbox_with_img&quot;:&quot;&quot;},&quot;show_details_accordion&quot;:true},&quot;currency&quot;:{&quot;tour_title&quot;:&quot;Currency&quot;,&quot;tour_description&quot;:&quot;Set the currency sign and edit its default appearance.&quot;,&quot;currency&quot;:&quot;$&quot;,&quot;num_after_integer&quot;:2,&quot;decimal_separator&quot;:&quot;.&quot;,&quot;thousands_separator&quot;:&quot;,&quot;,&quot;currencyPosition&quot;:&quot;left_with_space&quot;,&quot;in_pro&quot;:false,&quot;icons&quot;:&quot;ccb-icon-Union-23&quot;,&quot;slug&quot;:&quot;currency&quot;},&quot;texts&quot;:{&quot;tour_title&quot;:&quot;Warning texts&quot;,&quot;tour_description&quot;:&quot;Manage notifications of Calculator forms.&quot;,&quot;title&quot;:&quot;Your service request has been completed!&quot;,&quot;description&quot;:&quot;We have sent your request information to your email.&quot;,&quot;issued_on&quot;:&quot;Issued on&quot;,&quot;reset_btn&quot;:&quot;Create new calculation&quot;,&quot;invoice_btn&quot;:&quot;Get invoice&quot;,&quot;required_msg&quot;:&quot;This field is required&quot;,&quot;in_pro&quot;:false,&quot;icons&quot;:&quot;ccb-icon-Path-3601&quot;,&quot;slug&quot;:&quot;texts&quot;,&quot;form_fields&quot;:{&quot;email_format&quot;:&quot;Invalid email&quot;,&quot;email_field&quot;:&quot;Email is required&quot;,&quot;name_field&quot;:&quot;Name is required&quot;,&quot;phone_field&quot;:&quot;Phone number is required&quot;,&quot;terms_and_conditions_field&quot;:&quot;Please, check out our terms and click on the checkbox&quot;}},&quot;thankYouPage&quot;:{&quot;tour_title&quot;:&quot;Confirmation page&quot;,&quot;tour_description&quot;:&quot;Make a custom thank you page for users after making an order&quot;,&quot;slug&quot;:&quot;thank-you-page&quot;,&quot;enable&quot;:true,&quot;type&quot;:&quot;same_page&quot;,&quot;is_on&quot;:true,&quot;page_id&quot;:&quot;&quot;,&quot;custom_page_link&quot;:&quot;&quot;,&quot;title&quot;:&quot;Thank you for your order!&quot;,&quot;description&quot;:&quot;We have sent order details to your email.&quot;,&quot;order_title&quot;:&quot;Order ID&quot;,&quot;back_button_text&quot;:&quot;Back to calculator&quot;,&quot;download_button&quot;:false,&quot;download_button_text&quot;:&quot;Download PDF&quot;,&quot;share_button&quot;:false,&quot;share_button_text&quot;:&quot;Send PDF to&quot;,&quot;custom_button&quot;:false,&quot;custom_button_text&quot;:&quot;Go to website&quot;,&quot;custom_button_link&quot;:&quot;https:\\\/\\\/renovaconstrucoes.pt&quot;,&quot;complete_msg&quot;:&quot;Your order has been placed&quot;,&quot;icons&quot;:&quot;ccb-icon-Check-Circle-new&quot;},&quot;sticky_calc&quot;:{&quot;tour_title&quot;:&quot;Sticky calculator&quot;,&quot;tour_description&quot;:&quot;Add a button that stays on the screen as users scroll&quot;,&quot;slug&quot;:&quot;sticky-calculator&quot;,&quot;enable&quot;:&quot;&quot;,&quot;display_type&quot;:&quot;btn&quot;,&quot;btn_position&quot;:&quot;bottom_left&quot;,&quot;banner_position&quot;:&quot;bottom&quot;,&quot;hide_icon&quot;:false,&quot;title&quot;:&quot;calc_title&quot;,&quot;description&quot;:&quot;Description text&quot;,&quot;formulas&quot;:[],&quot;pages&quot;:[],&quot;btn_text&quot;:&quot;Open calculator&quot;,&quot;one_click_action&quot;:&quot;open_modal&quot;,&quot;show_calculator&quot;:false,&quot;show_total&quot;:true,&quot;custom_text&quot;:&quot;&quot;,&quot;custom_desc&quot;:&quot;&quot;,&quot;icons&quot;:&quot;ccb-icon-sticky-calc&quot;,&quot;classes&quot;:&quot;&quot;,&quot;is_on&quot;:true,&quot;icon&quot;:&quot;&quot;},&quot;formFields&quot;:{&quot;tour_title&quot;:&quot;Order Form&quot;,&quot;tour_description&quot;:&quot;Choose contact form type and fill out settings.&quot;,&quot;fields&quot;:[],&quot;formulas&quot;:[],&quot;emailSubject&quot;:&quot;&quot;,&quot;contactFormId&quot;:&quot;&quot;,&quot;accessEmail&quot;:&quot;&quot;,&quot;adminEmailAddress&quot;:&quot;&quot;,&quot;customEmailAddresses&quot;:[],&quot;submitBtnText&quot;:&quot;Submit order&quot;,&quot;openModalBtnText&quot;:&quot;Make order&quot;,&quot;allowContactForm&quot;:&quot;&quot;,&quot;order_id_in_subject&quot;:false,&quot;body&quot;:&quot;Dear sir\\\/madam\\nWe would be very grateful to you if you could provide us the quotation of the following=&gt;\\n\\nTotal Summary\\n[ccb-subtotal]\\nTotal: [ccb-total-0]\\nLooking forward to hearing back from you.\\nThanks in advance&quot;,&quot;payment&quot;:&quot;&quot;,&quot;paymentMethod&quot;:&quot;&quot;,&quot;paymentMethods&quot;:[],&quot;in_pro&quot;:true,&quot;icons&quot;:&quot;ccb-icon-XMLID_426&quot;,&quot;slug&quot;:&quot;send-form&quot;,&quot;terms_and_conditions&quot;:{&quot;checkbox&quot;:false,&quot;text&quot;:&quot;By clicking this box, I agree to your&quot;,&quot;page_id&quot;:&quot;&quot;,&quot;link&quot;:&quot;&quot;,&quot;link_text&quot;:&quot;&quot;},&quot;summary_display&quot;:{&quot;enable&quot;:false,&quot;form_title&quot;:&quot;You will get a quote and invoice after submitting the form&quot;,&quot;submit_btn_text&quot;:&quot;Get a quote&quot;,&quot;action_after_submit&quot;:&quot;send_to_email&quot;},&quot;is_on&quot;:true,&quot;accessTermsEmail&quot;:false},&quot;emailOptions&quot;:[{&quot;adminEmailAddress&quot;:&quot;&quot;,&quot;emailDescription&quot;:&quot;&quot;}],&quot;sendFormFields&quot;:[{&quot;name&quot;:&quot;name&quot;,&quot;required&quot;:true,&quot;value&quot;:&quot;&quot;},{&quot;name&quot;:&quot;email&quot;,&quot;required&quot;:true,&quot;value&quot;:&quot;&quot;},{&quot;name&quot;:&quot;phone&quot;,&quot;required&quot;:true,&quot;value&quot;:&quot;&quot;},{&quot;name&quot;:&quot;message&quot;,&quot;required&quot;:false,&quot;value&quot;:&quot;&quot;}],&quot;sendFormRequires&quot;:[{&quot;required&quot;:false},{&quot;required&quot;:false},{&quot;required&quot;:false},{&quot;required&quot;:false}],&quot;woo_products&quot;:{&quot;tour_title&quot;:&quot;Woo Products&quot;,&quot;tour_description&quot;:&quot;Enables Calculator on the product page.&quot;,&quot;enable&quot;:&quot;&quot;,&quot;category_id&quot;:&quot;&quot;,&quot;category_ids&quot;:[&quot;&quot;],&quot;product_ids&quot;:[],&quot;by_category&quot;:true,&quot;by_product&quot;:false,&quot;hook_to_show&quot;:&quot;woocommerce_after_single_product_summary&quot;,&quot;hide_woo_cart&quot;:&quot;&quot;,&quot;meta_links&quot;:[],&quot;in_pro&quot;:true,&quot;icons&quot;:&quot;ccb-icon-Union-17&quot;,&quot;slug&quot;:&quot;woo-products&quot;,&quot;is_on&quot;:true},&quot;woo_checkout&quot;:{&quot;tour_title&quot;:&quot;Woo Checkout&quot;,&quot;tour_description&quot;:&quot;Enables WooCommerce Checkout.&quot;,&quot;enable&quot;:&quot;&quot;,&quot;product_id&quot;:&quot;&quot;,&quot;redirect_to&quot;:&quot;cart&quot;,&quot;description&quot;:&quot;[ccb-total-0]&quot;,&quot;formulas&quot;:[],&quot;in_pro&quot;:true,&quot;icons&quot;:&quot;ccb-icon-Path-3498&quot;,&quot;slug&quot;:&quot;woo-checkout&quot;,&quot;replace_product&quot;:true,&quot;is_on&quot;:true},&quot;payment_gateway&quot;:{&quot;slug&quot;:&quot;payment-gateway&quot;,&quot;icons&quot;:&quot;ccb-icon-credit-card&quot;,&quot;tour_title&quot;:&quot;Payment Gateways&quot;,&quot;tour_description&quot;:&quot;Set-up your payments.&quot;,&quot;in_pro&quot;:true,&quot;is_on&quot;:true,&quot;cards&quot;:{&quot;enable&quot;:false,&quot;card_payments&quot;:{&quot;stripe&quot;:{&quot;enable&quot;:false,&quot;secretKey&quot;:&quot;&quot;,&quot;publishKey&quot;:&quot;&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;mode&quot;:&quot;test_mode&quot;,&quot;payment_type&quot;:&quot;same_page&quot;,&quot;logo&quot;:&quot;https:\\\/\\\/renovaconstrucoes.pt\\\/wp-content\\\/plugins\\\/cost-calculator-builder\\\/frontend\\\/dist\\\/img\\\/stripe.svg&quot;,&quot;label&quot;:&quot;Stripe&quot;,&quot;slug&quot;:&quot;stripe&quot;,&quot;payment_logo_width&quot;:&quot;68px&quot;},&quot;razorpay&quot;:{&quot;enable&quot;:false,&quot;keyId&quot;:&quot;&quot;,&quot;secretKey&quot;:&quot;&quot;,&quot;currency&quot;:&quot;USD&quot;,&quot;payment_type&quot;:&quot;same_page&quot;,&quot;logo&quot;:&quot;https:\\\/\\\/renovaconstrucoes.pt\\\/wp-content\\\/plugins\\\/cost-calculator-builder\\\/frontend\\\/dist\\\/img\\\/razorpay.png&quot;,&quot;label&quot;:&quot;Razorpay&quot;,&quot;slug&quot;:&quot;razorpay&quot;,&quot;payment_logo_width&quot;:&quot;88px&quot;}}},&quot;paypal&quot;:{&quot;enable&quot;:false,&quot;integration_type&quot;:&quot;legacy&quot;,&quot;paypal_email&quot;:&quot;&quot;,&quot;currency_code&quot;:&quot;USD&quot;,&quot;paypal_mode&quot;:&quot;sandbox&quot;,&quot;client_id&quot;:&quot;&quot;,&quot;client_secret&quot;:&quot;&quot;},&quot;cash_payment&quot;:{&quot;enable&quot;:false,&quot;label&quot;:&quot;Cash Payment&quot;,&quot;type&quot;:&quot;&quot;},&quot;formulas&quot;:[]},&quot;webhooks&quot;:{&quot;tour_title&quot;:&quot;Webhooks&quot;,&quot;tour_description&quot;:&quot;Enables custom webhooks for different events.&quot;,&quot;enableSendForms&quot;:false,&quot;enablePaymentBtn&quot;:false,&quot;enableEmailQuote&quot;:false,&quot;send_form_url&quot;:&quot;&quot;,&quot;payment_btn_url&quot;:&quot;&quot;,&quot;email_quote_url&quot;:&quot;&quot;,&quot;secret_key_send_form&quot;:&quot;&quot;,&quot;secret_key_payment_btn&quot;:&quot;&quot;,&quot;secret_key_email_quote&quot;:&quot;&quot;,&quot;in_pro&quot;:true,&quot;is_on&quot;:true,&quot;icons&quot;:&quot;ccb-icon-Webhooks&quot;,&quot;slug&quot;:&quot;webhooks&quot;},&quot;recaptcha&quot;:{&quot;use_in_all&quot;:false,&quot;enable&quot;:&quot;&quot;,&quot;type&quot;:&quot;v2&quot;,&quot;v3&quot;:{&quot;siteKey&quot;:&quot;&quot;,&quot;secretKey&quot;:&quot;&quot;},&quot;v2&quot;:{&quot;siteKey&quot;:&quot;&quot;,&quot;secretKey&quot;:&quot;&quot;},&quot;options&quot;:{&quot;v2&quot;:&quot;Google reCAPTCHA v2&quot;,&quot;v3&quot;:&quot;Google reCAPTCHA v3&quot;}},&quot;notice&quot;:{&quot;requiredField&quot;:&quot;This field is required&quot;},&quot;page_break&quot;:{&quot;total_in_page&quot;:false,&quot;summary_after_last_page&quot;:false,&quot;pagination_type&quot;:&quot;circle_with_line&quot;,&quot;hide_pagination_title&quot;:false,&quot;formulas&quot;:[],&quot;has_page&quot;:false},&quot;icon&quot;:&quot;fas fa-cogs&quot;,&quot;type&quot;:&quot;Cost Calculator Settings&quot;,&quot;recaptcha_type&quot;:{&quot;v2&quot;:&quot;Google reCAPTCHA v2&quot;,&quot;v3&quot;:&quot;Google reCAPTCHA v3&quot;},&quot;recaptcha_v3&quot;:{&quot;siteKey&quot;:&quot;&quot;,&quot;secretKey&quot;:&quot;&quot;},&quot;calc_id&quot;:&quot;2094&quot;,&quot;title&quot;:&quot;Simulado em M\\u00b2&quot;,&quot;invoice&quot;:{&quot;showAfterPayment&quot;:true,&quot;emailButton&quot;:false}},&quot;currency&quot;:{&quot;currency&quot;:&quot;$&quot;,&quot;num_after_integer&quot;:2,&quot;decimal_separator&quot;:&quot;.&quot;,&quot;thousands_separator&quot;:&quot;,&quot;,&quot;currency_position&quot;:&quot;left_with_space&quot;},&quot;geolocation&quot;:{&quot;type&quot;:&quot;google_map&quot;,&quot;public_key&quot;:&quot;&quot;,&quot;measure&quot;:&quot;km&quot;,&quot;pickUpIconPath&quot;:&quot;&quot;,&quot;markerIconPath&quot;:&quot;&quot;},&quot;fields&quot;:[{&quot;unit&quot;:&quot;30&quot;,&quot;min&quot;:&quot;0&quot;,&quot;max&quot;:&quot;300&quot;,&quot;label&quot;:&quot;M\\u00b2 Aplica\\u00e7\\u00e3o de Pladur&quot;,&quot;_id&quot;:0,&quot;default&quot;:&quot;0&quot;,&quot;description&quot;:&quot;Esta simula\\u00e7\\u00e3o n\\u00e3o define o valor final. Entre em contato para fazermos seu or\\u00e7amento.&quot;,&quot;placeholder&quot;:&quot;&quot;,&quot;required&quot;:&quot;false&quot;,&quot;_event&quot;:&quot;keyup&quot;,&quot;type&quot;:&quot;Quantity&quot;,&quot;allowRound&quot;:&quot;&quot;,&quot;additionalCss&quot;:&quot;&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;addToSummary&quot;:true,&quot;calculateHidden&quot;:false,&quot;allowCurrency&quot;:&quot;&quot;,&quot;fieldCurrency&quot;:false,&quot;multiply&quot;:true,&quot;unitPosition&quot;:&quot;left&quot;,&quot;unitSymbol&quot;:&quot;\\u20ac&quot;,&quot;enabled_currency_settings&quot;:true,&quot;_tag&quot;:&quot;cost-quantity&quot;,&quot;icon&quot;:&quot;ccb-icon-Subtraction-6&quot;,&quot;alias&quot;:&quot;quantity_field_id_0&quot;,&quot;desc_option&quot;:&quot;after&quot;,&quot;step&quot;:&quot;1&quot;,&quot;fieldCurrencySettings&quot;:{&quot;currency&quot;:&quot;\\u20ac&quot;,&quot;num_after_integer&quot;:2,&quot;decimal_separator&quot;:&quot;.&quot;,&quot;thousands_separator&quot;:&quot;,&quot;,&quot;currencyPosition&quot;:&quot;left_with_space&quot;},&quot;text&quot;:&quot;Quantity field&quot;,&quot;hidden&quot;:false,&quot;idx&quot;:1,&quot;sign&quot;:&quot;M\\u00b2&quot;},{&quot;unit&quot;:&quot;45&quot;,&quot;min&quot;:&quot;0&quot;,&quot;max&quot;:&quot;300&quot;,&quot;label&quot;:&quot;M\\u00b2 Aplica\\u00e7\\u00e3o de Contra-Piso&quot;,&quot;_id&quot;:1,&quot;default&quot;:&quot;0&quot;,&quot;description&quot;:&quot;Esta simula\\u00e7\\u00e3o n\\u00e3o define o valor final. Entre em contato para fazermos seu or\\u00e7amento.&quot;,&quot;placeholder&quot;:&quot;&quot;,&quot;required&quot;:&quot;false&quot;,&quot;_event&quot;:&quot;keyup&quot;,&quot;type&quot;:&quot;Quantity&quot;,&quot;allowRound&quot;:&quot;&quot;,&quot;additionalCss&quot;:&quot;&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;addToSummary&quot;:true,&quot;calculateHidden&quot;:false,&quot;allowCurrency&quot;:&quot;&quot;,&quot;fieldCurrency&quot;:false,&quot;multiply&quot;:true,&quot;unitPosition&quot;:&quot;left&quot;,&quot;unitSymbol&quot;:&quot;\\u20ac&quot;,&quot;enabled_currency_settings&quot;:true,&quot;_tag&quot;:&quot;cost-quantity&quot;,&quot;icon&quot;:&quot;ccb-icon-Subtraction-6&quot;,&quot;alias&quot;:&quot;quantity_field_id_1&quot;,&quot;desc_option&quot;:&quot;after&quot;,&quot;step&quot;:&quot;1&quot;,&quot;fieldCurrencySettings&quot;:{&quot;currency&quot;:&quot;\\u20ac&quot;,&quot;num_after_integer&quot;:2,&quot;decimal_separator&quot;:&quot;.&quot;,&quot;thousands_separator&quot;:&quot;,&quot;,&quot;currencyPosition&quot;:&quot;left_with_space&quot;},&quot;text&quot;:&quot;Quantity field&quot;,&quot;hidden&quot;:false,&quot;idx&quot;:2,&quot;sign&quot;:&quot;M\\u00b2&quot;,&quot;stm_dublicate_field_id&quot;:0},{&quot;unit&quot;:&quot;50&quot;,&quot;min&quot;:&quot;0&quot;,&quot;max&quot;:&quot;300&quot;,&quot;label&quot;:&quot;M\\u00b2 Aplica\\u00e7\\u00e3o de Pavimento em Cer\\u00e2mica&quot;,&quot;_id&quot;:2,&quot;default&quot;:&quot;0&quot;,&quot;description&quot;:&quot;Esta simula\\u00e7\\u00e3o n\\u00e3o define o valor final. Entre em contato para fazermos seu or\\u00e7amento.&quot;,&quot;placeholder&quot;:&quot;&quot;,&quot;required&quot;:&quot;false&quot;,&quot;_event&quot;:&quot;keyup&quot;,&quot;type&quot;:&quot;Quantity&quot;,&quot;allowRound&quot;:&quot;&quot;,&quot;additionalCss&quot;:&quot;&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;addToSummary&quot;:true,&quot;calculateHidden&quot;:false,&quot;allowCurrency&quot;:&quot;&quot;,&quot;fieldCurrency&quot;:false,&quot;multiply&quot;:true,&quot;unitPosition&quot;:&quot;left&quot;,&quot;unitSymbol&quot;:&quot;\\u20ac&quot;,&quot;enabled_currency_settings&quot;:true,&quot;_tag&quot;:&quot;cost-quantity&quot;,&quot;icon&quot;:&quot;ccb-icon-Subtraction-6&quot;,&quot;alias&quot;:&quot;quantity_field_id_2&quot;,&quot;desc_option&quot;:&quot;after&quot;,&quot;step&quot;:&quot;1&quot;,&quot;fieldCurrencySettings&quot;:{&quot;currency&quot;:&quot;\\u20ac&quot;,&quot;num_after_integer&quot;:2,&quot;decimal_separator&quot;:&quot;.&quot;,&quot;thousands_separator&quot;:&quot;,&quot;,&quot;currencyPosition&quot;:&quot;left_with_space&quot;},&quot;text&quot;:&quot;Quantity field&quot;,&quot;hidden&quot;:false,&quot;idx&quot;:3,&quot;sign&quot;:&quot;M\\u00b2&quot;,&quot;stm_dublicate_field_id&quot;:1},{&quot;unit&quot;:&quot;45&quot;,&quot;min&quot;:&quot;0&quot;,&quot;max&quot;:&quot;300&quot;,&quot;label&quot;:&quot;M\\u00b2 Aplica\\u00e7\\u00e3o de Piso Flutuante Laminado&quot;,&quot;_id&quot;:3,&quot;default&quot;:&quot;0&quot;,&quot;description&quot;:&quot;Esta simula\\u00e7\\u00e3o n\\u00e3o define o valor final. Entre em contato para fazermos seu or\\u00e7amento.&quot;,&quot;placeholder&quot;:&quot;&quot;,&quot;required&quot;:&quot;false&quot;,&quot;_event&quot;:&quot;keyup&quot;,&quot;type&quot;:&quot;Quantity&quot;,&quot;allowRound&quot;:&quot;&quot;,&quot;additionalCss&quot;:&quot;&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;addToSummary&quot;:true,&quot;calculateHidden&quot;:false,&quot;allowCurrency&quot;:&quot;&quot;,&quot;fieldCurrency&quot;:false,&quot;multiply&quot;:true,&quot;unitPosition&quot;:&quot;left&quot;,&quot;unitSymbol&quot;:&quot;\\u20ac&quot;,&quot;enabled_currency_settings&quot;:true,&quot;_tag&quot;:&quot;cost-quantity&quot;,&quot;icon&quot;:&quot;ccb-icon-Subtraction-6&quot;,&quot;alias&quot;:&quot;quantity_field_id_3&quot;,&quot;desc_option&quot;:&quot;after&quot;,&quot;step&quot;:&quot;1&quot;,&quot;fieldCurrencySettings&quot;:{&quot;currency&quot;:&quot;\\u20ac&quot;,&quot;num_after_integer&quot;:2,&quot;decimal_separator&quot;:&quot;.&quot;,&quot;thousands_separator&quot;:&quot;,&quot;,&quot;currencyPosition&quot;:&quot;left_with_space&quot;},&quot;text&quot;:&quot;Quantity field&quot;,&quot;hidden&quot;:false,&quot;idx&quot;:4,&quot;sign&quot;:&quot;M\\u00b2&quot;,&quot;stm_dublicate_field_id&quot;:2},{&quot;unit&quot;:&quot;63&quot;,&quot;min&quot;:&quot;0&quot;,&quot;max&quot;:&quot;300&quot;,&quot;label&quot;:&quot;M\\u00b2 Constru\\u00e7\\u00e3o de Parede Interna&quot;,&quot;_id&quot;:4,&quot;default&quot;:&quot;0&quot;,&quot;description&quot;:&quot;Esta simula\\u00e7\\u00e3o n\\u00e3o define o valor final. Entre em contato para fazermos seu or\\u00e7amento.&quot;,&quot;placeholder&quot;:&quot;&quot;,&quot;required&quot;:&quot;false&quot;,&quot;_event&quot;:&quot;keyup&quot;,&quot;type&quot;:&quot;Quantity&quot;,&quot;allowRound&quot;:&quot;&quot;,&quot;additionalCss&quot;:&quot;&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;addToSummary&quot;:true,&quot;calculateHidden&quot;:false,&quot;allowCurrency&quot;:&quot;&quot;,&quot;fieldCurrency&quot;:false,&quot;multiply&quot;:true,&quot;unitPosition&quot;:&quot;left&quot;,&quot;unitSymbol&quot;:&quot;\\u20ac&quot;,&quot;enabled_currency_settings&quot;:true,&quot;_tag&quot;:&quot;cost-quantity&quot;,&quot;icon&quot;:&quot;ccb-icon-Subtraction-6&quot;,&quot;alias&quot;:&quot;quantity_field_id_4&quot;,&quot;desc_option&quot;:&quot;after&quot;,&quot;step&quot;:&quot;1&quot;,&quot;fieldCurrencySettings&quot;:{&quot;currency&quot;:&quot;\\u20ac&quot;,&quot;num_after_integer&quot;:2,&quot;decimal_separator&quot;:&quot;.&quot;,&quot;thousands_separator&quot;:&quot;,&quot;,&quot;currencyPosition&quot;:&quot;left_with_space&quot;},&quot;text&quot;:&quot;Quantity field&quot;,&quot;hidden&quot;:false,&quot;idx&quot;:5,&quot;sign&quot;:&quot;M\\u00b2&quot;,&quot;stm_dublicate_field_id&quot;:3},{&quot;unit&quot;:&quot;30&quot;,&quot;min&quot;:&quot;0&quot;,&quot;max&quot;:&quot;300&quot;,&quot;label&quot;:&quot;M\\u00b2 Pintura interna em Branco Mat&quot;,&quot;_id&quot;:5,&quot;default&quot;:&quot;0&quot;,&quot;description&quot;:&quot;Esta simula\\u00e7\\u00e3o n\\u00e3o define o valor final. Entre em contato para fazermos seu or\\u00e7amento.&quot;,&quot;placeholder&quot;:&quot;&quot;,&quot;required&quot;:&quot;false&quot;,&quot;_event&quot;:&quot;keyup&quot;,&quot;type&quot;:&quot;Quantity&quot;,&quot;allowRound&quot;:&quot;&quot;,&quot;additionalCss&quot;:&quot;&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;addToSummary&quot;:true,&quot;calculateHidden&quot;:false,&quot;allowCurrency&quot;:&quot;&quot;,&quot;fieldCurrency&quot;:false,&quot;multiply&quot;:true,&quot;unitPosition&quot;:&quot;left&quot;,&quot;unitSymbol&quot;:&quot;\\u20ac&quot;,&quot;enabled_currency_settings&quot;:true,&quot;_tag&quot;:&quot;cost-quantity&quot;,&quot;icon&quot;:&quot;ccb-icon-Subtraction-6&quot;,&quot;alias&quot;:&quot;quantity_field_id_5&quot;,&quot;desc_option&quot;:&quot;after&quot;,&quot;step&quot;:&quot;1&quot;,&quot;fieldCurrencySettings&quot;:{&quot;currency&quot;:&quot;\\u20ac&quot;,&quot;num_after_integer&quot;:2,&quot;decimal_separator&quot;:&quot;.&quot;,&quot;thousands_separator&quot;:&quot;,&quot;,&quot;currencyPosition&quot;:&quot;left_with_space&quot;},&quot;text&quot;:&quot;Quantity field&quot;,&quot;hidden&quot;:false,&quot;idx&quot;:6,&quot;sign&quot;:&quot;M\\u00b2&quot;,&quot;stm_dublicate_field_id&quot;:4},{&quot;unit&quot;:&quot;35&quot;,&quot;min&quot;:&quot;0&quot;,&quot;max&quot;:&quot;300&quot;,&quot;label&quot;:&quot;M\\u00b2 Pintura externa em Branco Mat (copy 1)&quot;,&quot;_id&quot;:6,&quot;default&quot;:&quot;0&quot;,&quot;description&quot;:&quot;Esta simula\\u00e7\\u00e3o n\\u00e3o define o valor final. Entre em contato para fazermos seu or\\u00e7amento.&quot;,&quot;placeholder&quot;:&quot;&quot;,&quot;required&quot;:&quot;false&quot;,&quot;_event&quot;:&quot;keyup&quot;,&quot;type&quot;:&quot;Quantity&quot;,&quot;allowRound&quot;:&quot;&quot;,&quot;additionalCss&quot;:&quot;&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;addToSummary&quot;:true,&quot;calculateHidden&quot;:false,&quot;allowCurrency&quot;:&quot;&quot;,&quot;fieldCurrency&quot;:false,&quot;multiply&quot;:true,&quot;unitPosition&quot;:&quot;left&quot;,&quot;unitSymbol&quot;:&quot;\\u20ac&quot;,&quot;enabled_currency_settings&quot;:true,&quot;_tag&quot;:&quot;cost-quantity&quot;,&quot;icon&quot;:&quot;ccb-icon-Subtraction-6&quot;,&quot;alias&quot;:&quot;quantity_field_id_6&quot;,&quot;desc_option&quot;:&quot;after&quot;,&quot;step&quot;:&quot;1&quot;,&quot;fieldCurrencySettings&quot;:{&quot;currency&quot;:&quot;\\u20ac&quot;,&quot;num_after_integer&quot;:2,&quot;decimal_separator&quot;:&quot;.&quot;,&quot;thousands_separator&quot;:&quot;,&quot;,&quot;currencyPosition&quot;:&quot;left_with_space&quot;},&quot;text&quot;:&quot;Quantity field&quot;,&quot;hidden&quot;:false,&quot;idx&quot;:6,&quot;sign&quot;:&quot;M\\u00b2&quot;,&quot;stm_dublicate_field_id&quot;:5}],&quot;formula&quot;:[{&quot;label&quot;:&quot;Total&quot;,&quot;formula&quot;:&quot;quantity_field_id_0 + quantity_field_id_1 + quantity_field_id_2 + quantity_field_id_3 + quantity_field_id_4 + quantity_field_id_5 + quantity_field_id_6 &quot;,&quot;symbol&quot;:&quot;&quot;}],&quot;conditions&quot;:[],&quot;language&quot;:&quot;en&quot;,&quot;appearance&quot;:{&quot;desktop&quot;:{&quot;layout&quot;:{&quot;label&quot;:&quot;Layout&quot;,&quot;name&quot;:&quot;layout&quot;,&quot;data&quot;:{&quot;box_style&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;box_style&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;vertical&quot;,&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;layout&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;vertical&quot;:{&quot;label&quot;:&quot;Vertical&quot;,&quot;icon&quot;:&quot;ccb-icon-Union-26&quot;},&quot;horizontal&quot;:{&quot;label&quot;:&quot;Horizontal&quot;,&quot;icon&quot;:&quot;ccb-icon-Union-25&quot;},&quot;two_column&quot;:{&quot;label&quot;:&quot;Two columns&quot;,&quot;icon&quot;:&quot;ccb-icon-Union-27&quot;}}}}}},&quot;colors&quot;:{&quot;label&quot;:&quot;Colors&quot;,&quot;name&quot;:&quot;colors&quot;,&quot;data&quot;:{&quot;container&quot;:{&quot;label&quot;:&quot;Container&quot;,&quot;name&quot;:&quot;container&quot;,&quot;title&quot;:&quot;Container&quot;,&quot;value&quot;:{&quot;color&quot;:&quot;#ffffff&quot;,&quot;blur&quot;:&quot;0&quot;,&quot;opacity&quot;:&quot;100&quot;},&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;container&quot;,&quot;hint&quot;:{&quot;label&quot;:&quot;Background blur&quot;,&quot;content&quot;:&quot;Makes the calculator background color transparent with a blur effect.&quot;,&quot;image&quot;:&quot;https:\\\/\\\/renovaconstrucoes.pt\\\/wp-content\\\/plugins\\\/cost-calculator-builder\\\/frontend\\\/dist\\\/img\\\/bg-blur.svg&quot;,&quot;link&quot;:&quot;https:\\\/\\\/docs.stylemixthemes.com\\\/cost-calculator-builder\\\/plugin-features\\\/calculator-customization#colors&quot;},&quot;data&quot;:{&quot;color&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;color&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;#ffffff&quot;,&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;color&quot;,&quot;default&quot;:&quot;#ffffff&quot;},&quot;blur&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;blur&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;0&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:{&quot;prefix&quot;:&quot;&quot;},&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;opacity&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;opacity&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;100&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:{&quot;prefix&quot;:&quot;%&quot;},&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;%&quot;}}}},&quot;primary_color&quot;:{&quot;label&quot;:&quot;Text color&quot;,&quot;name&quot;:&quot;primary_color&quot;,&quot;title&quot;:&quot;Text color&quot;,&quot;value&quot;:&quot;#001931&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;color&quot;,&quot;default&quot;:&quot;#001931&quot;},&quot;accent_color&quot;:{&quot;label&quot;:&quot;Accent (button &amp; pickers)&quot;,&quot;name&quot;:&quot;accent_color&quot;,&quot;title&quot;:&quot;Accent (button &amp; pickers)&quot;,&quot;value&quot;:&quot;#00B163&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;color&quot;,&quot;default&quot;:&quot;#00B163&quot;},&quot;secondary_color&quot;:{&quot;label&quot;:&quot;Form fields&quot;,&quot;name&quot;:&quot;secondary_color&quot;,&quot;title&quot;:&quot;Form fields&quot;,&quot;value&quot;:&quot;#F7F7F7&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;color&quot;,&quot;default&quot;:&quot;#F7F7F7&quot;},&quot;error_color&quot;:{&quot;label&quot;:&quot;Error Color&quot;,&quot;name&quot;:&quot;error_color&quot;,&quot;title&quot;:&quot;Error Color&quot;,&quot;value&quot;:&quot;#D94141&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;color&quot;,&quot;default&quot;:&quot;#D94141&quot;},&quot;svg_color&quot;:{&quot;label&quot;:&quot;Apply accent color to SVG icons&quot;,&quot;name&quot;:&quot;svg_color&quot;,&quot;title&quot;:&quot;Apply accent color to SVG icons&quot;,&quot;value&quot;:0,&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;toggle&quot;}}},&quot;typography&quot;:{&quot;label&quot;:&quot;Typography&quot;,&quot;name&quot;:&quot;typography&quot;,&quot;data&quot;:{&quot;header_font_size&quot;:{&quot;label&quot;:&quot;Header text&quot;,&quot;name&quot;:&quot;header_font_size&quot;,&quot;title&quot;:&quot;Header text&quot;,&quot;value&quot;:18,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;header_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;header_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;600&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}},&quot;label_font_size&quot;:{&quot;label&quot;:&quot;Label text (form labels)&quot;,&quot;name&quot;:&quot;label_font_size&quot;,&quot;title&quot;:&quot;Label text (form labels)&quot;,&quot;value&quot;:14,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;label_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;label_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;600&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}},&quot;description_font_size&quot;:{&quot;label&quot;:&quot;Description&quot;,&quot;name&quot;:&quot;description_font_size&quot;,&quot;title&quot;:&quot;Description&quot;,&quot;value&quot;:14,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;description_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;description_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;500&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}},&quot;summary_header_size&quot;:{&quot;label&quot;:&quot;Summary header&quot;,&quot;name&quot;:&quot;summary_header_size&quot;,&quot;title&quot;:&quot;Summary header&quot;,&quot;value&quot;:14,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;summary_header_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;summary_header_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;600&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}},&quot;total_field_font_size&quot;:{&quot;label&quot;:&quot;Summary text&quot;,&quot;name&quot;:&quot;total_field_font_size&quot;,&quot;title&quot;:&quot;Summary text&quot;,&quot;value&quot;:14,&quot;col&quot;:&quot;col-4&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;total_field_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;total_field_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;400&quot;,&quot;col&quot;:&quot;col-4&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}},&quot;total_text_transform&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;total_text_transform&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;capitalize&quot;,&quot;col&quot;:&quot;col-4&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;capitalize&quot;:&quot;Capitalize&quot;,&quot;uppercase&quot;:&quot;Uppercase&quot;,&quot;lowercase&quot;:&quot;Lowercase&quot;,&quot;none&quot;:&quot;None&quot;}}},&quot;total_font_size&quot;:{&quot;label&quot;:&quot;Grand totals&quot;,&quot;name&quot;:&quot;total_font_size&quot;,&quot;title&quot;:&quot;Grand totals&quot;,&quot;value&quot;:18,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;total_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;total_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;600&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}},&quot;fields_btn_font_size&quot;:{&quot;label&quot;:&quot;Fields &amp; buttons text&quot;,&quot;name&quot;:&quot;fields_btn_font_size&quot;,&quot;title&quot;:&quot;Fields &amp; buttons text&quot;,&quot;value&quot;:14,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;fields_btn_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;fields_btn_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;500&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}}}},&quot;borders&quot;:{&quot;label&quot;:&quot;Borders&quot;,&quot;name&quot;:&quot;borders&quot;,&quot;data&quot;:{&quot;container_border&quot;:{&quot;label&quot;:&quot;Container border&quot;,&quot;name&quot;:&quot;container_border&quot;,&quot;title&quot;:&quot;Container border&quot;,&quot;value&quot;:{&quot;type&quot;:&quot;solid&quot;,&quot;width&quot;:1,&quot;radius&quot;:8},&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;border&quot;,&quot;data&quot;:{&quot;border_type&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;border_type&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;solid&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;dotted&quot;:&quot;Dotted&quot;,&quot;dashed&quot;:&quot;Dashed&quot;,&quot;solid&quot;:&quot;Solid&quot;,&quot;double&quot;:&quot;Double&quot;,&quot;groove&quot;:&quot;Groove&quot;,&quot;ridge&quot;:&quot;Ridge&quot;,&quot;inset&quot;:&quot;Inset&quot;,&quot;outset&quot;:&quot;Outset&quot;,&quot;none&quot;:&quot;None&quot;,&quot;hidden&quot;:&quot;Hidden&quot;}}},&quot;border_width&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;border_width&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:1,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:{&quot;prefix&quot;:&quot;px&quot;},&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;border_radius&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;border_radius&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:8,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:{&quot;prefix&quot;:&quot;Radius&quot;},&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}}}},&quot;fields_border&quot;:{&quot;label&quot;:&quot;Fields border&quot;,&quot;name&quot;:&quot;fields_border&quot;,&quot;title&quot;:&quot;Fields border&quot;,&quot;value&quot;:{&quot;type&quot;:&quot;solid&quot;,&quot;width&quot;:1,&quot;radius&quot;:4},&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;border&quot;,&quot;data&quot;:{&quot;border_type&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;border_type&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;solid&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;dotted&quot;:&quot;Dotted&quot;,&quot;dashed&quot;:&quot;Dashed&quot;,&quot;solid&quot;:&quot;Solid&quot;,&quot;double&quot;:&quot;Double&quot;,&quot;groove&quot;:&quot;Groove&quot;,&quot;ridge&quot;:&quot;Ridge&quot;,&quot;inset&quot;:&quot;Inset&quot;,&quot;outset&quot;:&quot;Outset&quot;,&quot;none&quot;:&quot;None&quot;,&quot;hidden&quot;:&quot;Hidden&quot;}}},&quot;border_width&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;border_width&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:1,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:{&quot;prefix&quot;:&quot;px&quot;},&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;border_radius&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;border_radius&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:4,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:{&quot;prefix&quot;:&quot;Radius&quot;},&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}}}},&quot;button_border&quot;:{&quot;label&quot;:&quot;Button border&quot;,&quot;name&quot;:&quot;button_border&quot;,&quot;title&quot;:&quot;Button border&quot;,&quot;value&quot;:{&quot;type&quot;:&quot;solid&quot;,&quot;width&quot;:1,&quot;radius&quot;:4},&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;border&quot;,&quot;data&quot;:{&quot;border_type&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;border_type&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;solid&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;dotted&quot;:&quot;Dotted&quot;,&quot;dashed&quot;:&quot;Dashed&quot;,&quot;solid&quot;:&quot;Solid&quot;,&quot;double&quot;:&quot;Double&quot;,&quot;groove&quot;:&quot;Groove&quot;,&quot;ridge&quot;:&quot;Ridge&quot;,&quot;inset&quot;:&quot;Inset&quot;,&quot;outset&quot;:&quot;Outset&quot;,&quot;none&quot;:&quot;None&quot;,&quot;hidden&quot;:&quot;Hidden&quot;}}},&quot;border_width&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;border_width&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:1,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:{&quot;prefix&quot;:&quot;px&quot;},&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;border_radius&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;border_radius&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:4,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:{&quot;prefix&quot;:&quot;Radius&quot;},&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}}}}}},&quot;shadows&quot;:{&quot;label&quot;:&quot;Shadows&quot;,&quot;name&quot;:&quot;shadows&quot;,&quot;data&quot;:{&quot;container_shadow&quot;:{&quot;label&quot;:&quot;Container shadow&quot;,&quot;name&quot;:&quot;container_shadow&quot;,&quot;title&quot;:&quot;Container shadow&quot;,&quot;value&quot;:{&quot;color&quot;:&quot;#cccccc&quot;,&quot;blur&quot;:0,&quot;x&quot;:0,&quot;y&quot;:0},&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;shadow&quot;,&quot;data&quot;:{&quot;color&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;color&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;#cccccc&quot;,&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;color&quot;,&quot;default&quot;:&quot;#cccccc&quot;},&quot;blur&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;border_width&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:0,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:{&quot;prefix&quot;:&quot;Blur&quot;},&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;x&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;border_radius&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:0,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:{&quot;prefix&quot;:&quot;X&quot;},&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;y&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;border_radius&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:0,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:{&quot;prefix&quot;:&quot;Y&quot;},&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}}}}}},&quot;elements_sizes&quot;:{&quot;label&quot;:&quot;Sizes&quot;,&quot;name&quot;:&quot;elements_sizes&quot;,&quot;data&quot;:{&quot;field_and_buttons_height&quot;:{&quot;label&quot;:&quot;Field &amp; button height (px)&quot;,&quot;name&quot;:&quot;field_and_buttons_height&quot;,&quot;title&quot;:&quot;Field &amp; button height (px)&quot;,&quot;value&quot;:40,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;container_vertical_max_width&quot;:{&quot;label&quot;:&quot;Vertical max-width (px)&quot;,&quot;name&quot;:&quot;container_vertical_max_width&quot;,&quot;title&quot;:&quot;Vertical max-width (px)&quot;,&quot;value&quot;:970,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:2000,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;container_horizontal_max_width&quot;:{&quot;label&quot;:&quot;Horizontal max-width (px)&quot;,&quot;name&quot;:&quot;container_horizontal_max_width&quot;,&quot;title&quot;:&quot;Horizontal max-width (px)&quot;,&quot;value&quot;:970,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:2000,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;container_two_column_max_width&quot;:{&quot;label&quot;:&quot;Two columns max-width (px)&quot;,&quot;name&quot;:&quot;container_two_column_max_width&quot;,&quot;title&quot;:&quot;Two columns max-width (px)&quot;,&quot;value&quot;:1200,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:2000,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}}}},&quot;spacing_and_positions&quot;:{&quot;label&quot;:&quot;Spacing &amp; Positions&quot;,&quot;name&quot;:&quot;spacing_and_positions&quot;,&quot;data&quot;:{&quot;field_side_indents&quot;:{&quot;label&quot;:&quot;Field side indent&quot;,&quot;name&quot;:&quot;field_side_indents&quot;,&quot;title&quot;:&quot;Field side indent&quot;,&quot;value&quot;:12,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;field_spacing&quot;:{&quot;label&quot;:&quot;Field spacing (px)&quot;,&quot;name&quot;:&quot;field_spacing&quot;,&quot;title&quot;:&quot;Field spacing (px)&quot;,&quot;value&quot;:20,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;container_margin&quot;:{&quot;label&quot;:&quot;Container margin (px)&quot;,&quot;name&quot;:&quot;container_margin&quot;,&quot;title&quot;:&quot;Container margin (px)&quot;,&quot;value&quot;:[0,0,0,0],&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;indent&quot;,&quot;data&quot;:{&quot;top&quot;:{&quot;value&quot;:&quot;0px&quot;,&quot;label&quot;:&quot;Top&quot;,&quot;name&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;arrow-top&quot;},&quot;right&quot;:{&quot;value&quot;:&quot;0px&quot;,&quot;label&quot;:&quot;Right&quot;,&quot;name&quot;:&quot;right&quot;,&quot;icon&quot;:&quot;arrow-right&quot;},&quot;bottom&quot;:{&quot;value&quot;:&quot;0px&quot;,&quot;label&quot;:&quot;Bottom&quot;,&quot;name&quot;:&quot;bottom&quot;,&quot;icon&quot;:&quot;arrow-bottom&quot;},&quot;left&quot;:{&quot;value&quot;:&quot;0px&quot;,&quot;label&quot;:&quot;Left&quot;,&quot;name&quot;:&quot;left&quot;,&quot;icon&quot;:&quot;arrow-left&quot;}}},&quot;container_padding&quot;:{&quot;label&quot;:&quot;Container padding (px)&quot;,&quot;name&quot;:&quot;container_padding&quot;,&quot;title&quot;:&quot;Container padding (px)&quot;,&quot;value&quot;:[20,20,20,20],&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;indent&quot;,&quot;data&quot;:{&quot;top&quot;:{&quot;value&quot;:&quot;20px&quot;,&quot;label&quot;:&quot;Top&quot;,&quot;name&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;arrow-top&quot;},&quot;right&quot;:{&quot;value&quot;:&quot;20px&quot;,&quot;label&quot;:&quot;Right&quot;,&quot;name&quot;:&quot;right&quot;,&quot;icon&quot;:&quot;arrow-right&quot;},&quot;bottom&quot;:{&quot;value&quot;:&quot;20px&quot;,&quot;label&quot;:&quot;Bottom&quot;,&quot;name&quot;:&quot;bottom&quot;,&quot;icon&quot;:&quot;arrow-bottom&quot;},&quot;left&quot;:{&quot;value&quot;:&quot;20px&quot;,&quot;label&quot;:&quot;Left&quot;,&quot;name&quot;:&quot;left&quot;,&quot;icon&quot;:&quot;arrow-left&quot;}}},&quot;description_position&quot;:{&quot;label&quot;:&quot;Description position&quot;,&quot;name&quot;:&quot;description_position&quot;,&quot;title&quot;:&quot;Description position&quot;,&quot;value&quot;:&quot;after&quot;,&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;before&quot;:&quot;Before field&quot;,&quot;after&quot;:&quot;After field&quot;}}}}},&quot;others&quot;:{&quot;label&quot;:&quot;Others&quot;,&quot;name&quot;:&quot;others&quot;,&quot;data&quot;:{&quot;calc_preloader&quot;:{&quot;label&quot;:&quot;Preloader icon&quot;,&quot;name&quot;:&quot;calc-preloader&quot;,&quot;title&quot;:&quot;Preloader icon&quot;,&quot;value&quot;:0,&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;preloader&quot;}}}},&quot;mobile&quot;:{&quot;typography&quot;:{&quot;label&quot;:&quot;Typography&quot;,&quot;name&quot;:&quot;typography&quot;,&quot;data&quot;:{&quot;header_font_size&quot;:{&quot;label&quot;:&quot;Header text&quot;,&quot;name&quot;:&quot;header_font_size&quot;,&quot;title&quot;:&quot;Header text&quot;,&quot;value&quot;:16,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;header_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;header_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;600&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}},&quot;label_font_size&quot;:{&quot;label&quot;:&quot;Label text (form labels)&quot;,&quot;name&quot;:&quot;label_font_size&quot;,&quot;title&quot;:&quot;Label text (form labels)&quot;,&quot;value&quot;:12,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;label_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;label_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;600&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}},&quot;description_font_size&quot;:{&quot;label&quot;:&quot;Description&quot;,&quot;name&quot;:&quot;description_font_size&quot;,&quot;title&quot;:&quot;Description&quot;,&quot;value&quot;:12,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;description_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;description_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;500&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}},&quot;summary_header_size&quot;:{&quot;label&quot;:&quot;Summary header&quot;,&quot;name&quot;:&quot;summary_header_size&quot;,&quot;title&quot;:&quot;Summary header&quot;,&quot;value&quot;:12,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;summary_header_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;summary_header_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;600&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}},&quot;total_field_font_size&quot;:{&quot;label&quot;:&quot;Summary text&quot;,&quot;name&quot;:&quot;total_field_font_size&quot;,&quot;title&quot;:&quot;Summary text&quot;,&quot;value&quot;:12,&quot;col&quot;:&quot;col-4&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;total_field_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;total_field_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;400&quot;,&quot;col&quot;:&quot;col-4&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}},&quot;total_text_transform&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;total_text_transform&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;capitalize&quot;,&quot;col&quot;:&quot;col-4&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;capitalize&quot;:&quot;Capitalize&quot;,&quot;uppercase&quot;:&quot;Uppercase&quot;,&quot;lowercase&quot;:&quot;Lowercase&quot;,&quot;none&quot;:&quot;None&quot;}}},&quot;total_font_size&quot;:{&quot;label&quot;:&quot;Grand totals&quot;,&quot;name&quot;:&quot;total_font_size&quot;,&quot;title&quot;:&quot;Grand totals&quot;,&quot;value&quot;:16,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;total_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;total_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;600&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}},&quot;fields_btn_font_size&quot;:{&quot;label&quot;:&quot;Fields &amp; buttons text&quot;,&quot;name&quot;:&quot;fields_btn_font_size&quot;,&quot;title&quot;:&quot;Fields &amp; buttons text&quot;,&quot;value&quot;:12,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;fields_btn_font_weight&quot;:{&quot;label&quot;:&quot;&quot;,&quot;name&quot;:&quot;fields_btn_font_weight&quot;,&quot;title&quot;:&quot;&quot;,&quot;value&quot;:&quot;500&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;select&quot;,&quot;data&quot;:{&quot;options&quot;:{&quot;400&quot;:&quot;Regular (400)&quot;,&quot;500&quot;:&quot;Medium (500)&quot;,&quot;600&quot;:&quot;Bold (600)&quot;,&quot;700&quot;:&quot;Bolder (700)&quot;,&quot;inherit&quot;:&quot;inherit&quot;}}}}},&quot;elements_sizes&quot;:{&quot;label&quot;:&quot;Sizes&quot;,&quot;name&quot;:&quot;elements_sizes&quot;,&quot;data&quot;:{&quot;field_and_buttons_height&quot;:{&quot;label&quot;:&quot;Field &amp; button height (px)&quot;,&quot;name&quot;:&quot;field_and_buttons_height&quot;,&quot;title&quot;:&quot;Field &amp; button height (px)&quot;,&quot;value&quot;:40,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}}}},&quot;spacing_and_positions&quot;:{&quot;label&quot;:&quot;Spacing &amp; Positions&quot;,&quot;name&quot;:&quot;spacing_and_positions&quot;,&quot;data&quot;:{&quot;field_side_indents&quot;:{&quot;label&quot;:&quot;Field side indent&quot;,&quot;name&quot;:&quot;field_side_indents&quot;,&quot;title&quot;:&quot;Field side indent&quot;,&quot;value&quot;:12,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;field_spacing&quot;:{&quot;label&quot;:&quot;Field spacing (px)&quot;,&quot;name&quot;:&quot;field_spacing&quot;,&quot;title&quot;:&quot;Field spacing (px)&quot;,&quot;value&quot;:20,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;number&quot;,&quot;additional&quot;:[],&quot;data&quot;:{&quot;min&quot;:0,&quot;max&quot;:100,&quot;step&quot;:1,&quot;dimension&quot;:&quot;px&quot;}},&quot;container_margin&quot;:{&quot;label&quot;:&quot;Container margin (px)&quot;,&quot;name&quot;:&quot;container_margin&quot;,&quot;title&quot;:&quot;Container margin (px)&quot;,&quot;value&quot;:[0,0,0,0],&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;indent&quot;,&quot;data&quot;:{&quot;top&quot;:{&quot;value&quot;:&quot;0px&quot;,&quot;label&quot;:&quot;Top&quot;,&quot;name&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;arrow-top&quot;},&quot;right&quot;:{&quot;value&quot;:&quot;0px&quot;,&quot;label&quot;:&quot;Right&quot;,&quot;name&quot;:&quot;right&quot;,&quot;icon&quot;:&quot;arrow-right&quot;},&quot;bottom&quot;:{&quot;value&quot;:&quot;0px&quot;,&quot;label&quot;:&quot;Bottom&quot;,&quot;name&quot;:&quot;bottom&quot;,&quot;icon&quot;:&quot;arrow-bottom&quot;},&quot;left&quot;:{&quot;value&quot;:&quot;0px&quot;,&quot;label&quot;:&quot;Left&quot;,&quot;name&quot;:&quot;left&quot;,&quot;icon&quot;:&quot;arrow-left&quot;}}},&quot;container_padding&quot;:{&quot;label&quot;:&quot;Container padding (px)&quot;,&quot;name&quot;:&quot;container_padding&quot;,&quot;title&quot;:&quot;Container padding (px)&quot;,&quot;value&quot;:[10,10,10,10],&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;indent&quot;,&quot;data&quot;:{&quot;top&quot;:{&quot;value&quot;:&quot;10px&quot;,&quot;label&quot;:&quot;Top&quot;,&quot;name&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;arrow-top&quot;},&quot;right&quot;:{&quot;value&quot;:&quot;10px&quot;,&quot;label&quot;:&quot;Right&quot;,&quot;name&quot;:&quot;right&quot;,&quot;icon&quot;:&quot;arrow-right&quot;},&quot;bottom&quot;:{&quot;value&quot;:&quot;10px&quot;,&quot;label&quot;:&quot;Bottom&quot;,&quot;name&quot;:&quot;bottom&quot;,&quot;icon&quot;:&quot;arrow-bottom&quot;},&quot;left&quot;:{&quot;value&quot;:&quot;10px&quot;,&quot;label&quot;:&quot;Left&quot;,&quot;name&quot;:&quot;left&quot;,&quot;icon&quot;:&quot;arrow-left&quot;}}}}}},&quot;preset_key&quot;:&quot;default&quot;},&quot;dateFormat&quot;:&quot;F j, Y&quot;,&quot;pro_active&quot;:false,&quot;default_img&quot;:&quot;https:\\\/\\\/renovaconstrucoes.pt\\\/wp-content\\\/plugins\\\/cost-calculator-builder\\\/frontend\\\/dist\\\/img\\\/default.png&quot;,&quot;error_img&quot;:&quot;https:\\\/\\\/renovaconstrucoes.pt\\\/wp-content\\\/plugins\\\/cost-calculator-builder\\\/frontend\\\/dist\\\/img\\\/error.png&quot;,&quot;success_img&quot;:&quot;https:\\\/\\\/renovaconstrucoes.pt\\\/wp-content\\\/plugins\\\/cost-calculator-builder\\\/frontend\\\/dist\\\/img\\\/success.png&quot;,&quot;translations&quot;:{&quot;empty_end_date_error&quot;:&quot;Please select the second date&quot;,&quot;wrong_date_range_error&quot;:&quot;Please select correct date range values&quot;,&quot;empty_end_time_error&quot;:&quot;Please select the second time&quot;,&quot;required_field&quot;:&quot;This field is required&quot;,&quot;select_date_range&quot;:&quot;Select Date Range&quot;,&quot;select_date&quot;:&quot;Select Date&quot;,&quot;select_all&quot;:&quot;All dates&quot;,&quot;select_discount_range&quot;:&quot;Set discount period&quot;,&quot;select_discount_single&quot;:&quot;Choose the day&quot;,&quot;high_end_date_error&quot;:&quot;To date must be greater than from date&quot;,&quot;high_end_multi_range&quot;:&quot;To value must be greater than from value&quot;,&quot;wrong_file_url&quot;:&quot;Wrong file url&quot;,&quot;big_file_size&quot;:&quot;File size is too big&quot;,&quot;wrong_file_format&quot;:&quot;Wrong file format&quot;,&quot;form_no_payment&quot;:&quot;No Payment&quot;,&quot;min_higher_max&quot;:&quot;Max value must be greater than min value&quot;,&quot;must_be_between&quot;:&quot;Value must be between min and max values&quot;,&quot;must_be_greater_min&quot;:&quot;Value can&#039;t be less than min value&quot;,&quot;must_be_less_max&quot;:&quot;Value can&#039;t be greater than max value&quot;,&quot;days&quot;:&quot;days&quot;,&quot;files&quot;:&quot;file(s)&quot;,&quot;order_created&quot;:&quot;Order created&quot;,&quot;formula&quot;:{&quot;addition&quot;:&quot;Addition (+)&quot;,&quot;subtraction&quot;:&quot;Subtraction (-)&quot;,&quot;division&quot;:&quot;Division (\\\/)&quot;,&quot;remainder&quot;:&quot;Remainder (%)&quot;,&quot;multiplication&quot;:&quot;Multiplication (*)&quot;,&quot;open_bracket&quot;:&quot;Open bracket (&quot;,&quot;close_bracket&quot;:&quot;Close bracket )&quot;,&quot;math_pow&quot;:&quot;Math.pow(x, y) returns the value of x to the power of y:&quot;,&quot;math_sqrt&quot;:&quot;Math.sqrt(x) returns the square root of x:&quot;,&quot;math_abs&quot;:&quot;Math.abs(x)&quot;,&quot;math_ceil&quot;:&quot;Math.ceil(x) returns the value of x rounded up to its nearest integer:&quot;,&quot;math_min&quot;:&quot;Math.min(x, y) returns the value of x rounded down to its nearest integer:&quot;,&quot;math_max&quot;:&quot;Math.max(x, y) returns the value of x rounded down to its nearest integer:&quot;,&quot;math_floor&quot;:&quot;Math.floor(x) returns the value of x rounded down to its nearest integer:&quot;,&quot;math_round&quot;:&quot;Math.round(x) returns the value of x rounded to its nearest integer:&quot;,&quot;if_operator&quot;:&quot;If operator&quot;,&quot;if_else_operator&quot;:&quot;If else operator&quot;,&quot;boolean_and&quot;:&quot;Boolean operator &quot;,&quot;boolean_or&quot;:&quot;Boolean operator ||&quot;,&quot;operator_more&quot;:&quot;Operator more than&quot;,&quot;operator_less&quot;:&quot;Operator less than&quot;,&quot;operator_less_equal&quot;:&quot;Operator less than equal&quot;,&quot;operator_more_equal&quot;:&quot;Operator more than equal&quot;,&quot;operator_not_equal&quot;:&quot;Operator not equal&quot;,&quot;operator_strict_equal&quot;:&quot;Operator strict equal&quot;},&quot;phone_example&quot;:&quot;Example: &quot;,&quot;country_code&quot;:&quot;Country code &quot;,&quot;invalid_email&quot;:&quot;Invalid email&quot;,&quot;invalid_url&quot;:&quot;Invalid url&quot;,&quot;invalid_phone&quot;:&quot;Invalid phone number&quot;},&quot;discounts&quot;:[],&quot;has_promocode&quot;:false}\"><\/calc-builder-front>\n<\/div>\n\n\n\n<style id=\"wpforms-css-vars-root\">\n\t\t\t\t:root {\n\t\t\t\t\t--wpforms-field-border-radius: 3px;\n--wpforms-field-background-color: #ffffff;\n--wpforms-field-border-color: rgba( 0, 0, 0, 0.25 );\n--wpforms-field-text-color: rgba( 0, 0, 0, 0.7 );\n--wpforms-label-color: rgba( 0, 0, 0, 0.85 );\n--wpforms-label-sublabel-color: rgba( 0, 0, 0, 0.55 );\n--wpforms-label-error-color: #d63637;\n--wpforms-button-border-radius: 3px;\n--wpforms-button-background-color: #066aab;\n--wpforms-button-text-color: #ffffff;\n--wpforms-page-break-color: #066aab;\n--wpforms-field-size-input-height: 43px;\n--wpforms-field-size-input-spacing: 15px;\n--wpforms-field-size-font-size: 16px;\n--wpforms-field-size-line-height: 19px;\n--wpforms-field-size-padding-h: 14px;\n--wpforms-field-size-checkbox-size: 16px;\n--wpforms-field-size-sublabel-spacing: 5px;\n--wpforms-field-size-icon-size: 1;\n--wpforms-label-size-font-size: 16px;\n--wpforms-label-size-line-height: 19px;\n--wpforms-label-size-sublabel-font-size: 14px;\n--wpforms-label-size-sublabel-line-height: 17px;\n--wpforms-button-size-font-size: 17px;\n--wpforms-button-size-height: 41px;\n--wpforms-button-size-padding-h: 15px;\n--wpforms-button-size-margin-top: 10px;\n\n\t\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-block wpforms-block-6782f7a5-736d-445a-9326-fb11bdb3d8d2 wpforms-render-modern\" id=\"wpforms-400\"><form id=\"wpforms-form-400\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"400\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/index.php\/wp-json\/wp\/v2\/pages\/2102\" data-token=\"864f42653757ab318c84992c63e1d6ba\"><noscript class=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/noscript><div class=\"wpforms-hidden\" id=\"wpforms-error-noscript\">Please enable JavaScript in your browser to complete this form.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-400-field_0-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"0\"><label class=\"wpforms-field-label\" for=\"wpforms-400-field_0\">Nome <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"text\" id=\"wpforms-400-field_0\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][0]\" aria-errormessage=\"wpforms-400-field_0-error\" required><\/div><div id=\"wpforms-400-field_1-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"1\"><label class=\"wpforms-field-label\" for=\"wpforms-400-field_1\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"email\" id=\"wpforms-400-field_1\" class=\"wpforms-field-large wpforms-field-required\" name=\"wpforms[fields][1]\" spellcheck=\"false\" aria-errormessage=\"wpforms-400-field_1-error\" required><\/div><div id=\"wpforms-400-field_2-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"2\"><label class=\"wpforms-field-label\" for=\"wpforms-400-field_2\">Mensagem<\/label><textarea id=\"wpforms-400-field_2\" class=\"wpforms-field-large\" name=\"wpforms[fields][2]\" aria-errormessage=\"wpforms-400-field_2-error\" ><\/textarea><\/div><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"400\"><input type=\"hidden\" name=\"wpforms[author]\" value=\"1\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-400\" class=\"wpforms-submit\" data-alt-text=\"Enviando...\" data-submit-text=\"Agendar consulta\" aria-live=\"assertive\" value=\"wpforms-submit\">Agendar consulta<\/button><img decoding=\"async\" src=\"https:\/\/renovaconstrucoes.pt\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner\" style=\"display: none;\" width=\"26\" height=\"26\" alt=\"Loading\"><\/div><\/form><\/div>  <!-- .wpforms-container -->","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2102","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/renovaconstrucoes.pt\/index.php\/wp-json\/wp\/v2\/pages\/2102","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/renovaconstrucoes.pt\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/renovaconstrucoes.pt\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/renovaconstrucoes.pt\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/renovaconstrucoes.pt\/index.php\/wp-json\/wp\/v2\/comments?post=2102"}],"version-history":[{"count":2,"href":"https:\/\/renovaconstrucoes.pt\/index.php\/wp-json\/wp\/v2\/pages\/2102\/revisions"}],"predecessor-version":[{"id":2108,"href":"https:\/\/renovaconstrucoes.pt\/index.php\/wp-json\/wp\/v2\/pages\/2102\/revisions\/2108"}],"wp:attachment":[{"href":"https:\/\/renovaconstrucoes.pt\/index.php\/wp-json\/wp\/v2\/media?parent=2102"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}