{"id":24508,"date":"2025-11-20T15:05:27","date_gmt":"2025-11-20T14:05:27","guid":{"rendered":"https:\/\/weight-loss-wizard.com\/?page_id=24508"},"modified":"2026-06-12T12:49:50","modified_gmt":"2026-06-12T11:49:50","slug":"application-page","status":"publish","type":"page","link":"https:\/\/weight-loss-wizard.com\/nl\/application-page\/","title":{"rendered":"Application Page"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"24508\" class=\"elementor elementor-24508\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dc3a338 e-flex e-con-boxed e-con e-parent\" data-id=\"dc3a338\" 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-e9456ad elementor-absolute animated-slow elementor-invisible elementor-widget elementor-widget-spacer\" data-id=\"e9456ad\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" 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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-802f947 e-flex e-con-boxed e-con e-parent\" data-id=\"802f947\" 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-f6cb4fa elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"f6cb4fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<h1 class=\"smart-animated-header\"\n    data-gradient-en=\"preparation\"\n    data-nl=\"Metabolic Audit preparation\"\n    data-gradient-nl=\"preparation\">Metabolic Audit preparation<\/h1>\n\n<script>\n(function () {\n  \/\/ =========================================================================\n  \/\/  \ud83c\udf9b\ufe0f CONTROL PANEL\n  \/\/ =========================================================================\n  const TEXT_ALIGNMENT    = 'center'; \/\/ 'left', 'center', 'right'\n  const ENTRANCE_DURATION = 0.65;\n  const STAGGER_INTERVAL  = 0.12;\n  const INITIAL_WAIT      = 0.15;\n  const SLIDE_DISTANCE    = 25;\n  const BASE_WEIGHT       = 400;\n  const HIGHLIGHT_WEIGHT  = 500;\n  \/\/ =========================================================================\n\n  const header = document.currentScript.previousElementSibling;\n  if (!header || header.dataset.animationProcessed) return;\n  header.dataset.animationProcessed = \"true\";\n\n  header.style.setProperty('--hdr-dist', `${SLIDE_DISTANCE}px`);\n  header.style.setProperty('--hdr-duration', `${ENTRANCE_DURATION}s`);\n  header.style.setProperty('--hdr-base-w', BASE_WEIGHT);\n  header.style.setProperty('--hdr-high-w', HIGHLIGHT_WEIGHT);\n\n  const lang = (document.documentElement.lang || 'en').startsWith('nl') ? 'nl' : 'en';\n  const fullText = (lang === 'nl' && header.dataset.nl)\n    ? header.dataset.nl.trim()\n    : header.textContent.trim().replace(\/\\s+\/g, \" \");\n  const gradientKey = `gradient${lang.charAt(0).toUpperCase() + lang.slice(1)}`;\n  const gradientInput = header.dataset[gradientKey] || '';\n\n  const phrases = gradientInput.split(',').map(p => p.trim()).filter(Boolean);\n  phrases.sort((a, b) => b.split(\/\\s+\/).length - a.split(\/\\s+\/).length);\n\n  let workingText = fullText;\n  const tokens = [];\n\n  phrases.forEach((phrase) => {\n    if (!phrase) return;\n    const escaped = phrase.replace(\/[.*+?^${}()|[\\]\\\\]\/g, '\\\\$&');\n    const regex = new RegExp('\\\\b' + escaped + '\\\\b([.,!?]*)', 'gi');\n    workingText = workingText.replace(regex, (match) => {\n      const tokenMarker = `___TOKEN_${tokens.length}___`;\n      tokens.push({ marker: tokenMarker, text: match });\n      return ` ${tokenMarker} `;\n    });\n  });\n\n  const structuralPieces = workingText.split(\/\\s+\/).filter(p => p.trim() !== \"\");\n\n  header.innerHTML = structuralPieces.map((piece, index) => {\n    const token = tokens.find(t => t.marker === piece);\n    const delay = INITIAL_WAIT + (index * STAGGER_INTERVAL);\n    const isGradient = !!token;\n    const className = isGradient ? 'word-span highlight' : 'word-span';\n    const textContent = isGradient ? token.text : piece;\n    return `<span aria-hidden=\"true\" class=\"${className}\" style=\"animation-delay: ${delay}s;\">${textContent}<\/span>`;\n  }).join(' ');\n\n  header.setAttribute('aria-label', fullText);\n\n  \/\/ Set AFTER innerHTML rebuild\n  header.style.setProperty('--hdr-align', TEXT_ALIGNMENT);\n  header.style.setProperty('text-align', TEXT_ALIGNMENT, 'important');\n\n  if (!window._headerObserver) {\n    window._headerObserver = new IntersectionObserver((entries) => {\n      entries.forEach(entry => {\n        if (entry.isIntersecting) {\n          const h = entry.target;\n          h.querySelectorAll('.word-span').forEach(span => {\n            span.style.animation = 'none';\n            span.offsetHeight;\n            span.style.animation = '';\n          });\n          h.classList.add('is-visible');\n          window._headerObserver.unobserve(h);\n        }\n      });\n    }, { threshold: 0.05, rootMargin: \"0px 0px -20px 0px\" });\n  }\n\n  window._headerObserver.observe(header);\n})();\n<\/script>\n\n<style>\n  h1.smart-animated-header {\n    font-family: \"Ubuntu\", sans-serif !important;\n    font-size: clamp(22px, 5vw, 30px) !important;\n    line-height: 1.3 !important;\n    letter-spacing: -0.015em !important;\n    margin-bottom: 12px !important;\n    background: none !important;\n    display: block !important;\n    width: auto !important;\n    max-width: 100% !important;\n    color: transparent !important;\n    -webkit-text-fill-color: transparent !important;\n  }\n\n  h1.smart-animated-header .word-span {\n    display: inline-block !important;\n    opacity: 0;\n    transform: translateY(var(--hdr-dist, 25px));\n    font-weight: var(--hdr-base-w, 400) !important;\n    color: #4E339D !important;\n    -webkit-text-fill-color: #4E339D !important;\n    will-change: transform, opacity;\n  }\n\n  h1.smart-animated-header.is-visible .word-span {\n    animation: floatUp var(--hdr-duration, 0.65s) cubic-bezier(0.16, 1, 0.3, 1) forwards !important;\n  }\n\n  h1.smart-animated-header .word-span.highlight {\n    background: linear-gradient(135deg, #45acff 0%, #a04ab3 100%) !important;\n    -webkit-background-clip: text !important;\n    background-clip: text !important;\n    -webkit-text-fill-color: transparent !important;\n    color: transparent !important;\n  }\n\n  .elementor-editor-active h1.smart-animated-header,\n  .elementor-editor-active h1.smart-animated-header .word-span {\n    color: #4E339D !important;\n    -webkit-text-fill-color: #4E339D !important;\n    opacity: 1 !important;\n    transform: none !important;\n  }\n\n  .elementor-editor-active h1.smart-animated-header .word-span.highlight {\n    background: linear-gradient(135deg, #45acff 0%, #a04ab3 100%) !important;\n    -webkit-background-clip: text !important;\n    background-clip: text !important;\n    -webkit-text-fill-color: transparent !important;\n  }\n\n  @keyframes floatUp {\n    0%   { opacity: 0; transform: translateY(var(--hdr-dist, 25px)); }\n    100% { opacity: 1; transform: translateY(0); }\n  }\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dbf0d54 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"dbf0d54\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>\u2705 Our call is <strong>booked<\/strong>!<\/p><p>\u23ed\ufe0f Now take 60 seconds to answer some key questions. With your answers I will build a customized plan that I will share in full during our call. Don&#8217;t worry if you don&#8217;t have the exact numbers at hand; simply make an estimate. However, do fill it out because without your input I will have to cancel our call.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4b552e1 elementor-button-align-center elementor-widget__width-initial elementor-widget elementor-widget-form\" data-id=\"4b552e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"application_form\" aria-label=\"application_form\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"24508\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"4b552e1\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Application Page | Weight Loss Wizard\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"24508\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_b375507 elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"Contact\" data-previousButton=\"\" data-nextButton=\"\" data-iconUrl=\"\" data-iconLibrary=\"fas fa-star\" data-icon=\"&lt;svg class=&quot;e-font-icon-svg e-fas-star&quot; viewBox=&quot;0 0 576 512&quot; xmlns=&quot;http:\/\/www.w3.org\/2000\/svg&quot;&gt;&lt;path d=&quot;M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-first_name elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-first_name\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tFirst name\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[first_name]\" id=\"form-field-first_name\" class=\"elementor-field elementor-size-xs  elementor-field-textual\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-xs  elementor-field-textual\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-phone elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-phone\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tPhone number (incl country code)\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<input size=\"1\" type=\"tel\" name=\"form_fields[phone]\" id=\"form-field-phone\" class=\"elementor-field elementor-size-xs  elementor-field-textual\" placeholder=\"I&#039;ll send you a message to confirm our meeting\" pattern=\"[0-9()#&amp;+*-=.]+\" title=\"Only numbers and phone characters (#, -, *, etc) are accepted.\">\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_7433c96 elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_7433c96\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tCountry\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_7433c96]\" id=\"form-field-field_7433c96\" class=\"elementor-field elementor-size-xs  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_c30ee16 elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"Traits\" data-previousButton=\"\" data-nextButton=\"\" data-iconUrl=\"\" data-iconLibrary=\"fas fa-star\" data-icon=\"&lt;svg class=&quot;e-font-icon-svg e-fas-star&quot; viewBox=&quot;0 0 576 512&quot; xmlns=&quot;http:\/\/www.w3.org\/2000\/svg&quot;&gt;&lt;path d=&quot;M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-date elementor-field-group elementor-column elementor-field-group-date_of_birth elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-date_of_birth\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tDate of birth\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\n\t\t<input type=\"date\" name=\"form_fields[date_of_birth]\" id=\"form-field-date_of_birth\" class=\"elementor-field elementor-size-xs  elementor-field-textual elementor-date-field\" pattern=\"[0-9]{4}-[0-9]{2}-[0-9]{2}\" min=\"1925-01-01\" max=\"2008-12-31\">\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-gender elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-gender\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tGender\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[gender]\" id=\"form-field-gender\" class=\"elementor-field-textual elementor-size-xs\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"Male\">Male<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Female\">Female<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-number elementor-field-group elementor-column elementor-field-group-height elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-height\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tHeight\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t<input type=\"number\" name=\"form_fields[height]\" id=\"form-field-height\" class=\"elementor-field elementor-size-xs  elementor-field-textual\" placeholder=\"Estimate if unknown\" required=\"required\" min=\"0\" max=\"220\" >\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-height_unit elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-height_unit\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tUnit\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[height_unit]\" id=\"form-field-height_unit\" class=\"elementor-field-textual elementor-size-xs\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"centimeter\">centimeter<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"inches\">inches<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-number elementor-field-group elementor-column elementor-field-group-weight elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-weight\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tWeight\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t<input type=\"number\" name=\"form_fields[weight]\" id=\"form-field-weight\" class=\"elementor-field elementor-size-xs  elementor-field-textual\" placeholder=\"Estimate if unknown\" required=\"required\" min=\"0\" max=\"400\" >\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-weight_unit elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-weight_unit\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tUnit\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[weight_unit]\" id=\"form-field-weight_unit\" class=\"elementor-field-textual elementor-size-xs\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"kg\">kg<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"lbs\">lbs<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-number elementor-field-group elementor-column elementor-field-group-body_fat elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-body_fat\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tBody fat\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t<input type=\"number\" name=\"form_fields[body_fat]\" id=\"form-field-body_fat\" class=\"elementor-field elementor-size-xs  elementor-field-textual\" placeholder=\"Estimate if unknown\" required=\"required\" min=\"0\" max=\"50\" >\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-body_fat_unit elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-body_fat_unit\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tUnit\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[body_fat_unit]\" id=\"form-field-body_fat_unit\" class=\"elementor-field-textual elementor-size-xs\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"%\">%<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_a113004 elementor-col-100\">\n\t\t\t\t\t<div style=\"text-align: center; margin: 10px 0;\">\n  <img decoding=\"async\" \n    src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/03\/body-fat-percentage-update-3.jpg\" \n    alt=\"Choose which body fat percentage fits you best\" \n    style=\"max-width: 70%; height: auto; border-radius: 15px; box-shadow: 0 4px 20px rgba(0,0,0,0.15);\" \n  \/>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_0297267 elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"Goals\" data-previousButton=\"\" data-nextButton=\"\" data-iconUrl=\"\" data-iconLibrary=\"fas fa-star\" data-icon=\"&lt;svg class=&quot;e-font-icon-svg e-fas-star&quot; viewBox=&quot;0 0 576 512&quot; xmlns=&quot;http:\/\/www.w3.org\/2000\/svg&quot;&gt;&lt;path d=&quot;M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-goals_why elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-goals_why\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tWhy do you want to lose weight?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-xs\" name=\"form_fields[goals_why]\" id=\"form-field-goals_why\" rows=\"4\" placeholder=\"Besides looking better\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-goals_numbers elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-goals_numbers\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tWhat is your weight loss goal (in numbers)\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-xs\" name=\"form_fields[goals_numbers]\" id=\"form-field-goals_numbers\" rows=\"4\" placeholder=\"i.e. lose _ kg, reduce my body fat to _%\" required=\"required\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-goal_timeline elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-goal_timeline\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tWhat is your rough idea of a timeline\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-xs\" name=\"form_fields[goal_timeline]\" id=\"form-field-goal_timeline\" rows=\"4\" placeholder=\"i.e. before my wedding\/vacation in about _ months, etc.\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-step elementor-field-group elementor-column elementor-field-group-field_65029ea elementor-col-100\">\n\t\t\t\t\t\t\t<div class=\"e-field-step elementor-hidden\" data-label=\"Situation\" data-previousButton=\"\" data-nextButton=\"\" data-iconUrl=\"\" data-iconLibrary=\"fas fa-star\" data-icon=\"&lt;svg class=&quot;e-font-icon-svg e-fas-star&quot; viewBox=&quot;0 0 576 512&quot; xmlns=&quot;http:\/\/www.w3.org\/2000\/svg&quot;&gt;&lt;path d=&quot;M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;\" ><\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-situation_focus elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-situation_focus\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tWhich one is really you right now?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[situation_focus]\" id=\"form-field-situation_focus\" class=\"elementor-field-textual elementor-size-xs\">\n\t\t\t\t\t\t\t\t\t<option value=\"I&#039;m done with crash diets and ready to invest (build a sustainable solution)\">I&#039;m done with crash diets and ready to invest (build a sustainable solution)<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"I want the cheapest option available (even if I&#039;ve failed with that before)\">I want the cheapest option available (even if I&#039;ve failed with that before)<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"I&#039;m not sure yet what I want (but I&#039;m open-minded to discuss my options)\">I&#039;m not sure yet what I want (but I&#039;m open-minded to discuss my options)<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_94945f6 elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_94945f6\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tWhat are topics you'd like clarity on during our talk?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_94945f6]\" id=\"form-field-field_94945f6\" class=\"elementor-field elementor-size-xs  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-job elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-job\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tWhat do you do for work?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[job]\" id=\"form-field-job\" class=\"elementor-field elementor-size-xs  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-investment_type elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-investment_type\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tWhat type of investment will this be?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[investment_type]\" id=\"form-field-investment_type\" class=\"elementor-field-textual elementor-size-xs\">\n\t\t\t\t\t\t\t\t\t<option value=\"Personal\">Personal<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Corporate (often tax deductible)\">Corporate (often tax deductible)<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Not sure yet\">Not sure yet<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_52e8b35 elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_52e8b35\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tHow did you hear about me?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_52e8b35]\" id=\"form-field-field_52e8b35\" class=\"elementor-field elementor-size-xs  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_21fb064 elementor-col-100 recaptcha_v3-bottomright\">\n\t\t\t\t\t<div class=\"elementor-field\" id=\"form-field-field_21fb064\"><div class=\"elementor-g-recaptcha\" data-sitekey=\"6Ldk1ecrAAAAALVYeCf4vAi2mpL8r1SyUFvzl_Ru\" data-type=\"v3\" data-action=\"Form\" data-badge=\"bottomright\" data-size=\"invisible\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-xs\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chevron-right\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z\"><\/path><\/svg>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Send your input<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Metabolic Audit preparation \u2705 Our call is booked! \u23ed\ufe0f Now take 60 seconds to answer some key questions. With your answers I will build a customized plan that I will share in full during our call. Don&#8217;t worry if you don&#8217;t have the exact numbers at hand; simply make an estimate. However, do fill it [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-24508","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Application Page | Weight Loss Wizard<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/weight-loss-wizard.com\/nl\/application-page\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Application Page | Weight Loss Wizard\" \/>\n<meta property=\"og:description\" content=\"Metabolic Audit preparation \u2705 Our call is booked! \u23ed\ufe0f Now take 60 seconds to answer some key questions. With your answers I will build a customized plan that I will share in full during our call. Don&#8217;t worry if you don&#8217;t have the exact numbers at hand; simply make an estimate. However, do fill it [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/weight-loss-wizard.com\/nl\/application-page\/\" \/>\n<meta property=\"og:site_name\" content=\"Weight Loss Wizard\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-12T11:49:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/Profile-Picture-COMPANY-no-bg.png\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"800\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/application-page\\\/\",\"url\":\"https:\\\/\\\/weight-loss-wizard.com\\\/application-page\\\/\",\"name\":\"Application Page | Weight Loss Wizard\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/#website\"},\"datePublished\":\"2025-11-20T14:05:27+00:00\",\"dateModified\":\"2026-06-12T11:49:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/application-page\\\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/weight-loss-wizard.com\\\/application-page\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/application-page\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/weight-loss-wizard.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Application Page\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/#website\",\"url\":\"https:\\\/\\\/weight-loss-wizard.com\\\/\",\"name\":\"Weight Loss Wizard\",\"description\":\"Reverse Engineer Your Ancient Biology\",\"publisher\":{\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/#organization\"},\"alternateName\":\"WLW\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/weight-loss-wizard.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/#organization\",\"name\":\"Weight Loss Wizard\",\"alternateName\":\"HPC\",\"url\":\"https:\\\/\\\/weight-loss-wizard.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/weight-loss-wizard.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/Profile-Picture-COMPANY-no-bg.png\",\"contentUrl\":\"https:\\\/\\\/weight-loss-wizard.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/Profile-Picture-COMPANY-no-bg.png\",\"width\":800,\"height\":800,\"caption\":\"Weight Loss Wizard\"},\"image\":{\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/rfgdeleeuw\\\/\",\"https:\\\/\\\/www.instagram.com\\\/the.weight.loss.wizard\",\"https:\\\/\\\/www.youtube.com\\\/@weightlosswizard\",\"https:\\\/\\\/x.com\\\/WeightLossWZRD\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Application Page | Weight Loss Wizard","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/weight-loss-wizard.com\/nl\/application-page\/","og_locale":"nl_NL","og_type":"article","og_title":"Application Page | Weight Loss Wizard","og_description":"Metabolic Audit preparation \u2705 Our call is booked! \u23ed\ufe0f Now take 60 seconds to answer some key questions. With your answers I will build a customized plan that I will share in full during our call. Don&#8217;t worry if you don&#8217;t have the exact numbers at hand; simply make an estimate. However, do fill it [&hellip;]","og_url":"https:\/\/weight-loss-wizard.com\/nl\/application-page\/","og_site_name":"Weight Loss Wizard","article_modified_time":"2026-06-12T11:49:50+00:00","og_image":[{"width":800,"height":800,"url":"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/Profile-Picture-COMPANY-no-bg.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Geschatte leestijd":"3 minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/weight-loss-wizard.com\/application-page\/","url":"https:\/\/weight-loss-wizard.com\/application-page\/","name":"Application Page | Weight Loss Wizard","isPartOf":{"@id":"https:\/\/weight-loss-wizard.com\/#website"},"datePublished":"2025-11-20T14:05:27+00:00","dateModified":"2026-06-12T11:49:50+00:00","breadcrumb":{"@id":"https:\/\/weight-loss-wizard.com\/application-page\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/weight-loss-wizard.com\/application-page\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/weight-loss-wizard.com\/application-page\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/weight-loss-wizard.com\/"},{"@type":"ListItem","position":2,"name":"Application Page"}]},{"@type":"WebSite","@id":"https:\/\/weight-loss-wizard.com\/#website","url":"https:\/\/weight-loss-wizard.com\/","name":"Weight Loss Wizard","description":"Reverse Engineer Your Ancient Biology","publisher":{"@id":"https:\/\/weight-loss-wizard.com\/#organization"},"alternateName":"WLW","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/weight-loss-wizard.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/weight-loss-wizard.com\/#organization","name":"Weight Loss Wizard","alternateName":"HPC","url":"https:\/\/weight-loss-wizard.com\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/weight-loss-wizard.com\/#\/schema\/logo\/image\/","url":"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/Profile-Picture-COMPANY-no-bg.png","contentUrl":"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/Profile-Picture-COMPANY-no-bg.png","width":800,"height":800,"caption":"Weight Loss Wizard"},"image":{"@id":"https:\/\/weight-loss-wizard.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/in\/rfgdeleeuw\/","https:\/\/www.instagram.com\/the.weight.loss.wizard","https:\/\/www.youtube.com\/@weightlosswizard","https:\/\/x.com\/WeightLossWZRD"]}]}},"_links":{"self":[{"href":"https:\/\/weight-loss-wizard.com\/nl\/wp-json\/wp\/v2\/pages\/24508","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/weight-loss-wizard.com\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/weight-loss-wizard.com\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/weight-loss-wizard.com\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/weight-loss-wizard.com\/nl\/wp-json\/wp\/v2\/comments?post=24508"}],"version-history":[{"count":0,"href":"https:\/\/weight-loss-wizard.com\/nl\/wp-json\/wp\/v2\/pages\/24508\/revisions"}],"wp:attachment":[{"href":"https:\/\/weight-loss-wizard.com\/nl\/wp-json\/wp\/v2\/media?parent=24508"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}