{"id":1342,"date":"2025-11-09T12:18:40","date_gmt":"2025-11-09T12:18:40","guid":{"rendered":"https:\/\/ambercompany.ca\/?page_id=1342"},"modified":"2025-11-09T12:18:40","modified_gmt":"2025-11-09T12:18:40","slug":"buying-franchise","status":"publish","type":"page","link":"https:\/\/ambercompany.ca\/new\/buying-franchise\/","title":{"rendered":"buying-franchise"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1342\" class=\"elementor elementor-1342\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-42799282 elementor-section-content-middle elementor-section-height-min-height elementor-section-full_width elementor-section-height-default elementor-section-items-middle\" data-id=\"42799282\" 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-33 elementor-top-column elementor-element elementor-element-77b8d052\" data-id=\"77b8d052\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2d5fb3ac\" data-id=\"2d5fb3ac\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-238d6a74\" data-id=\"238d6a74\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7b5e5d4a elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7b5e5d4a\" 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-50 elementor-top-column elementor-element elementor-element-37a0fc58\" data-id=\"37a0fc58\" 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-7f46671 fa-form elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7f46671\" 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-33 elementor-inner-column elementor-element elementor-element-07e4d9a\" data-id=\"07e4d9a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-1e65eac section-5-2\" data-id=\"1e65eac\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-639e85d elementor-widget elementor-widget-html\" data-id=\"639e85d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\n(function(){\r\n  'use strict';\r\n\r\n  var FORM_ID = null; \r\n  var SCROLL_OFFSET = 20; \r\n  var SCROLL_BEHAVIOR = 'smooth';\r\n\r\n  function findConfirmation() {\r\n    var selectors = [\r\n      '.gform_confirmation_wrapper',\r\n      '.gform_confirmation_message',\r\n      '.gform_validation_error',\r\n    ];\r\n    for (var i = 0; i < selectors.length; i++) {\r\n      var found = document.querySelector(selectors[i]);\r\n      if (found && isConfirmationForForm(found)) return found;\r\n    }\r\n    return null;\r\n  }\r\n\r\n  function isConfirmationForForm(element) {\r\n    if (!FORM_ID) return true;\r\n    return !!(element.closest('#gform_wrapper_' + FORM_ID) || document.querySelector('#gform_wrapper_' + FORM_ID));\r\n  }\r\n\r\n  function scrollToElement(el) {\r\n    var rect = el.getBoundingClientRect();\r\n    var absoluteY = window.pageYOffset + rect.top - SCROLL_OFFSET;\r\n    window.scrollTo({\r\n      top: absoluteY,\r\n      behavior: SCROLL_BEHAVIOR\r\n    });\r\n    if (!el.hasAttribute('tabindex')) {\r\n      el.setAttribute('tabindex', '-1');\r\n      el.addEventListener('blur', function(){ el.removeAttribute('tabindex'); }, { once: true });\r\n    }\r\n    el.focus({ preventScroll: true });\r\n  }\r\n\r\n  function tryScrollOnce() {\r\n    var conf = findConfirmation();\r\n    if (conf) scrollToElement(conf);\r\n    return !!conf;\r\n  }\r\n\r\n  \/\/ MUCH FASTER EXECUTION \u2192 fires long before load event\r\n  document.addEventListener('DOMContentLoaded', function(){\r\n    if (tryScrollOnce()) return;\r\n\r\n    var obs = new MutationObserver(function(mutations, observer){\r\n      if (tryScrollOnce()) {\r\n        observer.disconnect();\r\n      }\r\n    });\r\n\r\n    obs.observe(document.body, { childList: true, subtree: true });\r\n\r\n    \/\/ emergency stop\r\n    setTimeout(function(){ try{ obs.disconnect(); } catch(e){} }, 4000);\r\n  });\r\n})();\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-568a0c0 elementor-widget__width-initial form-landing elementor-widget elementor-widget-shortcode\" data-id=\"568a0c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gform-theme gform-theme--foundation gform-theme--framework gform-theme--orbital' data-form-theme='orbital' data-form-index='0' id='gform_wrapper_1' ><style>#gform_wrapper_1[data-form-index=\"0\"].gform-theme,[data-parent-form=\"1_0\"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg width='640' height='640' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style>\n                        <div class='gform_heading'>\n                            <p class='gform_description'><\/p>\n\t\t\t\t\t\t\t<p class='gform_required_legend'>&quot;<span class=\"gfield_required gfield_required_asterisk\">*<\/span>&quot; indicates required fields<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_1'  action='\/new\/wp-json\/wp\/v2\/pages\/1342' data-formid='1' novalidate> \r\n <input type='hidden' class='gforms-pum' value='{\"closepopup\":false,\"closedelay\":0,\"openpopup\":false,\"openpopup_id\":0}' \/>\n                        <div class='gform-body gform_body'><div id='gform_fields_1' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_1_1\" class=\"gfield gfield--type-text gfield--input-type-text gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_1'>Full Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_1_1' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_3\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield--width-full gfield_contains_required field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible pcafe_sp_field\"  data-field-class=\"pcafe_sp_field\" ><label class='gfield_label gform-field-label' for='input_1_3'>Phone Number<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><span class='spf-phone error-msg hide'><\/span><span class='spf-phone valid-msg hide'><\/span><input name='input_3' id='input_1_3' type='tel' value='' class='large'   aria-required=\"true\" aria-invalid=\"false\" aria-describedby=\"gfield_description_1_3\"  \/><\/div><div class='gfield_description' id='gfield_description_1_3'>Selecting a country code is required<\/div><\/div><div id=\"field_1_4\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_4'>Email<\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_4' id='input_1_4' type='email' value='' class='large'     aria-invalid=\"false\"  \/>\n                        <\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_1' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Submit'  \/> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_1' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_1' id='gform_theme_1' value='orbital' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_1' id='gform_style_settings_1' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='1' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='W1cax2cxLe8iAhMK7emWRg\/R2\/+u7fhT8NV7zNGi8XYkNJUBDsn\/V3OipEfsOJZ9kDzEbrRa8ebSNFqoMe+nD4\/8cZIe2a5EToxP3yrcJdEmpro=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_1' value='WyJbXSIsImQ5ZDRlOTg1ZTRjNzFlNDNmOTFjMGZhNDQ1Yzk3OWQ5Il0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div><script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https:\/\/ambercompany.ca\/new\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https:\/\/ambercompany.ca\/new\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"1\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_1\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_1\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_1\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 1, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-b411000\" data-id=\"b411000\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\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<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4fff1776\" data-id=\"4fff1776\" 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-0613f44 elementor-widget elementor-widget-text-editor\" data-id=\"0613f44\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>\u0647\u0645\u0648\u0637\u0646\u0627\u0646\u06cc \u06a9\u0647 \u062f\u0631 \u06a9\u0627\u0646\u0627\u062f\u0627 \u0646\u0642\u062f\u06cc\u0646\u06af\u06cc \u0646\u062f\u0627\u0631\u0646\u062f\u060c \u0628\u0631\u0627\u06cc \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0628\u06cc\u0632\u06cc\u0646\u0633 \u062e\u0648\u062f \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u0646\u062f \u0645\u0644\u06a9 \u062e\u0648\u062f \u0631\u0627 \u062f\u0631 \u0627\u06cc\u0631\u0627\u0646 \u062a\u0647\u0627\u062a\u0631 \u06a9\u0646\u0646\u062f.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1bb52a5 elementor-widget elementor-widget-text-editor\" data-id=\"1bb52a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>\u062a\u0646\u0647\u0627 \u06a9\u0627\u0641\u06cc\u200c\u0633\u062a \u062f\u0631 \u0627\u06cc\u0631\u0627\u0646 \u0645\u0644\u06a9\u06cc \u062f\u0627\u0634\u062a\u0647 \u0628\u0627\u0634\u06cc\u062f \u062a\u0627 \u0628\u062a\u0648\u0627\u0646\u06cc\u062f \u0622\u0646 \u0631\u0627 \u0628\u0627 \u0628\u06cc\u0632\u06cc\u0646\u0633\u06cc \u062f\u0631 \u06a9\u0627\u0646\u0627\u062f\u0627 \u062a\u0647\u0627\u062a\u0631 \u06a9\u0646\u06cc\u062f.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ea93914 elementor-widget elementor-widget-text-editor\" data-id=\"ea93914\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>\u0627\u0645\u0628\u0631\u06a9\u0645\u067e\u0627\u0646\u06cc \u0645\u062a\u0639\u0647\u062f \u0645\u06cc\u200c\u0634\u0648\u062f\u060c \u062a\u0645\u0627\u0645\u06cc \u0645\u0631\u0627\u062d\u0644 \u062a\u0647\u0627\u062a\u0631 \u0645\u0644\u06a9 \u0631\u0627 \u0628\u0627 \u0631\u0639\u0627\u06cc\u062a \u06a9\u0627\u0645\u0644 \u0642\u0648\u0627\u0646\u06cc\u0646 \u0645\u0627\u0644\u06cc\u060c \u0645\u0627\u0644\u06cc\u0627\u062a\u06cc \u0648 \u0627\u0631\u0632\u06cc \u06a9\u0634\u0648\u0631\u0647\u0627\u06cc \u0627\u06cc\u0631\u0627\u0646 \u0648 \u06a9\u0627\u0646\u0627\u062f\u0627 \u0627\u0646\u062c\u0627\u0645 \u062f\u0647\u062f.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-593e02f elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"593e02f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"50\" height=\"50\" viewBox=\"0 0 50 50\" fill=\"none\"><path d=\"M24.5926 45.0741C26.2469 45.0741 27.5881 44.5212 27.5881 43.8393C27.5881 43.1573 26.2469 42.6045 24.5926 42.6045C22.9382 42.6045 21.597 43.1573 21.597 43.8393C21.597 44.5212 22.9382 45.0741 24.5926 45.0741Z\" fill=\"#DDDDDD\"><\/path><path d=\"M26.5809 21.8438L25.8843 42.8797C25.8596 43.6232 25.2366 44.2062 24.4931 44.1816C23.7808 44.158 23.2158 43.5814 23.1909 42.8797L22.4943 21.8438H26.5809Z\" fill=\"#C6C6C6\"><\/path><path d=\"M26.581 21.8438L26.4226 26.6276L25.8844 42.8798C25.8595 43.6233 25.2367 44.2063 24.4931 44.1816C23.9532 44.1637 23.4981 43.8283 23.2986 43.3615C23.4214 43.4035 23.5523 43.4284 23.6887 43.4329C24.4322 43.4575 25.0551 42.8745 25.0799 42.1308L25.5893 26.7432C25.2421 26.7776 24.8912 26.7948 24.5378 26.7948C23.8987 26.7948 23.2685 26.7384 22.6525 26.6276L22.4941 21.8438H26.581V21.8438Z\" fill=\"#ADADAD\"><\/path><path d=\"M35.0751 15.5374C35.0751 18.3521 33.9788 20.9984 31.9886 22.9886C29.9983 24.9789 27.352 26.0747 24.5377 26.0747C21.723 26.0747 19.0767 24.9789 17.0865 22.9886C15.0962 20.9984 14 18.3521 14 15.5374C14 12.7227 15.0962 10.0767 17.0865 8.08649C19.0767 6.09624 21.723 5 24.5377 5C27.352 5 29.9983 6.09624 31.9886 8.08649C33.9788 10.0767 35.0751 12.7227 35.0751 15.5374Z\" fill=\"#E23D3D\"><\/path><path d=\"M35.0751 15.5375C35.0751 18.3522 33.9788 20.9984 31.9886 22.9888C29.9984 24.979 27.3519 26.0749 24.5378 26.0749C21.7231 26.0749 19.0766 24.979 17.0865 22.9888C15.6761 21.5782 14.7145 19.8382 14.2742 17.9424C14.7434 18.9796 15.4016 19.9338 16.2306 20.7626C18.0378 22.5697 20.4408 23.5648 22.9967 23.5648C25.5522 23.5648 27.9552 22.5697 29.7623 20.7626C31.5697 18.9554 32.5651 16.5524 32.5651 13.9965C32.5651 11.4406 31.5697 9.03806 29.7623 7.23089C28.9335 6.40186 27.9793 5.74365 26.9422 5.27441C28.8382 5.71474 30.5782 6.67613 31.9886 8.0867C33.9788 10.0769 35.0751 12.7228 35.0751 15.5375Z\" fill=\"#BF3636\"><\/path><path d=\"M24.6747 6.69699V8.13222C24.6747 8.38347 24.4775 8.58932 24.2266 8.60272C20.8478 8.78308 18.0073 10.9909 16.8996 14.0315C16.7712 14.384 16.4071 14.5922 16.0388 14.5209C15.6171 14.4393 15.347 14.0253 15.4405 13.606C16.3495 9.53077 19.8873 6.44672 24.1816 6.22621C24.4501 6.21241 24.6747 6.42818 24.6747 6.69699Z\" fill=\"#F46D5B\"><\/path><path d=\"M24.1145 41.7651C23.8563 41.7651 23.6438 41.5592 23.6371 41.2995L23.4783 35.1391C23.4715 34.8753 23.6798 34.6559 23.9437 34.6491C23.9479 34.649 23.9521 34.6489 23.9562 34.6489C24.2144 34.6489 24.4269 34.8548 24.4336 35.1144L24.5924 41.2749C24.5992 41.5387 24.3909 41.7581 24.1271 41.7649C24.1229 41.765 24.1187 41.7651 24.1145 41.7651Z\" fill=\"#D8D6D6\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">\u0622\u062f\u0631\u0633: \u0648\u0646\u06a9\u0648\u0648\u0631\u060c \u0628\u0631\u06cc\u062a\u06cc\u0634 \u06a9\u0644\u0645\u0628\u06cc\u0627<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-31b7b85e landing-fr elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"31b7b85e\" 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-163fe92f\" data-id=\"163fe92f\" 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-21396e3 elementor-widget elementor-widget-html\" data-id=\"21396e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<h2 class=\"hamkari\">\u0628\u06cc\u0632\u06cc\u0646\u0633\u200c\u0647\u0627\u06cc \u0622\u0645\u0627\u062f\u0647 \u0641\u0631\u0648\u0634 \u0627\u0645\u0628\u0631\u06a9\u0645\u067e\u0627\u0646\u06cc<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-33ae42b elementor-widget elementor-widget-html\" data-id=\"33ae42b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<p style=\"text-align: center !important; margin-bottom: 0px !important\" >\u0627\u0645\u0628\u0631\u06a9\u0645\u067e\u0627\u0646\u06cc \u062f\u0631\u062d\u0627\u0644 \u062d\u0627\u0636\u0631 \u062f\u0631 \u062d\u0648\u0632\u0647\u200c\u0647\u0627\u06cc \u0632\u06cc\u0631 \u06cc\u06a9\u200c\u0633\u0631\u06cc \u0628\u06cc\u0632\u06cc\u0646\u0633 \u062e\u0648\u0634\u200c\u0646\u0627\u0645 \u0648 \u0633\u0648\u062f\u0622\u0648\u0631 \u0622\u0645\u0627\u062f\u0647 \u0641\u0631\u0648\u0634 \u062f\u0627\u0631\u062f\u060c \u0634\u0627\u0645\u0644:<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e7e5e7a business elementor-widget elementor-widget-text-editor\" data-id=\"e7e5e7a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul><li>\u2022 \u0632\u06cc\u0628\u0627\u06cc\u06cc \u0648 \u0633\u0644\u0627\u0645\u062a<\/li><li>\u2022 \u06a9\u0627\u0641\u0647 \u0648 \u0631\u0633\u062a\u0648\u0631\u0627\u0646<\/li><li>\u2022 \u0634\u0631\u06a9\u062a\u200c\u0647\u0627\u06cc \u0641\u0646\u0627\u0648\u0631\u06cc \u0627\u0637\u0644\u0627\u0639\u0627\u062a<\/li><li>\u2022 \u0634\u0631\u06a9\u062a\u200c\u0647\u0627\u06cc \u0639\u0645\u0631\u0627\u0646\u06cc \u0648 \u0633\u0627\u062e\u062a\u0645\u0627\u0646\u06cc<\/li><\/ul>\t\t\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6b15a5d landing-fr elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6b15a5d\" 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-c9ba58c\" data-id=\"c9ba58c\" 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<div class=\"elementor-element elementor-element-558a5d7 e-grid e-con-boxed e-con e-parent\" data-id=\"558a5d7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c19a420 e-con-full landing-franchize e-flex e-con e-child\" data-id=\"c19a420\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-db596a9 elementor-widget elementor-widget-heading\" data-id=\"db596a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Amberdo Caf\u00e9<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-769fe0d elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"769fe0d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"321\" height=\"150\" src=\"https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/Rectangle.png\" class=\"attachment-full size-full wp-image-1353\" alt=\"\" srcset=\"https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/Rectangle.png 321w, https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/Rectangle-300x140.png 300w\" sizes=\"(max-width: 321px) 100vw, 321px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">\u06a9\u0627\u0641\u0647 \u0628\u06cc\u06a9\u0631\u06cc \u0628\u0627 \u0686\u0646\u062f\u06cc\u0646 \u0634\u0639\u0628\u0647 \u067e\u0631 \u0631\u0648\u0646\u0642<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-86bef45 e-con-full landing-franchize e-flex e-con e-child\" data-id=\"86bef45\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fab7301 elementor-widget elementor-widget-heading\" data-id=\"fab7301\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Lombardo Italian Restaurant<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5229765 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"5229765\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"321\" height=\"150\" src=\"https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/3.png\" class=\"attachment-full size-full wp-image-1360\" alt=\"\" srcset=\"https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/3.png 321w, https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/3-300x140.png 300w\" sizes=\"(max-width: 321px) 100vw, 321px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">\u0631\u0633\u062a\u0648\u0631\u0627\u0646 \u0627\u06cc\u062a\u0627\u0644\u06cc\u0627\u06cc\u06cc \u0628\u0627 \u0633\u0628\u06a9 \u062e\u0627\u0635 \u0648 \u0645\u0634\u062a\u0631\u06cc\u200c\u0645\u062d\u0648\u0631<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-de2b28e e-con-full landing-franchize e-flex e-con e-child\" data-id=\"de2b28e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d99a2aa elementor-widget elementor-widget-heading\" data-id=\"d99a2aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">DKB Spa &amp; Wellness Center<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0759660 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"0759660\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"321\" height=\"150\" src=\"https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/4.png\" class=\"attachment-full size-full wp-image-1361\" alt=\"\" srcset=\"https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/4.png 321w, https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/4-300x140.png 300w\" sizes=\"(max-width: 321px) 100vw, 321px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">\u0628\u06cc\u0632\u0646\u06cc\u0633 \u062f\u0631 \u062d\u0648\u0632\u0647 \u0645\u0627\u0633\u0627\u0698 \u0648 \u0627\u0633\u067e\u0627<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cd97e82 e-con-full landing-franchize e-flex e-con e-child\" data-id=\"cd97e82\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-be82a6e elementor-widget elementor-widget-heading\" data-id=\"be82a6e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u00a0\u00a0Shareco Construction<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f6b47f0 elementor-position-top elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"f6b47f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"321\" height=\"150\" src=\"https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/1.png\" class=\"attachment-full size-full wp-image-1358\" alt=\"\" srcset=\"https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/1.png 321w, https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/1-300x140.png 300w\" sizes=\"(max-width: 321px) 100vw, 321px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">\u0628\u06cc\u0632\u0646\u0633 \u062f\u0631 \u062d\u0648\u0632\u0647 \u0633\u0627\u062e\u062a\u200c\u0648\u0633\u0627\u0632 \u0648 \u0628\u0627\u0632\u0633\u0627\u0632\u06cc<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-06e4469 e-con-full landing-franchize e-flex e-con e-child\" data-id=\"06e4469\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3582558 elementor-widget elementor-widget-heading\" data-id=\"3582558\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">On World IT<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8546856 elementor-position-top elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"8546856\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"321\" height=\"150\" src=\"https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/2.png\" class=\"attachment-full size-full wp-image-1359\" alt=\"\" srcset=\"https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/2.png 321w, https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/2-300x140.png 300w\" sizes=\"(max-width: 321px) 100vw, 321px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">\u0628\u06cc\u0632\u0646\u0633 \u062f\u0631 \u062d\u0648\u0632\u0647 IT (\u0641\u0646\u0627\u0648\u0631\u06cc \u0627\u0637\u0644\u0627\u0639\u0627\u062a)<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d21feac e-con-full landing-franchize e-flex e-con e-child\" data-id=\"d21feac\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0b1dd8b elementor-widget elementor-widget-heading\" data-id=\"0b1dd8b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Celco Real Estate &amp; Development<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-831124b elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"831124b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"321\" height=\"150\" src=\"https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/5.png\" class=\"attachment-full size-full wp-image-1362\" alt=\"\" srcset=\"https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/5.png 321w, https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/5-300x140.png 300w\" sizes=\"(max-width: 321px) 100vw, 321px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">\u0628\u06cc\u0632\u0646\u0633 \u062f\u0631 \u062d\u0648\u0632\u0647 \u0627\u0645\u0644\u0627\u06a9 \u0648 \u0645\u0633\u062a\u063a\u0644\u0627\u062a<\/p><\/div><\/div>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1295a86e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1295a86e\" 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-854aee3\" data-id=\"854aee3\" 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-ea056d4 elementor-widget elementor-widget-html\" data-id=\"ea056d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"landing-notif\">\r\n\r\n<button type=\"button\">\u062a\u0648\u062c\u0647 \u06a9\u0646\u06cc\u062f<\/button>\r\n\r\n<p>\u062a\u0648\u062c\u0647: \u0627\u0644\u0628\u062a\u0647 \u0628\u06cc\u0632\u06cc\u0646\u0633\u200c\u0647\u0627\u06cc \u0645\u0627 \u0645\u062d\u062f\u0648\u062f \u0628\u0647 \u0627\u06cc\u0646 \u0645\u0648\u0627\u0631\u062f \u0646\u06cc\u0633\u062a \u0648 \u0645\u0627 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u06cc\u0645 \u0627\u06cc\u062f\u0647\u200c\u0647\u0627 \u0648 \u0628\u06cc\u0632\u0646\u0633\u200c\u0647\u0627\u06cc \u0645\u0648\u0631\u062f \u0646\u0638\u0631 \u0634\u0645\u0627 \u0631\u0627 \u0646\u06cc\u0632 \u0628\u0631\u0627\u06cc \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u062f\u0631 \u06a9\u0627\u0646\u0627\u062f\u0627\u060c \u0628\u0631\u0631\u0633\u06cc \u0648 \u0637\u0631\u0627\u062d\u06cc \u06a9\u0646\u06cc\u0645.<\/p>\r\n\r\n<\/div>\r\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-aa00344 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"aa00344\" 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-758d56a\" data-id=\"758d56a\" 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-adb6a85 elementor-widget elementor-widget-html\" data-id=\"adb6a85\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<h2 class=\"hamkari\">\u0645\u0631\u0627\u062d\u0644 \u0647\u0645\u06a9\u0627\u0631\u06cc \u0628\u0627 &nbsp;&nbsp;\u0627\u0645\u0628\u0631 \u06a9\u0645\u067e\u0627\u0646\u06cc<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bb2badd elementor-widget elementor-widget-html\" data-id=\"bb2badd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<p style=\"text-align: center !important;\" >\u0628\u0631\u0627\u06cc \u0634\u0631\u0648\u0639 \u06cc\u06a9 \u06a9\u0633\u0628\u200c\u0648\u06a9\u0627\u0631 \u0633\u0648\u062f\u0622\u0648\u0631 \u062f\u0631 \u06a9\u0627\u0646\u0627\u062f\u0627 \u062a\u0646\u0647\u0627 \u0628\u0627\u06cc\u062f 4 \u0642\u062f\u0645 \u0632\u06cc\u0631 \u0631\u0627 \u0628\u0631\u062f\u0627\u0631\u06cc\u062f:<\/p>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ea989ef e-grid landing-icon-box e-con-boxed e-con e-parent\" data-id=\"ea989ef\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4a5d077 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"4a5d077\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"73\" height=\"73\" src=\"https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/Number-1.png\" class=\"attachment-full size-full wp-image-1373\" alt=\"\" srcset=\"https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/Number-1.png 73w, https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/Number-1-50x50.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">\u0645\u0634\u0627\u0648\u0631\u0647 \u062a\u062e\u0635\u0635\u06cc \u0648 \u0627\u0646\u062a\u062e\u0627\u0628 \u0628\u0647\u062a\u0631\u06cc\u0646 \u06a9\u0633\u0628\u200c\u0648\u06a9\u0627\u0631<\/h3><p class=\"elementor-image-box-description\">\u0645\u062a\u0646\u0627\u0633\u0628 \u0628\u0627 \u0628\u0648\u062f\u062c\u0647\u060c \u0639\u0644\u0627\u06cc\u0642 \u0648 \u0627\u0647\u062f\u0627\u0641 \u0634\u0645\u0627 \u0628\u0631\u0627\u06cc \u0631\u0627\u0647 \u0627\u0646\u062f\u0627\u0632\u06cc \u0628\u06cc\u0632\u0646\u0633<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-95b7470 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"95b7470\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"72\" height=\"73\" src=\"https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/Number-2.png\" class=\"attachment-full size-full wp-image-1372\" alt=\"\" srcset=\"https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/Number-2.png 72w, https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/Number-2-50x50.png 50w\" sizes=\"(max-width: 72px) 100vw, 72px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">\u062f\u0631\u06cc\u0627\u0641\u062a \u0645\u062c\u0648\u0632\u0647\u0627 \u0648 \u0627\u0645\u0648\u0631 \u062d\u0642\u0648\u0642\u06cc \u0648 \u0645\u0627\u0644\u06cc\u0627\u062a\u06cc<\/h3><p class=\"elementor-image-box-description\">\u0628\u0627 \u062a\u0648\u062c\u0647 \u0628\u0647 \u0627\u0633\u062a\u0627\u0646\u062f\u0627\u0631\u062f\u0647\u0627\u06cc  <br>\u0646\u0647\u0627\u062f\u0647\u0627\u06cc \u0631\u0633\u0645\u06cc \u06a9\u0627\u0646\u0627\u062f\u0627<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d292fec elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"d292fec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"73\" height=\"73\" src=\"https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/Number-3.png\" class=\"attachment-full size-full wp-image-1371\" alt=\"\" srcset=\"https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/Number-3.png 73w, https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/Number-3-50x50.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">\u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u06a9\u0627\u0645\u0644 \u0628\u06cc\u0632\u06cc\u0646\u0633 \u0627\u0646\u062a\u062e\u0627\u0628\u06cc \u0634\u0645\u0627<\/h3><p class=\"elementor-image-box-description\"> \u06a9\u0647 \u0627\u06cc\u0646 \u0631\u0627\u0647 \u0627\u0646\u062f\u0627\u0632\u06cc \u0634\u0627\u0645\u0644 \u0627\u0646\u062a\u062e\u0627\u0628 \u0645\u06a9\u0627\u0646\u060c \u0627\u062c\u0627\u0631\u0647\u060c \u062a\u062c\u0647\u06cc\u0632 \u0648 \u062a\u06a9\u0645\u06cc\u0644 \u062a\u06cc\u0645 \u0627\u062c\u0631\u0627\u06cc\u06cc<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ba7869 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"5ba7869\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"73\" height=\"73\" src=\"https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/Number-4.png\" class=\"attachment-full size-full wp-image-1374\" alt=\"\" srcset=\"https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/Number-4.png 73w, https:\/\/ambercompany.ca\/new\/wp-content\/uploads\/2025\/11\/Number-4-50x50.png 50w\" sizes=\"(max-width: 73px) 100vw, 73px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">\u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0648 \u0645\u0634\u0627\u0648\u0631\u0647 \u062f\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u0648 \u0631\u0634\u062f \u06a9\u0633\u0628\u200c\u0648\u06a9\u0627\u0631<\/h3><p class=\"elementor-image-box-description\">\u0628\u0631\u0627\u06cc \u0631\u0633\u06cc\u062f\u0646 \u0628\u0647 \u062f\u0631\u0622\u0645\u062f \u0648 \u0633\u0648\u062f \u0622\u0648\u0631\u06cc \u067e\u0633 \u0627\u0632 \u0631\u0627\u0647 \u0627\u0646\u062f\u0627\u0632\u06cc <\/p><\/div><\/div>\t\t\t\t<\/div>\n\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a989bd4 elementor-section-full_width elementor-section-stretched elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default elementor-section-height-default\" data-id=\"a989bd4\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-dae8b6b\" data-id=\"dae8b6b\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-c621b84\" data-id=\"c621b84\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7050fc4 elementor-section-full_width elementor-section-stretched elementor-hidden-desktop elementor-section-height-default elementor-section-height-default\" data-id=\"7050fc4\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7859ebd\" data-id=\"7859ebd\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-009984b elementor-widget elementor-widget-spacer\" data-id=\"009984b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-87a42a8\" data-id=\"87a42a8\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-33451754 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"33451754\" 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-top-column elementor-element elementor-element-2973070f\" data-id=\"2973070f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\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>\u06a9\u0633\u0628 \u062f\u0631\u0622\u0645\u062f \u0628\u0627\u0644\u0627 \u062f\u0631 \u06a9\u0627\u0646\u0627\u062f\u0627 \u0628\u0627 \u062e\u0631\u06cc\u062f \u0628\u06cc\u0632\u06cc\u0646\u0633\u200c\u0647\u0627\u06cc \u0622\u0645\u0627\u062f\u0647 \u06cc\u06a9 \u0633\u0631\u0645\u0627\u06cc\u0647\u200c\u06af\u0630\u0627\u0631\u06cc \u067e\u0631 \u0633\u0648\u062f\u060c \u0642\u0627\u0646\u0648\u0646\u06cc \u0648 \u0627\u0645\u0646 \u062f\u0631 \u06a9\u0627\u0646\u0627\u062f\u0627 \u0627\u06af\u0631 \u0628\u0647\u200c\u062f\u0646\u0628\u0627\u0644 \u0631\u0627\u0647 \u0633\u0631\u06cc\u0639 \u0648 \u0627\u0644\u0628\u062a\u0647 \u0642\u0627\u0646\u0648\u0646\u06cc \u0628\u0631\u0627\u06cc \u0634\u0631\u0648\u0639 \u0628\u06cc\u0632\u06cc\u0646\u0633 \u062f\u0631 \u06a9\u0627\u0646\u0627\u062f\u0627 \u0647\u0633\u062a\u06cc\u062f\u060c \u0627\u0645\u0628\u0631\u06a9\u0645\u067e\u0627\u0646\u06cc \u0628\u0647\u200c\u0639\u0646\u0648\u0627\u0646 \u06cc\u06a9 \u0634\u0631\u06a9\u062a \u0645\u062a\u062e\u0635\u0635 \u062f\u0631 \u0632\u0645\u06cc\u0646\u0647 \u0641\u0631\u0648\u0634 \u0648 \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u06a9\u0633\u0628\u200c\u0648\u06a9\u0627\u0631 \u062f\u0631 \u06a9\u0627\u0646\u0627\u062f\u0627 \u0645\u06cc\u200c\u062a\u0648\u0627\u0646\u062f \u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u0634\u0645\u0627 \u0628\u0627\u0634\u062f. \u062f\u0631\u06cc\u0627\u0641\u062a \u0645\u0634\u0627\u0648\u0631\u0647 \u0631\u0627\u06cc\u06af\u0627\u0646 \u0628\u0631\u0627\u06cc \u0634\u0631\u0648\u0639 \u06a9\u0633\u0628\u200c\u0648\u06a9\u0627\u0631 \u0648 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-1342","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ambercompany.ca\/new\/wp-json\/wp\/v2\/pages\/1342","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ambercompany.ca\/new\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ambercompany.ca\/new\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ambercompany.ca\/new\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ambercompany.ca\/new\/wp-json\/wp\/v2\/comments?post=1342"}],"version-history":[{"count":0,"href":"https:\/\/ambercompany.ca\/new\/wp-json\/wp\/v2\/pages\/1342\/revisions"}],"wp:attachment":[{"href":"https:\/\/ambercompany.ca\/new\/wp-json\/wp\/v2\/media?parent=1342"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}