		<div data-elementor-type="wp-page" data-elementor-id="15381" class="elementor elementor-15381" data-elementor-post-type="page">
				<script type="text/javascript">window["ccb_front_template_13714"] = {"template":"\n<div class=\"calc-container-wrapper\">\n\t\t\t<calc-thank-you-page :class=\"['calc-hidden', {'calc-loaded': loader}]\" v-if=\"hideThankYouPage\" @invoice=\"getInvoice\" @send-pdf=\"showSendPdf\" @reset=\"resetCalc\" :invoice_status=\"false\"><\/calc-thank-you-page>\n\t\n\t<div v-show=\"hideCalculator\" ref=\"calc\" class=\"calc-container\" data-calc-id=\"13714\" :class=\"[boxStyle, {demoSite: showDemoBoxStyle}, {'has-title': showMultiStepCalcTitle}]\" :style=\"fullWithStepCalc\">\n\t\t<loader-wrapper v-if=\"loader\" idx=\"1\" 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\tv-on:condition-apply=\"checkConditions\"\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\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<\/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=\"{close: !accordionState}\" class=\"calc-subtotal-list-accordion\">\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\t\t<button class=\"calc-woo-product__btn\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/trusteeholding.com\/en\/?page_id=14948\"><span>View cart<\/span><\/a>\n\t\t\t\t\t\t\t\t\t\t<\/button>\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\t\t<cost-pro-features :settings=\"content.settings\" @submit=\"submitForm\" @reset=\"resetForm\"><\/cost-pro-features>\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\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=\"{close: !accordionState}\" class=\"calc-subtotal-list-accordion\">\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\tSummary\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=\"{close: !accordionState}\" class=\"calc-subtotal-list-accordion\">\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\t\t<button class=\"calc-woo-product__btn\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/trusteeholding.com\/en\/?page_id=14948\"><span>View cart<\/span><\/a>\n\t\t\t\t\t\t\t\t<\/button>\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\t\t<cost-pro-features :settings=\"content.settings\" @submit=\"submitForm\" @reset=\"resetForm\"><\/cost-pro-features>\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=\"Trustee Holding\"\n\t\t\t\t\tcompany-info=\"\"\n\t\t\t\t\tcompany-logo='https:\/\/trusteeholding.com\/wp-content\/uploads\/2024\/05\/Website-Logo-1-1.png'\n\t\t\t\t\tdate-format=\"DD\/MM\/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=\"info@trusteeholding.com\"\n\t\t\t\t\tsend-pdf-fromname=\"Trustee Holding\"\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":15381,"date":"2025-02-13T21:49:57","date_gmt":"2025-02-13T17:49:57","guid":{"rendered":"https:\/\/trusteeholding.com\/?page_id=15381"},"modified":"2025-05-04T00:13:06","modified_gmt":"2025-05-03T20:13:06","slug":"roi-calculator","status":"publish","type":"page","link":"https:\/\/trusteeholding.com\/en\/roi-calculator\/","title":{"rendered":"ROI Calculator"},"content":{"rendered":"<div class=\"elementor-element elementor-element-b854496 e-flex e-con-boxed e-con e-parent\" data-id=\"b854496\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-80ac34d e-con-full e-flex e-con e-child\" data-id=\"80ac34d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6fefb4a animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"6fefb4a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"page\" title=\"Page 2\"><div class=\"layoutArea\"><div class=\"column\"><p><strong>ROI<\/strong><br \/><strong>Calculator<\/strong><\/p><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f1770e3 elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"f1770e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#roi-calculator\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Strategize Your Profits Effectively<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5d9b9870 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5d9b9870\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-60df0483\" data-id=\"60df0483\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6f68ff2 elementor-widget elementor-widget-heading\" data-id=\"6f68ff2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Are you seeking a precise and efficient way to assess your investment returns before making financial commitments? <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ce86236 animated-slow elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"ce86236\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:0}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"page\" title=\"Page 3\"><div class=\"layoutArea\"><div class=\"column\"><div class=\"page\" title=\"Page 1\"><div class=\"layoutArea\"><div class=\"column\"><div class=\"page\" title=\"Page 15\"><div class=\"section\"><div class=\"layoutArea\"><div class=\"column\"><p>Utilize our ROI Calculator to analyze your investment strategy and make well-informed, data-driven decisions.<\/p><p>This tool enables you to accurately determine your total projected return, assess your monthly profit distributions, and refine your investment approach to maximize long-term gains.<\/p><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-068c6a9 e-flex e-con-boxed e-con e-parent\" data-id=\"068c6a9\" data-element_type=\"container\" data-e-type=\"container\" id=\"roi-calculator\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1792d24 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1792d24\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">How it works?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eeab4fc elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"eeab4fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"page\" title=\"Page 15\"><div class=\"section\"><div class=\"layoutArea\"><div class=\"column\"><ol><li><p>Select Investment Duration \u2013 Choose the number of years for your investment horizon.<\/p><\/li><li><p>Enter Investment Amount \u2013 Input the capital you intend to invest.<\/p><\/li><li><p>Click \u201cCalculate\u201d \u2013 Receive a comprehensive estimate of your total anticipated returns.<\/p><\/li><li><p>Review Monthly Installments \u2013 Understand the monthly profit distributions based on your investment.<\/p><\/li><li><p>Optimize Your Investment Strategy \u2013 Lowering monthly installments can enhance overall profitability, ensuring a sustainable and optimized investment approach.<\/p><\/li><\/ol><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e385f5d animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"e385f5d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">ROI Calculator<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c497cb animated-slow elementor-invisible elementor-widget elementor-widget-html\" data-id=\"7c497cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"calculator\">\n  <h1>Investment Calculator<\/h1>\n\n  <label for=\"years\">Select Investment Duration (Years)<\/label>\n  <select id=\"years\">\n    <option value=\"1\">One Year<\/option>\n    <option value=\"2\">Two Years<\/option>\n    <option value=\"3\">Three Years<\/option>\n  <\/select>\n\n  <label for=\"capital\">Enter Investment Amount<\/label>\n  <input\n    type=\"number\"\n    step=\"10000\"\n    min=\"10000\"\n    id=\"capital\"\n    placeholder=\"Capital\"\n  \/>\n\n  <button onclick=\"calculate()\">Calculate<\/button>\n\n  <label for=\"total\" id=\"totalLabel\" style=\"display: none\">\n    Total Investment Profit\n  <\/label>\n  <input type=\"text\" id=\"total\" readonly style=\"display: none\" \/>\n\n  <label for=\"monthly\" id=\"monthlyLabel\" style=\"display: none\">\n    Monthly Profit Installment\n  <\/label>\n  <input type=\"text\" id=\"monthly\" readonly style=\"display: none\" \/>\n\n  <button\n    id=\"reduceMonthlyBtn\"\n    style=\"display: none\"\n    onclick=\"showMonthlyInput()\"\n  >\n    Reduce Your Monthly Installment to Increase Profit\n  <\/button>\n\n  <div id=\"monthlyInputContainer\" style=\"display: none\">\n    <label for=\"newMonthly\">Enter New (Lower) Monthly Amount:<\/label>\n    <input\n      type=\"number\"\n      id=\"newMonthly\"\n      placeholder=\"New Monthly Amount\"\n    \/>\n    <button onclick=\"adjustTotal()\">Calculate<\/button>\n  <\/div>\n<\/div>\n\n    <!--css-->\n<style>\n    \n.calculator {\n    font-family: Arial;\n    direction: rtl !important;\n    text-align: right !important;\n  background: rgba(255, 255, 255, 0.1) !important;\n  backdrop-filter: blur(10px) !important;\n  border-radius: 20px !important;\n  padding: 30px !important;\n  width: 350px!important;\n  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2)!important;\n  border: 1px solid rgba(255, 255, 255, 0.2)!important;\n  text-align: center!important;\n}\nh1 {\n  font-size: 24px;\n  margin-bottom: 20px;\n  color: #fff;\n  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);\n}\n\nlabel {\n  \n  display: block;\n  margin-bottom: 15px;\n  font-size: 14px;\n  color: #e0e0e0;\n}\ninput{background: rgba(255, 255, 255, 0.3) !important;\n      text-align: right\n     !important;\n}\ninput,\nbutton {\n    \n  width: 100%;\n  padding: 12px;\n  margin-bottom: 15px;\n  border: none;\n  border-radius: 10px !important;\n  font-size: 16px;\n  background: rgba(255, 255, 255, 0.2);\n  color: #fff;\n  transition: all 0.3s ease;\n}\n\/* \u062a\u0639\u062f\u064a\u0644\u0627\u062a \u0639\u0644\u0649 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0646\u0633\u062f\u0644\u0629 *\/\nselect {\n  font-family: Arial;\n  width: 100%;\n  padding: 12px;\n  margin-bottom: 15px;\n  border: none;\n  border-radius: 10px;\n  font-size: 16px;\n  background: rgba(255, 255, 255, 0.2);\n  color: #fff;\n  transition: all 0.3s ease;\n  appearance: none; \/* \u0644\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0633\u0647\u0645 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a *\/\n  -webkit-appearance: none; \/* \u0644\u0644\u062a\u0623\u0643\u062f \u0645\u0646 \u0627\u0644\u062a\u0648\u0627\u0641\u0642 \u0645\u0639 \u0627\u0644\u0645\u062a\u0635\u0641\u062d\u0627\u062a *\/\n  -moz-appearance: none;\n}\n\n\/* \u0639\u0646\u062f \u0641\u062a\u062d \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0646\u0633\u062f\u0644\u0629 *\/\nselect:focus {\n  background: rgba(255, 255, 255, 0.3);\n  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);\n}\n\n\/* \u062a\u0639\u062f\u064a\u0644\u0627\u062a \u0639\u0644\u0649 \u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a \u062f\u0627\u062e\u0644 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0646\u0633\u062f\u0644\u0629 *\/\nselect option {\n  background: #fff; \/* \u062e\u0644\u0641\u064a\u0629 \u0628\u064a\u0636\u0627\u0621 *\/\n  color: #000; \/* \u0646\u0635 \u0623\u0633\u0648\u062f *\/\n  font-size: 16px !i;\n  padding: 10px;\n}\n\n\/* \u0627\u0644\u062a\u0623\u0643\u062f \u0645\u0646 \u0623\u0646 \u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a \u062a\u0643\u0648\u0646 \u062f\u0627\u0643\u0646\u0629 \u0639\u0646\u062f \u0627\u0644\u0641\u062a\u062d *\/\nselect option:checked {\n  background: #f0f0f0; \/* \u062e\u0644\u0641\u064a\u0629 \u0641\u0627\u062a\u062d\u0629 \u0639\u0646\u062f \u0627\u0644\u062a\u062d\u062f\u064a\u062f *\/\n  color: #000; \/* \u0646\u0635 \u0623\u0633\u0648\u062f *\/\n}\ninput::placeholder {\n  color: #ccc;\n  margin: 10px\n}\n\ninput:focus,\nselect:focus,\nbutton:focus {\n  outline: none;\n  background: rgba(255, 255, 255, 0.3);\n  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);\n}\n\nbutton {\n  background: linear-gradient(135deg, #6a11cb, #2575fc);\n  color: white;\n  font-weight: bold;\n  cursor: pointer;\n  border: none;\n  transition: all 0.3s ease;\n}\n\nbutton:hover {\n  background: linear-gradient(135deg, #2575fc, #6a11cb);\n  transform: translateY(-2px);\n  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n}\n\ninput[readonly] {\n  background: rgba(255, 255, 255, 0.1);\n  cursor: not-allowed;\n  color: #fff;\n}\n\n\/* \u062a\u0635\u0645\u064a\u0645 \u0645\u0631\u0628\u0639\u0627\u062a \u0627\u0644\u0646\u062a\u0627\u0626\u062c *\/\n#total,\n#monthly {\n  font-weight: bold;\n  background: rgba(255, 255, 255, 0.1);\n  border: 1px solid rgba(255, 255, 255, 0.2);\n  color: #fff;\n  padding: 12px;\n  border-radius: 10px;\n  margin-top: 10px;\n}\n\n\/* \u062a\u0648\u0633\u064a\u0637 \u0645\u0631\u0628\u0639 \u0627\u0644\u0633\u0646\u0648\u0627\u062a *\/\n.years-container {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  margin-bottom: 15px;\n}\n\n.years-container label {\n  margin-right: 10px;\n}\n\n\/* \u062a\u0623\u062b\u064a\u0631\u0627\u062a \u0625\u0636\u0627\u0641\u064a\u0629 *\/\n@keyframes fadeIn {\n  from {\n    opacity: 0;\n    transform: translateY(20px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n.calculator {\n  animation: fadeIn 0.8s ease-in-out;\n}\n\n<\/style>\n<!--js-->\n<script>\n    let originalRate;\nlet originalTotal;\nlet originalMonthly;\n\nfunction calculate() {\n    const years = parseInt(document.getElementById('years').value);\n    const capital = parseFloat(document.getElementById('capital').value);\n\n    if (isNaN(years) || isNaN(capital) || capital <= 0) {\n        alert(\"Please enter the number of years and capital correctly!\");\n        return;\n    }\n\n    let rate;\n\n    if (years === 1) {\n        if (capital <= 100000) {\n            rate = 0.10;\n        } else if (capital <= 1000000) {\n            const increments = Math.floor((capital - 100000) \/ 100000);\n            rate = 0.10 + (0.002 * increments);\n            rate = Math.min(rate, 0.115);\n        } else {\n            rate = 0.115;\n        }\n    } else if (years === 2) {\n        if (capital <= 100000) {\n            rate = 0.24;\n        } else if (capital <= 1000000) {\n            const increments = Math.floor((capital - 100000) \/ 100000);\n            rate = 0.24 + (0.002 * increments);\n            rate = Math.min(rate, 0.27);\n        } else {\n            rate = 0.27;\n        }\n    } else if (years === 3) {\n        if (capital <= 100000) {\n            rate = 0.42;\n        } else if (capital <= 1000000) {\n            const increments = Math.floor((capital - 100000) \/ 100000);\n            rate = 0.42 + (0.002 * increments);\n            rate = Math.min(rate, 0.45);\n        } else {\n            rate = 0.45;\n        }\n    }\n\n    const total = capital * rate;\n    const monthly = total \/ (years * 12);\n\n    originalRate = rate;\n    originalTotal = total;\n    originalMonthly = monthly;\n\n    document.getElementById('totalLabel').style.display = 'block';\n    document.getElementById('total').style.display = 'block';\n    document.getElementById('monthlyLabel').style.display = 'block';\n    document.getElementById('monthly').style.display = 'block';\n\n    document.getElementById('total').value = total.toFixed(2);\n    document.getElementById('monthly').value = monthly.toFixed(2);\n\n    document.getElementById('reduceMonthlyBtn').style.display = 'block';\n\n    const totalElement = document.getElementById('total');\n    const monthlyElement = document.getElementById('monthly');\n\n    totalElement.classList.add('highlight');\n    monthlyElement.classList.add('highlight');\n\n    setTimeout(() => {\n        totalElement.classList.remove('highlight');\n        monthlyElement.classList.remove('highlight');\n    }, 3000);\n}\n\nfunction showMonthlyInput() {\n    if (!originalMonthly) {\n        alert(\"Please calculate the values first before adjusting the monthly payments.\");\n        return;\n    }\n    document.getElementById('monthlyInputContainer').style.display = 'block';\n}\n\nfunction adjustTotal() {\n    const newMonthly = parseFloat(document.getElementById('newMonthly').value);\n    const years = parseInt(document.getElementById('years').value);\n\n    if (isNaN(newMonthly) || newMonthly <= 0) {\n        alert(\"Please enter a valid monthly amount.\");\n        return;\n    }\n\n    if (newMonthly >= originalMonthly) {\n        alert(\"The new monthly amount must be less than\");\n        return;\n    }\n\n    let increment = 0;\n    const halfOriginalMonthly = originalMonthly \/ 2;\n\n    if (newMonthly >= originalMonthly * 0.87) {\n        increment = 0.001;\n    } else if (newMonthly >= originalMonthly * 0.75) {\n        increment = 0.002;\n    } else if (newMonthly >= originalMonthly * 0.625) {\n        increment = 0.003;\n    } else if (newMonthly >= halfOriginalMonthly) {\n        increment = 0.004;\n    } else {\n        increment = 0.005;\n    }\n\n    const newRate = originalRate + increment;\n    const newTotal = originalTotal * (1 + (newRate - originalRate));\n\n    document.getElementById('total').value = newTotal.toFixed(2);\n    document.getElementById('monthly').value = newMonthly.toFixed(2);\n\n    document.getElementById('totalLabel').style.display = 'block';\n    document.getElementById('total').style.display = 'block';\n    document.getElementById('monthlyLabel').style.display = 'block';\n    document.getElementById('monthly').style.display = 'block';\n}\n\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-041fd5c animated-slow elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-invisible elementor-widget elementor-widget-shortcode\" data-id=\"041fd5c\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"loan-calculator\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"calculator-settings ccb-front ccb-wrapper-13714 \" data-calc-id=\"13714\">\n\t<calc-builder-front v-cloak custom=\"\" :content=\"{&quot;id&quot;:13714,&quot;settings&quot;:{&quot;general&quot;:{&quot;tour_title&quot;:&quot;Grand Total&quot;,&quot;tour_description&quot;:&quot;Edit the default view of the Total summary.&quot;,&quot;header_title&quot;:&quot;Summary&quot;,&quot;descriptions&quot;:true,&quot;hide_empty&quot;:false,&quot;hide_empty_for_orders_pdf_emails&quot;:true,&quot;sticky&quot;:false,&quot;show_option_unit&quot;:false,&quot;in_pro&quot;:false,&quot;icons&quot;:&quot;ccb-icon-Union-28&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;:false},&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;AED&quot;,&quot;num_after_integer&quot;:&quot;2&quot;,&quot;decimal_separator&quot;:&quot;.&quot;,&quot;thousands_separator&quot;:&quot;,&quot;,&quot;currencyPosition&quot;:&quot;right_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;Notifications&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 order details 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 view users see after making an order or payment&quot;,&quot;slug&quot;:&quot;thank-you-page&quot;,&quot;enable&quot;:true,&quot;type&quot;:&quot;same_page&quot;,&quot;page_id&quot;:&quot;&quot;,&quot;custom_page_link&quot;:&quot;&quot;,&quot;title&quot;:&quot;Thank you for your Interest!&quot;,&quot;description&quot;:&quot;We have sent 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;:true,&quot;download_button_text&quot;:&quot;Download PDF&quot;,&quot;share_button&quot;:true,&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;http:\\\/\\\/cost.loc&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;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;icon&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;},&quot;formFields&quot;:{&quot;tour_title&quot;:&quot;Send Form&quot;,&quot;tour_description&quot;:&quot;Choose contact form type and fill out settings.&quot;,&quot;fields&quot;:[],&quot;formulas&quot;:[{&quot;idx&quot;:3,&quot;title&quot;:&quot;Grand Total&quot;,&quot;alias&quot;:&quot;total_field_id_8&quot;}],&quot;emailSubject&quot;:&quot;Loan Calculator Lead&quot;,&quot;contactFormId&quot;:&quot;&quot;,&quot;accessEmail&quot;:true,&quot;adminEmailAddress&quot;:&quot;info@trusteeholding.com&quot;,&quot;customEmailAddresses&quot;:[],&quot;submitBtnText&quot;:&quot;Make order&quot;,&quot;openModalBtnText&quot;:&quot;Submit 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;:12820,&quot;link&quot;:&quot;https:\\\/\\\/trusteeholding.com\\\/terms-of-service\\\/&quot;,&quot;link_text&quot;:&quot;Terms of Service&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;accessTermsEmail&quot;:true,&quot;terms_use_in_all&quot;:true},&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;:true,&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;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;idx&quot;:0,&quot;title&quot;:&quot;Total&quot;,&quot;alias&quot;:&quot;total_field_id_4&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;payment_gateway&quot;:{&quot;slug&quot;:&quot;payment-gateway&quot;,&quot;icons&quot;:&quot;ccb-icon-Path-3500&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;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:\\\/\\\/trusteeholding.com\\\/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:\\\/\\\/trusteeholding.com\\\/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;paypal_email&quot;:&quot;&quot;,&quot;currency_code&quot;:&quot;USD&quot;,&quot;paypal_mode&quot;:&quot;live&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;idx&quot;:1,&quot;title&quot;:&quot;Monthly Installment&quot;,&quot;alias&quot;:&quot;total_field_id_6&quot;},{&quot;idx&quot;:2,&quot;title&quot;:&quot;Total Profit&quot;,&quot;alias&quot;:&quot;total_field_id_4&quot;},{&quot;idx&quot;:3,&quot;title&quot;:&quot;Grand Total&quot;,&quot;alias&quot;:&quot;total_field_id_8&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;smartecholding&quot;,&quot;payment_btn_url&quot;:&quot;&quot;,&quot;email_quote_url&quot;:&quot;&quot;,&quot;secret_key_send_form&quot;:&quot;Agadir2024&quot;,&quot;secret_key_payment_btn&quot;:&quot;&quot;,&quot;secret_key_email_quote&quot;:&quot;&quot;,&quot;in_pro&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;:13714,&quot;title&quot;:&quot;income calculator&quot;,&quot;invoice&quot;:{&quot;showAfterPayment&quot;:true,&quot;emailButton&quot;:true}},&quot;currency&quot;:{&quot;currency&quot;:&quot;AED&quot;,&quot;num_after_integer&quot;:2,&quot;decimal_separator&quot;:&quot;.&quot;,&quot;thousands_separator&quot;:&quot;,&quot;,&quot;currency_position&quot;:&quot;right_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;maps&quot;:{&quot;google_map&quot;:&quot;Google Map&quot;},&quot;secret_key&quot;:&quot;&quot;,&quot;measures&quot;:{&quot;miles&quot;:&quot;Miles&quot;,&quot;km&quot;:&quot;Kilometers&quot;}},&quot;fields&quot;:[{&quot;unit&quot;:&quot;1&quot;,&quot;min&quot;:&quot;0&quot;,&quot;max&quot;:&quot;1000000000&quot;,&quot;label&quot;:&quot;Market Price&quot;,&quot;_id&quot;:0,&quot;default&quot;:&quot;&quot;,&quot;description&quot;:&quot;Our team evaluates the property to determine the actual price&quot;,&quot;placeholder&quot;:&quot;&quot;,&quot;required&quot;:&quot;true&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;allowCurrency&quot;:&quot;&quot;,&quot;fieldCurrency&quot;:false,&quot;multiply&quot;:false,&quot;unitPosition&quot;:&quot;right&quot;,&quot;unitSymbol&quot;:&quot;&quot;,&quot;enabled_currency_settings&quot;:false,&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;AED&quot;,&quot;num_after_integer&quot;:2,&quot;decimal_separator&quot;:&quot;.&quot;,&quot;thousands_separator&quot;:&quot;,&quot;,&quot;currencyPosition&quot;:&quot;right_with_space&quot;},&quot;text&quot;:&quot;Quantity field&quot;,&quot;hidden&quot;:null,&quot;formulaFieldView&quot;:true,&quot;letter&quot;:&quot;A&quot;,&quot;sign&quot;:&quot;&quot;},{&quot;unit&quot;:&quot;1&quot;,&quot;min&quot;:&quot;0&quot;,&quot;max&quot;:&quot;1000000000&quot;,&quot;label&quot;:&quot;Your Remaining Loan&quot;,&quot;_id&quot;:1,&quot;default&quot;:&quot;&quot;,&quot;description&quot;:&quot;The unpaid portion of your loan with the developer or bank&quot;,&quot;placeholder&quot;:&quot;&quot;,&quot;required&quot;:&quot;true&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;allowCurrency&quot;:&quot;&quot;,&quot;fieldCurrency&quot;:true,&quot;multiply&quot;:false,&quot;unitPosition&quot;:&quot;right&quot;,&quot;unitSymbol&quot;:&quot;&quot;,&quot;enabled_currency_settings&quot;:false,&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;AED&quot;,&quot;num_after_integer&quot;:2,&quot;decimal_separator&quot;:&quot;.&quot;,&quot;thousands_separator&quot;:&quot;,&quot;,&quot;currencyPosition&quot;:&quot;right_with_space&quot;},&quot;text&quot;:&quot;Quantity field&quot;,&quot;letter&quot;:&quot;B&quot;,&quot;sign&quot;:&quot;&quot;},{&quot;label&quot;:&quot;Repayment Term (Years)&quot;,&quot;_id&quot;:7,&quot;default&quot;:&quot;&quot;,&quot;description&quot;:&quot;Profits are determined by your choice of payment term length&quot;,&quot;required&quot;:&quot;true&quot;,&quot;_event&quot;:&quot;change&quot;,&quot;type&quot;:&quot;Drop Down&quot;,&quot;allowRound&quot;:&quot;&quot;,&quot;additionalCss&quot;:&quot;&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;allowCurrency&quot;:&quot;&quot;,&quot;fieldCurrency&quot;:false,&quot;seperateCurrency&quot;:false,&quot;addToSummary&quot;:true,&quot;_tag&quot;:&quot;cost-drop-down&quot;,&quot;icon&quot;:&quot;ccb-icon-dropdown-2&quot;,&quot;alias&quot;:&quot;dropDown_field_id_7&quot;,&quot;desc_option&quot;:&quot;after&quot;,&quot;summary_view&quot;:&quot;show_label_calculable&quot;,&quot;fieldCurrencySettings&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;options&quot;:[{&quot;optionText&quot;:&quot;4 Years&quot;,&quot;optionValue&quot;:&quot;4&quot;},{&quot;optionText&quot;:&quot;5 Years&quot;,&quot;optionValue&quot;:&quot;5&quot;},{&quot;optionText&quot;:&quot;6 Years&quot;,&quot;optionValue&quot;:&quot;6&quot;},{&quot;optionText&quot;:&quot;7 Years&quot;,&quot;optionValue&quot;:&quot;7&quot;}],&quot;show_value_in_option&quot;:false,&quot;text&quot;:&quot;Dropdown list&quot;,&quot;letter&quot;:&quot;H&quot;},{&quot;label&quot;:&quot;Profit rate (%)&quot;,&quot;_id&quot;:5,&quot;default&quot;:&quot;&quot;,&quot;description&quot;:&quot;&quot;,&quot;required&quot;:&quot;false&quot;,&quot;_event&quot;:&quot;change&quot;,&quot;type&quot;:&quot;Drop Down&quot;,&quot;allowRound&quot;:&quot;&quot;,&quot;additionalCss&quot;:&quot;&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;allowCurrency&quot;:&quot;&quot;,&quot;fieldCurrency&quot;:false,&quot;seperateCurrency&quot;:false,&quot;addToSummary&quot;:true,&quot;_tag&quot;:&quot;cost-drop-down&quot;,&quot;icon&quot;:&quot;ccb-icon-dropdown-2&quot;,&quot;alias&quot;:&quot;dropDown_field_id_5&quot;,&quot;desc_option&quot;:&quot;after&quot;,&quot;summary_view&quot;:&quot;show_label_calculable&quot;,&quot;fieldCurrencySettings&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;options&quot;:[{&quot;optionText&quot;:&quot;5,04%&quot;,&quot;optionValue&quot;:&quot;0.04&quot;},{&quot;optionText&quot;:&quot;7.87%&quot;,&quot;optionValue&quot;:&quot;0.05&quot;},{&quot;optionText&quot;:&quot;11.34%&quot;,&quot;optionValue&quot;:&quot;0.06&quot;},{&quot;optionText&quot;:&quot;15.43%&quot;,&quot;optionValue&quot;:&quot;0.07&quot;}],&quot;show_value_in_option&quot;:false,&quot;text&quot;:&quot;Dropdown list&quot;,&quot;letter&quot;:&quot;F&quot;,&quot;hidden&quot;:false},{&quot;_id&quot;:2,&quot;currency&quot;:&quot;$&quot;,&quot;type&quot;:&quot;Total&quot;,&quot;additionalCss&quot;:&quot;&quot;,&quot;_tag&quot;:&quot;cost-total&quot;,&quot;costCalcFormula&quot;:&quot;(( quantity_field_id_0 *0.94)- quantity_field_id_1 + total_field_id_4 )&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;alias&quot;:&quot;total_field_id_2&quot;,&quot;icon&quot;:&quot;ccb-icon-Path-3516&quot;,&quot;label&quot;:&quot;For Customer&quot;,&quot;formulaFieldView&quot;:false,&quot;letter&quot;:&quot;C&quot;,&quot;formulaView&quot;:false,&quot;legacyFormula&quot;:&quot;&quot;,&quot;fieldCurrency&quot;:true,&quot;fieldCurrencySettings&quot;:{&quot;currency&quot;:&quot;AED&quot;,&quot;num_after_integer&quot;:2,&quot;decimal_separator&quot;:&quot;.&quot;,&quot;thousands_separator&quot;:&quot;,&quot;,&quot;currencyPosition&quot;:&quot;right_with_space&quot;},&quot;default&quot;:&quot;&quot;,&quot;text&quot;:&quot;Formula&quot;,&quot;hidden&quot;:true,&quot;calculateHidden&quot;:true},{&quot;_id&quot;:6,&quot;currency&quot;:&quot;$&quot;,&quot;type&quot;:&quot;Total&quot;,&quot;additionalCss&quot;:&quot;&quot;,&quot;_tag&quot;:&quot;cost-total&quot;,&quot;costCalcFormula&quot;:&quot; total_field_id_2 \\\/ (dropDown_field_id_7 *12)&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;alias&quot;:&quot;total_field_id_6&quot;,&quot;icon&quot;:&quot;ccb-icon-Path-3516&quot;,&quot;label&quot;:&quot;Monthly Installment&quot;,&quot;formulaFieldView&quot;:false,&quot;letter&quot;:&quot;G&quot;,&quot;formulaView&quot;:false,&quot;legacyFormula&quot;:&quot;&quot;,&quot;fieldCurrency&quot;:true,&quot;fieldCurrencySettings&quot;:{&quot;currency&quot;:&quot;AED&quot;,&quot;num_after_integer&quot;:2,&quot;decimal_separator&quot;:&quot;.&quot;,&quot;thousands_separator&quot;:&quot;,&quot;,&quot;currencyPosition&quot;:&quot;right_with_space&quot;},&quot;default&quot;:&quot;&quot;,&quot;text&quot;:&quot;Formula&quot;},{&quot;_id&quot;:4,&quot;currency&quot;:&quot;$&quot;,&quot;type&quot;:&quot;Total&quot;,&quot;additionalCss&quot;:&quot;&quot;,&quot;_tag&quot;:&quot;cost-total&quot;,&quot;costCalcFormula&quot;:&quot;(( quantity_field_id_0 *0.94 ) - quantity_field_id_1 ) * dropDown_field_id_5 * dropDown_field_id_7&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;alias&quot;:&quot;total_field_id_4&quot;,&quot;icon&quot;:&quot;ccb-icon-Path-3516&quot;,&quot;label&quot;:&quot;Total Profit&quot;,&quot;formulaFieldView&quot;:true,&quot;letter&quot;:&quot;E&quot;,&quot;formulaView&quot;:false,&quot;legacyFormula&quot;:&quot; quantity_field_id_0+ (( quantity_field_id_0 * ( range_field_id_2)*( quantity_field_id_3))\\\/(12*100)) *(1-( range_field_id_5 \\\/100))&quot;,&quot;fieldCurrency&quot;:true,&quot;fieldCurrencySettings&quot;:{&quot;currency&quot;:&quot;AED&quot;,&quot;num_after_integer&quot;:2,&quot;decimal_separator&quot;:&quot;.&quot;,&quot;thousands_separator&quot;:&quot;,&quot;,&quot;currencyPosition&quot;:&quot;right_with_space&quot;},&quot;totalSymbol&quot;:false,&quot;totalSymbolSign&quot;:&quot;&quot;,&quot;default&quot;:&quot;&quot;,&quot;text&quot;:&quot;Formula&quot;,&quot;idx&quot;:6},{&quot;_id&quot;:8,&quot;currency&quot;:&quot;$&quot;,&quot;type&quot;:&quot;Total&quot;,&quot;additionalCss&quot;:&quot;&quot;,&quot;_tag&quot;:&quot;cost-total&quot;,&quot;costCalcFormula&quot;:&quot; quantity_field_id_0 + total_field_id_4 &quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;alias&quot;:&quot;total_field_id_8&quot;,&quot;icon&quot;:&quot;ccb-icon-Path-3516&quot;,&quot;label&quot;:&quot;Grand Total&quot;,&quot;formulaFieldView&quot;:true,&quot;letter&quot;:&quot;I&quot;,&quot;formulaView&quot;:false,&quot;legacyFormula&quot;:&quot; quantity_field_id_0+ (( quantity_field_id_0 * ( range_field_id_2)*( quantity_field_id_3))\\\/(12*100)) *(1-( range_field_id_5 \\\/100))&quot;,&quot;fieldCurrency&quot;:true,&quot;fieldCurrencySettings&quot;:{&quot;currency&quot;:&quot;AED&quot;,&quot;num_after_integer&quot;:2,&quot;decimal_separator&quot;:&quot;.&quot;,&quot;thousands_separator&quot;:&quot;,&quot;,&quot;currencyPosition&quot;:&quot;right_with_space&quot;},&quot;totalSymbol&quot;:false,&quot;totalSymbolSign&quot;:&quot;&quot;,&quot;default&quot;:&quot;&quot;,&quot;text&quot;:&quot;Formula&quot;,&quot;idx&quot;:6,&quot;stm_dublicate_field_id&quot;:4}],&quot;formula&quot;:[{&quot;id&quot;:2,&quot;alias&quot;:&quot;total_field_id_2&quot;,&quot;label&quot;:&quot;For Customer&quot;,&quot;hidden&quot;:true,&quot;formula&quot;:&quot;(( quantity_field_id_0 *0.94)- quantity_field_id_1 + total_field_id_4 )&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;fieldCurrency&quot;:true,&quot;fieldCurrencySettings&quot;:{&quot;currency&quot;:&quot;AED&quot;,&quot;num_after_integer&quot;:2,&quot;decimal_separator&quot;:&quot;.&quot;,&quot;thousands_separator&quot;:&quot;,&quot;,&quot;currencyPosition&quot;:&quot;right_with_space&quot;}},{&quot;id&quot;:6,&quot;alias&quot;:&quot;total_field_id_6&quot;,&quot;label&quot;:&quot;Monthly Installment&quot;,&quot;hidden&quot;:null,&quot;formula&quot;:&quot; total_field_id_2 \\\/ (dropDown_field_id_7 *12)&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;fieldCurrency&quot;:true,&quot;fieldCurrencySettings&quot;:{&quot;currency&quot;:&quot;AED&quot;,&quot;num_after_integer&quot;:2,&quot;decimal_separator&quot;:&quot;.&quot;,&quot;thousands_separator&quot;:&quot;,&quot;,&quot;currencyPosition&quot;:&quot;right_with_space&quot;}},{&quot;id&quot;:4,&quot;alias&quot;:&quot;total_field_id_4&quot;,&quot;label&quot;:&quot;Total Profit&quot;,&quot;hidden&quot;:null,&quot;formula&quot;:&quot;(( quantity_field_id_0 *0.94 ) - quantity_field_id_1 ) * dropDown_field_id_5 * dropDown_field_id_7&quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;fieldCurrency&quot;:true,&quot;fieldCurrencySettings&quot;:{&quot;currency&quot;:&quot;AED&quot;,&quot;num_after_integer&quot;:2,&quot;decimal_separator&quot;:&quot;.&quot;,&quot;thousands_separator&quot;:&quot;,&quot;,&quot;currencyPosition&quot;:&quot;right_with_space&quot;}},{&quot;id&quot;:8,&quot;alias&quot;:&quot;total_field_id_8&quot;,&quot;label&quot;:&quot;Grand Total&quot;,&quot;hidden&quot;:null,&quot;formula&quot;:&quot; quantity_field_id_0 + total_field_id_4 &quot;,&quot;additionalStyles&quot;:&quot;&quot;,&quot;fieldCurrency&quot;:true,&quot;fieldCurrencySettings&quot;:{&quot;currency&quot;:&quot;AED&quot;,&quot;num_after_integer&quot;:2,&quot;decimal_separator&quot;:&quot;.&quot;,&quot;thousands_separator&quot;:&quot;,&quot;,&quot;currencyPosition&quot;:&quot;right_with_space&quot;}}],&quot;conditions&quot;:{&quot;nodes&quot;:[{&quot;calculable&quot;:true,&quot;y&quot;:243,&quot;x&quot;:408.5,&quot;id&quot;:1,&quot;icon&quot;:&quot;ccb-icon-dropdown-2&quot;,&quot;label&quot;:&quot;Repayment Term (Years)&quot;,&quot;options&quot;:&quot;dropDown_field_id_7&quot;,&quot;description&quot;:&quot;Dropdown list&quot;},{&quot;calculable&quot;:true,&quot;y&quot;:412,&quot;x&quot;:412.5,&quot;id&quot;:2,&quot;icon&quot;:&quot;ccb-icon-dropdown-2&quot;,&quot;label&quot;:&quot;Profit rate (%)&quot;,&quot;options&quot;:&quot;dropDown_field_id_5&quot;,&quot;description&quot;:&quot;Dropdown list&quot;}],&quot;links&quot;:[{&quot;id&quot;:1,&quot;to&quot;:2,&quot;modal&quot;:false,&quot;from&quot;:1,&quot;target&quot;:{&quot;class_name&quot;:&quot;node-output-point bottom center&quot;,&quot;x&quot;:518,&quot;y&quot;:283.79998779296875},&quot;input_coordinates&quot;:{&quot;x&quot;:521.5,&quot;y&quot;:412,&quot;position&quot;:&quot;topMiddle&quot;},&quot;options_to&quot;:&quot;dropDown_field_id_5&quot;,&quot;options_from&quot;:&quot;dropDown_field_id_7&quot;,&quot;condition&quot;:[{&quot;setVal&quot;:0,&quot;setOptions&quot;:&quot;&quot;,&quot;action&quot;:&quot;select_option&quot;,&quot;index&quot;:false,&quot;hide&quot;:false,&quot;open&quot;:false,&quot;type&quot;:&quot;select&quot;,&quot;sort&quot;:0,&quot;optionTo&quot;:&quot;dropDown_field_id_5&quot;,&quot;optionFrom&quot;:&quot;dropDown_field_id_7&quot;,&quot;conditions&quot;:[{&quot;key&quot;:0,&quot;value&quot;:4,&quot;condition&quot;:&quot;==&quot;,&quot;logicalOperator&quot;:&quot;||&quot;,&quot;sort&quot;:0,&quot;checkedValues&quot;:[],&quot;originalValue&quot;:4}]},{&quot;setVal&quot;:1,&quot;setOptions&quot;:&quot;&quot;,&quot;action&quot;:&quot;select_option&quot;,&quot;index&quot;:false,&quot;hide&quot;:false,&quot;open&quot;:false,&quot;type&quot;:&quot;select&quot;,&quot;sort&quot;:1,&quot;optionTo&quot;:&quot;dropDown_field_id_5&quot;,&quot;optionFrom&quot;:&quot;dropDown_field_id_7&quot;,&quot;conditions&quot;:[{&quot;key&quot;:1,&quot;value&quot;:5,&quot;condition&quot;:&quot;==&quot;,&quot;logicalOperator&quot;:&quot;||&quot;,&quot;sort&quot;:0,&quot;checkedValues&quot;:[],&quot;originalValue&quot;:5}]},{&quot;setVal&quot;:2,&quot;setOptions&quot;:&quot;&quot;,&quot;action&quot;:&quot;select_option&quot;,&quot;index&quot;:false,&quot;hide&quot;:false,&quot;open&quot;:false,&quot;type&quot;:&quot;select&quot;,&quot;sort&quot;:2,&quot;optionTo&quot;:&quot;dropDown_field_id_5&quot;,&quot;optionFrom&quot;:&quot;dropDown_field_id_7&quot;,&quot;conditions&quot;:[{&quot;key&quot;:2,&quot;value&quot;:6,&quot;condition&quot;:&quot;==&quot;,&quot;logicalOperator&quot;:&quot;||&quot;,&quot;sort&quot;:0,&quot;checkedValues&quot;:[],&quot;originalValue&quot;:6}]},{&quot;setVal&quot;:3,&quot;setOptions&quot;:&quot;&quot;,&quot;action&quot;:&quot;select_option&quot;,&quot;index&quot;:false,&quot;hide&quot;:false,&quot;open&quot;:false,&quot;type&quot;:&quot;select&quot;,&quot;sort&quot;:3,&quot;optionTo&quot;:&quot;dropDown_field_id_5&quot;,&quot;optionFrom&quot;:&quot;dropDown_field_id_7&quot;,&quot;conditions&quot;:[{&quot;key&quot;:3,&quot;value&quot;:7,&quot;condition&quot;:&quot;==&quot;,&quot;logicalOperator&quot;:&quot;||&quot;,&quot;sort&quot;:0,&quot;checkedValues&quot;:[],&quot;originalValue&quot;:7}]}]}]},&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;horizontal&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;#333366&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:\\\/\\\/trusteeholding.com\\\/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;#333366&quot;,&quot;col&quot;:&quot;col-12&quot;,&quot;type&quot;:&quot;color&quot;,&quot;default&quot;:&quot;#333366&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;#FFFFFF&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;color&quot;,&quot;default&quot;:&quot;#FFFFFF&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;#BDBD7A&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;color&quot;,&quot;default&quot;:&quot;#BDBD7A&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;#6161A1&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;color&quot;,&quot;default&quot;:&quot;#6161A1&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;#BDBD7A&quot;,&quot;col&quot;:&quot;col-6&quot;,&quot;type&quot;:&quot;color&quot;,&quot;default&quot;:&quot;#BDBD7A&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;:false,&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;: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;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;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;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;before&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;:1,&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;: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;: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;saved_3&quot;},&quot;dateFormat&quot;:&quot;F j, Y&quot;,&quot;pro_active&quot;:true,&quot;default_img&quot;:&quot;https:\\\/\\\/trusteeholding.com\\\/wp-content\\\/plugins\\\/cost-calculator-builder\\\/frontend\\\/dist\\\/img\\\/default.png&quot;,&quot;error_img&quot;:&quot;https:\\\/\\\/trusteeholding.com\\\/wp-content\\\/plugins\\\/cost-calculator-builder\\\/frontend\\\/dist\\\/img\\\/error.png&quot;,&quot;success_img&quot;:&quot;https:\\\/\\\/trusteeholding.com\\\/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<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-73c126c animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"73c126c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Key Strategies to Maximize ROI<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fe86ad2 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"fe86ad2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"page\" title=\"Page 15\"><div class=\"section\"><div class=\"layoutArea\"><div class=\"column\"><p>\u25cf \u00a0Extending the investment duration increases cumulative returns.<\/p><p>\u25cf \u00a0Reducing monthly disbursements enhances long-term profitability.<\/p><p>\u25cf \u00a0Allocating a larger initial capital can yield a higher return on investment.<\/p><p>Leverage our ROI Calculator today to refine your financial strategy and unlock the full potential of your investments!<\/p><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-335e032 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"335e032\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5042cd3\" data-id=\"5042cd3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-720b32c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"720b32c\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-e176626\" data-id=\"e176626\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f25560c elementor-align-center animated-slow elementor-invisible elementor-widget elementor-widget-button\" data-id=\"f25560c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https:\/\/trusteeholding.com\/free-consultation\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Get Started Today !<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>ROICalculator Strategize Your Profits Effectively Are you seeking a precise and efficient way to assess your investment returns before making financial commitments? Utilize our ROI Calculator to analyze your investment strategy and make well-informed, data-driven decisions. This tool enables you to accurately determine your total projected return, assess your monthly profit distributions, and refine your investment approach to maximize long-term gains. How it works? Select Investment Duration \u2013 Choose the number of years for your investment horizon. Enter Investment Amount \u2013 Input the capital you intend to invest. Click \u201cCalculate\u201d \u2013 Receive a comprehensive estimate of your total anticipated returns. Review [&hellip;]<\/p>\n","protected":false},"author":208581686,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"disabled","site-post-title":"disabled","ast-breadcrumbs-content":"disabled","ast-featured-img":"disabled","footer-sml-layout":"disabled","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-15381","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/trusteeholding.com\/en\/wp-json\/wp\/v2\/pages\/15381","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/trusteeholding.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/trusteeholding.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/trusteeholding.com\/en\/wp-json\/wp\/v2\/users\/208581686"}],"replies":[{"embeddable":true,"href":"https:\/\/trusteeholding.com\/en\/wp-json\/wp\/v2\/comments?post=15381"}],"version-history":[{"count":86,"href":"https:\/\/trusteeholding.com\/en\/wp-json\/wp\/v2\/pages\/15381\/revisions"}],"predecessor-version":[{"id":16411,"href":"https:\/\/trusteeholding.com\/en\/wp-json\/wp\/v2\/pages\/15381\/revisions\/16411"}],"wp:attachment":[{"href":"https:\/\/trusteeholding.com\/en\/wp-json\/wp\/v2\/media?parent=15381"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}