{"id":221,"date":"2025-11-07T18:13:31","date_gmt":"2025-11-07T17:13:31","guid":{"rendered":"https:\/\/www.dedaloproduct.it\/?page_id=221"},"modified":"2026-02-02T16:51:57","modified_gmt":"2026-02-02T15:51:57","slug":"221-2","status":"publish","type":"page","link":"https:\/\/www.dedaloproduct.it\/en\/","title":{"rendered":"Our aerial rig"},"content":{"rendered":"<header class=\"hero-header\">\n  <div class=\"hero-wrapper\">\n    <img decoding=\"async\" src=\"https:\/\/www.dedaloproduct.it\/wp-content\/uploads\/2025\/11\/top-1.jpg\"\n         alt=\"Immagine di testa\"\n         class=\"hero-image\">\n  <\/div>\n<\/header>\n\n<style>\n\/* RESET BASE *\/\nbody {\n  margin: 0;\n  padding: 0;\n  background-color: #000;\n  overflow-x: hidden;\n}\n\n\/* HEADER *\/\n.hero-header {\n  width: 100%;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}\n\n\/* WRAPPER DESKTOP *\/\n.hero-wrapper {\n  position: relative;\n  width: 100%;\n  max-width: 1600px;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  overflow: hidden;\n}\n\n\/* IMMAGINE DESKTOP (con animazione) *\/\n.hero-image {\n  display: block;\n  width: 100%;\n  height: auto;\n  opacity: 0;\n  border: none;\n  border-radius: 20px;\n  box-sizing: border-box;\n\n  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);\n  animation: revealCurtainHorizontal 3s ease-out forwards;\n}\n\n\/* ANIMAZIONE DESKTOP *\/\n@keyframes revealCurtainHorizontal {\n  0% {\n    opacity: 0;\n    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);\n  }\n  40% {\n    opacity: 0.5;\n  }\n  100% {\n    opacity: 1;\n    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);\n  }\n}\n\n\/* ========================= *\/\n\/* ===== VERSIONE MOBILE ==== *\/\n\/* ========================= *\/\n\n@media (max-width: 768px) {\n\n  .hero-header {\n    justify-content: center;\n  }\n\n  \/* \ud83d\udd32 QUADRATO 90% CENTRATO *\/\n  .hero-wrapper {\n    width: 90vw;\n    aspect-ratio: 1 \/ 1;\n    position: relative;\n    overflow: hidden;\n  }\n\n  \/* \ud83d\uddbc IMMAGINE MOBILE \u2014 SENZA ANIMAZIONE *\/\n  .hero-image {\n    position: absolute;\n    inset: 0;\n\n    width: 140%;\n    height: 100%;\n\n    object-fit: cover;\n\n    \/* \ud83c\udfaf CENTRATURA VISIVA DEL LATO DESTRO *\/\n    object-position: right center;\n\n    border-radius: 0;\n    opacity: 1;\n\n    \/* \u274c disattiva animazione *\/\n    animation: none;\n    clip-path: none;\n  }\n}\n<\/style>\n\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<head>\n  <meta charset=\"utf-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n\n  <style>\n\n\n    :root{\n      --bg-light:#ffffff; --bg-accent:#f87171; --text-dark:#2a2a2a; --accent:#7f1d1d; --muted:#555;\n      font-family: Inter, ui-sans-serif, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial;\n    }\n    *{box-sizing:border-box}\n    body{\n      margin:0;\n      background:linear-gradient(180deg,var(--bg-light),#ffcccc);\n      color:var(--text-dark);\n      min-height:100vh;\n    }\n    .wrap{max-width:1100px;margin:36px auto;padding:20px}\n    h1{text-align:center;color:var(--accent);}\n\n    .grid{\n      display:grid;\n      grid-template-columns:repeat(3,1fr);\n      gap:14px;\n      margin-top:30px;\n    }\n    @media(max-width:768px){\n      .grid{grid-template-columns:1fr;}\n  .card h3 {\n    font-size: 90% !important; \/* riduce del 10% solo sui dispositivi mobili *\/\n    white-space: normal; \/* facoltativo: consente l'andata a capo *\/\n  }\n    }\n\n    .card{\n      background:linear-gradient(180deg,#fff,#ffebeb);\n      padding:14px;\n      border-radius:12px;\n      border:1px solid #fca5a5;\n      box-shadow:0 8px 22px rgba(127,29,29,0.35);\n      display:flex;\n      flex-direction:column;\n      gap:10px;\n      transition:transform 0.2s;\n      overflow:hidden;\n    }\n    .card:hover{\n      transform:translateY(-4px);\n      box-shadow:0 10px 28px rgba(127,29,29,0.45);\n    }\n    .card h3{\n      margin:0 0 8px;\n      font-size:16px;\n      color:var(--accent);\n      text-align:center;\n      white-space: nowrap;\n      overflow: hidden;\n      text-overflow: ellipsis;\n    }\n\n    \/* SLIDER FADE *\/\n    .photo-slider {\n      position: relative;\n      width: 100%;\n      aspect-ratio: 1\/1;\n      overflow: hidden;\n      border-radius: 8px;\n    }\n    .photo-slider img {\n      position: absolute;\n      inset: 0;\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      opacity: 0;\n      animation: fadeSlider 9s infinite;\n    }\n    .photo-slider img:nth-child(1) { animation-delay: 0s; }\n    .photo-slider img:nth-child(2) { animation-delay: 3s; }\n    .photo-slider img:nth-child(3) { animation-delay: 6s; }\n\n    @keyframes fadeSlider {\n      0%, 100% { opacity: 0; }\n      8%, 30% { opacity: 1; }\n      38%, 92% { opacity: 0; }\n    }\n\n    .meta{\n      display:flex;\n      flex-wrap:wrap;\n      gap:8px;\n      color:var(--muted);\n      font-size:13px;\n      font-weight:bold;\n    }\n    .attr{\n      flex:1 1 48%;\n      background:#fff0f0;\n      padding:6px;\n      border-radius:8px;\n      border:1px solid #fca5a5;\n      display:flex;\n      align-items:center;\n      gap:6px;\n      flex-wrap:wrap;\n    }\n    .attr b{\n      display:block;\n      color:var(--accent);\n      width:100%;\n    }\n    .icon{height:20px;width:auto;}\n .icontri{height:30px;width:auto;}\n  .people {\n  display: flex;\n  gap: 4px;\n}\n\n.people svg {\n  width: 20px;\n  height: 20px;\n  fill: var(--accent);\n}\n\n\n    .price-row{\n      display:flex;\n      align-items:center;\n      justify-content:space-between;\n      margin-top:auto;\n    }\n    .price{\n      flex:1;\n      background:#fff0f0;\n      padding:5px;\n      border-radius:8px;\n      border:1px solid #fca5a5;\n      font-size:18px;\n      font-weight:600;\n      color:var(--accent);\n      margin-right:8px;\n      text-align:center;\n      box-shadow:0 8px 20px rgba(127,29,29,0.45);\n    }\n    .more-btn{\n      padding:8px 22px;\n      background:var(--accent);\n      color:#fff;\n      border:none;\n      border-radius:50px;\n      cursor:pointer;\n      transition:background 0.2s, box-shadow 0.3s;\n      font-size:14px;\n      box-shadow:0 8px 20px rgba(127,29,29,0.45);\n    }\n    .more-btn:hover{\n      background:#991b1b;\n      box-shadow:0 10px 24px rgba(127,29,29,0.55);\n    }\n .ce-logo {\n      display: inline-block;\n      vertical-align: middle;\n      margin-left: 8px;\n      width: 28px;\n      height: auto;\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"wrap\">\n    <div class=\"grid\">\n\n      <!-- PRODOTTO 1 -->\n      <article class=\"card\">\n        <h3>7.2-Meter Self-Supporting Pyramid Aerial Rig\n<img decoding=\"async\" src=\"https:\/\/www.dedaloproduct.it\/wp-content\/uploads\/2025\/11\/ce.png\"\n       alt=\"CE\"\n       style=\"display: inline-block; vertical-align: middle; margin-left: 8px; width: 24px; height: auto;\">\n<\/h3>\n        <div class=\"photo-slider\">\n          <img decoding=\"async\" src=\"https:\/\/www.dedaloproduct.it\/wp-content\/uploads\/2025\/11\/DSC_0998-scaled-1.jpg\" alt=\"Immagine 1\">\n          <img decoding=\"async\" src=\"https:\/\/www.dedaloproduct.it\/wp-content\/uploads\/2025\/11\/20240607-3R7A3689-scaled.jpg\" alt=\"Immagine 2\">\n          <img decoding=\"async\" src=\"https:\/\/www.dedaloproduct.it\/wp-content\/uploads\/2025\/11\/IMG_9707-scaled.jpg\" alt=\"Immagine 3\">\n        <\/div>\n        <div class=\"meta\">\n          <div class=\"attr\"><b>Maximum height:<\/b>720 cm<\/div>\n          <div class=\"attr\"><b>Total weight:<\/b>85 kg<\/div>\n          <div class=\"attr\"><b>Max load:<\/b>300 kg<\/div>\n          <div class=\"attr\">\n            <b>Utilizzabile da:<\/b>\n            <div class=\"people\">\n  <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M12 12c2.67 0 8 1.34 8 4v4H4v-4c0-2.66 5.33-4 8-4Zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"\/><\/svg>\n  <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M12 12c2.67 0 8 1.34 8 4v4H4v-4c0-2.66 5.33-4 8-4Zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"\/><\/svg>\n  <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M12 12c2.67 0 8 1.34 8 4v4H4v-4c0-2.66 5.33-4 8-4Zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"\/><\/svg>\n<\/div>\n          <\/div>\n          <div class=\"attr\">\n            <b>Can be assembled by:<\/b>\n            <div class=\"people\">\n  <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M12 12c2.67 0 8 1.34 8 4v4H4v-4c0-2.66 5.33-4 8-4Zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"\/><\/svg>\n  <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M12 12c2.67 0 8 1.34 8 4v4H4v-4c0-2.66 5.33-4 8-4Zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"\/><\/svg>\n\n<\/div>\n          <\/div>\n          <div class=\"attr\">\n            <img decoding=\"async\" class=\"icon\" src=\"https:\/\/www.dedaloproduct.it\/wp-content\/uploads\/2025\/11\/palo.png\" alt=\"\">\n            3x6x141 cm \u00f860mm\n          <\/div>\n          <div class=\"attr\">\n<b>Floor space:<\/b>\n            <img decoding=\"async\" class=\"icontri\" src=\"https:\/\/www.dedaloproduct.it\/wp-content\/uploads\/2025\/11\/triangolo-1.png\" alt=\"Ingombro in pianta\">\n            780 cm\n          <\/div>\n<div class=\"attr\"><b>Specialties:<\/b> Spectacularity<\/div>\n        <\/div>\n        <div class=\"price-row\">\n          <div class=\"price\">\u20ac 2450<\/div>\n          <a href=\"\/en\/product\/portico-piramidale-autoportante-7-2-metri\/\"><button class=\"more-btn\">Learn more<\/button><\/a>\n        <\/div>\n      <\/article>\n\n      <!-- PRODOTTO 2 -->\n      <article class=\"card\">\n        <h3>5.5 Meter Self-Supporting Pyramid Aerial Rig   \n<img decoding=\"async\" src=\"https:\/\/www.dedaloproduct.it\/wp-content\/uploads\/2025\/11\/ce.png\"\n       alt=\"CE\"\n       style=\"display: inline-block; vertical-align: middle; margin-left: 8px; width: 24px; height: auto;\">\n\n\n<\/h3>\n        <div class=\"photo-slider\">\n          <img decoding=\"async\" src=\"https:\/\/www.dedaloproduct.it\/wp-content\/uploads\/2025\/11\/IMG_9264-scaled.jpg\" alt=\"Immagine 1\">\n          <img decoding=\"async\" src=\"https:\/\/www.dedaloproduct.it\/wp-content\/uploads\/2025\/11\/DSC_1060-scaled-1.jpg\" alt=\"Immagine 2\">\n          <img decoding=\"async\" src=\"https:\/\/www.dedaloproduct.it\/wp-content\/uploads\/2025\/11\/IMG_9264-scaled.jpg\" alt=\"Immagine 3\">\n        <\/div>\n        <div class=\"meta\">\n          <div class=\"attr\"><b>Maximum height:<\/b>550 cm<\/div>\n          <div class=\"attr\"><b>Total weight:<\/b>50 kg<\/div>\n          <div class=\"attr\"><b>Max load:<\/b>220 kg<\/div>\n          <div class=\"attr\">\n            <b>Utilizzabile da:<\/b>\n            <div class=\"people\">\n  <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M12 12c2.67 0 8 1.34 8 4v4H4v-4c0-2.66 5.33-4 8-4Zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"\/><\/svg>\n  <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M12 12c2.67 0 8 1.34 8 4v4H4v-4c0-2.66 5.33-4 8-4Zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"\/><\/svg>\n \n<\/div>\n          <\/div>\n          <div class=\"attr\">\n            <b>Can be assembled by:<\/b>\n            <div class=\"people\">\n  <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M12 12c2.67 0 8 1.34 8 4v4H4v-4c0-2.66 5.33-4 8-4Zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"\/><\/svg>\n  <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M12 12c2.67 0 8 1.34 8 4v4H4v-4c0-2.66 5.33-4 8-4Zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"\/><\/svg>\n  \n<\/div>\n          <\/div>\n          <div class=\"attr\">\n            <img decoding=\"async\" class=\"icon\" src=\"https:\/\/www.dedaloproduct.it\/wp-content\/uploads\/2025\/11\/palo.png\" alt=\"\">\n              3x5x131 cm \u00f848mm\n          <\/div>\n          <div class=\"attr\"><b>Floor space:<\/b>\n              <img decoding=\"async\" class=\"icontri\" src=\"https:\/\/www.dedaloproduct.it\/wp-content\/uploads\/2025\/11\/triangolo-1.png\"  alt=\"Ingombro in pianta\">\n            540 cm\n          <\/div>\n<div class=\"attr\"><b>Specialties:<\/b> Versatility<\/div>\n        <\/div>\n        <div class=\"price-row\">\n          <div class=\"price\">\u20ac 1800<\/div>\n         <a href=\"\/en\/product\/portico-piramidale-autoportante-5-5-metri\/\"> <button class=\"more-btn\">Learn more<\/button><\/a>\n        <\/div>\n      <\/article>\n\n      <!-- PRODOTTO 3 -->\n      <article class=\"card\">\n        <h3>4.0 -Meter Self-Supporting Pyramid Aerial Rig\n<img decoding=\"async\" src=\"https:\/\/www.dedaloproduct.it\/wp-content\/uploads\/2025\/11\/ce.png\"\n       alt=\"CE\"\n       style=\"display: inline-block; vertical-align: middle; margin-left: 8px; width: 24px; height: auto;\">\n<\/h3>\n        <div class=\"photo-slider\">\n          <img decoding=\"async\" src=\"https:\/\/www.dedaloproduct.it\/wp-content\/uploads\/2025\/11\/DSC_1368-scaled-1.jpg\" alt=\"Immagine 1\">\n          <img decoding=\"async\" src=\"https:\/\/www.dedaloproduct.it\/wp-content\/uploads\/2025\/11\/DSC_1298-scaled-e1694377111683.jpg\" alt=\"Immagine 2\">\n          <img decoding=\"async\" src=\"https:\/\/www.dedaloproduct.it\/wp-content\/uploads\/2025\/11\/Senza-titolo-2.png\" alt=\"Immagine 3\">\n        <\/div>\n        <div class=\"meta\">\n          <div class=\"attr\"><b>Maximum height:<\/b>400 cm<\/div>\n          <div class=\"attr\"><b>Total weight:<\/b>30 kg<\/div>\n          <div class=\"attr\"><b>Max load:<\/b>200 kg<\/div>\n          <div class=\"attr\">\n            <b>Utilizzabile da:<\/b>\n            <div class=\"people\">\n  <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M12 12c2.67 0 8 1.34 8 4v4H4v-4c0-2.66 5.33-4 8-4Zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"\/><\/svg>\n  <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M12 12c2.67 0 8 1.34 8 4v4H4v-4c0-2.66 5.33-4 8-4Zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"\/><\/svg>\n\n<\/div>\n          <\/div>\n          <div class=\"attr\">\n            <b>Can be assembled by:<\/b>\n            <div class=\"people\">\n  <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\"><path d=\"M12 12c2.67 0 8 1.34 8 4v4H4v-4c0-2.66 5.33-4 8-4Zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"\/><\/svg>\n \n\n<\/div>\n          <\/div>\n          <div class=\"attr\">\n            <img decoding=\"async\" class=\"icon\" src=\"https:\/\/www.dedaloproduct.it\/wp-content\/uploads\/2025\/11\/palo.png\" alt=\"\">\n             3x5x98 cm \u00f840mm\n          <\/div>\n          <div class=\"attr\"><b>Floor space:<\/b>\n              <img decoding=\"async\" class=\"icontri\" src=\"https:\/\/www.dedaloproduct.it\/wp-content\/uploads\/2025\/11\/triangolo-1.png\"  alt=\"Ingombro in pianta\">\n            420 cm\n          <\/div>\n<div class=\"attr\"><b>Specialties:<\/b> Portability<\/div>\n        <\/div>\n        <div class=\"price-row\">\n          <div class=\"price\">\u20ac 1200<\/div>\n          <a href=\"\/en\/product\/portico-piramidale-autoportante-4-metri\/\"><button class=\"more-btn\">Learn more<\/button><\/a>\n        <\/div>\n      <\/article>\n\n    <\/div>\n  <\/div>\n\n\n\n<p class=\"wp-block-paragraph translation-block\">Our <strong>facilities<\/strong> arise from the decision to offer the best product at the lowest possible price.\n    Top-quality materials, industrial workmanship, artisanal care, <strong>certifications<\/strong> and <strong>CE marking<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph translation-block\"><strong>Dedalo Product<\/strong> is your trusted partner for <strong>self-supporting structures for aerial acrobatics<\/strong>, safe, sturdy, and easy to assemble.  \nOur structures ensure <strong>stability and safety<\/strong> during every performance, whether for events, shows, or professional training.<\/p>\n\n\n\n<p class=\"wp-block-paragraph translation-block\"><br>We offer <strong>customizable<\/strong> solutions that can be adapted to any space or technical requirement, always complying with the highest safety standards. Our team is available for post-sales support, ensuring that every structure is ready for use in complete safety.<\/p>\n\n\n\n<p class=\"wp-block-paragraph translation-block\"><br><a href=\"https:\/\/www.dedaloproduct.it\/en\/contatti\/\" target=\"_self\">Contact us<\/a> to learn more and take your performance to new heights with Dedalo Product structures.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>Portico Piramidale Autoportante 7.2 Metri Altezza massima:720 cm Peso totale:85 kg Carico max:300 kg Utilizzabile da: Assemblabile da: 3x6x141 cm [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-221","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.dedaloproduct.it\/en\/wp-json\/wp\/v2\/pages\/221","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dedaloproduct.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.dedaloproduct.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.dedaloproduct.it\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dedaloproduct.it\/en\/wp-json\/wp\/v2\/comments?post=221"}],"version-history":[{"count":96,"href":"https:\/\/www.dedaloproduct.it\/en\/wp-json\/wp\/v2\/pages\/221\/revisions"}],"predecessor-version":[{"id":479,"href":"https:\/\/www.dedaloproduct.it\/en\/wp-json\/wp\/v2\/pages\/221\/revisions\/479"}],"wp:attachment":[{"href":"https:\/\/www.dedaloproduct.it\/en\/wp-json\/wp\/v2\/media?parent=221"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}