{"id":11352,"date":"2025-08-04T11:03:41","date_gmt":"2025-08-04T11:03:41","guid":{"rendered":"https:\/\/upping.life\/test\/"},"modified":"2025-09-10T11:47:12","modified_gmt":"2025-09-10T17:47:12","slug":"test","status":"publish","type":"page","link":"https:\/\/upping.life\/en\/test\/","title":{"rendered":"test"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"11352\" class=\"elementor elementor-11352\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30cbcc1 e-flex e-con-boxed e-con e-parent\" data-id=\"30cbcc1\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4fd17d2 gt3_theme_textgradient-yes elementor-widget elementor-widget-heading\" data-id=\"4fd17d2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Map of Life<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6088ace elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"6088ace\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- ====== JUEGO: Carrito \u2014 Camino de la Sanidad Financiera (HTML+JS) \u2014 FIX INFO & BOTONES ====== -->\n<div id=\"carretera-app\">\n  <!-- Fuente Poppins -->\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;800&display=swap\" rel=\"stylesheet\">\n\n  <style>\n    :root{\n      --ui-primary: #1f2937;\n      --ui-primary-contrast: #fff;\n      --asphalt-d1: #2d2d2d;\n      --asphalt-d2: #1f1f1f;\n      --lane-yellow: #facc15;\n\n      \/* \u00c1rboles (varios tonos) *\/\n      --tree-1: #2f855a;\n      --tree-2: #3aa76d;\n      --tree-3: #65b98a;\n\n      --bg-grad-top: #f8fafc;\n      --bg-grad-bottom: #f1f5f9;\n\n      \/* \u2b07\ufe0f URLs de casitas (PDF) *\/\n      --houseA-url: 'https:\/\/upping.life\/wp-content\/uploads\/2025\/09\/casa1.png';\n      --houseB-url: 'https:\/\/upping.life\/wp-content\/uploads\/2025\/09\/casa2.png';\n      --houseC-url: 'https:\/\/upping.life\/wp-content\/uploads\/2025\/09\/casa3.png';\n    }\n\n    \/* Base *\/\n    #carretera-app * { box-sizing: border-box; }\n    #carretera-app { font-family: \"Poppins\", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; color:#0f172a; width:100%; }\n    .wrap{ background:linear-gradient(180deg,var(--bg-grad-top),var(--bg-grad-bottom)); border-radius:16px; padding:clamp(16px,2.5vw,28px); }\n\n    \/* Encabezado *\/\n    h1{ margin:0; font-size:24px; font-weight:600; letter-spacing:.2px; }\n    .subheader{ font-size:15px; color:#475569; margin-top:2px; }\n    .muted{ font-size:12px; color:#64748b; }\n\n    \/* Botones (resistentes a estilos del tema) *\/\n    .toolbar{ display:flex; gap:8px; align-items:center; flex-wrap:wrap; margin-top:10px; }\n    .btn{\n      appearance:none; -webkit-appearance:none;\n      display:inline-flex; align-items:center; justify-content:center; gap:8px;\n      padding:10px 14px; border-radius:12px; border:1px solid #e2e8f0;\n      background:#fff; color:#0f172a; font-size:14px; line-height:1; cursor:pointer; text-decoration:none;\n      transition:transform .06s ease, box-shadow .2s ease, background .2s ease;\n    }\n    .btn:hover{ box-shadow:0 2px 8px rgba(0,0,0,.06); }\n    .btn:active{ transform:translateY(1px); }\n    .btn.primary{ background:var(--ui-primary); color:var(--ui-primary-contrast); border-color:var(--ui-primary); }\n    .btn:disabled{ opacity:.6; cursor:not-allowed; }\n\n    \/* Tarjetas info *\/\n    .panel{ background:#fff; border:1px solid #e2e8f0; border-radius:16px; box-shadow:0 1px 0 rgba(0,0,0,.03); padding:16px; }\n    .grid{ display:grid; grid-template-columns:1fr; gap:16px; margin-top:12px; }\n    @media (min-width: 900px){ .grid{ grid-template-columns:1fr 1fr; } }\n    .title{ font-size:18px; font-weight:800; letter-spacing:.2px; }\n    .subtitle{ color:#64748b; font-weight:600; margin-top:2px; }\n    ul{ margin:10px 0 0; padding-left:18px; }\n    li{ margin:6px 0; font-size:14px; }\n\n    \/* Progreso *\/\n    .progress{ display:flex; align-items:center; gap:10px; margin-top:14px; }\n    .bar{ height:8px; background:#e2e8f0; border-radius:999px; overflow:hidden; flex:1; }\n    .bar > div{ height:100%; background:#0ea5e9; width:0%; transition:width .35s ease; }\n    .counter{ color:#475569; font-size:13px; min-width:64px; text-align:right; }\n\n    \/* SVG *\/\n    .svg-wrap{ width:100%; margin-top:10px; }\n    .svg-wrap svg{ width:100%; height:clamp(240px,44vw,400px); display:block; }\n\n    .road-base{ stroke:url(#asphaltGrad); stroke-width:36; fill:none; filter:url(#roadShadow); }\n    .center-line{ stroke:var(--lane-yellow); stroke-width:4; stroke-dasharray:18 12; fill:none; }\n\n    .stop-dot{ fill:#cbd5e1; transition:fill .3s ease; }\n    .stop-dot.active{ fill:#0ea5e9; }\n\n    .car-body{ fill:#FF7400; } .car-top{ fill:#60a5fa; } .car-wheel{ fill:#111827; }\n\n    .tree .trunk{ fill:#7c4a21; }\n    .tree.v1 .leaf{ fill:var(--tree-1); }\n    .tree.v2 .leaf{ fill:var(--tree-2); }\n    .tree.v3 .leaf{ fill:var(--tree-3); }\n\n    \/* Modal *\/\n    .modal-backdrop{ position:fixed; inset:0; background:rgba(0,0,0,.5); display:none; align-items:center; justify-content:center; z-index:9999; padding:16px; }\n    .modal{ width:min(560px, 100%); background:#fff; border-radius:20px; border:1px solid #e2e8f0; box-shadow:0 10px 30px rgba(0,0,0,.18); padding:clamp(18px,2vw,28px); text-align:center; }\n    .modal h2{ margin:0 0 8px; font-size:clamp(18px,3vw,26px); font-weight:900; color:#0ea5e9; }\n    .modal p{ margin:0 0 14px; color:#334155; }\n    .modal .ok{ display:inline-block; padding:10px 16px; border-radius:12px; border:none; background:#0ea5e9; color:#fff; font-weight:700; cursor:pointer; }\n    .modal-backdrop.show{ display:flex; }\n  <\/style>\n\n  <div class=\"wrap\">\n    <div class=\"header\">\n      \n      <div class=\"subheader\">Inspiration from the Financial Culture life map<\/div>\n      <div class=\"muted\">Press <b>Start<\/b> and the cart will move along the road, displaying information for each destination.<\/div>\n    <\/div>\n\n    <div class=\"toolbar\">\n      <button class=\"btn primary\" id=\"btnStart\">\u25b6 Start<\/button>\n      <button class=\"btn\" id=\"btnPause\">\u23f8 Pause<\/button>\n      <button class=\"btn\" id=\"btnNext\">\u23ed Next<\/button>\n      <button class=\"btn\" id=\"btnReset\">\u21ba Restart<\/button>\n    <\/div>\n\n    <div class=\"svg-wrap\">\n      <svg viewbox=\"0 0 1000 420\" preserveaspectratio=\"xMidYMid meet\">\n        <defs>\n          <lineargradient id=\"asphaltGrad\" x1=\"0\" y1=\"0\" x2=\"0\" y2=\"1\">\n            <stop offset=\"0%\" stop-color=\"var(--asphalt-d1)\"\/>\n            <stop offset=\"100%\" stop-color=\"var(--asphalt-d2)\"\/>\n          <\/lineargradient>\n          <filter id=\"roadShadow\"><fedropshadow dx=\"0\" dy=\"4\" stddeviation=\"4\" flood-color=\"#000\" flood-opacity=\".25\"\/><\/filter>\n\n          <!-- \u00c1rbol base -->\n          <g id=\"tree\">\n            <rect class=\"trunk\" x=\"-3\" y=\"10\" width=\"6\" height=\"16\"\/>\n            <circle class=\"leaf\" cx=\"0\" cy=\"6\" r=\"9\"\/>\n            <circle class=\"leaf\" cx=\"-6\" cy=\"9\" r=\"6\"\/>\n            <circle class=\"leaf\" cx=\"7\" cy=\"8\" r=\"6\"\/>\n          <\/g>\n\n          <!-- Casitas (3 patrones) -->\n          <pattern id=\"houseA\" width=\"1\" height=\"1\"><image id=\"imgHouseA\" href=\"\" width=\"100\" height=\"70\"\/><\/pattern>\n          <pattern id=\"houseB\" width=\"1\" height=\"1\"><image id=\"imgHouseB\" href=\"\" width=\"100\" height=\"70\"\/><\/pattern>\n          <pattern id=\"houseC\" width=\"1\" height=\"1\"><image id=\"imgHouseC\" href=\"\" width=\"100\" height=\"70\"\/><\/pattern>\n        <\/defs>\n\n        <!-- Carretera -->\n        <path class=\"road-base\" d=\"M50,350 C200,200 300,200 430,230 S700,380 950,200\"><\/path>\n        <path class=\"center-line\" id=\"centerPath\" d=\"M50,350 C200,200 300,200 430,230 S700,380 950,200\"><\/path>\n\n        <!-- Casitas -->\n        <g transform=\"translate(160,360) scale(.9)\"><rect x=\"-50\" y=\"-35\" width=\"100\" height=\"70\" fill=\"url(#houseA)\"\/><\/g>\n        <g transform=\"translate(620,345) scale(1.0)\"><rect x=\"-50\" y=\"-35\" width=\"100\" height=\"70\" fill=\"url(#houseB)\"\/><\/g>\n        <g transform=\"translate(820,330) scale(.95)\"><rect x=\"-50\" y=\"-35\" width=\"100\" height=\"70\" fill=\"url(#houseC)\"\/><\/g>\n\n        <!-- \u00c1rboles (pocos, tama\u00f1os\/tonos variados) -->\n        <g transform=\"translate(260,355) scale(1.2)\" class=\"tree v1\"><use href=\"#tree\"\/><\/g>\n        <g transform=\"translate(460,335) scale(0.9)\" class=\"tree v2\"><use href=\"#tree\"\/><\/g>\n        <g transform=\"translate(740,330) scale(1.1)\" class=\"tree v3\"><use href=\"#tree\"\/><\/g>\n        <g transform=\"translate(240,170) scale(.95)\" class=\"tree v2\"><use href=\"#tree\"\/><\/g>\n        <g transform=\"translate(520,170) scale(1.15)\" class=\"tree v1\"><use href=\"#tree\"\/><\/g>\n        <g transform=\"translate(880,165) scale(1.0)\" class=\"tree v3\"><use href=\"#tree\"\/><\/g>\n\n        <!-- Paradas (se dibujan por JS) -->\n        <g id=\"stops\"><\/g>\n\n        <!-- Carrito -->\n        <g id=\"car\" transform=\"translate(62,338)\">\n          <rect class=\"car-body\" width=\"36\" height=\"20\" rx=\"6\"\/>\n          <rect class=\"car-top\" x=\"6\" y=\"-8\" width=\"24\" height=\"10\" rx=\"4\"\/>\n          <circle class=\"car-wheel\" cx=\"8\" cy=\"22\" r=\"6\"\/>\n          <circle class=\"car-wheel\" cx=\"28\" cy=\"22\" r=\"6\"\/>\n        <\/g>\n      <\/svg>\n    <\/div>\n\n    <!-- Tarjetas de informaci\u00f3n -->\n    <div class=\"grid\">\n      <div class=\"panel\" id=\"infoCard\">\n        <div class=\"title\" id=\"infoTitulo\"><\/div>\n        <div class=\"subtitle\" id=\"infoSubtitulo\"><\/div>\n        <ul id=\"infoBullets\"><\/ul>\n      <\/div>\n      <div class=\"panel\">\n        <div class=\"title\" style=\"font-size:16px;\">Tools \/ Resources<\/div>\n        <ul id=\"infoRecursos\" style=\"margin-top:8px;\"><\/ul>\n        <div id=\"notaIND\" class=\"muted\" style=\"margin-top:10px; display:none;\">IND = Net Disposable Income (after taxes and deductions).<\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Progreso -->\n    <div class=\"progress\">\n      <div class=\"bar\"><div id=\"barFill\"><\/div><\/div>\n      <div class=\"counter\" id=\"counter\">1 \/ 7<\/div>\n    <\/div>\n  <\/div>\n\n  <!-- Modal Felicitaciones -->\n  <div class=\"modal-backdrop\" id=\"modalGG\">\n    <div class=\"modal\">\n      <h2>Congratulations, you have discovered your life path!<\/h2>\n      <p>Ready to share it or repeat the tour?<\/p>\n      <button class=\"ok\" id=\"btnGG\">Come on!<\/button>\n    <\/div>\n  <\/div>\n\n  <script>\n    (function(){\n      \/\/ Cargar im\u00e1genes de casitas desde variables CSS\n      const css = getComputedStyle(document.documentElement);\n      const A = css.getPropertyValue('--houseA-url').trim().replace(\/^\\\"|\\\"$\/g,'');\n      const B = css.getPropertyValue('--houseB-url').trim().replace(\/^\\\"|\\\"$\/g,'');\n      const C = css.getPropertyValue('--houseC-url').trim().replace(\/^\\\"|\\\"$\/g,'');\n      if (A) document.getElementById('imgHouseA').setAttribute('href', A);\n      if (B) document.getElementById('imgHouseB').setAttribute('href', B);\n      if (C) document.getElementById('imgHouseC').setAttribute('href', C);\n\n      \/\/ Contenido de los DESTINOS\n      const DESTINOS = [\n        { id:1, titulo:\"DESTINO #1\", subtitulo:\"Comienzos s\u00f3lidos\",\n          bullets:[\n            \"Visita el \u00e1rea de recursos de www.CulturaFinanciera.org\",\n            \"Comprom\u00e9tete con el \u2018ser\u2019 y el \u2018hacer\u2019 del dinero.\",\n            \"Ahorra el 25% de tu IND y abre una cuenta de ahorro.\",\n            \"Establece un Plan de Control de Gastos.\",\n            \"Comienza a dar el 10% de tus entradas.\"\n          ],\n          recursos:[\"Curso \u00bfC\u00f3mo llego a fin de mes?\",\"Curso Tu Dinero Cuenta \u2014 M\u00f3dulo I\"]\n        },\n        { id:2, titulo:\"DESTINO #2\", subtitulo:\"Primeros refuerzos\",\n          bullets:[\n            \"Establece metas y l\u00edmites a tu status social.\",\n            \"Incrementa tu Fondo de Emergencias hasta un mes de IND.\",\n            \"Desarrolla un Plan para Pagar Deudas.\",\n            \"Paga tus deudas peque\u00f1as.\",\n            \"Comienza a ayudar a otros. Cont\u00e1ctanos.\"\n          ],\n          recursos:[\"Libro \u00bfC\u00f3mo salgo de mis deudas?\",\"Curso Tu Dinero Cuenta \u2014 M\u00f3dulo II\",\"Libro \u00bfC\u00f3mo vivir bien cuando las cosas van mal?\"]\n        },\n        { id:3, titulo:\"DESTINO #3\", subtitulo:\"Orden y protecci\u00f3n\",\n          bullets:[\n            \"Desarrolla e implementa un archivo financiero.\",\n            \"Incrementa tu Fondo de Emergencias a tres meses de IND.\",\n            \"Paga todas tus deudas de consumo.\",\n            \"Ten un Seguro de Vida, si es apropiado.\",\n            \"Escribe un Testamento (si es legal en tu pa\u00eds).\"\n          ],\n          recursos:[\"Libro \u00bfC\u00f3mo vivir bien cuando las cosas van mal?\"]\n        },\n        { id:4, titulo:\"DESTINO #4\", subtitulo:\"Ahorros mayores\",\n          bullets:[\n            \"Abre una cuenta de ahorro para compras mayores.\",\n            \"Comienza a ahorrar para compras mayores (casa, auto, educaci\u00f3n, negocio, etc.).\",\n            \"Desarrolla un Plan para tu Jubilaci\u00f3n o Retiro.\",\n            \"Planea el pago de la educaci\u00f3n de tus hijos.\"\n          ],\n          recursos:[\"Libro \u00bfC\u00f3mo compro inteligentemente?\"]\n        },\n        { id:5, titulo:\"DESTINO #5\", subtitulo:\"Construcci\u00f3n de patrimonio\",\n          bullets:[\n            \"Compra una casa.\",\n            \"Haz pagos extras a la hipoteca.\",\n            \"Desarrolla un Plan de Inversi\u00f3n.\",\n            \"Comienza a invertir.\"\n          ],\n          recursos:[\n            \"Descarga Biblioteca Financiera BECA de LOGOS.com\",\n            \"Libro Inversiones Sabias\",\n            \"Libro La Mujer que Prospera\",\n            \"Curso M\u00e1s All\u00e1 de Fin de Mes\"\n          ]\n        },\n        { id:6, titulo:\"DESTINO #6\", subtitulo:\"Libertad y multiplicaci\u00f3n\",\n          bullets:[\n            \"Paga el 100% de la hipoteca.\",\n            \"Paga la educaci\u00f3n de los hijos.\",\n            \"Comienza a ense\u00f1ar a otros.\"\n          ],\n          recursos:[\"Certificaci\u00f3n: Liderando en la Econom\u00eda del Reino\",\"Devocional \u201840 D\u00edas de Generosidad\u2019\"]\n        },\n        { id:7, titulo:\"DESTINO #7\", subtitulo:\"Legado y generosidad\",\n          bullets:[\n            \"Implementa tu Plan de Jubilaci\u00f3n.\",\n            \"Educa a los herederos y transfiere la herencia.\",\n            \"Vive en contentamiento.\",\n            \"Da generosamente.\",\n            \"Deja un legado.\"\n          ],\n          recursos:[\"Libro El Hombre M\u00e1s Rico del Mundo\",\"Estudio Tu Dinero Cuenta \u2014 M\u00f3dulo III\"]\n        },\n      ];\n\n      \/\/ Estado\n      let index = 0, running = false, timer = null;\n\n      \/\/ DOM refs\n      const car = document.getElementById(\"car\");\n      const stopsGroup = document.getElementById(\"stops\");\n      const barFill = document.getElementById(\"barFill\");\n      const counter = document.getElementById(\"counter\");\n      const infoTitulo = document.getElementById(\"infoTitulo\");\n      const infoSubtitulo = document.getElementById(\"infoSubtitulo\");\n      const infoBullets = document.getElementById(\"infoBullets\");\n      const infoRecursos = document.getElementById(\"infoRecursos\");\n      const notaIND = document.getElementById(\"notaIND\");\n\n      const btnStart = document.getElementById(\"btnStart\");\n      const btnPause = document.getElementById(\"btnPause\");\n      const btnNext  = document.getElementById(\"btnNext\");\n      const btnReset = document.getElementById(\"btnReset\");\n\n      const modalGG = document.getElementById(\"modalGG\");\n      const btnGG = document.getElementById(\"btnGG\");\n\n      \/\/ Geometr\u00eda del camino\n      const path = document.getElementById(\"centerPath\");\n      const fractions = [0.06, 0.20, 0.35, 0.50, 0.66, 0.82, 0.96];\n\n      function computePoints(){\n        const L = path.getTotalLength();\n        return fractions.map(f => {\n          const pt = path.getPointAtLength(L * f);\n          return { x: pt.x, y: pt.y };\n        });\n      }\n      let points = computePoints();\n\n      function drawStops(){\n        while (stopsGroup.firstChild) stopsGroup.removeChild(stopsGroup.firstChild);\n        points.forEach((p, i) => {\n          const c = document.createElementNS(\"http:\/\/www.w3.org\/2000\/svg\", \"circle\");\n          c.setAttribute(\"cx\", p.x);\n          c.setAttribute(\"cy\", p.y);\n          c.setAttribute(\"r\", \"10\");\n          c.setAttribute(\"class\", \"stop-dot\");\n          stopsGroup.appendChild(c);\n        });\n      }\n\n      function setActiveDots(i){\n        stopsGroup.querySelectorAll(\".stop-dot\").forEach((el, idx) => {\n          if (idx <= i) el.classList.add(\"active\"); else el.classList.remove(\"active\");\n        });\n      }\n\n      function moveCarTo(i){\n        const { x, y } = points[i];\n        car.setAttribute(\"transform\", `translate(${x - 18}, ${y - 12})`);\n      }\n\n      function renderInfo(i){\n        const d = DESTINOS[i];\n        infoTitulo.textContent = d.titulo;\n        infoSubtitulo.textContent = \"\u2022 \" + d.subtitulo;\n        infoBullets.innerHTML = d.bullets.map(b => `<li>${b}<\/li>`).join(\"\");\n        infoRecursos.innerHTML = d.recursos.map(r => `<li>${r}<\/li>`).join(\"\");\n        notaIND.style.display = (i === 0) ? \"block\" : \"none\";\n      }\n\n      function updateProgress(i){\n        const pct = ((i + 1) \/ DESTINOS.length) * 100;\n        barFill.style.width = pct + \"%\";\n        counter.textContent = (i + 1) + \" \/ \" + DESTINOS.length;\n      }\n\n      function updateUI(){\n        moveCarTo(index);\n        setActiveDots(index);\n        renderInfo(index);\n        updateProgress(index);\n      }\n\n      function nextStep(){\n        if (index < DESTINOS.length - 1) {\n          index++;\n          updateUI();\n        } else {\n          stop();\n          modalGG.classList.add(\"show\");\n        }\n      }\n\n      function start(){\n        if (running) return;\n        running = true;\n        btnStart.disabled = true;\n        timer = setInterval(nextStep, 2500);\n      }\n\n      function stop(){\n        running = false;\n        btnStart.disabled = false;\n        if (timer){ clearInterval(timer); timer = null; }\n      }\n\n      function reset(){\n        stop();\n        index = 0;\n        updateUI();\n      }\n\n      \/\/ Botones\n      btnStart.addEventListener(\"click\", start);\n      btnPause.addEventListener(\"click\", stop);\n      btnNext.addEventListener(\"click\", () => { stop(); nextStep(); });\n      btnReset.addEventListener(\"click\", () => { modalGG.classList.remove(\"show\"); reset(); });\n      btnGG.addEventListener(\"click\", () => { modalGG.classList.remove(\"show\"); });\n\n      \/\/ Recalcular\/Redibujar si cambia tama\u00f1o (seguridad en algunos temas)\n      const ro = new ResizeObserver(() => {\n        points = computePoints();\n        drawStops();\n        updateUI();\n      });\n      ro.observe(document.querySelector('.svg-wrap'));\n\n      \/\/ Init\n      drawStops();\n      updateUI();\n    })();\n  <\/script>\n<\/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<\/div>","protected":false},"excerpt":{"rendered":"<p>El Mapa de la Vida Inspiraci\u00f3n del mapa de la vida de Cultura Financiera Presiona Iniciar y el carrito avanzar\u00e1 por la carretera, mostrando la informaci\u00f3n de cada destino. \u25b6 Iniciar \u23f8 Pausa \u23ed Siguiente \u21ba Reiniciar Herramientas \/ Recursos IND = Ingreso Neto Disponible (despu\u00e9s de impuestos y deducciones). 1 \/ 7 \u00a1Felicidades, lograste [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-11352","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/upping.life\/en\/wp-json\/wp\/v2\/pages\/11352","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/upping.life\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/upping.life\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/upping.life\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/upping.life\/en\/wp-json\/wp\/v2\/comments?post=11352"}],"version-history":[{"count":78,"href":"https:\/\/upping.life\/en\/wp-json\/wp\/v2\/pages\/11352\/revisions"}],"predecessor-version":[{"id":12714,"href":"https:\/\/upping.life\/en\/wp-json\/wp\/v2\/pages\/11352\/revisions\/12714"}],"wp:attachment":[{"href":"https:\/\/upping.life\/en\/wp-json\/wp\/v2\/media?parent=11352"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}