{"id":33,"date":"2023-06-26T09:36:34","date_gmt":"2023-06-26T09:36:34","guid":{"rendered":"https:\/\/kiaoracle.com\/index.php\/contact-1\/"},"modified":"2024-08-26T07:08:48","modified_gmt":"2024-08-26T07:08:48","slug":"contact-1","status":"publish","type":"page","link":"https:\/\/kiaoracle.com\/index.php\/contact-1\/","title":{"rendered":"Contact 1"},"content":{"rendered":"<article id=\"sections\" class=\"sections\" data-page-sections=\"611767819115304676b7a7c2\">\n<section class=\"page-section \n\n      layout-engine-section\n\n    background-width--full-bleed\n\n      section-height--medium\n\n      content-width--medium\n\n    horizontal-alignment--left\n    vertical-alignment--middle\n\n       has-background\n\n    white\" data-test=\"page-section\" data-section-theme=\"white\" data-section-id=\"611767819115304676b7a7c5\" data-controller=\"SectionWrapperController\" data-current-styles=\"{\n  &quot;backgroundImage&quot;: {\n    &quot;id&quot;: &quot;611768d279aeb76d9bb89cca&quot;,\n    &quot;recordType&quot;: 2,\n    &quot;addedOn&quot;: 1628924114712,\n    &quot;updatedOn&quot;: 1628924220263,\n    &quot;workflowState&quot;: 1,\n    &quot;publishOn&quot;: 1628924114712,\n    &quot;authorId&quot;: &quot;61046b0bc12e306a6e3eba91&quot;,\n    &quot;systemDataId&quot;: &quot;b408509d-889a-49fa-bc1d-99514754eb67&quot;,\n    &quot;systemDataVariants&quot;: &quot;2499x1405,100w,300w,500w,750w,1000w,1500w&quot;,\n    &quot;systemDataSourceType&quot;: &quot;JPG&quot;,\n    &quot;filename&quot;: &quot;Untitled design-12.jpg&quot;,\n    &quot;mediaFocalPoint&quot;: {\n      &quot;x&quot;: 0.6776029225797386,\n      &quot;y&quot;: 0.512,\n      &quot;source&quot;: 3\n    },\n    &quot;colorData&quot;: {\n      &quot;topLeftAverage&quot;: &quot;b8baa0&quot;,\n      &quot;topRightAverage&quot;: &quot;eda869&quot;,\n      &quot;bottomLeftAverage&quot;: &quot;ffffff&quot;,\n      &quot;bottomRightAverage&quot;: &quot;e1cbcb&quot;,\n      &quot;centerAverage&quot;: &quot;e7e5de&quot;,\n      &quot;suggestedBgColor&quot;: &quot;a49c75&quot;\n    },\n    &quot;urlId&quot;: &quot;8788xiwh56i0xwjkm22nexaeqkt8yz&quot;,\n    &quot;title&quot;: &quot;&quot;,\n    &quot;body&quot;: null,\n    &quot;likeCount&quot;: 0,\n    &quot;commentCount&quot;: 0,\n    &quot;publicCommentCount&quot;: 0,\n    &quot;commentState&quot;: 2,\n    &quot;unsaved&quot;: false,\n    &quot;author&quot;: {\n      &quot;id&quot;: &quot;61046b0bc12e306a6e3eba91&quot;,\n      &quot;displayName&quot;: &quot;Anne Toth&quot;,\n      &quot;firstName&quot;: &quot;Anne&quot;,\n      &quot;lastName&quot;: &quot;Toth&quot;,\n      &quot;avatarUrl&quot;: &quot;https:\/\/static1.squarespace.com\/static\/images\/61046b0c717d9236ceb2388a&quot;,\n      &quot;bio&quot;: &quot;&quot;,\n      &quot;avatarAssetUrl&quot;: &quot;https:\/\/static1.squarespace.com\/static\/images\/61046b0c717d9236ceb2388a&quot;\n    },\n    &quot;assetUrl&quot;: &quot;https:\/\/images.squarespace-cdn.com\/content\/v1\/61046b0efd62a8658e094014\/b408509d-889a-49fa-bc1d-99514754eb67\/Untitled+design-12.jpg&quot;,\n    &quot;contentType&quot;: &quot;image\/jpeg&quot;,\n    &quot;items&quot;: [ ],\n    &quot;pushedServices&quot;: { },\n    &quot;pendingPushedServices&quot;: { },\n    &quot;recordTypeLabel&quot;: &quot;image&quot;,\n    &quot;originalSize&quot;: &quot;2499x1405&quot;\n  },\n  &quot;imageOverlayOpacity&quot;: 0.15,\n  &quot;backgroundWidth&quot;: &quot;background-width--full-bleed&quot;,\n  &quot;sectionHeight&quot;: &quot;section-height--medium&quot;,\n  &quot;horizontalAlignment&quot;: &quot;horizontal-alignment--left&quot;,\n  &quot;verticalAlignment&quot;: &quot;vertical-alignment--middle&quot;,\n  &quot;contentWidth&quot;: &quot;content-width--medium&quot;,\n  &quot;sectionTheme&quot;: &quot;white&quot;,\n  &quot;sectionAnimation&quot;: &quot;none&quot;,\n  &quot;backgroundMode&quot;: &quot;image&quot;\n}\" data-current-context=\"{\n  &quot;video&quot;: {\n    &quot;playbackSpeed&quot;: 0.5,\n    &quot;filter&quot;: 1,\n    &quot;filterStrength&quot;: 0,\n    &quot;zoom&quot;: 0,\n    &quot;videoSourceProvider&quot;: &quot;none&quot;\n  },\n  &quot;backgroundImageId&quot;: null,\n  &quot;backgroundMediaEffect&quot;: null,\n  &quot;divider&quot;: null,\n  &quot;typeName&quot;: null\n}\" data-animation=\"none\"><\/p>\n<div class=\"section-border\">\n<div class=\"section-background\">\n<p><script><br \/>\n  \"use strict\";<\/p>\n<p>  var positionImage = function positionImage(imageEl) {<br \/>\n    var imageDimensions = imageEl.dataset.imageDimensions.split('x');<br \/>\n    var originalWidth = imageDimensions[0];<br \/>\n    var originalHeight = imageDimensions[1];<br \/>\n    var focalPoint = imageEl.dataset.imageFocalPoint.split(',');<br \/>\n    var focalPointX = focalPoint[0];<br \/>\n    var focalPointY = focalPoint[1];<br \/>\n    var parentNode = imageEl.parentNode;<\/p>\n<p>    var scale = function () {<br \/>\n      var imageRatio = originalWidth \/ originalHeight;<br \/>\n      var parentClientSize = {<br \/>\n        height: parentNode.clientHeight,<br \/>\n        width: parentNode.clientWidth<br \/>\n      };<br \/>\n      var parentRatio = parentClientSize.width \/ parentClientSize.height;<\/p>\n<p>      if (imageRatio > parentRatio) {<br \/>\n        return parentClientSize.height \/ originalHeight;<br \/>\n      }<\/p>\n<p>      return parentClientSize.width \/ originalWidth;<br \/>\n    }();<\/p>\n<p>    var getRelativeOffset = function getRelativeOffset() {<br \/>\n      var targetWidth = Math.ceil(originalWidth * scale);<br \/>\n      var targetHeight = Math.ceil(originalHeight * scale);<br \/>\n      var parentDimensionWidth = parentNode.offsetWidth;<br \/>\n      var parentDimensionHeight = parentNode.offsetHeight;<br \/>\n      var overflowWidth = targetWidth - parentDimensionWidth;<br \/>\n      var overflowHeight = targetHeight - parentDimensionHeight;<br \/>\n      var valueX;<\/p>\n<p>      if (overflowWidth === 0) {<br \/>\n        valueX = focalPointX;<br \/>\n      } else {<br \/>\n        valueX = Math.max(Math.min(targetWidth * focalPointX - parentDimensionWidth * 0.5, overflowWidth), 0) \/ overflowWidth;<br \/>\n      }<\/p>\n<p>      var valueY;<\/p>\n<p>      if (overflowHeight === 0) {<br \/>\n        valueY = focalPointY;<br \/>\n      } else {<br \/>\n        valueY = Math.max(Math.min(targetHeight * focalPointY - parentDimensionHeight * 0.5, overflowHeight), 0) \/ overflowHeight;<br \/>\n      }<\/p>\n<p>      return {<br \/>\n        valueX: valueX,<br \/>\n        valueY: valueY<br \/>\n      };<br \/>\n    };<\/p>\n<p>    var relativeOffset = getRelativeOffset();<br \/>\n    var valueX = relativeOffset.valueX;<br \/>\n    var valueY = relativeOffset.valueY;<br \/>\n    imageEl.style.objectPosition = \"\".concat(valueX * 100, \"% \").concat(valueY * 100, \"%\");<br \/>\n    Object.assign(imageEl.style, {<br \/>\n      height: '100%',<br \/>\n      width: '100%',<br \/>\n      objectFit: 'cover',<br \/>\n    });<br \/>\n  };<br \/>\n<\/script><\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"\" src=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61046b0efd62a8658e094014\/b408509d-889a-49fa-bc1d-99514754eb67\/Untitled+design-12.jpg\" sizes=\"(max-width: 799px) 200vw, 100vw\" srcset=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61046b0efd62a8658e094014\/b408509d-889a-49fa-bc1d-99514754eb67\/Untitled+design-12.jpg?format=100w 100w,https:\/\/images.squarespace-cdn.com\/content\/v1\/61046b0efd62a8658e094014\/b408509d-889a-49fa-bc1d-99514754eb67\/Untitled+design-12.jpg?format=300w 300w,https:\/\/images.squarespace-cdn.com\/content\/v1\/61046b0efd62a8658e094014\/b408509d-889a-49fa-bc1d-99514754eb67\/Untitled+design-12.jpg?format=500w 500w,https:\/\/images.squarespace-cdn.com\/content\/v1\/61046b0efd62a8658e094014\/b408509d-889a-49fa-bc1d-99514754eb67\/Untitled+design-12.jpg?format=750w 750w,https:\/\/images.squarespace-cdn.com\/content\/v1\/61046b0efd62a8658e094014\/b408509d-889a-49fa-bc1d-99514754eb67\/Untitled+design-12.jpg?format=1000w 1000w,https:\/\/images.squarespace-cdn.com\/content\/v1\/61046b0efd62a8658e094014\/b408509d-889a-49fa-bc1d-99514754eb67\/Untitled+design-12.jpg?format=1500w 1500w,https:\/\/images.squarespace-cdn.com\/content\/v1\/61046b0efd62a8658e094014\/b408509d-889a-49fa-bc1d-99514754eb67\/Untitled+design-12.jpg?format=original 2500w\" alt=\"\" width=\"331\" height=\"186\" data-image=\"https:\/\/images.squarespace-cdn.com\/content\/v1\/61046b0efd62a8658e094014\/b408509d-889a-49fa-bc1d-99514754eb67\/Untitled+design-12.jpg\" data-image-dimensions=\"2499x1405\" data-image-focal-point=\"0.6776029225797386,0.512\" data-load=\"false\" \/><\/p>\n<div class=\"section-background-overlay\" style=\"opacity: 0.15;\"><\/div>\n<\/div>\n<\/div>\n<div class=\"content-wrapper\">\n<div class=\"content\">\n<div id=\"page-section-611767819115304676b7a7c5\" class=\"sqs-layout sqs-grid-12 columns-12\" data-type=\"page-section\">\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-0 span-0\"><\/div>\n<div class=\"col sqs-col-6 span-6\">\n<div id=\"block-e9dfce3b6d361371864f\" class=\"sqs-block html-block sqs-block-html\" data-block-type=\"2\">\n<div class=\"sqs-block-content\">\n<div class=\"sqs-html-content\">Please, Contact us!<\/p>\n<h3 style=\"white-space: pre-wrap;\"><a href=\"mailto:kiaora@kiaoracle.com\">kiaora@kiaoracle.com<\/a><br \/>\n+<a href=\"tel:+6421925225\">6421925225<\/a><\/h3>\n<p class=\"\" style=\"white-space: pre-wrap;\">Auckland<br \/>\nNew Zealand<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"col sqs-col-6 span-6\">\n<div id=\"block-1b1cdcaf0b412d3e109b\" class=\"sqs-block form-block sqs-block-form\" data-block-type=\"9\">\n<div class=\"sqs-block-content\">\n<p><script type=\"application\/json\" id=\"form-context-611767819115304676b7a7c1\" class=\"sqs-form-block-context\">{\"formId\":\"611767819115304676b7a7c1\",\"useLightbox\":false,\"secureUrl\":\"https:\/\/fish-contrabass-h6xg.squarespace.com\",\"formSubmitButtonText\":\"Send\",\"successRedirect\":\"\",\"formSubmissionMessage\":{\"html\":\"Thank you!\"},\"useFormsJs\":true,\"buttonAlignment\":\"right\",\"formFieldFormats\":{\"countries\":[{\"name\":\"Afghanistan\",\"code\":\"AF\",\"phoneCode\":\"+93\"},{\"name\":\"\u00c5land Islands\",\"code\":\"AX\",\"phoneCode\":\"+358\"},{\"name\":\"Albania\",\"code\":\"AL\",\"phoneCode\":\"+355\"},{\"name\":\"Algeria\",\"code\":\"DZ\",\"phoneCode\":\"+213\"},{\"name\":\"American Samoa\",\"code\":\"AS\",\"phoneCode\":\"+1\"},{\"name\":\"Andorra\",\"code\":\"AD\",\"phoneCode\":\"+376\"},{\"name\":\"Angola\",\"code\":\"AO\",\"phoneCode\":\"+244\"},{\"name\":\"Anguilla\",\"code\":\"AI\",\"phoneCode\":\"+1\"},{\"name\":\"Antigua & Barbuda\",\"code\":\"AG\",\"phoneCode\":\"+1\"},{\"name\":\"Argentina\",\"code\":\"AR\",\"phoneCode\":\"+54\"},{\"name\":\"Armenia\",\"code\":\"AM\",\"phoneCode\":\"+374\"},{\"name\":\"Aruba\",\"code\":\"AW\",\"phoneCode\":\"+297\"},{\"name\":\"Ascension Island\",\"code\":\"AC\",\"phoneCode\":\"+247\"},{\"name\":\"Australia\",\"code\":\"AU\",\"phoneCode\":\"+61\"},{\"name\":\"Austria\",\"code\":\"AT\",\"phoneCode\":\"+43\"},{\"name\":\"Azerbaijan\",\"code\":\"AZ\",\"phoneCode\":\"+994\"},{\"name\":\"Bahamas\",\"code\":\"BS\",\"phoneCode\":\"+1\"},{\"name\":\"Bahrain\",\"code\":\"BH\",\"phoneCode\":\"+973\"},{\"name\":\"Bangladesh\",\"code\":\"BD\",\"phoneCode\":\"+880\"},{\"name\":\"Barbados\",\"code\":\"BB\",\"phoneCode\":\"+1\"},{\"name\":\"Belarus\",\"code\":\"BY\",\"phoneCode\":\"+375\"},{\"name\":\"Belgium\",\"code\":\"BE\",\"phoneCode\":\"+32\"},{\"name\":\"Belize\",\"code\":\"BZ\",\"phoneCode\":\"+501\"},{\"name\":\"Benin\",\"code\":\"BJ\",\"phoneCode\":\"+229\"},{\"name\":\"Bermuda\",\"code\":\"BM\",\"phoneCode\":\"+1\"},{\"name\":\"Bhutan\",\"code\":\"BT\",\"phoneCode\":\"+975\"},{\"name\":\"Bolivia\",\"code\":\"BO\",\"phoneCode\":\"+591\"},{\"name\":\"Bosnia & Herzegovina\",\"code\":\"BA\",\"phoneCode\":\"+387\"},{\"name\":\"Botswana\",\"code\":\"BW\",\"phoneCode\":\"+267\"},{\"name\":\"Brazil\",\"code\":\"BR\",\"phoneCode\":\"+55\"},{\"name\":\"British Indian Ocean Territory\",\"code\":\"IO\",\"phoneCode\":\"+246\"},{\"name\":\"British Virgin Islands\",\"code\":\"VG\",\"phoneCode\":\"+1\"},{\"name\":\"Brunei\",\"code\":\"BN\",\"phoneCode\":\"+673\"},{\"name\":\"Bulgaria\",\"code\":\"BG\",\"phoneCode\":\"+359\"},{\"name\":\"Burkina Faso\",\"code\":\"BF\",\"phoneCode\":\"+226\"},{\"name\":\"Burundi\",\"code\":\"BI\",\"phoneCode\":\"+257\"},{\"name\":\"Cambodia\",\"code\":\"KH\",\"phoneCode\":\"+855\"},{\"name\":\"Cameroon\",\"code\":\"CM\",\"phoneCode\":\"+237\"},{\"name\":\"Canada\",\"code\":\"CA\",\"phoneCode\":\"+1\"},{\"name\":\"Cape Verde\",\"code\":\"CV\",\"phoneCode\":\"+238\"},{\"name\":\"Caribbean Netherlands\",\"code\":\"BQ\",\"phoneCode\":\"+599\"},{\"name\":\"Cayman Islands\",\"code\":\"KY\",\"phoneCode\":\"+1\"},{\"name\":\"Central African Republic\",\"code\":\"CF\",\"phoneCode\":\"+236\"},{\"name\":\"Chad\",\"code\":\"TD\",\"phoneCode\":\"+235\"},{\"name\":\"Chile\",\"code\":\"CL\",\"phoneCode\":\"+56\"},{\"name\":\"China\",\"code\":\"CN\",\"phoneCode\":\"+86\"},{\"name\":\"Christmas Island\",\"code\":\"CX\",\"phoneCode\":\"+61\"},{\"name\":\"Cocos (Keeling) Islands\",\"code\":\"CC\",\"phoneCode\":\"+61\"},{\"name\":\"Colombia\",\"code\":\"CO\",\"phoneCode\":\"+57\"},{\"name\":\"Comoros\",\"code\":\"KM\",\"phoneCode\":\"+269\"},{\"name\":\"Congo - Brazzaville\",\"code\":\"CG\",\"phoneCode\":\"+242\"},{\"name\":\"Congo - Kinshasa\",\"code\":\"CD\",\"phoneCode\":\"+243\"},{\"name\":\"Cook Islands\",\"code\":\"CK\",\"phoneCode\":\"+682\"},{\"name\":\"Costa Rica\",\"code\":\"CR\",\"phoneCode\":\"+506\"},{\"name\":\"C\u00f4te d\u2019Ivoire\",\"code\":\"CI\",\"phoneCode\":\"+225\"},{\"name\":\"Croatia\",\"code\":\"HR\",\"phoneCode\":\"+385\"},{\"name\":\"Cuba\",\"code\":\"CU\",\"phoneCode\":\"+53\"},{\"name\":\"Cura\u00e7ao\",\"code\":\"CW\",\"phoneCode\":\"+599\"},{\"name\":\"Cyprus\",\"code\":\"CY\",\"phoneCode\":\"+357\"},{\"name\":\"Czechia\",\"code\":\"CZ\",\"phoneCode\":\"+420\"},{\"name\":\"Denmark\",\"code\":\"DK\",\"phoneCode\":\"+45\"},{\"name\":\"Djibouti\",\"code\":\"DJ\",\"phoneCode\":\"+253\"},{\"name\":\"Dominica\",\"code\":\"DM\",\"phoneCode\":\"+1\"},{\"name\":\"Dominican Republic\",\"code\":\"DO\",\"phoneCode\":\"+1\"},{\"name\":\"Ecuador\",\"code\":\"EC\",\"phoneCode\":\"+593\"},{\"name\":\"Egypt\",\"code\":\"EG\",\"phoneCode\":\"+20\"},{\"name\":\"El Salvador\",\"code\":\"SV\",\"phoneCode\":\"+503\"},{\"name\":\"Equatorial Guinea\",\"code\":\"GQ\",\"phoneCode\":\"+240\"},{\"name\":\"Eritrea\",\"code\":\"ER\",\"phoneCode\":\"+291\"},{\"name\":\"Estonia\",\"code\":\"EE\",\"phoneCode\":\"+372\"},{\"name\":\"Eswatini\",\"code\":\"SZ\",\"phoneCode\":\"+268\"},{\"name\":\"Ethiopia\",\"code\":\"ET\",\"phoneCode\":\"+251\"},{\"name\":\"Falkland Islands\",\"code\":\"FK\",\"phoneCode\":\"+500\"},{\"name\":\"Faroe Islands\",\"code\":\"FO\",\"phoneCode\":\"+298\"},{\"name\":\"Fiji\",\"code\":\"FJ\",\"phoneCode\":\"+679\"},{\"name\":\"Finland\",\"code\":\"FI\",\"phoneCode\":\"+358\"},{\"name\":\"France\",\"code\":\"FR\",\"phoneCode\":\"+33\"},{\"name\":\"French Guiana\",\"code\":\"GF\",\"phoneCode\":\"+594\"},{\"name\":\"French Polynesia\",\"code\":\"PF\",\"phoneCode\":\"+689\"},{\"name\":\"Gabon\",\"code\":\"GA\",\"phoneCode\":\"+241\"},{\"name\":\"Gambia\",\"code\":\"GM\",\"phoneCode\":\"+220\"},{\"name\":\"Georgia\",\"code\":\"GE\",\"phoneCode\":\"+995\"},{\"name\":\"Germany\",\"code\":\"DE\",\"phoneCode\":\"+49\"},{\"name\":\"Ghana\",\"code\":\"GH\",\"phoneCode\":\"+233\"},{\"name\":\"Gibraltar\",\"code\":\"GI\",\"phoneCode\":\"+350\"},{\"name\":\"Greece\",\"code\":\"GR\",\"phoneCode\":\"+30\"},{\"name\":\"Greenland\",\"code\":\"GL\",\"phoneCode\":\"+299\"},{\"name\":\"Grenada\",\"code\":\"GD\",\"phoneCode\":\"+1\"},{\"name\":\"Guadeloupe\",\"code\":\"GP\",\"phoneCode\":\"+590\"},{\"name\":\"Guam\",\"code\":\"GU\",\"phoneCode\":\"+1\"},{\"name\":\"Guatemala\",\"code\":\"GT\",\"phoneCode\":\"+502\"},{\"name\":\"Guernsey\",\"code\":\"GG\",\"phoneCode\":\"+44\"},{\"name\":\"Guinea\",\"code\":\"GN\",\"phoneCode\":\"+224\"},{\"name\":\"Guinea-Bissau\",\"code\":\"GW\",\"phoneCode\":\"+245\"},{\"name\":\"Guyana\",\"code\":\"GY\",\"phoneCode\":\"+592\"},{\"name\":\"Haiti\",\"code\":\"HT\",\"phoneCode\":\"+509\"},{\"name\":\"Honduras\",\"code\":\"HN\",\"phoneCode\":\"+504\"},{\"name\":\"Hong Kong SAR China\",\"code\":\"HK\",\"phoneCode\":\"+852\"},{\"name\":\"Hungary\",\"code\":\"HU\",\"phoneCode\":\"+36\"},{\"name\":\"Iceland\",\"code\":\"IS\",\"phoneCode\":\"+354\"},{\"name\":\"India\",\"code\":\"IN\",\"phoneCode\":\"+91\"},{\"name\":\"Indonesia\",\"code\":\"ID\",\"phoneCode\":\"+62\"},{\"name\":\"Iran\",\"code\":\"IR\",\"phoneCode\":\"+98\"},{\"name\":\"Iraq\",\"code\":\"IQ\",\"phoneCode\":\"+964\"},{\"name\":\"Ireland\",\"code\":\"IE\",\"phoneCode\":\"+353\"},{\"name\":\"Isle of Man\",\"code\":\"IM\",\"phoneCode\":\"+44\"},{\"name\":\"Israel\",\"code\":\"IL\",\"phoneCode\":\"+972\"},{\"name\":\"Italy\",\"code\":\"IT\",\"phoneCode\":\"+39\"},{\"name\":\"Jamaica\",\"code\":\"JM\",\"phoneCode\":\"+1\"},{\"name\":\"Japan\",\"code\":\"JP\",\"phoneCode\":\"+81\"},{\"name\":\"Jersey\",\"code\":\"JE\",\"phoneCode\":\"+44\"},{\"name\":\"Jordan\",\"code\":\"JO\",\"phoneCode\":\"+962\"},{\"name\":\"Kazakhstan\",\"code\":\"KZ\",\"phoneCode\":\"+7\"},{\"name\":\"Kenya\",\"code\":\"KE\",\"phoneCode\":\"+254\"},{\"name\":\"Kiribati\",\"code\":\"KI\",\"phoneCode\":\"+686\"},{\"name\":\"Kosovo\",\"code\":\"XK\",\"phoneCode\":\"+383\"},{\"name\":\"Kuwait\",\"code\":\"KW\",\"phoneCode\":\"+965\"},{\"name\":\"Kyrgyzstan\",\"code\":\"KG\",\"phoneCode\":\"+996\"},{\"name\":\"Laos\",\"code\":\"LA\",\"phoneCode\":\"+856\"},{\"name\":\"Latvia\",\"code\":\"LV\",\"phoneCode\":\"+371\"},{\"name\":\"Lebanon\",\"code\":\"LB\",\"phoneCode\":\"+961\"},{\"name\":\"Lesotho\",\"code\":\"LS\",\"phoneCode\":\"+266\"},{\"name\":\"Liberia\",\"code\":\"LR\",\"phoneCode\":\"+231\"},{\"name\":\"Libya\",\"code\":\"LY\",\"phoneCode\":\"+218\"},{\"name\":\"Liechtenstein\",\"code\":\"LI\",\"phoneCode\":\"+423\"},{\"name\":\"Lithuania\",\"code\":\"LT\",\"phoneCode\":\"+370\"},{\"name\":\"Luxembourg\",\"code\":\"LU\",\"phoneCode\":\"+352\"},{\"name\":\"Macao SAR China\",\"code\":\"MO\",\"phoneCode\":\"+853\"},{\"name\":\"Madagascar\",\"code\":\"MG\",\"phoneCode\":\"+261\"},{\"name\":\"Malawi\",\"code\":\"MW\",\"phoneCode\":\"+265\"},{\"name\":\"Malaysia\",\"code\":\"MY\",\"phoneCode\":\"+60\"},{\"name\":\"Maldives\",\"code\":\"MV\",\"phoneCode\":\"+960\"},{\"name\":\"Mali\",\"code\":\"ML\",\"phoneCode\":\"+223\"},{\"name\":\"Malta\",\"code\":\"MT\",\"phoneCode\":\"+356\"},{\"name\":\"Marshall Islands\",\"code\":\"MH\",\"phoneCode\":\"+692\"},{\"name\":\"Martinique\",\"code\":\"MQ\",\"phoneCode\":\"+596\"},{\"name\":\"Mauritania\",\"code\":\"MR\",\"phoneCode\":\"+222\"},{\"name\":\"Mauritius\",\"code\":\"MU\",\"phoneCode\":\"+230\"},{\"name\":\"Mayotte\",\"code\":\"YT\",\"phoneCode\":\"+262\"},{\"name\":\"Mexico\",\"code\":\"MX\",\"phoneCode\":\"+52\"},{\"name\":\"Micronesia\",\"code\":\"FM\",\"phoneCode\":\"+691\"},{\"name\":\"Moldova\",\"code\":\"MD\",\"phoneCode\":\"+373\"},{\"name\":\"Monaco\",\"code\":\"MC\",\"phoneCode\":\"+377\"},{\"name\":\"Mongolia\",\"code\":\"MN\",\"phoneCode\":\"+976\"},{\"name\":\"Montenegro\",\"code\":\"ME\",\"phoneCode\":\"+382\"},{\"name\":\"Montserrat\",\"code\":\"MS\",\"phoneCode\":\"+1\"},{\"name\":\"Morocco\",\"code\":\"MA\",\"phoneCode\":\"+212\"},{\"name\":\"Mozambique\",\"code\":\"MZ\",\"phoneCode\":\"+258\"},{\"name\":\"Myanmar (Burma)\",\"code\":\"MM\",\"phoneCode\":\"+95\"},{\"name\":\"Namibia\",\"code\":\"NA\",\"phoneCode\":\"+264\"},{\"name\":\"Nauru\",\"code\":\"NR\",\"phoneCode\":\"+674\"},{\"name\":\"Nepal\",\"code\":\"NP\",\"phoneCode\":\"+977\"},{\"name\":\"Netherlands\",\"code\":\"NL\",\"phoneCode\":\"+31\"},{\"name\":\"New Caledonia\",\"code\":\"NC\",\"phoneCode\":\"+687\"},{\"name\":\"New Zealand\",\"code\":\"NZ\",\"phoneCode\":\"+64\"},{\"name\":\"Nicaragua\",\"code\":\"NI\",\"phoneCode\":\"+505\"},{\"name\":\"Niger\",\"code\":\"NE\",\"phoneCode\":\"+227\"},{\"name\":\"Nigeria\",\"code\":\"NG\",\"phoneCode\":\"+234\"},{\"name\":\"Niue\",\"code\":\"NU\",\"phoneCode\":\"+683\"},{\"name\":\"Norfolk Island\",\"code\":\"NF\",\"phoneCode\":\"+672\"},{\"name\":\"Northern Mariana Islands\",\"code\":\"MP\",\"phoneCode\":\"+1\"},{\"name\":\"North Korea\",\"code\":\"KP\",\"phoneCode\":\"+850\"},{\"name\":\"North Macedonia\",\"code\":\"MK\",\"phoneCode\":\"+389\"},{\"name\":\"Norway\",\"code\":\"NO\",\"phoneCode\":\"+47\"},{\"name\":\"Oman\",\"code\":\"OM\",\"phoneCode\":\"+968\"},{\"name\":\"Pakistan\",\"code\":\"PK\",\"phoneCode\":\"+92\"},{\"name\":\"Palau\",\"code\":\"PW\",\"phoneCode\":\"+680\"},{\"name\":\"Palestinian Territories\",\"code\":\"PS\",\"phoneCode\":\"+970\"},{\"name\":\"Panama\",\"code\":\"PA\",\"phoneCode\":\"+507\"},{\"name\":\"Papua New Guinea\",\"code\":\"PG\",\"phoneCode\":\"+675\"},{\"name\":\"Paraguay\",\"code\":\"PY\",\"phoneCode\":\"+595\"},{\"name\":\"Peru\",\"code\":\"PE\",\"phoneCode\":\"+51\"},{\"name\":\"Philippines\",\"code\":\"PH\",\"phoneCode\":\"+63\"},{\"name\":\"Poland\",\"code\":\"PL\",\"phoneCode\":\"+48\"},{\"name\":\"Portugal\",\"code\":\"PT\",\"phoneCode\":\"+351\"},{\"name\":\"Puerto Rico\",\"code\":\"PR\",\"phoneCode\":\"+1\"},{\"name\":\"Qatar\",\"code\":\"QA\",\"phoneCode\":\"+974\"},{\"name\":\"R\u00e9union\",\"code\":\"RE\",\"phoneCode\":\"+262\"},{\"name\":\"Romania\",\"code\":\"RO\",\"phoneCode\":\"+40\"},{\"name\":\"Russia\",\"code\":\"RU\",\"phoneCode\":\"+7\"},{\"name\":\"Rwanda\",\"code\":\"RW\",\"phoneCode\":\"+250\"},{\"name\":\"Samoa\",\"code\":\"WS\",\"phoneCode\":\"+685\"},{\"name\":\"San Marino\",\"code\":\"SM\",\"phoneCode\":\"+378\"},{\"name\":\"S\u00e3o Tom\u00e9 & Pr\u00edncipe\",\"code\":\"ST\",\"phoneCode\":\"+239\"},{\"name\":\"Saudi Arabia\",\"code\":\"SA\",\"phoneCode\":\"+966\"},{\"name\":\"Senegal\",\"code\":\"SN\",\"phoneCode\":\"+221\"},{\"name\":\"Serbia\",\"code\":\"RS\",\"phoneCode\":\"+381\"},{\"name\":\"Seychelles\",\"code\":\"SC\",\"phoneCode\":\"+248\"},{\"name\":\"Sierra Leone\",\"code\":\"SL\",\"phoneCode\":\"+232\"},{\"name\":\"Singapore\",\"code\":\"SG\",\"phoneCode\":\"+65\"},{\"name\":\"Sint Maarten\",\"code\":\"SX\",\"phoneCode\":\"+1\"},{\"name\":\"Slovakia\",\"code\":\"SK\",\"phoneCode\":\"+421\"},{\"name\":\"Slovenia\",\"code\":\"SI\",\"phoneCode\":\"+386\"},{\"name\":\"Solomon Islands\",\"code\":\"SB\",\"phoneCode\":\"+677\"},{\"name\":\"Somalia\",\"code\":\"SO\",\"phoneCode\":\"+252\"},{\"name\":\"South Africa\",\"code\":\"ZA\",\"phoneCode\":\"+27\"},{\"name\":\"South Korea\",\"code\":\"KR\",\"phoneCode\":\"+82\"},{\"name\":\"South Sudan\",\"code\":\"SS\",\"phoneCode\":\"+211\"},{\"name\":\"Spain\",\"code\":\"ES\",\"phoneCode\":\"+34\"},{\"name\":\"Sri Lanka\",\"code\":\"LK\",\"phoneCode\":\"+94\"},{\"name\":\"St. Barth\u00e9lemy\",\"code\":\"BL\",\"phoneCode\":\"+590\"},{\"name\":\"St. Helena\",\"code\":\"SH\",\"phoneCode\":\"+290\"},{\"name\":\"St. Kitts & Nevis\",\"code\":\"KN\",\"phoneCode\":\"+1\"},{\"name\":\"St. Lucia\",\"code\":\"LC\",\"phoneCode\":\"+1\"},{\"name\":\"St. Martin\",\"code\":\"MF\",\"phoneCode\":\"+590\"},{\"name\":\"St. Pierre & Miquelon\",\"code\":\"PM\",\"phoneCode\":\"+508\"},{\"name\":\"St. Vincent & Grenadines\",\"code\":\"VC\",\"phoneCode\":\"+1\"},{\"name\":\"Sudan\",\"code\":\"SD\",\"phoneCode\":\"+249\"},{\"name\":\"Suriname\",\"code\":\"SR\",\"phoneCode\":\"+597\"},{\"name\":\"Svalbard & Jan Mayen\",\"code\":\"SJ\",\"phoneCode\":\"+47\"},{\"name\":\"Sweden\",\"code\":\"SE\",\"phoneCode\":\"+46\"},{\"name\":\"Switzerland\",\"code\":\"CH\",\"phoneCode\":\"+41\"},{\"name\":\"Syria\",\"code\":\"SY\",\"phoneCode\":\"+963\"},{\"name\":\"Taiwan\",\"code\":\"TW\",\"phoneCode\":\"+886\"},{\"name\":\"Tajikistan\",\"code\":\"TJ\",\"phoneCode\":\"+992\"},{\"name\":\"Tanzania\",\"code\":\"TZ\",\"phoneCode\":\"+255\"},{\"name\":\"Thailand\",\"code\":\"TH\",\"phoneCode\":\"+66\"},{\"name\":\"Timor-Leste\",\"code\":\"TL\",\"phoneCode\":\"+670\"},{\"name\":\"Togo\",\"code\":\"TG\",\"phoneCode\":\"+228\"},{\"name\":\"Tokelau\",\"code\":\"TK\",\"phoneCode\":\"+690\"},{\"name\":\"Tonga\",\"code\":\"TO\",\"phoneCode\":\"+676\"},{\"name\":\"Trinidad & Tobago\",\"code\":\"TT\",\"phoneCode\":\"+1\"},{\"name\":\"Tristan da Cunha\",\"code\":\"TA\",\"phoneCode\":\"+290\"},{\"name\":\"Tunisia\",\"code\":\"TN\",\"phoneCode\":\"+216\"},{\"name\":\"Turkey\",\"code\":\"TR\",\"phoneCode\":\"+90\"},{\"name\":\"Turkmenistan\",\"code\":\"TM\",\"phoneCode\":\"+993\"},{\"name\":\"Turks & Caicos Islands\",\"code\":\"TC\",\"phoneCode\":\"+1\"},{\"name\":\"Tuvalu\",\"code\":\"TV\",\"phoneCode\":\"+688\"},{\"name\":\"U.S. Virgin Islands\",\"code\":\"VI\",\"phoneCode\":\"+1\"},{\"name\":\"Uganda\",\"code\":\"UG\",\"phoneCode\":\"+256\"},{\"name\":\"Ukraine\",\"code\":\"UA\",\"phoneCode\":\"+380\"},{\"name\":\"United Arab Emirates\",\"code\":\"AE\",\"phoneCode\":\"+971\"},{\"name\":\"United Kingdom\",\"code\":\"GB\",\"phoneCode\":\"+44\"},{\"name\":\"United States\",\"code\":\"US\",\"phoneCode\":\"+1\"},{\"name\":\"Uruguay\",\"code\":\"UY\",\"phoneCode\":\"+598\"},{\"name\":\"Uzbekistan\",\"code\":\"UZ\",\"phoneCode\":\"+998\"},{\"name\":\"Vanuatu\",\"code\":\"VU\",\"phoneCode\":\"+678\"},{\"name\":\"Vatican City\",\"code\":\"VA\",\"phoneCode\":\"+39\"},{\"name\":\"Venezuela\",\"code\":\"VE\",\"phoneCode\":\"+58\"},{\"name\":\"Vietnam\",\"code\":\"VN\",\"phoneCode\":\"+84\"},{\"name\":\"Wallis & Futuna\",\"code\":\"WF\",\"phoneCode\":\"+681\"},{\"name\":\"Western Sahara\",\"code\":\"EH\",\"phoneCode\":\"+212\"},{\"name\":\"Yemen\",\"code\":\"YE\",\"phoneCode\":\"+967\"},{\"name\":\"Zambia\",\"code\":\"ZM\",\"phoneCode\":\"+260\"},{\"name\":\"Zimbabwe\",\"code\":\"ZW\",\"phoneCode\":\"+263\"}],\"initialPhoneFormat\":{\"id\":0,\"type\":\"PHONE_NUMBER\",\"country\":\"NZ\",\"labelLocale\":\"en-US\",\"fields\":[{\"type\":\"FIELD\",\"label\":\"1\",\"identifier\":\"1\",\"length\":2,\"required\":false,\"metadata\":{}},{\"type\":\"SEPARATOR\",\"label\":\" \",\"identifier\":\"Space\",\"length\":0,\"required\":false,\"metadata\":{}},{\"type\":\"FIELD\",\"label\":\"2\",\"identifier\":\"2\",\"length\":3,\"required\":false,\"metadata\":{}},{\"type\":\"SEPARATOR\",\"label\":\" \",\"identifier\":\"Space\",\"length\":0,\"required\":false,\"metadata\":{}},{\"type\":\"FIELD\",\"label\":\"3\",\"identifier\":\"3\",\"length\":15,\"required\":false,\"metadata\":{}}]},\"initialAddressFormat\":{\"id\":172,\"type\":\"ADDRESS\",\"country\":\"NZ\",\"labelLocale\":\"en\",\"fields\":[{\"type\":\"FIELD\",\"label\":\"Address Line 1\",\"identifier\":\"Line1\",\"length\":0,\"required\":true,\"metadata\":{\"autocomplete\":\"address-line1\"}},{\"type\":\"SEPARATOR\",\"label\":\"\\n\",\"identifier\":\"Newline\",\"length\":0,\"required\":false,\"metadata\":{}},{\"type\":\"FIELD\",\"label\":\"Address Line 2\",\"identifier\":\"Line2\",\"length\":0,\"required\":false,\"metadata\":{\"autocomplete\":\"address-line2\"}},{\"type\":\"SEPARATOR\",\"label\":\"\\n\",\"identifier\":\"Newline\",\"length\":0,\"required\":false,\"metadata\":{}},{\"type\":\"SEPARATOR\",\"label\":\"\\n\",\"identifier\":\"Newline\",\"length\":0,\"required\":false,\"metadata\":{}},{\"type\":\"FIELD\",\"label\":\"City\",\"identifier\":\"City\",\"length\":0,\"required\":true,\"metadata\":{\"autocomplete\":\"address-level1\"}},{\"type\":\"SEPARATOR\",\"label\":\" \",\"identifier\":\"Space\",\"length\":0,\"required\":false,\"metadata\":{}},{\"type\":\"FIELD\",\"label\":\"Postcode\",\"identifier\":\"Zip\",\"length\":0,\"required\":true,\"metadata\":{\"autocomplete\":\"postal-code\"}}]}},\"showTitle\":false,\"captchaEnabled\":false,\"formName\":\"New Form\",\"objectName\":\"page-section-611767819115304676b7a7c5\",\"formFields\":[{\"type\":\"name\",\"id\":\"name-yui_3_17_2_1_1553888888520_3744\",\"locked\":false,\"title\":\"Name\",\"description\":\"\",\"required\":true,\"name\":true},{\"type\":\"email\",\"id\":\"email-yui_3_17_2_1_1553888888520_3745\",\"locked\":false,\"title\":\"Email\",\"description\":\"\",\"placeholder\":\"\",\"required\":true,\"email\":true},{\"type\":\"textarea\",\"id\":\"textarea-yui_3_17_2_1_1553888888520_3747\",\"locked\":false,\"title\":\"Message\",\"description\":\"\",\"placeholder\":\"\",\"required\":true,\"textarea\":true}],\"collectionId\":\"611767819115304676b7a7c3\",\"captchaAlignment\":1,\"captchaTheme\":1,\"lightboxHandleText\":\"\",\"localizedStrings\":{\"validation\":{\"noValidSelection\":\"A valid selection must be made.\",\"invalidEmail\":\"Email addresses should follow the format user@domain.com.\",\"invalidUrl\":\"Must be a valid URL.\",\"invalidListLength\":\"Value should be {0} elements long.\",\"allEmpty\":\"Please fill out at least one form field.\",\"stringTooLong\":\"Value should have a length no longer than {0}.\",\"missingRequiredQuestion\":\"Missing a required question.\",\"invalidQuestion\":\"Contained an invalid question.\",\"captchaFailure\":\"Captcha validation failed. Please try again.\",\"containsInvalidKey\":\"{0} contains an invalid key.\",\"stringTooShort\":\"Value should have a length of at least {0}.\",\"invalidTwitterUsername\":\"Must be a valid Twitter username.\",\"valueOutsideRange\":\"Value must be in the range {0} to {1}.\",\"invalid\":\"{0} is not valid.\",\"invalidPassword\":\"Passwords should not contain whitespace.\",\"missingRequiredSubfields\":\"{0} is missing required subfields: {1}\",\"invalidCurrency\":\"Currency value should be formatted like 1234 or 123.99.\",\"invalidMapSize\":\"Value should contain exactly {0} elements.\",\"formErrors\":\"Form Errors\",\"containsInvalidValue\":\"{0} contains an invalid value.\",\"subfieldsRequired\":\"All fields in {0} are required.\",\"formSubmissionFailed\":\"Form submission failed. Review the following information: {0}.\",\"invalidCountryCode\":\"Country code should have an optional plus and up to 4 digits.\",\"invalidUnsignedNumber\":\"Numbers must contain only digits and no other characters.\",\"invalidName\":\"Valid names contain only letters, numbers, spaces, ', or - characters.\",\"invalidDate\":\"This is not a real date.\",\"required\":\"{0} is required.\",\"invalidStringLength\":\"Value should be {0} characters long.\"},\"submit\":\"Submit\",\"status\":{\"title\":\"{@} Block\",\"learnMore\":\"Learn more\"},\"name\":{\"firstName\":\"First Name\",\"lastName\":\"Last Name\"},\"address\":{\"country\":\"Country\",\"zipPostalCode\":\"Zip\/Postal Code\",\"address2\":\"Address 2\",\"address1\":\"Address 1\",\"city\":\"City\",\"stateProvince\":\"State\/Province\"},\"lightbox\":{\"openForm\":\"Open Form\"},\"date\":{\"day\":\"Day\",\"month\":\"Month\",\"yyyy\":\"YYYY\",\"year\":\"Year\",\"dd\":\"DD\",\"mm\":\"MM\"},\"likert\":{\"agree\":\"Agree\",\"disagree\":\"Disagree\",\"stronglyDisagree\":\"Strongly Disagree\",\"stronglyAgree\":\"Strongly Agree\",\"neutral\":\"Neutral\"},\"time\":{\"am\":\"AM\",\"second\":\"Second\",\"amPm\":\"AM\/PM\",\"pm\":\"PM\",\"minute\":\"Minute\",\"hour\":\"Hour\"},\"cannotSubmitDemoForm\":\"This is a demo form and cannot be submitted.\",\"notFound\":\"Form not found.\",\"phone\":{\"country\":\"Country\",\"prefix\":\"Prefix\",\"areaCode\":\"Area Code\",\"line\":\"Line\"},\"submitError\":\"Unable to submit form. Please try again later.\",\"invalidData\":\"Invalid form data.\"}}<\/script><\/p>\n<div id=\"form-submission-html-611767819115304676b7a7c1\" class=\"sqs-form-block-submission-html\" data-submission-html=\"\"><\/div>\n<div class=\"form-wrapper\">\n<div class=\"form-inner-wrapper\" hidden=\"\">\n<form action=\"https:\/\/fish-contrabass-h6xg.squarespace.com\" autocomplete=\"on\" method=\"POST\" novalidate=\"\" data-form-id=\"611767819115304676b7a7c1\" data-success-redirect=\"\" data-dynamic-strings=\"\">\n<div class=\"field-list clear\">\n<fieldset id=\"name-yui_3_17_2_1_1553888888520_3744\" class=\"form-item fields name required\">\n<legend class=\"title\"> Name<\/legend>\n<p><span class=\"required\" aria-hidden=\"true\">*<\/span><\/p>\n<div class=\"field first-name\"><label class=\"caption\"><br \/>\n<input class=\"field-element field-control\" spellcheck=\"false\" maxlength=\"30\" name=\"fname\" type=\"text\" data-title=\"First\" aria-required=\"true\" \/><br \/>\n<span class=\"caption-text\">First Name<\/span><br \/>\n<\/label><\/div>\n<div class=\"field last-name\"><label class=\"caption\"><br \/>\n<input class=\"field-element field-control\" spellcheck=\"false\" maxlength=\"30\" name=\"lname\" type=\"text\" data-title=\"Last\" aria-required=\"true\" \/><br \/>\n<span class=\"caption-text\">Last Name<\/span><br \/>\n<\/label><\/div>\n<\/fieldset>\n<div id=\"email-yui_3_17_2_1_1553888888520_3745\" class=\"form-item field email required\">\n<p><label class=\"title\" for=\"email-yui_3_17_2_1_1553888888520_3745-field\"><br \/>\nEmail<\/label><\/p>\n<p><span class=\"required\" aria-hidden=\"true\">*<\/span><\/p>\n<p><input id=\"email-yui_3_17_2_1_1553888888520_3745-field\" class=\"field-element\" spellcheck=\"false\" autocomplete=\"email\" name=\"email\" type=\"email\" aria-required=\"true\" \/><\/p>\n<\/div>\n<div id=\"textarea-yui_3_17_2_1_1553888888520_3747\" class=\"form-item field textarea required\">\n<p><label class=\"title\" for=\"textarea-yui_3_17_2_1_1553888888520_3747-field\"><br \/>\nMessage<\/label><\/p>\n<p><span class=\"required\" aria-hidden=\"true\">*<\/span><\/p>\n<\/div>\n<\/div>\n<div class=\"\n          form-button-wrapper\n\n            form-button-wrapper--align-right\n\n        \" data-animation-role=\"button\"><br \/>\n<input class=\"button sqs-system-button sqs-editable-button sqs-button-element--primary\" type=\"submit\" value=\"Send\" \/><\/div>\n<div class=\"hidden form-submission-text\">Thank you!<\/div>\n<div class=\"hidden form-submission-html\" data-submission-html=\"\"><\/div>\n<\/form>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"row sqs-row\">\n<div class=\"col sqs-col-12 span-12\">\n<div id=\"block-d82d64edd5d4c101316d\" class=\"sqs-block socialaccountlinks-v2-block sqs-block-socialaccountlinks-v2\" data-block-type=\"54\">\n<div class=\"sqs-block-content\">\n<div class=\"sqs-svg-icon--outer social-icon-alignment-left social-icons-color- social-icons-size-small social-icons-style-regular \">\n<style>\n    #block-d82d64edd5d4c101316d .social-icons-style-border .sqs-svg-icon--wrapper {<\/p>\n<p>        box-shadow: 0 0 0 2px inset;<\/p>\n<p>      border: none;<br \/>\n    }<br \/>\n  <\/style>\n<nav class=\"sqs-svg-icon--list\">\n<div>\n<\/div>\n<div>\n<\/div>\n<div>\n<\/div>\n<div>\n<\/div>\n<\/nav>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<\/article>\n","protected":false},"excerpt":{"rendered":"<p>Please, Contact us! kiaora@kiaoracle.com +6421925225 Auckland New Zealand Name * First Name Last Name Email * Message * Thank you!<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/kiaoracle.com\/index.php\/wp-json\/wp\/v2\/pages\/33"}],"collection":[{"href":"https:\/\/kiaoracle.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kiaoracle.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kiaoracle.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kiaoracle.com\/index.php\/wp-json\/wp\/v2\/comments?post=33"}],"version-history":[{"count":2,"href":"https:\/\/kiaoracle.com\/index.php\/wp-json\/wp\/v2\/pages\/33\/revisions"}],"predecessor-version":[{"id":97,"href":"https:\/\/kiaoracle.com\/index.php\/wp-json\/wp\/v2\/pages\/33\/revisions\/97"}],"wp:attachment":[{"href":"https:\/\/kiaoracle.com\/index.php\/wp-json\/wp\/v2\/media?parent=33"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}