{"id":2826,"date":"2026-07-06T07:27:09","date_gmt":"2026-07-06T07:27:09","guid":{"rendered":"https:\/\/corporate.giuntipsy.com\/en-en\/?page_id=2826"},"modified":"2026-07-08T10:31:31","modified_gmt":"2026-07-08T10:31:31","slug":"ipo","status":"publish","type":"page","link":"https:\/\/corporate.giuntipsy.com\/en-en\/ipo\/","title":{"rendered":"IPO"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* Variables y Reset general *\/\n#ipo-terms-page-wrapper {\n  --info-block-tagline-color: #2945a3;\n  --bg-light-grey: #f4f5f7;\n  --text-dark: #111827;\n  --text-body: #4b5563;\n  --primary-blue: #0070c0;\n  --primary-blue-hover: #005a9c;\n  --wp--preset--font-family--noto-sans: 'Noto Sans', sans-serif;\n  \n  font-family: var(--wp--preset--font-family--noto-sans);\n  color: var(--text-dark);\n  line-height: 1.6;\n  box-sizing: border-box;\n}\n\n#ipo-terms-page-wrapper * { box-sizing: inherit; }\n\n#ipo-terms-page-wrapper .ipo-container {\n  margin: 0 auto;\n  padding: 0 20px;\n}\n\n\/* T\u00edtulos compartidos (Saans Medium) *\/\n#ipo-terms-page-wrapper .ipo-page-title,\n#ipo-terms-page-wrapper .ipo-section-title {\n  font-family: 'Saans Medium', sans-serif !important;\n  color: var(--text-dark);\n  font-weight: 500;\n  letter-spacing: -0.02em;\n  margin: 0 0 16px 0;\n}\n\n#ipo-terms-page-wrapper .ipo-tagline {\n    color: var(--info-block-tagline-color);\n    font-size: 1em;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    display: block;\n    margin-bottom: 0PX;\n    font-weight: 400;\n}\n\n\/* Cabecera Blanca *\/\n#ipo-terms-page-wrapper .ipo-header-section {\n  padding: 60px 0 40px;\n  background-color: #ffffff;\n}\n\n#ipo-terms-page-wrapper .ipo-page-title {\n  font-size: 3.5rem !important;\n  line-height: 1.1 !important;\n}\n\n#ipo-terms-page-wrapper .ipo-intro-text {\n  color: var(--text-dark);\n  font-size: 1.05rem;\n  max-width: 930px;\n  margin-BOTTOM: 40px;\n}\nspan.ipo-tagline {\n    margin-bottom: 5px !important;\n}\n\/* Contenido Gris *\/\n#ipo-terms-page-wrapper .ipo-terms-content {\n  position: relative;\n  padding: 120px 0 ;\n}\n\n#ipo-terms-page-wrapper .ipo-terms-content::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 50%;\n  transform: translateX(-50%);\n  width: 100vw;\n  height: 100%;\n  background-color: var(--bg-light-grey);\n  z-index: 0;\n}\n\n#ipo-terms-page-wrapper .ipo-terms-content .ipo-container {\n  position: relative;\n  z-index: 1;\n}\n\n#ipo-terms-page-wrapper .ipo-section-title {\n  font-size: 2.5rem !important;\n  line-height: 1.2 !important;\n  margin-bottom: 30px;\n}\n\n\/* Textos Legales *\/\n#ipo-terms-page-wrapper .ipo-legal-text {\n  color: var(--text-body);\n  font-size: 1.05rem;\n  margin-bottom: 50px;\n}\n\n#ipo-terms-page-wrapper .ipo-legal-text p {\n  margin-bottom: 20px;\n}\n\n#ipo-terms-page-wrapper .ipo-legal-text p:last-child {\n  margin-bottom: 0;\n}\n\n\/* --- BLOQUE DE VALIDACI\u00d3N --- *\/\n\n\n#ipo-terms-page-wrapper .ipo-form-layout {\n  display: flex;\n  justify-content: space-between;\n  align-items: flex-start;\n  gap: 30px;\n}\n\n#ipo-terms-page-wrapper .ipo-form-controls {\n  display: flex;\n  flex-direction: column;\n  gap: 24px;\n  max-width: 650px;\n}\n\n#ipo-terms-page-wrapper .ipo-terms-label {\n  display: flex;\n  align-items: flex-start;\n  gap: 12px;\n  cursor: pointer;\n  font-size: 1.05rem;\n  color: #00153a;\nfont-weight: 600;\n}\n\n#ipo-terms-page-wrapper .ipo-hidden-checkbox { display: none; }\n\n#ipo-terms-page-wrapper .ipo-custom-checkbox {\n  width: 20px;\n  height: 20px;\n  border: 1px solid var(--text-dark);\n  border-radius: 3px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  margin-top: 2px;\n  transition: all 0.2s;\n  background: transparent;\n}\n\n#ipo-terms-page-wrapper .ipo-custom-checkbox svg {\n  width: 14px;\n  height: 14px;\n  color: white;\n  opacity: 0;\n  transform: scale(0.5);\n  transition: all 0.2s;\n}\n\n#ipo-terms-page-wrapper .ipo-hidden-checkbox:checked + .ipo-custom-checkbox {\n  background: var(--primary-blue);\n  border-color: var(--primary-blue);\n}\n\n#ipo-terms-page-wrapper .ipo-hidden-checkbox:checked + .ipo-custom-checkbox svg {\n  opacity: 1;\n  transform: scale(1);\n}\n\n#ipo-terms-page-wrapper .ipo-btn-primary {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background-color: var(--primary-blue);\n  color: #ffffff;\n  padding: 14px 28px;\n  border-radius: 999px;\n  font-size: 1rem;\n  font-weight: 500;\n  text-decoration: none;\n  cursor: pointer;\n  transition: all 0.3s ease;\n}\n\n#ipo-terms-page-wrapper .ipo-btn-primary svg {\n  width: 20px;\n  height: 20px;\n  transition: transform 0.3s ease;\n}\n\n#ipo-terms-page-wrapper .ipo-btn-primary:not(.disabled):hover {\n  background-color: var(--primary-blue-hover);\n}\n\n#ipo-terms-page-wrapper .ipo-btn-primary:not(.disabled):hover svg {\n  transform: translateX(4px);\n}\n\n#ipo-terms-page-wrapper .ipo-btn-primary.disabled {\n  opacity: 0.5;\n  cursor: not-allowed;\n  pointer-events: none; \/* Evita el clic real en el enlace *\/\n  filter: grayscale(20%);\n}\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n  #ipo-terms-page-wrapper .ipo-page-title { font-size: 2.5rem !important; }\n  #ipo-terms-page-wrapper .ipo-section-title { font-size: 2rem !important; }\n  #ipo-terms-page-wrapper .ipo-form-layout { flex-direction: column; }\n  #ipo-terms-page-wrapper .ipo-form-action { width: 100%; margin-top: 10px; }\n  #ipo-terms-page-wrapper .ipo-btn-primary { width: 100%; justify-content: center; }\n#ipo-terms-page-wrapper .ipo-container {\n    margin: 0 auto;\n     padding: 0 0px !Important;\n}\n#ipo-terms-page-wrapper .ipo-header-section {\n    padding: 20px 0px;\n    background-color: #ffffff;\n}\n#ipo-terms-page-wrapper .ipo-terms-content {\n    position: relative;\n    padding: 50px 0px;\n}\n}\n<\/style>\n\n<script data-wp-block-html=\"js\">\ndocument.addEventListener('DOMContentLoaded', () => {\n  const termsCheckbox = document.getElementById('ipo-terms-checkbox');\n  const submitBtn = document.getElementById('ipo-submit-btn');\n  \/\/ Aseg\u00farate de que el bot\u00f3n est\u00e9 deshabilitado por defecto en tu HTML\n  submitBtn.disabled = true; \n  submitBtn.classList.add('disabled');\n\n  let recaptchaToken = '';\n\n  window.onCaptchaSuccess = function(token) {\n    recaptchaToken = token;\n    validarFormulario();\n  };\n\n  window.onCaptchaExpired = function() {\n    recaptchaToken = '';\n    validarFormulario();\n  };\n\n  termsCheckbox.addEventListener('change', validarFormulario);\n\n  function validarFormulario() {\n    if (termsCheckbox.checked && recaptchaToken !== '') {\n      submitBtn.disabled = false;\n      submitBtn.classList.remove('disabled');\n    } else {\n      submitBtn.disabled = true;\n      submitBtn.classList.add('disabled');\n    }\n  }\n});\n<\/script>\n\n<div id=\"ipo-terms-page-wrapper\">\n  \n  <div class=\"ipo-header-section\">\n    <div class=\"ipo-container\">\n      <span class=\"ipo-tagline\">ADMISSION DOCUMENTS<\/span>\n      <h1 class=\"ipo-page-title\">IPO<\/h1>\n      <p class=\"ipo-intro-text\">Welcome to the Investor Relations section of Giunti Psychometrics Holding S.p.A. This area is organised to efficiently and transparently meet the information needs of the entire financial community.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"ipo-terms-content\">\n    <div class=\"ipo-container\">\n      \n      <span class=\"ipo-tagline\">IPO ADMISSION DOCUMENTS<\/span>\n      <h2 class=\"ipo-section-title\">Warning \u2013 Terms and Conditions<\/h2>\n      \n      <div class=\"ipo-legal-text\">\n        <p>To access this website, the Admission Document and any other information contained in the following pages, please read and accept the disclosure below, which must be carefully examined before reading, accessing or otherwise using the information provided below. By accessing this website, you agree to abide by the terms and conditions set out below, which may be amended or updated and which thus should be read in full whenever you access this website.<\/p><p>\n\nThe admission document reported on this website section, initially in its pathfinder version and eventually in its final version (the \u201cAdmission Document\u201d) was prepared in accordance with the issuers\u2019 regulation of the \u201cEuronext Growth Milan\u201d multilateral trading facility organised and operated by Borsa Italiana S.p.A. for the purpose of the admission of the ordinary shares (the \u201cShares\u201d) of Giunti Psychometrics Holding S.p.A. (the \u201cCompany\u201d) on the said multilateral trading facility. The offering of financial instruments envisaged in the Admission Document and the provision of any other information contained in the following pages cannot be qualified as a \u201cpublic offering\u201d within the meaning of Legislative Decree 24 February 1998, No. 58 as amended and supplemented (the \u201cTUF\u201d from the Italian Testo Unico sulla Finanza) and thus do not require the drafting of a prospectus according to the templates laid down in Delegated Regulation (EU) No. 2019\/980.<\/p><p>\nTherefore, the Admission Document is not a prospectus and its publication does not require to be authorized by CONSOB pursuant to Regulation (EU) No. 2017\/1129 or any other rule or regulation on the drafting and publication of prospectuses pursuant to Articles 94 and 113 TUF, including the issuers\u2019 regulation adopted by CONSOB with resolution no. 11971 of 14 May 1999, as amended and supplemented. The information contained in this website section is disseminated in accordance with Articles 17 and 26 of the Euronext Growth Milan Issuers\u2019 Regulation.<\/p><p>\nThe Admission Document and any other information contained in this website section may not be disseminated, either directly or indirectly, in Australia, Canada, Japan or the United States of America, or to U.S. Persons as defined under Regulation S of the United States Securities Act of 1933, as amended, or to persons acting on behalf of or for the benefit of U.S. Persons, unless an exemption from, or a transaction not subject to, the registration requirements of the United States Securities Act of 1933 and any applicable state securities laws is available. The information contained in this website section may not be copied or forwarded. The Admission Document and any other information contained in this website section may not be disseminated in any other country in which the offering of the Shares is not permitted in the absence of specific authorisations from the competent authorities, subject to any exemptions provided for by applicable law. The publication and distribution of this Admission Document in jurisdictions other than Italy may be subject to legal or regulatory restrictions. Any person coming into possession of this Admission Document must first verify the existence of such rules and restrictions and comply with such restrictions.<\/p><p>\nThe information contained in this website (or in any other website linked to this website) cannot be qualified as an offer, an invitation to offer or a promotional activity concerning the Company\u2019s Shares to any citizen or resident in Canada, Australia, Japan or the United States of America or in any other Country in which such acts are not allowed in the absence of specific exemptions or authorizations by the competent authorities. The Shares are not and will not be registered under the United State Securities Act of 1933, as amended, or with any regulatory authority of any country or jurisdiction of the United States of America or under the legislation governing financial instruments in force in Australia, Canada or Japan. The Company\u2019s Shares may not be offered, sold or otherwise transferred, directly or indirectly, in Australia, Canada, Japan, the United States of America or in any other country in which such an offer is not permitted without authorisation from the relevant authorities (the \u201cOther Countries\u201d), nor may they be offered, sold or otherwise transferred, directly or indirectly, on behalf of or for the benefit of citizens or residents of Australia, Canada, Japan, the United States of America or Other Countries, unless the Company, at its discretion, avails itself of any exemptions provided for under the applicable regulations in those jurisdictions. A breach of these restrictions may constitute a breach of the applicable securities legislation in the relevant jurisdiction.<\/p><p>\nTo access this website, the Admission Document and any other information contained in the following pages, I declare, accepting full responsibility, that I am not domiciled or currently located in the United States of America, Australia, Japan, Canada or in the Other Countries and I am not a \u201cU.S. Person\u201d as defined by Regulation S of the United States Securities Act of 1933, as amended.\n<\/p>\n      <\/div>\n<form method=\"POST\" action=\"\">\n  <div class=\"ipo-validation-block\">\n    <div class=\"ipo-form-layout\">\n      \n      <div class=\"ipo-form-controls\">\n        <label class=\"ipo-terms-label\">\n          <input type=\"checkbox\" id=\"ipo-terms-checkbox\" name=\"terminos_ipo\" value=\"1\" class=\"ipo-hidden-checkbox\">\n          <span class=\"ipo-custom-checkbox\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\n          <\/span>\n          I confirm that I have read and accepted the terms and conditions set out above.\n        <\/label>\n\n        <div class=\"g-recaptcha\" data-sitekey=\"6LdLDkMtAAAAAA1iSyOXGwhPz7DD5wHklagqVLyU\" data-callback=\"onCaptchaSuccess\" data-expired-callback=\"onCaptchaExpired\">\n        <\/div>\n      <\/div>\n\n      <div class=\"ipo-form-action\">\n        <button type=\"submit\" id=\"ipo-submit-btn\" class=\"ipo-btn-primary disabled\" disabled=\"\">\n          View the documents\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line><polyline points=\"12 5 19 12 12 19\"><\/polyline><\/svg>\n        <\/button>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/form>\n\n<script src=\"https:\/\/www.google.com\/recaptcha\/api.js\" async=\"\" defer=\"\"><\/script><\/div><\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>ADMISSION DOCUMENTS IPO Welcome to the Investor Relations section of Giunti Psychometrics Holding S.p.A. This area is organised to efficiently and transparently meet the information needs of the entire financial community. IPO ADMISSION DOCUMENTS Warning \u2013 Terms and Conditions To access this website, the Admission Document and any other information contained in the following pages, [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2826","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>IPO | Giunti Psychometrics<\/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:\/\/corporate.giuntipsy.com\/en-en\/ipo\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"IPO | Giunti Psychometrics\" \/>\n<meta property=\"og:description\" content=\"ADMISSION DOCUMENTS IPO Welcome to the Investor Relations section of Giunti Psychometrics Holding S.p.A. This area is organised to efficiently and transparently meet the information needs of the entire financial community. IPO ADMISSION DOCUMENTS Warning \u2013 Terms and Conditions To access this website, the Admission Document and any other information contained in the following pages, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/corporate.giuntipsy.com\/en-en\/ipo\/\" \/>\n<meta property=\"og:site_name\" content=\"Giunti Psychometrics\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-08T10:31:31+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/corporate.giuntipsy.com\/en-en\/ipo\/\",\"url\":\"https:\/\/corporate.giuntipsy.com\/en-en\/ipo\/\",\"name\":\"IPO | Giunti Psychometrics\",\"isPartOf\":{\"@id\":\"https:\/\/corporate.giuntipsy.com\/en-en\/#website\"},\"datePublished\":\"2026-07-06T07:27:09+00:00\",\"dateModified\":\"2026-07-08T10:31:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/corporate.giuntipsy.com\/en-en\/ipo\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/corporate.giuntipsy.com\/en-en\/ipo\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/corporate.giuntipsy.com\/en-en\/ipo\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/corporate.giuntipsy.com\/en-en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"IPO\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/corporate.giuntipsy.com\/en-en\/#website\",\"url\":\"https:\/\/corporate.giuntipsy.com\/en-en\/\",\"name\":\"Giunti Psychometrics\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/corporate.giuntipsy.com\/en-en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/corporate.giuntipsy.com\/en-en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/corporate.giuntipsy.com\/en-en\/#organization\",\"name\":\"Giunti Psychometrics\",\"url\":\"https:\/\/corporate.giuntipsy.com\/en-en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/corporate.giuntipsy.com\/en-en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/corporate.giuntipsy.com\/en-en\/wp-content\/uploads\/2025\/02\/GPY-Logo-Positive-version.png\",\"contentUrl\":\"https:\/\/corporate.giuntipsy.com\/en-en\/wp-content\/uploads\/2025\/02\/GPY-Logo-Positive-version.png\",\"width\":1790,\"height\":440,\"caption\":\"Giunti Psychometrics\"},\"image\":{\"@id\":\"https:\/\/corporate.giuntipsy.com\/en-en\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"IPO | Giunti Psychometrics","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:\/\/corporate.giuntipsy.com\/en-en\/ipo\/","og_locale":"en_US","og_type":"article","og_title":"IPO | Giunti Psychometrics","og_description":"ADMISSION DOCUMENTS IPO Welcome to the Investor Relations section of Giunti Psychometrics Holding S.p.A. This area is organised to efficiently and transparently meet the information needs of the entire financial community. IPO ADMISSION DOCUMENTS Warning \u2013 Terms and Conditions To access this website, the Admission Document and any other information contained in the following pages, [&hellip;]","og_url":"https:\/\/corporate.giuntipsy.com\/en-en\/ipo\/","og_site_name":"Giunti Psychometrics","article_modified_time":"2026-07-08T10:31:31+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/corporate.giuntipsy.com\/en-en\/ipo\/","url":"https:\/\/corporate.giuntipsy.com\/en-en\/ipo\/","name":"IPO | Giunti Psychometrics","isPartOf":{"@id":"https:\/\/corporate.giuntipsy.com\/en-en\/#website"},"datePublished":"2026-07-06T07:27:09+00:00","dateModified":"2026-07-08T10:31:31+00:00","breadcrumb":{"@id":"https:\/\/corporate.giuntipsy.com\/en-en\/ipo\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/corporate.giuntipsy.com\/en-en\/ipo\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/corporate.giuntipsy.com\/en-en\/ipo\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/corporate.giuntipsy.com\/en-en\/"},{"@type":"ListItem","position":2,"name":"IPO"}]},{"@type":"WebSite","@id":"https:\/\/corporate.giuntipsy.com\/en-en\/#website","url":"https:\/\/corporate.giuntipsy.com\/en-en\/","name":"Giunti Psychometrics","description":"","publisher":{"@id":"https:\/\/corporate.giuntipsy.com\/en-en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/corporate.giuntipsy.com\/en-en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/corporate.giuntipsy.com\/en-en\/#organization","name":"Giunti Psychometrics","url":"https:\/\/corporate.giuntipsy.com\/en-en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/corporate.giuntipsy.com\/en-en\/#\/schema\/logo\/image\/","url":"https:\/\/corporate.giuntipsy.com\/en-en\/wp-content\/uploads\/2025\/02\/GPY-Logo-Positive-version.png","contentUrl":"https:\/\/corporate.giuntipsy.com\/en-en\/wp-content\/uploads\/2025\/02\/GPY-Logo-Positive-version.png","width":1790,"height":440,"caption":"Giunti Psychometrics"},"image":{"@id":"https:\/\/corporate.giuntipsy.com\/en-en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/corporate.giuntipsy.com\/en-en\/wp-json\/wp\/v2\/pages\/2826","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/corporate.giuntipsy.com\/en-en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/corporate.giuntipsy.com\/en-en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/corporate.giuntipsy.com\/en-en\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/corporate.giuntipsy.com\/en-en\/wp-json\/wp\/v2\/comments?post=2826"}],"version-history":[{"count":21,"href":"https:\/\/corporate.giuntipsy.com\/en-en\/wp-json\/wp\/v2\/pages\/2826\/revisions"}],"predecessor-version":[{"id":2865,"href":"https:\/\/corporate.giuntipsy.com\/en-en\/wp-json\/wp\/v2\/pages\/2826\/revisions\/2865"}],"wp:attachment":[{"href":"https:\/\/corporate.giuntipsy.com\/en-en\/wp-json\/wp\/v2\/media?parent=2826"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}