{"id":13908,"date":"2025-06-26T10:08:53","date_gmt":"2025-06-26T17:08:53","guid":{"rendered":"https:\/\/empirevein.com\/?page_id=13908"},"modified":"2026-07-18T04:38:03","modified_gmt":"2026-07-18T11:38:03","slug":"cuestionario-de-gae","status":"publish","type":"page","link":"https:\/\/empirevein.com\/es\/cuestionario-de-gae\/","title":{"rendered":"Cuestionario GAE"},"content":{"rendered":"\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-853a32e\" id=\"gspb_row-id-gsbp-853a32e\"><div class=\"gspb_row__content\"> \n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-19dbe48\" id=\"gspb_col-id-gsbp-19dbe48\">\n\n\n<style>\n\/* ============================================================\n   All styles are scoped under #gae-quiz so they never collide\n   with your WordPress theme (and the theme never leaks in).\n   ============================================================ *\/\n#gae-quiz{\n  \/* Palette \u2014 royal purple + soft lavender + a single warm honey accent *\/\n  --bg:        #F0ECF6;\n  --bg-2:      #F7F4FB;\n  --surface:   #FFFFFF;\n  --surface-2: #F4F1F9;\n  --ink:       #1E1830;\n  --muted:     #655C74;\n  --line:      #E4DDEE;\n  --primary:   #4b1891;\n  --primary-600:#3a1170;\n  --primary-300:#7d4fd0;\n  --accent:    #E4A241;   \/* warm honey \u2014 used sparingly on the positive result *\/\n  --danger:    #B4442F;\n\n  --radius:    18px;\n  --radius-sm: 12px;\n  --shadow:    0 1px 2px rgba(30,24,48,.04), 0 18px 44px -22px rgba(30,24,48,.30);\n  --shadow-sm: 0 1px 2px rgba(30,24,48,.05), 0 8px 20px -14px rgba(30,24,48,.28);\n\n  color: var(--ink);\n  line-height: 1.5;\n  -webkit-font-smoothing: antialiased;\n  text-rendering: optimizeLegibility;\n}\n#gae-quiz *, #gae-quiz *::before, #gae-quiz *::after{ box-sizing: border-box; }\n#gae-quiz h1, #gae-quiz h2, #gae-quiz h3, #gae-quiz p{ margin: 0; }\n#gae-quiz button{ font: inherit; color: inherit; cursor: pointer; }\n#gae-quiz img{ display:block; max-width:100%; }\n#gae-quiz a{ color: var(--primary); text-underline-offset: 2px; }\n\n\/* ---- Shell (no card \/ no background \u2014 inherits the container it's dropped into) ---- *\/\n#gae-quiz .card{ width: 100%; border:0px; }\n#gae-quiz .card__inner{ padding: clamp(16px, 4vw, 28px); }\n\n\/* ---- Progress ---- *\/\n#gae-quiz .progress{ margin-bottom: 26px; }\n#gae-quiz .progress__meta{\n  display:flex; justify-content:space-between; align-items:baseline;\n  font-size:12.5px; color: var(--muted); margin-bottom:9px;\n  font-weight:500; letter-spacing:.01em;\n}\n#gae-quiz .progress__count{ color: var(--primary); font-weight:600; }\n#gae-quiz .progress__track{\n  height:6px; border-radius:999px; background: var(--surface-2);\n  border:1px solid var(--line); overflow:hidden;\n}\n#gae-quiz .progress__bar{\n  height:100%; width:0%;\n  background: linear-gradient(90deg, var(--primary), var(--primary-300));\n  border-radius:999px;\n  transition: width .5s cubic-bezier(.4,0,.1,1);\n}\n\n\/* ---- Question head ---- *\/\n#gae-quiz .q-title{\n  font-weight:600; font-size: clamp(22px, 4.4vw, 30px);\n  line-height:1.15; letter-spacing:-0.02em; text-align:center;\n}\n#gae-quiz .q-sub{ margin-top:8px; color: var(--muted); font-size:14.5px; text-align:center; }\n\n\/* ---- Tiles ---- *\/\n#gae-quiz .tiles{\n  display:grid; gap:14px; margin-top:40px;\n  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n}\n#gae-quiz .tile{\n  position:relative; text-align:left; padding:0;\n  background: var(--surface); border:1.5px solid var(--line);\n  border-radius: var(--radius-sm); overflow:hidden;\n  transition: border-color .18s ease, box-shadow .2s ease, transform .18s ease;\n}\n#gae-quiz .tile:hover{ transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color:#CBBFE0; }\n#gae-quiz .tile:focus-visible{ outline:3px solid var(--primary-300); outline-offset:2px; }\n#gae-quiz .tile__media{\n  position:relative; aspect-ratio: 4 \/ 3; background: var(--surface-2);\n}\n#gae-quiz .tile__media img{ width:100%; height:100%; object-fit:cover; }\n#gae-quiz .tile__check{\n  position:absolute; top:9px; right:9px;\n  width:26px; height:26px; border-radius:999px;\n  background: var(--primary); color:#fff;\n  display:grid; place-items:center;\n  transform: scale(.4); opacity:0;\n  transition: transform .22s cubic-bezier(.34,1.56,.64,1), opacity .18s ease;\n  box-shadow: 0 2px 8px rgba(75,24,145,.4);\n}\n#gae-quiz .tile__check svg{ width:14px; height:14px; }\n\/* multi-select checkbox indicator \u2014 always visible so \"pick several\" is obvious *\/\n#gae-quiz .tile__box{\n  position:absolute; top:9px; right:9px;\n  width:24px; height:24px; border-radius:7px;\n  background: rgba(255,255,255,.92); border:1.5px solid #CBBFE0; color:#fff;\n  display:grid; place-items:center;\n  box-shadow: 0 1px 3px rgba(30,24,48,.18);\n  transition: background .16s ease, border-color .16s ease;\n}\n#gae-quiz .tile__box svg{ width:14px; height:14px; opacity:0; transform: scale(.5); transition: opacity .16s ease, transform .2s cubic-bezier(.34,1.56,.64,1); }\n#gae-quiz .tile.is-selected .tile__box{ background: var(--primary); border-color: var(--primary); }\n#gae-quiz .tile.is-selected .tile__box svg{ opacity:1; transform: scale(1); }\n#gae-quiz .tile__label{\n  padding:12px 14px; font-weight:600; font-size:15px; letter-spacing:-0.01em;\n  border-top:1px solid var(--line);\n}\n#gae-quiz .tile.is-selected{ border-color: var(--primary); background: var(--primary); box-shadow: 0 0 0 3px rgba(75,24,145,.28), 0 14px 30px -10px rgba(75,24,145,.55); }\n#gae-quiz .tile.is-selected .tile__label{ color:#fff; background:transparent; font-weight:800; }\n#gae-quiz .tile.is-selected .tile__check{ transform: scale(1); opacity:1; background:#fff; color: var(--primary); }\n\n\/* ---- Icon tiles (large line icon + label) ---- *\/\n#gae-quiz .tile--icon{ text-align:center; padding:28px 16px 22px; min-height:158px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:16px; }\n#gae-quiz .tile--icon .tile__icon{ color: var(--primary); line-height:0; }\n#gae-quiz .tile--icon .tile__icon svg{ width:60px; height:60px; }\n#gae-quiz .tile--icon .tile__icon-img{ width:104px; height:104px; object-fit:contain; display:block; }\n#gae-quiz .tile--icon .tile__label{ border-top:none; padding:0; display:block; width:100%; text-align:center; font-size:19px; font-weight:700; }\n#gae-quiz .tile--icon.is-selected .tile__icon{ color:#fff; }\n#gae-quiz .tile--icon.is-selected .tile__icon-img{ filter: brightness(0) invert(1); }\n#gae-quiz .tile--icon.is-selected .tile__box{ background:#fff; border-color:#fff; color: var(--primary); }\n\n\/* ---- Text tiles (big, bold, no image) ---- *\/\n#gae-quiz .tile--text{ display:flex; align-items:center; justify-content:center; min-height:104px; padding:20px 18px; }\n#gae-quiz .tile--text .tile__label{ border-top:none; padding:0; display:block; width:100%; text-align:center; font-weight:700; letter-spacing:-0.01em; font-size:clamp(21px, 4.5vw, 26px); line-height:1.15; }\n\n\/* ---- Nav row ---- *\/\n#gae-quiz .nav{ display:flex; justify-content:space-between; align-items:center; margin-top:28px; gap:12px; }\n#gae-quiz .btn{\n  display:inline-flex; align-items:center; gap:8px; justify-content:center;\n  padding:13px 22px; border-radius:999px; font-weight:600; font-size:15px;\n  border:1.5px solid transparent; transition: background .16s ease, border-color .16s ease, transform .12s ease, opacity .16s ease;\n}\n#gae-quiz .btn:active{ transform: translateY(1px); }\n#gae-quiz .btn--primary{ background: var(--primary); color:#fff; }\n#gae-quiz .btn--primary:hover{ background: var(--primary-600); }\n#gae-quiz .btn--primary:disabled{ opacity:.4; cursor:not-allowed; }\n#gae-quiz .btn--ghost{ background:transparent; color: var(--muted); border-color: transparent; padding-left:8px; padding-right:8px; }\n#gae-quiz .btn--ghost:hover{ color: var(--ink); }\n#gae-quiz .btn--block{ width:100%; }\n#gae-quiz .btn[hidden]{ display:none; }\n\n\/* ---- Intro ---- *\/\n#gae-quiz .intro{ text-align:center; padding: 8px 0 4px; }\n\n#gae-quiz .intro__hero{\n  display:block; width:100%; max-width:440px; height:auto;\n  margin:0 auto 24px; border-radius:16px; box-shadow: var(--shadow-sm);\n}\n#gae-quiz .intro__title{\n  font-weight:700;\n  font-size: clamp(28px, 6vw, 40px); line-height:1.08; letter-spacing:-0.025em;\n  max-width: 15ch; margin: 0 auto;\n}\n#gae-quiz .intro__lead{ margin: 16px auto 0; color: var(--muted); max-width:44ch; font-size:16px; }\n#gae-quiz .intro__meta{ margin:26px 0 30px; display:flex; gap:22px; justify-content:center; flex-wrap:wrap; }\n#gae-quiz .intro__meta span{ display:inline-flex; align-items:center; gap:8px; font-size:13.5px; color: var(--muted); font-weight:500; }\n#gae-quiz .intro__meta svg{ width:17px; height:17px; color: var(--primary-300); }\n#gae-quiz .intro .btn--primary{ padding-left:32px; padding-right:32px; }\n\n\/* ---- Result ---- *\/\n#gae-quiz .result{ display:flex; align-items:center; gap: clamp(16px, 3vw, 26px); }\n#gae-quiz .result__text{ flex:1 1 auto; min-width:0; }\n#gae-quiz .result__hero{\n  flex:0 0 auto; width:auto; height:auto; max-width:130px; max-height:130px;\n  margin:0; border-radius:12px;\n}\n@media (max-width:460px){\n  #gae-quiz .result{ flex-direction:column; align-items:flex-start; gap:14px; }\n}\n#gae-quiz .result__title{\n  font-weight:700;\n  font-size: clamp(24px, 5vw, 34px); line-height:1.12; letter-spacing:-0.02em;\n}\n#gae-quiz .result__body{ margin-top:14px; color: var(--muted); font-size:16px; }\n#gae-quiz .divider{ height:1px; background: var(--line); margin:30px 0; }\n\n\/* ---- Form ---- *\/\n#gae-quiz .form-head{ font-weight:600; font-size:19px; letter-spacing:-0.01em; margin-bottom:4px; }\n#gae-quiz .form-note{ font-size:13.5px; color: var(--muted); margin-bottom:20px; }\n#gae-quiz .grid-2{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }\n#gae-quiz .field{ margin-bottom:16px; }\n#gae-quiz .field > label{ display:block; font-size:13px; font-weight:600; margin-bottom:6px; letter-spacing:.01em; }\n#gae-quiz .req{ color: var(--primary-300); }\n#gae-quiz .input, #gae-quiz textarea{\n  width:100%; padding:12px 14px; font:inherit; color: var(--ink);\n  background: var(--surface); border:1.5px solid var(--line); border-radius: var(--radius-sm);\n  transition: border-color .15s ease, box-shadow .15s ease;\n}\n#gae-quiz textarea{ resize:vertical; min-height:88px; }\n#gae-quiz .input:focus, #gae-quiz textarea:focus{\n  outline:none; border-color: var(--primary-300); box-shadow: 0 0 0 3px rgba(125,79,208,.15);\n}\n#gae-quiz .input.has-error, #gae-quiz textarea.has-error{ border-color: var(--danger); box-shadow:0 0 0 3px rgba(180,68,47,.12); }\n#gae-quiz .err{ display:none; color: var(--danger); font-size:12.5px; margin-top:6px; }\n#gae-quiz .err.show{ display:block; }\n\n\/* segmented Yes \/ No *\/\n#gae-quiz .segment{ display:inline-flex; background: var(--surface-2); border:1.5px solid var(--line); border-radius:999px; padding:4px; gap:4px; }\n#gae-quiz .segment input{ position:absolute; opacity:0; pointer-events:none; }\n#gae-quiz .segment label{\n  padding:8px 22px; border-radius:999px; font-weight:600; font-size:14px; color: var(--muted);\n  transition: background .15s ease, color .15s ease;\n}\n#gae-quiz .segment input:checked + label{ background: var(--primary); color:#fff; }\n#gae-quiz .segment input:focus-visible + label{ outline:3px solid var(--primary-300); outline-offset:2px; }\n\n\/* consent *\/\n#gae-quiz .consent{ display:flex; gap:12px; align-items:flex-start; margin:22px 0 8px; }\n#gae-quiz .consent input{ margin-top:3px; width:18px; height:18px; flex:0 0 auto; accent-color: var(--primary); }\n#gae-quiz .consent label{ font-size:12.5px; color: var(--muted); line-height:1.55; }\n\n\/* success *\/\n#gae-quiz .success{ text-align:center; padding:14px 0; }\n#gae-quiz .success__hero{\n  display:block; width:100%; max-width:300px; height:auto;\n  margin:0 auto 22px; border-radius:16px; box-shadow: var(--shadow-sm);\n}\n#gae-quiz .success__title{ font-weight:700; font-size:28px; letter-spacing:-0.02em; }\n#gae-quiz .success__body{ margin-top:12px; color: var(--muted); max-width:42ch; margin-inline:auto; }\n\n\/* form-level error banner *\/\n#gae-quiz .form-error{\n  display:none; margin-top:14px; padding:12px 14px; border-radius:var(--radius-sm);\n  background: rgba(180,68,47,.08); border:1px solid rgba(180,68,47,.25);\n  color: var(--danger); font-size:13.5px;\n}\n#gae-quiz .form-error.show{ display:block; }\n\n\/* screen fade-in *\/\n#gae-quiz [data-screen]{ animation: gaeIn .38s cubic-bezier(.2,.6,.2,1) both; }\n#gae-quiz [data-screen][hidden]{ display:none; }\n@keyframes gaeIn{ from{ opacity:0; transform: translateY(10px); } to{ opacity:1; transform:none; } }\n\n\/* spinner *\/\n#gae-quiz .spin{ width:16px; height:16px; border-radius:999px; border:2px solid rgba(255,255,255,.4); border-top-color:#fff; animation: gaeSpin .7s linear infinite; }\n@keyframes gaeSpin{ to{ transform: rotate(360deg); } }\n\n@media (max-width: 420px){\n  #gae-quiz .grid-2{ grid-template-columns:1fr; }\n}\n@media (prefers-reduced-motion: reduce){\n  #gae-quiz *{ animation:none !important; transition:none !important; }\n}\n<\/style>\n\n<div id=\"gae-quiz\">\n  <div class=\"card\">\n\n    <div class=\"card__inner\">\n\n      <section data-screen=\"intro\">\n        <div class=\"intro\">\n          <img decoding=\"async\" class=\"intro__hero\" src=\"https:\/\/empirevein.com\/wp-content\/uploads\/quiz_hero2.png\" alt=\"M\u00e9dico hablando con un paciente sobre el dolor de rodilla\" \/>\n          <h1 class=\"intro__title\">\u00bfSoy candidato para la GAE?<\/h1>\n          <p class=\"intro__lead\">Realice esta breve evaluaci\u00f3n para ver si podr\u00eda ser candidato y conocer el siguiente paso.<\/p>\n          <div class=\"intro__meta\">\n            <span><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 7v5l3 2\"\/><\/svg>Unos 30 segundos<\/span>\n          <\/div>\n          <button class=\"btn btn--primary\" data-start>Comenzar la evaluaci\u00f3n<\/button>\n        <\/div>\n      <\/section>\n\n      <section data-screen=\"quiz\" hidden>\n        <div class=\"progress\">\n          <div class=\"progress__meta\">\n            <span class=\"progress__count\" data-count><\/span>\n          <\/div>\n          <div class=\"progress__track\"><div class=\"progress__bar\" data-bar><\/div><\/div>\n        <\/div>\n\n        <div data-stage aria-live=\"polite\"><\/div>\n\n        <div class=\"nav\">\n          <button class=\"btn btn--ghost\" data-back>\n            <svg viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M15 6l-6 6 6 6\"\/><\/svg>\n            Atr\u00e1s\n          <\/button>\n          <button class=\"btn btn--primary\" data-continue>Continuar<\/button>\n        <\/div>\n      <\/section>\n\n      <section data-screen=\"result\" hidden>\n        <div class=\"result\" data-result-root>\n          <img decoding=\"async\" class=\"result__hero\" src=\"https:\/\/empirevein.com\/wp-content\/uploads\/kneepad.gif\" alt=\"Tratamiento de rodilla\" loading=\"lazy\" \/>\n          <div class=\"result__text\">\n            <h2 class=\"result__title\" data-result-title><\/h2>\n            <p class=\"result__body\" data-result-body><\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"divider\"><\/div>\n\n        <form data-form novalidate>\n          <div class=\"form-head\">Ingrese sus datos<\/div>\n          <p class=\"form-note\">Usaremos esta informaci\u00f3n para comunicarnos con usted y ayudarle a programar su cita.<\/p>\n\n          <div class=\"grid-2\">\n            <div class=\"field\">\n              <label for=\"gae-first\">Nombre <span class=\"req\">*<\/span><\/label>\n              <input class=\"input\" id=\"gae-first\" name=\"firstName\" type=\"text\" autocomplete=\"given-name\" \/>\n              <div class=\"err\" data-err-for=\"firstName\">Por favor, ingrese su nombre.<\/div>\n            <\/div>\n            <div class=\"field\">\n              <label for=\"gae-last\">Apellido <span class=\"req\">*<\/span><\/label>\n              <input class=\"input\" id=\"gae-last\" name=\"lastName\" type=\"text\" autocomplete=\"family-name\" \/>\n              <div class=\"err\" data-err-for=\"lastName\">Por favor, ingrese su apellido.<\/div>\n            <\/div>\n          <\/div>\n\n          <div class=\"field\">\n            <label for=\"gae-email\">Correo electr\u00f3nico <span class=\"req\">*<\/span><\/label>\n            <input class=\"input\" id=\"gae-email\" name=\"email\" type=\"email\" autocomplete=\"email\" inputmode=\"email\" \/>\n            <div class=\"err\" data-err-for=\"email\">Por favor, ingrese un correo electr\u00f3nico v\u00e1lido.<\/div>\n          <\/div>\n\n          <div class=\"field\">\n            <label for=\"gae-phone\">Tel\u00e9fono <span class=\"req\">*<\/span><\/label>\n            <input class=\"input\" id=\"gae-phone\" name=\"phone\" type=\"tel\" autocomplete=\"tel\" inputmode=\"tel\" \/>\n            <div class=\"err\" data-err-for=\"phone\">Por favor, ingrese un n\u00famero de tel\u00e9fono v\u00e1lido.<\/div>\n          <\/div>\n\n          <div class=\"field\">\n            <label>\u00bfSe encuentra en California? <span class=\"req\">*<\/span><\/label>\n            <div class=\"segment\" role=\"radiogroup\" aria-label=\"\u00bfSe encuentra en California?\">\n              <input type=\"radio\" id=\"gae-ca-yes\" name=\"california\" value=\"Yes\" \/>\n              <label for=\"gae-ca-yes\">S\u00ed<\/label>\n              <input type=\"radio\" id=\"gae-ca-no\" name=\"california\" value=\"No\" \/>\n              <label for=\"gae-ca-no\">No<\/label>\n            <\/div>\n            <div class=\"err\" data-err-for=\"california\">Por favor, elija S\u00ed o No.<\/div>\n          <\/div>\n\n          <div class=\"field\">\n            <label for=\"gae-message\">Mensaje<\/label>\n            <textarea id=\"gae-message\" name=\"message\" placeholder=\"\u00bfAlgo que le gustar\u00eda que supi\u00e9ramos? (opcional)\"><\/textarea>\n          <\/div>\n\n          <input type=\"hidden\" name=\"gclid\" id=\"gae-gclid\" value=\"\" \/>\n\n          <input type=\"hidden\" name=\"preferredLanguage\" value=\"Spanish\" \/>\n\n          <div class=\"consent\">\n            <input type=\"checkbox\" id=\"gae-consent\" name=\"consent\" \/>\n            <label for=\"gae-consent\" data-consent-label><\/label>\n          <\/div>\n          <div class=\"err\" data-err-for=\"consent\" style=\"margin-bottom:8px;\">Por favor, acepte los t\u00e9rminos para continuar.<\/div>\n\n          <button class=\"btn btn--primary btn--block\" data-submit type=\"submit\" style=\"margin-top:12px;\">\n            <span data-submit-label>Programar mi consulta<\/span>\n          <\/button>\n\n          <div class=\"form-error\" data-form-error>Ocurri\u00f3 un error al enviar su informaci\u00f3n. Por favor, verifique su conexi\u00f3n e int\u00e9ntelo de nuevo.<\/div>\n        <\/form>\n      <\/section>\n\n      <section data-screen=\"success\" hidden>\n        <div class=\"success\">\n          <img decoding=\"async\" class=\"success__hero\" src=\"https:\/\/empirevein.com\/wp-content\/uploads\/quiz_hero2.png\" alt=\"\" \/>\n          <h2 class=\"success__title\" data-success-title>\u00a1Gracias!<\/h2>\n          <p class=\"success__body\" data-success-body>Hemos recibido su informaci\u00f3n y un miembro de nuestro equipo se comunicar\u00e1 con usted en breve.<\/p>\n        <\/div>\n      <\/section>\n\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n(function(){\n  \"use strict\";\n\n  \/* ============================================================\n     1) CONFIG \u2014 this is the only part you normally need to edit\n     SPANISH VERSION: on-screen text is Spanish, but the answer VALUES\n     sent to the webhook stay in English so both quizzes send matching\n     values. Hidden preferred language = \"Spanish\".\n     ============================================================ *\/\n\n  \/\/ Where the lead is sent. Paste your Zapier \"Catch Hook\" URL here.\n  \/\/   In Zapier: new Zap -> trigger \"Webhooks by Zapier\" -> event \"Catch Hook\" ->\n  \/\/   copy the custom webhook URL it shows you and paste it below.\n  var ZAPIER_WEBHOOK_URL = \"https:\/\/hooks.zapier.com\/hooks\/catch\/16673819\/444dz6p\/\";\n\n  \/\/ Sent as `preferred_location` on every submission. Change if needed.\n  var PREFERRED_LOCATION = \"Virtual Consult\";\n\n  \/\/ Your practice name (used in the consent text and confirmation message) and privacy policy link.\n  var PRACTICE_NAME = \"Empire Vein\";\n  var PRIVACY_POLICY_URL = \"https:\/\/empirevein.com\/privacy-policy\/\";\n\n  \/\/ Show the intro\/welcome screen? Set to false to jump straight into question 1.\n  var SHOW_INTRO = true;\n\n  \/\/ Score at (or above) which the visitor sees Result B (the GAE-candidate result).\n  \/\/ Raise it to be stricter (fewer people see B); lower it to be more inclusive.\n  var RESULT_B_THRESHOLD = 5;\n\n  \/* ---- Questions ----\n     Each question has a `style` controlling how its answer tiles look:\n       \"icon\"  = centered glyph + label. The glyph is either a built-in `icon`\n                 (yes | no | maybe) OR an `image` (URL \/ data URI) for a custom icon.\n       \"text\"  = large bold text, no image\n       \"image\" = full-bleed photo tile (paste a URL into the option's `image`)\n     Each option: { label, value, points, [icon], [image] }\n     - label : what the visitor reads\n     - value : the exact string sent to your webhook for this answer. Keep these stable\n               and meaningful; they're what your Zap (and anything downstream, like Liine\n               or a spreadsheet) receives. Labels can stay pretty; values are the data.\n     - points: added to the score when chosen (drives Result A vs B)\n     For the multi-select question, `exclusive: true` on an option means picking it\n     clears the others (used for \"None\"). *\/\n  var QUESTIONS = [\n    {\n      id: \"arthritis\",\n      title: \"\u00bfLe han dicho alguna vez que tiene artritis de rodilla?\",\n      type: \"single\",\n      style: \"text\",\n      options: [\n        { label: \"S\u00ed\",      value: \"Yes\",      points: 2 },\n        { label: \"No\",       value: \"No\",       points: 0 },\n        { label: \"No estoy seguro\", value: \"Not Sure\", points: 1 }\n      ]\n    },\n    {\n      id: \"pain\",\n      title: \"Califique su dolor de rodilla en una escala de 0 a 10.\",\n      type: \"single\",\n      style: \"text\",\n      options: [\n        { label: \"0\\u20133\",  value: \"0 - 3\",  points: 0 },\n        { label: \"4\\u20136\",  value: \"4 - 6\",  points: 2 },\n        { label: \"7\\u201310\", value: \"7 - 10\", points: 3 }\n      ]\n    },\n    {\n      id: \"duration\",\n      title: \"\u00bfCu\u00e1nto tiempo lleva con dolor de rodilla?\",\n      type: \"single\",\n      style: \"text\",\n      options: [\n        { label: \"0\\u20136 meses\",  value: \"0-6 Months\",  points: 0 },\n        { label: \"6\\u201312 meses\", value: \"6-12 Months\", points: 1 },\n        { label: \"M\u00e1s de 1 a\u00f1o\",      value: \"Over 1 Year\", points: 2 }\n      ]\n    },\n    {\n      id: \"age\",\n      title: \"\u00bfCu\u00e1l es su edad?\",\n      type: \"single\",\n      style: \"text\",\n      options: [\n        { label: \"Menos de 40\", value: \"Under 40\", points: 0 },\n        { label: \"40\\u201360\", value: \"40-60\",  points: 1 },\n        { label: \"M\u00e1s de 60\",  value: \"Over 60\",  points: 2 }\n      ]\n    },\n    {\n      id: \"treatments\",\n      title: \"\u00bfQu\u00e9 tratamientos ha probado para el dolor de rodilla?\",\n      subtitle: \"Marque todas las que correspondan.\",\n      type: \"multi\",\n      style: \"icon\",\n      options: [\n        { label: \"Medicamentos\",      value: \"Medication\",       points: 1, image: \"https:\/\/empirevein.com\/wp-content\/uploads\/quizicon_medication.png\" },\n        { label: \"Inyecciones\",       value: \"Injections\",       points: 1, image: \"https:\/\/empirevein.com\/wp-content\/uploads\/quizicon_injections.png\" },\n        { label: \"Fisioterapia\", value: \"Physical Therapy\", points: 1, image: \"https:\/\/empirevein.com\/wp-content\/uploads\/quizicon_therapy.png\" },\n        { label: \"Cirug\u00eda\",          value: \"Surgery\",          points: 1, image: \"https:\/\/empirevein.com\/wp-content\/uploads\/quizicon_surgery.png\" },\n        { label: \"Ninguno\",             value: \"None\",             points: 0, image: \"https:\/\/empirevein.com\/wp-content\/uploads\/quizicon_none.png\", exclusive: true }\n      ]\n    }\n  ];\n\n  \/\/ Result messages. Edit the copy freely.\n  var RESULTS = {\n    A: {\n      title: \"Analicemos su caso m\u00e1s de cerca\",\n      body:  \"Es posible que presente s\u00edntomas y le invitamos a programar una evaluaci\u00f3n con uno de nuestros m\u00e9dicos.\"\n    },\n    B: {\n      title: \"\u00a1Es posible que podamos ayudarle!\",\n      body:  \"Seg\u00fan lo que nos ha compartido, podr\u00eda beneficiarse de la Embolizaci\u00f3n de la Arteria Genicular (GAE), una excelente soluci\u00f3n m\u00ednimamente invasiva para el dolor de rodilla. Ingrese sus datos para programar una consulta o para obtener m\u00e1s informaci\u00f3n sobre el tratamiento.\"\n    }\n  };\n\n  \/\/ The exact consent text you provided (with the privacy policy link injected).\n  var CONSENT_TEXT = \"Al enviar este formulario y registrarse para recibir mensajes de texto, usted acepta recibir mensajes de texto relacionados con la programaci\u00f3n de su cita y ofertas promocionales relacionadas de \" + PRACTICE_NAME + \" al n\u00famero proporcionado, y acepta que cualquier llamada asociada pueda ser grabada con fines de calidad y capacitaci\u00f3n. El consentimiento no es una condici\u00f3n de compra. Pueden aplicarse tarifas de mensajes y datos. La frecuencia de los mensajes var\u00eda. Cancele la suscripci\u00f3n en cualquier momento respondiendo STOP. Responda HELP para obtener ayuda. La pr\u00e1ctica utilizar\u00e1 su informaci\u00f3n personal de acuerdo con su pol\u00edtica de privacidad, que puede encontrar \";\n\n  \/* ============================================================\n     2) ENGINE \u2014 you generally don't need to touch anything below\n     ============================================================ *\/\n\n  var root = document.getElementById(\"gae-quiz\");\n  var $  = function(sel, ctx){ return (ctx || root).querySelector(sel); };\n  var $$ = function(sel, ctx){ return Array.prototype.slice.call((ctx || root).querySelectorAll(sel)); };\n\n  var state = { step: 0, answers: {}, result: null, score: 0 };\n  var locked = false; \/\/ prevents double-advance during the single-select delay\n\n  \/\/ Fill in consent copy from config\n  (function(){\n    var lbl = $(\"[data-consent-label]\");\n    lbl.textContent = CONSENT_TEXT;\n    var a = document.createElement(\"a\");\n    a.href = PRIVACY_POLICY_URL; a.target = \"_blank\"; a.rel = \"noopener\";\n    a.textContent = \"aqu\u00ed\";\n    lbl.appendChild(a);\n    lbl.appendChild(document.createTextNode(\".\"));\n  })();\n\n  \/\/ Capture the Google Ads click id (gclid) if the visitor arrived from an ad, and keep it\n  \/\/ in a first-party cookie so it survives navigation to another page before they submit.\n  \/\/ It rides along in the payload as `gclid` (empty for non-ad visitors).\n  (function(){\n    var el = document.getElementById(\"gae-gclid\");\n    if (!el) return;\n    var val = \"\";\n    try { val = (new URLSearchParams(window.location.search)).get(\"gclid\") || \"\"; } catch(e){}\n    try {\n      if (val){\n        document.cookie = \"gae_gclid=\" + encodeURIComponent(val) + \";path=\/;max-age=\" + (60*60*24*90) + \";SameSite=Lax\";\n      } else {\n        var m = document.cookie.match(\/(?:^|;\\s*)gae_gclid=([^;]+)\/);\n        if (m) val = decodeURIComponent(m[1]);\n      }\n    } catch(e){}\n    el.value = val;\n  })();\n\n  \/\/ Inline SVG placeholder used when an option has no image yet\n  function placeholderImg(){\n    var svg = '<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 320 240\">' +\n      '<rect width=\"320\" height=\"240\" fill=\"#F0ECF7\"\/>' +\n      '<g fill=\"none\" stroke=\"#B4A7CC\" stroke-width=\"6\" stroke-linecap=\"round\" stroke-linejoin=\"round\">' +\n      '<rect x=\"66\" y=\"70\" width=\"188\" height=\"124\" rx=\"14\"\/>' +\n      '<circle cx=\"110\" cy=\"112\" r=\"15\"\/>' +\n      '<path d=\"M80 182l54-48 34 30 30-26 42 44\"\/><\/g><\/svg>';\n    return \"data:image\/svg+xml,\" + encodeURIComponent(svg);\n  }\n\n  var CHECK_SVG = '<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12.5l4.5 4.5L19 7.5\"\/><\/svg>';\n\n  \/\/ Line icons for \"icon\"-style questions (stroke only, no fill). Add more as needed.\n  var ICONS = {\n    yes:   '<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"9.2\"\/><path d=\"M8 12.4l2.7 2.7L16 8.9\"\/><\/svg>',\n    no:    '<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"9.2\"\/><path d=\"M9 9l6 6\"\/><path d=\"M15 9l-6 6\"\/><\/svg>',\n    maybe: '<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"9.2\"\/><path d=\"M9.2 9.3a2.9 2.9 0 0 1 5.6 1c0 1.9-2.9 2.5-2.9 4\"\/><path d=\"M12 17.2h.01\"\/><\/svg>'\n  };\n\n  var booted = false;\n  function showScreen(name){\n    $$(\"[data-screen]\").forEach(function(el){ el.hidden = (el.getAttribute(\"data-screen\") !== name); });\n    if (booted){ try{ root.scrollIntoView({ behavior: \"smooth\", block: \"start\" }); }catch(e){} }\n  }\n\n  function isAnswered(q){\n    var a = state.answers[q.id];\n    if (q.type === \"multi\") return Array.isArray(a) && a.length > 0;\n    return !!a;\n  }\n\n  function renderQuestion(){\n    locked = false;\n    var q = QUESTIONS[state.step];\n    var total = QUESTIONS.length;\n\n    \/\/ progress (grows across the questions; full on the last one)\n    var pct = Math.round((state.step + 1) \/ total * 100);\n    $(\"[data-bar]\").style.width = pct + \"%\";\n    $(\"[data-count]\").textContent = \"Pregunta \" + (state.step + 1) + \" de \" + total;\n\n    \/\/ stage\n    var html = \"\";\n    html += '<h2 class=\"q-title\">' + q.title + \"<\/h2>\";\n    if (q.subtitle) html += '<p class=\"q-sub\">' + q.subtitle + \"<\/p>\";\n    html += '<div class=\"tiles\" role=\"' + (q.type === \"multi\" ? \"group\" : \"radiogroup\") + '\" aria-label=\"' + q.title.replace(\/\"\/g,\"&quot;\") + '\">';\n    q.options.forEach(function(opt, i){\n      var selected = optionSelected(q, opt.value);\n      var styleClass = \"\";\n      var inner = \"\";\n\n      if (q.style === \"icon\"){\n        styleClass = \" tile--icon\";\n        var glyph = opt.image\n          ? '<img decoding=\"async\" class=\"tile__icon-img\" src=\"' + opt.image + '\" alt=\"\" loading=\"lazy\" \/>'\n          : (ICONS[opt.icon] || \"\");\n        var box = (q.type === \"multi\") ? '<span class=\"tile__box\">' + CHECK_SVG + '<\/span>' : \"\";\n        inner = box +\n                '<span class=\"tile__icon\">' + glyph + '<\/span>' +\n                '<span class=\"tile__label\">' + opt.label + '<\/span>';\n      } else if (q.style === \"text\"){\n        styleClass = \" tile--text\";\n        inner = '<span class=\"tile__label\">' + opt.label + '<\/span>';\n      } else { \/\/ \"image\"\n        var img = opt.image ? opt.image : placeholderImg();\n        var indicator = q.type === \"multi\"\n          ? '<span class=\"tile__box\">' + CHECK_SVG + '<\/span>'\n          : '<span class=\"tile__check\">' + CHECK_SVG + '<\/span>';\n        inner = '<div class=\"tile__media\">' +\n                  '<img decoding=\"async\" src=\"' + img + '\" alt=\"' + opt.label.replace(\/\"\/g,\"&quot;\") + '\" loading=\"lazy\" \/>' +\n                  indicator +\n                '<\/div>' +\n                '<div class=\"tile__label\">' + opt.label + '<\/div>';\n      }\n\n      html += '<button type=\"button\" class=\"tile' + styleClass + (selected ? \" is-selected\" : \"\") + '\"' +\n              ' data-opt=\"' + i + '\"' +\n              ' aria-pressed=\"' + (selected ? \"true\" : \"false\") + '\">' +\n                inner +\n              '<\/button>';\n    });\n    html += \"<\/div>\";\n    $(\"[data-stage]\").innerHTML = html;\n\n    \/\/ tile handlers\n    $$(\"[data-opt]\", $(\"[data-stage]\")).forEach(function(btn){\n      btn.addEventListener(\"click\", function(){\n        if (locked) return;\n        var opt = q.options[parseInt(btn.getAttribute(\"data-opt\"), 10)];\n        selectOption(q, opt);\n      });\n    });\n\n    updateNav();\n  }\n\n  function optionSelected(q, value){\n    var a = state.answers[q.id];\n    if (q.type === \"multi\") return Array.isArray(a) && a.some(function(x){ return x.value === value; });\n    return a && a.value === value;\n  }\n\n  function selectOption(q, opt){\n    if (q.type === \"single\"){\n      state.answers[q.id] = { value: opt.value, label: opt.label };\n      paintSelection(q);\n      updateNav();\n      \/\/ slick auto-advance\n      locked = true;\n      setTimeout(goNext, 380);\n    } else {\n      var arr = Array.isArray(state.answers[q.id]) ? state.answers[q.id] : [];\n      var exists = arr.some(function(x){ return x.value === opt.value; });\n      if (opt.exclusive){\n        arr = exists ? [] : [{ value: opt.value, label: opt.label }];\n      } else {\n        \/\/ remove any exclusive option when a normal one is picked\n        arr = arr.filter(function(x){\n          var o = q.options.find(function(o){ return o.value === x.value; });\n          return !(o && o.exclusive);\n        });\n        if (exists) arr = arr.filter(function(x){ return x.value !== opt.value; });\n        else arr.push({ value: opt.value, label: opt.label });\n      }\n      state.answers[q.id] = arr;\n      paintSelection(q);\n      updateNav();\n    }\n  }\n\n  function paintSelection(q){\n    $$(\"[data-opt]\", $(\"[data-stage]\")).forEach(function(btn){\n      var opt = q.options[parseInt(btn.getAttribute(\"data-opt\"), 10)];\n      var sel = optionSelected(q, opt.value);\n      btn.classList.toggle(\"is-selected\", sel);\n      btn.setAttribute(\"aria-pressed\", sel ? \"true\" : \"false\");\n    });\n  }\n\n  function updateNav(){\n    var q = QUESTIONS[state.step];\n    var back = $(\"[data-back]\");\n    var cont = $(\"[data-continue]\");\n\n    \/\/ Back: hidden on first question unless there's an intro to return to\n    back.hidden = (state.step === 0 && !SHOW_INTRO);\n\n    \/\/ Continue: enabled once answered; label changes on the last question\n    var last = state.step === QUESTIONS.length - 1;\n    cont.textContent = last ? \"Ver mis resultados\" : \"Continuar\";\n    cont.disabled = !isAnswered(q);\n  }\n\n  function goNext(){\n    if (state.step < QUESTIONS.length - 1){\n      state.step++;\n      renderQuestion();\n    } else {\n      finish();\n    }\n  }\n\n  function goBack(){\n    if (state.step === 0){\n      if (SHOW_INTRO) showScreen(\"intro\");\n      return;\n    }\n    state.step--;\n    renderQuestion();\n  }\n\n  function computeScore(){\n    var score = 0;\n    QUESTIONS.forEach(function(q){\n      var a = state.answers[q.id];\n      if (!a) return;\n      if (q.type === \"multi\"){\n        a.forEach(function(sel){\n          var o = q.options.find(function(o){ return o.value === sel.value; });\n          if (o) score += o.points;\n        });\n      } else {\n        var o = q.options.find(function(o){ return o.value === a.value; });\n        if (o) score += o.points;\n      }\n    });\n    return score;\n  }\n\n  function finish(){\n    state.score = computeScore();\n    state.result = state.score >= RESULT_B_THRESHOLD ? \"B\" : \"A\";\n\n    var r = RESULTS[state.result];\n    $(\"[data-result-title]\").textContent = r.title;\n    $(\"[data-result-body]\").textContent = r.body;\n\n    $(\"[data-bar]\").style.width = \"100%\";\n    showScreen(\"result\");\n  }\n\n  \/* ---------- Contact form ---------- *\/\n\n  function setError(name, on){\n    var input = root.querySelector('[name=\"' + name + '\"]');\n    var msg = root.querySelector('[data-err-for=\"' + name + '\"]');\n    if (input && input.classList) input.classList.toggle(\"has-error\", !!on);\n    if (msg) msg.classList.toggle(\"show\", !!on);\n  }\n\n  function validEmail(v){ return \/^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$\/.test(v); }\n  function validPhone(v){ return (v.replace(\/[^0-9]\/g, \"\").length >= 10); }\n\n  function readForm(){\n    var form = $(\"[data-form]\");\n    var g = function(n){ var el = form.querySelector('[name=\"' + n + '\"]'); return el ? el.value.trim() : \"\"; };\n    var ca = form.querySelector('[name=\"california\"]:checked');\n    return {\n      firstName: g(\"firstName\"),\n      lastName:  g(\"lastName\"),\n      email:     g(\"email\"),\n      phone:     g(\"phone\"),\n      message:   g(\"message\"),\n      gclid:     g(\"gclid\"),\n      preferredLanguage: g(\"preferredLanguage\") || \"Spanish\",\n      california: ca ? ca.value : \"\",\n      consent: form.querySelector('[name=\"consent\"]').checked\n    };\n  }\n\n  function validateForm(d){\n    var ok = true;\n    var checks = {\n      firstName: !!d.firstName,\n      lastName:  !!d.lastName,\n      email:     validEmail(d.email),\n      phone:     validPhone(d.phone),\n      california:!!d.california,\n      consent:   !!d.consent\n    };\n    Object.keys(checks).forEach(function(k){\n      var good = checks[k];\n      setError(k, !good);\n      if (!good) ok = false;\n    });\n    return ok;\n  }\n\n  function buildPayload(d){\n    var a = state.answers;\n    var pick = function(id){ return a[id] ? a[id].value : \"\"; };\n    var treatments = Array.isArray(a.treatments)\n      ? a.treatments.map(function(x){ return x.value; }).join(\", \")\n      : \"\";\n\n    \/\/ Flat set of fields sent to your Zapier Catch Hook. Inside the Zap you can map any\n    \/\/ of these to Liine, a Google Sheet, email, Slack, etc. Rename freely, but re-map the\n    \/\/ field in your Zap if you do.\n    return {\n      \/\/ --- Contact ---\n      first_name: d.firstName,\n      last_name: d.lastName,\n      email: d.email,\n      phone: d.phone,\n      located_in_california: d.california,\n      message: d.message,\n\n      \/\/ --- Quiz answers ---\n      arthritis: pick(\"arthritis\"),\n      pain_level: pick(\"pain\"),\n      pain_duration: pick(\"duration\"),\n      age: pick(\"age\"),\n      treatments: treatments,\n\n      \/\/ --- Outcome (handy for routing qualified leads in your Zap) ---\n      qualified: state.result === \"B\" ? \"Yes\" : \"No\",\n      result: state.result,\n      score: state.score,\n\n      \/\/ --- Attribution: Google Ads click ID (empty unless the visitor came from an ad) ---\n      gclid: d.gclid,\n\n      \/\/ --- Meta ---\n      language: d.preferredLanguage || \"English\",\n      preferred_location: PREFERRED_LOCATION,\n      page_url: (window.location && window.location.href) || \"\",\n      submitted_at: new Date().toISOString()\n    };\n  }\n\n  function setSubmitting(on){\n    var btn = $(\"[data-submit]\");\n    var label = $(\"[data-submit-label]\");\n    btn.disabled = on;\n    label.innerHTML = on ? '<span class=\"spin\" style=\"display:inline-block;vertical-align:-2px;margin-right:8px;\"><\/span>Enviando\\u2026' : \"Programar mi consulta\";\n  }\n\n  function onSuccess(d){\n    $(\"[data-success-title]\").textContent = \"\u00a1Gracias, \" + d.firstName + \"!\";\n    $(\"[data-success-body]\").textContent = \"Hemos recibido su informaci\u00f3n y un miembro de nuestro equipo de \" + PRACTICE_NAME + \" se comunicar\u00e1 con usted en breve.\";\n    showScreen(\"success\");\n  }\n\n  function submitForm(e){\n    e.preventDefault();\n    $(\"[data-form-error]\").classList.remove(\"show\");\n    var d = readForm();\n    if (!validateForm(d)){\n      var firstBad = $(\".has-error, [data-err-for].show\");\n      if (firstBad && firstBad.focus) firstBad.focus();\n      return;\n    }\n\n    var payload = buildPayload(d);\n    setSubmitting(true);\n\n    \/\/ Encode the payload as application\/x-www-form-urlencoded.\n    var body = new URLSearchParams();\n    Object.keys(payload).forEach(function(k){\n      body.append(k, payload[k] == null ? \"\" : String(payload[k]));\n    });\n\n    \/\/ Delivered to Zapier as application\/x-www-form-urlencoded. \"no-cors\" lets the browser\n    \/\/ POST to the webhook without a CORS handshake; the request still reaches Zapier, we\n    \/\/ just can't read its response (which is fine for a fire-and-forget lead).\n    fetch(ZAPIER_WEBHOOK_URL, { method: \"POST\", mode: \"no-cors\", body: body })\n    .then(function(){\n      setSubmitting(false);\n      onSuccess(d);\n    })\n    .catch(function(err){\n      console.error(\"[Knee Pain Quiz] Submission failed:\", err);\n      setSubmitting(false);\n      $(\"[data-form-error]\").classList.add(\"show\");\n    });\n  }\n\n  \/\/ clear a field's error as the visitor fixes it\n  $(\"[data-form]\").addEventListener(\"input\", function(e){\n    var name = e.target && e.target.getAttribute && e.target.getAttribute(\"name\");\n    if (name) setError(name, false);\n  });\n  $(\"[data-form]\").addEventListener(\"change\", function(e){\n    var name = e.target && e.target.getAttribute && e.target.getAttribute(\"name\");\n    if (name) setError(name, false);\n  });\n\n  \/* ---------- Wire up controls ---------- *\/\n  $(\"[data-start]\").addEventListener(\"click\", function(){ state.step = 0; renderQuestion(); showScreen(\"quiz\"); });\n  $(\"[data-back]\").addEventListener(\"click\", goBack);\n  $(\"[data-continue]\").addEventListener(\"click\", function(){ if (!locked) goNext(); });\n  $(\"[data-form]\").addEventListener(\"submit\", submitForm);\n\n  \/* ---------- Boot ---------- *\/\n  if (SHOW_INTRO){\n    showScreen(\"intro\");\n  } else {\n    renderQuestion();\n    showScreen(\"quiz\");\n  }\n  booted = true;\n\n})();\n<\/script>\n\n<\/div>\n <\/div><\/div>\n\n\n\n<style>\n#apexchat_prechat_invitation_wrapper {\ndisplay: none !important;\n}\n\n.subpage-img {\nheight: 70px;\npadding: 13rem 0px 0px;\n}\n.subpage-img h1 {\ndisplay: none;\n}\n#content {\nbackground: #371052;\ncolor: #fff;\n    margin: 0px;\n    width: 100%;\n    max-width: none;\n    padding-top: 0px;\n    margin-top: -40px;\n}\n#content:before {\ncontent: \"\";\nposition: absolute;\ntop: -39%;\nleft: -55%;\npointer-events: none;\nwidth: 140vw;\nheight: 140vw;\nbackground: #6F2F9D;\nbackground: radial-gradient(circle, rgba(111, 47, 157, 1) 0%, rgba(111, 47, 157, 0) 66%);\nopacity: 0.29;\n}\n#primary.py-section {\npadding-top: 0px !important;\n}\ndiv.eapps-widget {\npadding: 1.75rem 0px;\n}\n\n<\/style>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":30433,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_gspb_post_css":"#gspb_row-id-gsbp-853a32e{justify-content:space-between;margin-top:0;margin-bottom:0;display:flex;flex-wrap:wrap}#gspb_row-id-gsbp-853a32e>.gspb_row__content{display:flex;justify-content:space-between;margin:0 auto;width:100%;flex-wrap:wrap;max-width:1700px}.gspb_row{position:relative}div[id^=gspb_col-id]{box-sizing:border-box;position:relative;padding:var(--gs-row-column-padding, 15px min(3vw, 20px))}#gspb_col-id-gsbp-19dbe48.gspb_row__col--12{width:100%}@media (max-width:575.98px){#gspb_col-id-gsbp-19dbe48.gspb_row__col--12{width:100%}}.gspb_row #gspb_col-id-gsbp-19dbe48.gspb_row__col--12{margin-top:15px;margin-bottom:15px;padding:15px}#gspb_col-id-gsbp-19dbe48.gspb_row__col--12{background-color:var(--wp--preset--color--white, #ffffff)}@media (max-width:991.98px){#gspb_col-id-gsbp-19dbe48.gspb_row__col--12{background-color:var(--wp--preset--color--white, #ffffff)}}@media (max-width:767.98px){#gspb_col-id-gsbp-19dbe48.gspb_row__col--12{background-color:var(--wp--preset--color--white, #ffffff)}}@media (max-width:575.98px){#gspb_col-id-gsbp-19dbe48.gspb_row__col--12{background-color:var(--wp--preset--color--white, #ffffff)}}","footnotes":""},"class_list":["post-13908","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>GAE Quiz - Empire Vein &amp; Vascular Specialists<\/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:\/\/empirevein.com\/es\/cuestionario-de-gae\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"GAE Quiz - Empire Vein &amp; Vascular Specialists\" \/>\n<meta property=\"og:url\" content=\"https:\/\/empirevein.com\/es\/cuestionario-de-gae\/\" \/>\n<meta property=\"og:site_name\" content=\"Empire Vein &amp; Vascular Specialists\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-18T11:38:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/empirevein.com\/wp-content\/uploads\/gaequiz.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1944\" \/>\n\t<meta property=\"og:image:height\" content=\"640\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/empirevein.com\\\/gae-quiz\\\/\",\"url\":\"https:\\\/\\\/empirevein.com\\\/gae-quiz\\\/\",\"name\":\"GAE Quiz - Empire Vein &amp; Vascular Specialists\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/empirevein.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/empirevein.com\\\/gae-quiz\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/empirevein.com\\\/gae-quiz\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/empirevein.com\\\/wp-content\\\/uploads\\\/gaequiz.jpg\",\"datePublished\":\"2025-06-26T17:08:53+00:00\",\"dateModified\":\"2026-07-18T11:38:03+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/empirevein.com\\\/gae-quiz\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/empirevein.com\\\/gae-quiz\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/empirevein.com\\\/gae-quiz\\\/#primaryimage\",\"url\":\"https:\\\/\\\/empirevein.com\\\/wp-content\\\/uploads\\\/gaequiz.jpg\",\"contentUrl\":\"https:\\\/\\\/empirevein.com\\\/wp-content\\\/uploads\\\/gaequiz.jpg\",\"width\":1944,\"height\":640},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/empirevein.com\\\/gae-quiz\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/empirevein.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"GAE Quiz\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/empirevein.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/empirevein.com\\\/en\\\/\",\"name\":\"%%sitename%%\",\"description\":\"Expert Treatment for Varicose Veins &amp; Vascular Health\",\"publisher\":{\"@id\":\"https:\\\/\\\/empirevein.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/empirevein.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/empirevein.com\\\/en\\\/#organization\",\"name\":\"Empire Vein Specialists\",\"url\":\"https:\\\/\\\/empirevein.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/empirevein.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/empirevein.com\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/favicon.png\",\"contentUrl\":\"https:\\\/\\\/empirevein.com\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/favicon.png\",\"width\":76,\"height\":76,\"caption\":\"Empire Vein Specialists\"},\"image\":{\"@id\":\"https:\\\/\\\/empirevein.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Cuestionario GAE - Empire Vein &amp; Vascular Specialists","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:\/\/empirevein.com\/es\/cuestionario-de-gae\/","og_locale":"es_MX","og_type":"article","og_title":"GAE Quiz - Empire Vein &amp; Vascular Specialists","og_url":"https:\/\/empirevein.com\/es\/cuestionario-de-gae\/","og_site_name":"Empire Vein &amp; Vascular Specialists","article_modified_time":"2026-07-18T11:38:03+00:00","og_image":[{"width":1944,"height":640,"url":"https:\/\/empirevein.com\/wp-content\/uploads\/gaequiz.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/empirevein.com\/gae-quiz\/","url":"https:\/\/empirevein.com\/gae-quiz\/","name":"Cuestionario GAE - Empire Vein &amp; Vascular Specialists","isPartOf":{"@id":"https:\/\/empirevein.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/empirevein.com\/gae-quiz\/#primaryimage"},"image":{"@id":"https:\/\/empirevein.com\/gae-quiz\/#primaryimage"},"thumbnailUrl":"https:\/\/empirevein.com\/wp-content\/uploads\/gaequiz.jpg","datePublished":"2025-06-26T17:08:53+00:00","dateModified":"2026-07-18T11:38:03+00:00","breadcrumb":{"@id":"https:\/\/empirevein.com\/gae-quiz\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/empirevein.com\/gae-quiz\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/empirevein.com\/gae-quiz\/#primaryimage","url":"https:\/\/empirevein.com\/wp-content\/uploads\/gaequiz.jpg","contentUrl":"https:\/\/empirevein.com\/wp-content\/uploads\/gaequiz.jpg","width":1944,"height":640},{"@type":"BreadcrumbList","@id":"https:\/\/empirevein.com\/gae-quiz\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/empirevein.com\/"},{"@type":"ListItem","position":2,"name":"GAE Quiz"}]},{"@type":"WebSite","@id":"https:\/\/empirevein.com\/en\/#website","url":"https:\/\/empirevein.com\/en\/","name":"%%sitename%%","description":"Tratamiento experto para venas varicosas y salud vascular","publisher":{"@id":"https:\/\/empirevein.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/empirevein.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/empirevein.com\/en\/#organization","name":"Especialistas en venas del imperio","url":"https:\/\/empirevein.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/empirevein.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/empirevein.com\/wp-content\/uploads\/2023\/02\/favicon.png","contentUrl":"https:\/\/empirevein.com\/wp-content\/uploads\/2023\/02\/favicon.png","width":76,"height":76,"caption":"Empire Vein Specialists"},"image":{"@id":"https:\/\/empirevein.com\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/empirevein.com\/es\/wp-json\/wp\/v2\/pages\/13908","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/empirevein.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/empirevein.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/empirevein.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/empirevein.com\/es\/wp-json\/wp\/v2\/comments?post=13908"}],"version-history":[{"count":33,"href":"https:\/\/empirevein.com\/es\/wp-json\/wp\/v2\/pages\/13908\/revisions"}],"predecessor-version":[{"id":125915,"href":"https:\/\/empirevein.com\/es\/wp-json\/wp\/v2\/pages\/13908\/revisions\/125915"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/empirevein.com\/es\/wp-json\/wp\/v2\/media\/30433"}],"wp:attachment":[{"href":"https:\/\/empirevein.com\/es\/wp-json\/wp\/v2\/media?parent=13908"}],"curies":[{"name":"Gracias","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}