{"id":2452,"date":"2025-10-13T15:51:47","date_gmt":"2025-10-13T15:51:47","guid":{"rendered":"https:\/\/palestinasi.ch\/it\/?page_id=2452"},"modified":"2025-12-26T03:24:20","modified_gmt":"2025-12-26T03:24:20","slug":"media-resources","status":"publish","type":"page","link":"https:\/\/palestinasi.ch\/it\/media-resources\/","title":{"rendered":"Media Resources"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2452\" class=\"elementor elementor-2452\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-273c918 elementor-hidden-desktop e-flex e-con-boxed e-con e-parent\" data-id=\"273c918\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-deaac11 e-con-full e-flex e-con e-child\" data-id=\"deaac11\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fab8b80 elementor-widget elementor-widget-html\" data-id=\"fab8b80\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- Mobile-only navigation (Elementor HTML widget) -->\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto:wght@400;500;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n  .mobile-menu {\r\n    font-family: 'Roboto', sans-serif;\r\n    font-size: 16px;\r\n    text-transform: uppercase;\r\n    position: relative;\r\n    z-index: 1000;\r\n    display: none;\r\n  }\r\n\r\n  \/* Mostrar solo en m\u00f3viles *\/\r\n  @media (max-width: 767px) {\r\n    .mobile-menu { display: block; }\r\n  }\r\n\r\n  .mobile-menu .menu-bar {\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: center;\r\n    padding: 12px 16px;\r\n    background: #fff;\r\n    border-bottom: 1px solid #eee;\r\n  }\r\n\r\n  .mobile-menu .logo img {\r\n    max-height: 56px;\r\n    height: auto;\r\n    width: auto;\r\n    max-width: 100%;\r\n    display: block;\r\n  }\r\n\r\n  @media (max-width: 400px) {\r\n    .mobile-menu .logo img { max-height: 44px; }\r\n  }\r\n\r\n  .mobile-menu .menu-toggle {\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 8px;\r\n    cursor: pointer;\r\n    font-weight: 700;\r\n    background: none;\r\n    border: none;\r\n    font-size: 16px;\r\n    color: #000;\r\n  }\r\n\r\n  .mobile-menu .menu-toggle .bars {\r\n    width: 20px;\r\n    height: 14px;\r\n    position: relative;\r\n  }\r\n\r\n  .mobile-menu .menu-toggle .bars span {\r\n    position: absolute;\r\n    height: 2px;\r\n    width: 100%;\r\n    background: #000;\r\n    left: 0;\r\n    transition: all 0.3s ease;\r\n  }\r\n\r\n  .mobile-menu .menu-toggle .bars span:nth-child(1) { top: 0; }\r\n  .mobile-menu .menu-toggle .bars span:nth-child(2) { top: 6px; }\r\n  .mobile-menu .menu-toggle .bars span:nth-child(3) { top: 12px; }\r\n\r\n  \/* Animaci\u00f3n a X *\/\r\n  .mobile-menu.open .menu-toggle .bars span:nth-child(1) {\r\n    transform: rotate(45deg);\r\n    top: 6px;\r\n  }\r\n  .mobile-menu.open .menu-toggle .bars span:nth-child(2) { opacity: 0; }\r\n  .mobile-menu.open .menu-toggle .bars span:nth-child(3) {\r\n    transform: rotate(-45deg);\r\n    top: 6px;\r\n  }\r\n\r\n  \/* Panel desplegable *\/\r\n  .mobile-menu .menu-panel {\r\n    display: none;\r\n    flex-direction: column;\r\n    background: #fff;\r\n    border-top: 1px solid #eee;\r\n    overflow: visible;\r\n    text-align: center;\r\n  }\r\n\r\n  .mobile-menu.open .menu-panel {\r\n    display: flex;\r\n    animation: slideDown 0.3s ease forwards;\r\n  }\r\n\r\n  \/* Barra de idiomas *\/\r\n  .mobile-menu .lang-bar {\r\n    display: flex;\r\n    justify-content: center;\r\n    gap: 24px;\r\n    padding: 16px 0 8px;\r\n    border-bottom: 1px solid #eee;\r\n  }\r\n\r\n  .mobile-menu .lang-bar a {\r\n    text-decoration: none;\r\n    color: #001a2c;\r\n    font-weight: 700;\r\n    transition: color 0.2s;\r\n  }\r\n\r\n  .mobile-menu .lang-bar a.active {\r\n    border-bottom: 2px solid #001a2c;\r\n    padding-bottom: 2px;\r\n  }\r\n\r\n  .mobile-menu .lang-bar a:hover {\r\n    color: #CE1126;\r\n  }\r\n\r\n  \/* Enlaces del men\u00fa *\/\r\n  .mobile-menu .menu-panel a {\r\n    padding: 14px 16px;\r\n    text-decoration: none;\r\n    color: #000;\r\n    font-weight: 500;\r\n    border-bottom: 1px solid #f0f0f0;\r\n    opacity: 0;\r\n    transform: translateY(-10px);\r\n    animation: fadeInUp 0.4s ease forwards;\r\n    background: #fff;\r\n  }\r\n\r\n  .mobile-menu.open .menu-panel a:nth-child(n+2) {\r\n    animation-delay: 0.1s;\r\n  }\r\n\r\n  @keyframes slideDown {\r\n    from { max-height: 0; opacity: 0; }\r\n    to { max-height: 600px; opacity: 1; }\r\n  }\r\n\r\n  @keyframes fadeInUp {\r\n    from { opacity: 0; transform: translateY(-10px); }\r\n    to { opacity: 1; transform: translateY(0); }\r\n  }\r\n<\/style>\r\n\r\n<nav class=\"mobile-menu\" aria-label=\"Navigazione mobile\">\r\n  <div class=\"menu-bar\">\r\n    <!-- Logo -->\r\n    <div class=\"logo\">\r\n      <img decoding=\"async\" src=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/05\/2x0iGaC20RXK3o2O2kwr5T9wfFI-02.png\" alt=\"Logo\">\r\n    <\/div>\r\n\r\n    <!-- Bot\u00f3n hamburguesa -->\r\n    <button class=\"menu-toggle\" id=\"mobileMenuToggle\" aria-expanded=\"false\" aria-controls=\"mobileMenuPanel\">\r\n      <div class=\"bars\">\r\n        <span><\/span><span><\/span><span><\/span>\r\n      <\/div>\r\n      Menu\r\n    <\/button>\r\n  <\/div>\r\n\r\n  <!-- Panel desplegable -->\r\n  <div class=\"menu-panel\" id=\"mobileMenuPanel\">\r\n    <!-- Barra de idiomas -->\r\n    <div class=\"lang-bar\">\r\n      <a href=\"https:\/\/palestinasi.ch\/it\/\" lang=\"it\">IT<\/a>\r\n      <a href=\"https:\/\/palestinasi.ch\/it\/fr\/\" lang=\"de\">FR<\/a>\r\n      <a href=\"https:\/\/palestinasi.ch\/it\/de\/dt\/\" lang=\"de\">DE<\/a>\r\n      <a href=\"https:\/\/palestinasi.ch\/it\/rm\/\" lang=\"rm\">RM<\/a>\r\n    <\/div>\r\n\r\n    <!-- Enlaces del men\u00fa -->\r\n    <a href=\"https:\/\/palestinasi.ch\/it\/en\/media-resources\/\" target=\"_blank\" rel=\"noopener noreferrer\">Press\/Media Resources<\/a>\r\n    <a href=\"#form\">Do you want to help?<\/a>\r\n    <a href=\"#dona\">Make a donation<\/a>\r\n    <a href=\"https:\/\/palestinasi.ch\/it\/en\/merch\/\" target=\"_blank\" rel=\"noopener noreferrer\">Shop<\/a>\r\n  <\/div>\r\n<\/nav>\r\n\r\n<script>\r\n  const mobileMenu = document.querySelector('.mobile-menu');\r\n  const toggleBtn = document.getElementById('mobileMenuToggle');\r\n\r\n  toggleBtn.addEventListener('click', () => {\r\n    const isOpen = mobileMenu.classList.toggle('open');\r\n    toggleBtn.setAttribute('aria-expanded', isOpen ? 'true' : 'false');\r\n  });\r\n\r\n  \/\/ Detectar idioma activo seg\u00fan URL\r\n  const currentUrl = window.location.href;\r\n  document.querySelectorAll('.lang-bar a').forEach(link => {\r\n    if (currentUrl.includes(link.getAttribute('href'))) {\r\n      link.classList.add('active');\r\n    }\r\n  });\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fdba47b elementor-shape-circle e-grid-align-right e-grid-align-mobile-center elementor-grid-0 elementor-widget elementor-widget-social-icons\" data-id=\"fdba47b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-9626f3d\" href=\"https:\/\/www.instagram.com\/palestina_si\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-308db03\" href=\"https:\/\/www.youtube.com\/@PalestinaSi\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Youtube<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-tiktok elementor-repeater-item-b810748\" href=\"https:\/\/www.tiktok.com\/@palestina_si\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Tiktok<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-tiktok\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-84a7306 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"84a7306\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9b95874 cpel-switcher--align-right cpel-switcher--layout-horizontal elementor-widget elementor-widget-polylang-language-switcher\" data-id=\"9b95874\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"polylang-language-switcher.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<nav class=\"cpel-switcher__nav\"><ul class=\"cpel-switcher__list\"><li class=\"cpel-switcher__lang\"><a lang=\"fr-FR\" hreflang=\"fr-FR\" href=\"https:\/\/palestinasi.ch\/it\/fr\/\"><span class=\"cpel-switcher__code\">FR<\/span><\/a><\/li><li class=\"cpel-switcher__lang\"><a lang=\"de-DE\" hreflang=\"de-DE\" href=\"https:\/\/palestinasi.ch\/it\/de\/dt\/\"><span class=\"cpel-switcher__code\">DE<\/span><\/a><\/li><li class=\"cpel-switcher__lang\"><a lang=\"rm-RM\" hreflang=\"rm-RM\" href=\"https:\/\/palestinasi.ch\/it\/rm\/\"><span class=\"cpel-switcher__code\">RM<\/span><\/a><\/li><li class=\"cpel-switcher__lang\"><a lang=\"en-US\" hreflang=\"en-US\" href=\"https:\/\/palestinasi.ch\/it\/en\/\"><span class=\"cpel-switcher__code\">EN<\/span><\/a><\/li><\/ul><\/nav>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9b76176 elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"9b76176\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7ee0b60 e-con-full e-flex e-con e-child\" data-id=\"7ee0b60\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-87da12c e-con-full e-flex e-con e-child\" data-id=\"87da12c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5f5af54 elementor-widget elementor-widget-html\" data-id=\"5f5af54\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- Desktop-only top navigation (Elementor HTML widget) -->\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto:wght@400;500;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n  .desktop-menu {\r\n    font-family: 'Roboto', sans-serif;\r\n    font-size: 16px;\r\n    text-transform: uppercase;\r\n    position: relative;\r\n    z-index: 1000;\r\n  }\r\n\r\n  \/* Hide on mobile *\/\r\n  @media (max-width: 767px) {\r\n    .desktop-menu { display: none; }\r\n  }\r\n\r\n  .desktop-menu .menu-wrap {\r\n    display: flex;\r\n    justify-content: space-between; \/* logo left, menu right *\/\r\n    align-items: center;\r\n  }\r\n\r\n  .desktop-menu .logo img {\r\n    height: 72px; \/* logo m\u00e1s grande *\/\r\n    width: auto;\r\n    display: block;\r\n  }\r\n\r\n  .desktop-menu .menu-items {\r\n    display: flex;\r\n    gap: 24px;\r\n    align-items: center; \/* alinea verticalmente todos los elementos *\/\r\n  }\r\n\r\n  .desktop-menu a,\r\n  .desktop-menu .lang-trigger {\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    height: 44px; \/* altura uniforme *\/\r\n    line-height: 1;\r\n    text-decoration: none;\r\n    border: none;\r\n    padding: 0 12px;\r\n    cursor: pointer;\r\n    position: relative;\r\n    transition: color 200ms ease, background 200ms ease;\r\n    font-weight: 500;\r\n    letter-spacing: 0.02em;\r\n    border-radius: 6px;\r\n  }\r\n\r\n  .desktop-menu a {\r\n    color: #000;\r\n    background: transparent;\r\n  }\r\n\r\n  \/* Subrayado animado solo para enlaces *\/\r\n  .desktop-menu a::after {\r\n    content: \"\";\r\n    position: absolute;\r\n    left: 50%;\r\n    bottom: 6px;\r\n    height: 2px;\r\n    width: 0;\r\n    background: #000;\r\n    transform: translateX(-50%);\r\n    transition: width 240ms ease;\r\n  }\r\n\r\n  .desktop-menu a:hover::after {\r\n    width: 80%;\r\n  }\r\n\r\n  \/* Language dropdown *\/\r\n  .lang-dropdown {\r\n    position: relative;\r\n    display: inline-block;\r\n    padding-bottom: 12px; \/* \u00e1rea extra para hover *\/\r\n  }\r\n\r\n  .lang-trigger {\r\n    background: #CE1126 !important; \/* rojo fijo *\/\r\n    color: #fff !important;         \/* texto blanco *\/\r\n    font-weight: 700;\r\n  }\r\n\r\n  .lang-arrow {\r\n    margin-left: 6px;\r\n    width: 0; \r\n    height: 0; \r\n    border-left: 6px solid transparent;\r\n    border-right: 6px solid transparent;\r\n    border-top: 6px solid #fff;\r\n    transition: transform 200ms ease;\r\n  }\r\n\r\n  \/* Dropdown panel *\/\r\n  .lang-list {\r\n    position: absolute;\r\n    right: 0;\r\n    top: 100%;\r\n    min-width: 220px;\r\n    background: #ffffff;\r\n    border: 1px solid #e5e5e5;\r\n    box-shadow: 0 8px 20px rgba(0,0,0,0.08);\r\n    border-radius: 8px;\r\n    padding: 8px 0;\r\n    display: none;\r\n  }\r\n\r\n  .lang-list a {\r\n    display: block;\r\n    color: #000;\r\n    padding: 10px 16px;\r\n    transition: background 180ms ease, transform 120ms ease;\r\n  }\r\n\r\n  .lang-list a:hover {\r\n    background: #f6f6f6;\r\n    transform: translateX(2px);\r\n  }\r\n\r\n  \/* Mantener abierto al pasar por trigger o lista *\/\r\n  .lang-dropdown:hover .lang-list,\r\n  .lang-dropdown:focus-within .lang-list {\r\n    display: block;\r\n    animation: dropFade 160ms ease-out;\r\n  }\r\n\r\n  .lang-dropdown:hover .lang-arrow,\r\n  .lang-dropdown:focus-within .lang-arrow {\r\n    transform: rotate(180deg);\r\n  }\r\n\r\n  @keyframes dropFade {\r\n    from { opacity: 0; transform: translateY(-6px); }\r\n    to   { opacity: 1; transform: translateY(0); }\r\n  }\r\n<\/style>\r\n\r\n<nav class=\"desktop-menu\" aria-label=\"Navigazione principale\">\r\n  <div class=\"menu-wrap\">\r\n    <!-- Logo (sin enlace ni animaci\u00f3n) -->\r\n    <div class=\"logo\">\r\n      <img decoding=\"async\" src=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/05\/2x0iGaC20RXK3o2O2kwr5T9wfFI-02.png\" alt=\"Logo\">\r\n    <\/div>\r\n\r\n    <!-- Menu items -->\r\n    <div class=\"menu-items\">\r\n      <a href=\"https:\/\/palestinasi.ch\/it\/en\/\" target=\"_blank\" rel=\"noopener noreferrer\">Home<\/a>\r\n      <a href=\"#form\">Do you want to help?<\/a>\r\n      <a href=\"#dona\">Make a donation<\/a>\r\n      <a href=\"https:\/\/palestinasi.ch\/it\/en\/merch\/\" target=\"_blank\" rel=\"noopener noreferrer\">Shop<\/a>\r\n\r\n      <!-- Language dropdown (default DE) -->\r\n      <div class=\"lang-dropdown\">\r\n        <div class=\"lang-trigger\">\r\n          EN <span class=\"lang-arrow\" aria-hidden=\"true\"><\/span>\r\n        <\/div>\r\n        <div class=\"lang-list\" role=\"menu\">\r\n          <a href=\"https:\/\/palestinasi.ch\/it\/\" role=\"menuitem\">IT<\/a>\r\n          <a href=\"https:\/\/palestinasi.ch\/it\/fr\/\" role=\"menuitem\">FR<\/a>\r\n          <a href=\"https:\/\/palestinasi.ch\/it\/de\/dt\/\" role=\"menuitem\">DE<\/a>\r\n          <a href=\"https:\/\/palestinasi.ch\/it\/rm\/\" role=\"menuitem\">RM<\/a>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/nav>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b81a0ec e-con-full e-flex e-con e-child\" data-id=\"b81a0ec\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6ebea11 elementor-shape-circle e-grid-align-right e-grid-align-mobile-center elementor-grid-0 elementor-widget elementor-widget-social-icons\" data-id=\"6ebea11\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-9626f3d\" href=\"https:\/\/www.instagram.com\/palestina_si\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-308db03\" href=\"https:\/\/www.youtube.com\/@PalestinaSi\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Youtube<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-tiktok elementor-repeater-item-b810748\" href=\"https:\/\/www.tiktok.com\/@palestina_si\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Tiktok<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-tiktok\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ec9db3c e-flex e-con-boxed e-con e-parent\" data-id=\"ec9db3c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2b59dd8 elementor-widget elementor-widget-text-editor\" data-id=\"2b59dd8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Here you\u2019ll find official photos, videos, and documents to support your coverage of the Swiss initiative\u00a0\u201cPalestine\u00a0S\u00cc<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2ec0842 e-flex e-con-boxed e-con e-parent\" data-id=\"2ec0842\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c267de1 elementor-widget elementor-widget-heading\" data-id=\"c267de1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Downloadable Photos<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dcd078b e-flex e-con-boxed e-con e-parent\" data-id=\"dcd078b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c6d9b4 elementor-skin-slideshow elementor-arrows-yes elementor-widget elementor-widget-media-carousel\" data-id=\"6c6d9b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;skin&quot;:&quot;slideshow&quot;,&quot;centered_slides&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\" data-widget_type=\"media-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper\">\n\t\t\t\t\t<div class=\"elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/Palest_Fam_1_1-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c6d9b4\" data-elementor-lightbox-title=\"Palest_Fam_1_1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjAzMiwidXJsIjoiaHR0cHM6XC9cL3BhbGVzdGluYXNpLmNoXC9pdFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL1BhbGVzdF9GYW1fMV8xLTMuanBnIiwic2xpZGVzaG93IjoiNmM2ZDliNCJ9\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Palest_Fam_1_1\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/Palest_Fam_1_1-3.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/05\/WhatsApp-Image-2025-05-17-at-12.39.02-1.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c6d9b4\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJzbGlkZXNob3ciOiI2YzZkOWI0In0%3D\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/05\/WhatsApp-Image-2025-05-17-at-12.39.02-1.jpeg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/05\/Imagen-de-WhatsApp-2025-05-13-a-las-23.27.11_39f79cdd.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c6d9b4\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJzbGlkZXNob3ciOiI2YzZkOWI0In0%3D\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/05\/Imagen-de-WhatsApp-2025-05-13-a-las-23.27.11_39f79cdd.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/08A410D9-4E39-4515-B1CE-C6E88F79B592.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c6d9b4\" data-elementor-lightbox-title=\"08A410D9-4E39-4515-B1CE-C6E88F79B592\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjQ4MCwidXJsIjoiaHR0cHM6XC9cL3BhbGVzdGluYXNpLmNoXC9pdFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcLzA4QTQxMEQ5LTRFMzktNDUxNS1CMUNFLUM2RTg4Rjc5QjU5Mi5qcGciLCJzbGlkZXNob3ciOiI2YzZkOWI0In0%3D\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"08A410D9-4E39-4515-B1CE-C6E88F79B592\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/08A410D9-4E39-4515-B1CE-C6E88F79B592.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/DC5F7ED3-BDEF-47BA-9677-C3E764DC1928.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c6d9b4\" data-elementor-lightbox-title=\"DC5F7ED3-BDEF-47BA-9677-C3E764DC1928\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjQ4MSwidXJsIjoiaHR0cHM6XC9cL3BhbGVzdGluYXNpLmNoXC9pdFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL0RDNUY3RUQzLUJERUYtNDdCQS05Njc3LUMzRTc2NERDMTkyOC5qcGciLCJzbGlkZXNob3ciOiI2YzZkOWI0In0%3D\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"DC5F7ED3-BDEF-47BA-9677-C3E764DC1928\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/DC5F7ED3-BDEF-47BA-9677-C3E764DC1928.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/FDC2595D-19F7-4FE7-B9A1-F7FB198ABBA3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c6d9b4\" data-elementor-lightbox-title=\"FDC2595D-19F7-4FE7-B9A1-F7FB198ABBA3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjQ4MiwidXJsIjoiaHR0cHM6XC9cL3BhbGVzdGluYXNpLmNoXC9pdFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL0ZEQzI1OTVELTE5RjctNEZFNy1COUExLUY3RkIxOThBQkJBMy5qcGciLCJzbGlkZXNob3ciOiI2YzZkOWI0In0%3D\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"FDC2595D-19F7-4FE7-B9A1-F7FB198ABBA3\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/FDC2595D-19F7-4FE7-B9A1-F7FB198ABBA3.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/BAC01BBE-AD6C-493F-974C-38DF088ACC76.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c6d9b4\" data-elementor-lightbox-title=\"BAC01BBE-AD6C-493F-974C-38DF088ACC76\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjQ4MywidXJsIjoiaHR0cHM6XC9cL3BhbGVzdGluYXNpLmNoXC9pdFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL0JBQzAxQkJFLUFENkMtNDkzRi05NzRDLTM4REYwODhBQ0M3Ni5qcGciLCJzbGlkZXNob3ciOiI2YzZkOWI0In0%3D\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"BAC01BBE-AD6C-493F-974C-38DF088ACC76\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/BAC01BBE-AD6C-493F-974C-38DF088ACC76.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/22470BE9-D6AD-451C-BDCB-CDF171D7F369.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c6d9b4\" data-elementor-lightbox-title=\"22470BE9-D6AD-451C-BDCB-CDF171D7F369\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjQ4NCwidXJsIjoiaHR0cHM6XC9cL3BhbGVzdGluYXNpLmNoXC9pdFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcLzIyNDcwQkU5LUQ2QUQtNDUxQy1CRENCLUNERjE3MUQ3RjM2OS5qcGciLCJzbGlkZXNob3ciOiI2YzZkOWI0In0%3D\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"22470BE9-D6AD-451C-BDCB-CDF171D7F369\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/22470BE9-D6AD-451C-BDCB-CDF171D7F369.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/61C01DD8-6912-4401-9812-27ED57AEF066.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c6d9b4\" data-elementor-lightbox-title=\"61C01DD8-6912-4401-9812-27ED57AEF066\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjQ4NSwidXJsIjoiaHR0cHM6XC9cL3BhbGVzdGluYXNpLmNoXC9pdFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcLzYxQzAxREQ4LTY5MTItNDQwMS05ODEyLTI3RUQ1N0FFRjA2Ni5qcGciLCJzbGlkZXNob3ciOiI2YzZkOWI0In0%3D\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"61C01DD8-6912-4401-9812-27ED57AEF066\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/61C01DD8-6912-4401-9812-27ED57AEF066.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/919F6865-75AC-4831-AB61-022F6AA80E95.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c6d9b4\" data-elementor-lightbox-title=\"919F6865-75AC-4831-AB61-022F6AA80E95\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjQ4NiwidXJsIjoiaHR0cHM6XC9cL3BhbGVzdGluYXNpLmNoXC9pdFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcLzkxOUY2ODY1LTc1QUMtNDgzMS1BQjYxLTAyMkY2QUE4MEU5NS5qcGciLCJzbGlkZXNob3ciOiI2YzZkOWI0In0%3D\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"919F6865-75AC-4831-AB61-022F6AA80E95\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/919F6865-75AC-4831-AB61-022F6AA80E95.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/9875BD6D-2CBA-4C92-A020-92E5468F6612.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c6d9b4\" data-elementor-lightbox-title=\"9875BD6D-2CBA-4C92-A020-92E5468F6612\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjQ4NywidXJsIjoiaHR0cHM6XC9cL3BhbGVzdGluYXNpLmNoXC9pdFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcLzk4NzVCRDZELTJDQkEtNEM5Mi1BMDIwLTkyRTU0NjhGNjYxMi5qcGciLCJzbGlkZXNob3ciOiI2YzZkOWI0In0%3D\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"9875BD6D-2CBA-4C92-A020-92E5468F6612\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/9875BD6D-2CBA-4C92-A020-92E5468F6612.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/159c81cc-f7fd-4020-a24f-5ba4ad934a25.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c6d9b4\" data-elementor-lightbox-title=\"159c81cc-f7fd-4020-a24f-5ba4ad934a25\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjQ4OCwidXJsIjoiaHR0cHM6XC9cL3BhbGVzdGluYXNpLmNoXC9pdFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcLzE1OWM4MWNjLWY3ZmQtNDAyMC1hMjRmLTViYTRhZDkzNGEyNS5qcGciLCJzbGlkZXNob3ciOiI2YzZkOWI0In0%3D\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"159c81cc-f7fd-4020-a24f-5ba4ad934a25\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/159c81cc-f7fd-4020-a24f-5ba4ad934a25.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/c45b1617-8377-4fbe-8bd1-fd387d7956f5.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c6d9b4\" data-elementor-lightbox-title=\"c45b1617-8377-4fbe-8bd1-fd387d7956f5\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjQ4OSwidXJsIjoiaHR0cHM6XC9cL3BhbGVzdGluYXNpLmNoXC9pdFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2M0NWIxNjE3LTgzNzctNGZiZS04YmQxLWZkMzg3ZDc5NTZmNS5qcGciLCJzbGlkZXNob3ciOiI2YzZkOWI0In0%3D\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"c45b1617-8377-4fbe-8bd1-fd387d7956f5\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/c45b1617-8377-4fbe-8bd1-fd387d7956f5.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/ff1784cc-95ef-4acd-a839-7bf6cd5456ea.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6c6d9b4\" data-elementor-lightbox-title=\"ff1784cc-95ef-4acd-a839-7bf6cd5456ea\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjQ5MCwidXJsIjoiaHR0cHM6XC9cL3BhbGVzdGluYXNpLmNoXC9pdFwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTBcL2ZmMTc4NGNjLTk1ZWYtNGFjZC1hODM5LTdiZjZjZDU0NTZlYS5qcGciLCJzbGlkZXNob3ciOiI2YzZkOWI0In0%3D\">\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"ff1784cc-95ef-4acd-a839-7bf6cd5456ea\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/ff1784cc-95ef-4acd-a839-7bf6cd5456ea.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Imagen de WhatsApp 2025-10-13 a las 12.05.23_8bffee43\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/Imagen-de-WhatsApp-2025-10-13-a-las-12.05.23_8bffee43.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-swiper\">\n\t\t\t\t\t<div class=\"elementor-main-swiper swiper elementor-thumbnails-swiper swiper\" role=\"region region\" aria-roledescription=\"carousel carousel\" aria-label=\"Slides Slides\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Palest_Fam_1_1\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/Palest_Fam_1_1-3.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/05\/WhatsApp-Image-2025-05-17-at-12.39.02-1.jpeg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/05\/Imagen-de-WhatsApp-2025-05-13-a-las-23.27.11_39f79cdd.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"08A410D9-4E39-4515-B1CE-C6E88F79B592\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/08A410D9-4E39-4515-B1CE-C6E88F79B592.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"DC5F7ED3-BDEF-47BA-9677-C3E764DC1928\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/DC5F7ED3-BDEF-47BA-9677-C3E764DC1928.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"FDC2595D-19F7-4FE7-B9A1-F7FB198ABBA3\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/FDC2595D-19F7-4FE7-B9A1-F7FB198ABBA3.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"BAC01BBE-AD6C-493F-974C-38DF088ACC76\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/BAC01BBE-AD6C-493F-974C-38DF088ACC76.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"22470BE9-D6AD-451C-BDCB-CDF171D7F369\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/22470BE9-D6AD-451C-BDCB-CDF171D7F369.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"61C01DD8-6912-4401-9812-27ED57AEF066\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/61C01DD8-6912-4401-9812-27ED57AEF066.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"919F6865-75AC-4831-AB61-022F6AA80E95\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/919F6865-75AC-4831-AB61-022F6AA80E95.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"9875BD6D-2CBA-4C92-A020-92E5468F6612\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/9875BD6D-2CBA-4C92-A020-92E5468F6612.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"159c81cc-f7fd-4020-a24f-5ba4ad934a25\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/159c81cc-f7fd-4020-a24f-5ba4ad934a25.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"c45b1617-8377-4fbe-8bd1-fd387d7956f5\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/c45b1617-8377-4fbe-8bd1-fd387d7956f5.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"ff1784cc-95ef-4acd-a839-7bf6cd5456ea\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/ff1784cc-95ef-4acd-a839-7bf6cd5456ea.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t<\/a>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"Imagen de WhatsApp 2025-10-13 a las 12.05.23_8bffee43\" style=\"background-image: url(&#039;https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/Imagen-de-WhatsApp-2025-10-13-a-las-12.05.23_8bffee43.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-40d91b1 e-flex e-con-boxed e-con e-parent\" data-id=\"40d91b1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-70c7e29 elementor-widget elementor-widget-heading\" data-id=\"70c7e29\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Downloadable Videos<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-53d41ad e-flex e-con-boxed e-con e-parent\" data-id=\"53d41ad\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c51660b e-tabs-view-vertical elementor-layout-end elementor-widget elementor-widget-video-playlist\" data-id=\"c51660b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;playlist_title&quot;:&quot;VIDEOS&quot;,&quot;tabs&quot;:[{&quot;_id&quot;:&quot;c3e6e90&quot;,&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=omMQFWwBbQo&quot;,&quot;vimeo_url&quot;:null,&quot;title&quot;:&quot;Carlo Sommaruga&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/palestinasi.ch\\\/it\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Captura-de-pantalla-2025-11-27-114921.png&quot;,&quot;id&quot;:3608,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;type&quot;:&quot;youtube&quot;,&quot;is_external_url&quot;:null,&quot;hosted_url&quot;:null,&quot;external_url&quot;:null,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;duration&quot;:&quot;&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null},{&quot;title&quot;:&quot;Lisa Mazzone&quot;,&quot;youtube_url&quot;:null,&quot;duration&quot;:&quot;0:43&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/palestinasi.ch\\\/it\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Captura-de-pantalla-2025-10-13-173032.png&quot;,&quot;id&quot;:2616,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;type&quot;:&quot;hosted&quot;,&quot;vimeo_url&quot;:null,&quot;is_external_url&quot;:&quot;yes&quot;,&quot;hosted_url&quot;:null,&quot;external_url&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/palestinasi.ch\\\/it\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Lisa_Mazzone_Palestina.mp4&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;_id&quot;:&quot;cf3f281&quot;,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null},{&quot;title&quot;:&quot;Philip Stolkin&quot;,&quot;youtube_url&quot;:null,&quot;duration&quot;:&quot;0:40&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/palestinasi.ch\\\/it\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Captura-de-pantalla-2025-10-13-111225.png&quot;,&quot;id&quot;:2472,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;_id&quot;:&quot;bd1bf1b&quot;,&quot;type&quot;:&quot;hosted&quot;,&quot;vimeo_url&quot;:null,&quot;is_external_url&quot;:&quot;yes&quot;,&quot;hosted_url&quot;:null,&quot;external_url&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/palestinasi.ch\\\/it\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Philip_Stolkin_Palestina.mp4&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null},{&quot;title&quot;:&quot;Kick Off&quot;,&quot;youtube_url&quot;:null,&quot;duration&quot;:&quot;53:06&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/palestinasi.ch\\\/it\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Captura-de-pantalla-2025-10-20-122254.png&quot;,&quot;id&quot;:2954,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;type&quot;:&quot;hosted&quot;,&quot;vimeo_url&quot;:null,&quot;is_external_url&quot;:&quot;yes&quot;,&quot;hosted_url&quot;:null,&quot;external_url&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/palestinasi.ch\\\/it\\\/lanzamiento.mp4&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;_id&quot;:&quot;aabc32a&quot;,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null},{&quot;_id&quot;:&quot;9dc7567&quot;,&quot;type&quot;:&quot;hosted&quot;,&quot;vimeo_url&quot;:null,&quot;hosted_url&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/palestinasi.ch\\\/it\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/WhatsApp-Video-2025-12-24-at-9.15.22-PM.mp4&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;,&quot;source&quot;:&quot;url&quot;},&quot;title&quot;:&quot;Christmas&quot;,&quot;duration&quot;:&quot;00:51&quot;,&quot;thumbnail&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/palestinasi.ch\\\/it\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Captura-de-pantalla-2025-12-25-220049.png&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;,&quot;source&quot;:&quot;url&quot;},&quot;youtube_url&quot;:null,&quot;is_external_url&quot;:&quot;&quot;,&quot;external_url&quot;:null,&quot;section_html_tag&quot;:null,&quot;video_html_tag&quot;:&quot;h4&quot;,&quot;inner_tab_is_content_visible&quot;:&quot;&quot;,&quot;inner_tab_content_1&quot;:null,&quot;inner_tab_content_2&quot;:null}],&quot;inner_tab_title_1&quot;:&quot;Tab #1&quot;,&quot;inner_tab_title_2&quot;:&quot;Tab #2&quot;,&quot;inner_tab_is_content_collapsible&quot;:&quot;collapsible&quot;,&quot;inner_tab_collapsible_height_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:128,&quot;sizes&quot;:[]},&quot;inner_tab_collapsible_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:54,&quot;sizes&quot;:[]},&quot;inner_tab_collapsible_height_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"video-playlist.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"e-tabs\" role=\"region\" aria-labelledby=\"e-playlist-c51660b\">\n\t\t\t<div class=\"e-tabs-main-area\">\n\t\t\t\t<div class=\"e-tabs-wrapper\">\n\t\t\t\t\t<div class=\"e-tabs-header\">\n\t\t\t\t\t\t<h2 class=\"e-tabs-title\" id=\"e-playlist-c51660b\">VIDEOS<\/h2>\n\t\t\t\t\t\t<div class=\"e-tabs-header-right-side\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"e-tabs-videos-count\">5 Videos<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-tabs-toggle-videos-display-button rotate-down e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"e-tabs-items-wrapper\">\n\t\t\t\t\t\t<div class=\"e-tabs-items\" role=\"tablist\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-2061\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-tab-content-2061\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-tab-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/11\/Captura-de-pantalla-2025-11-27-114921.png\" alt=\"Carlo Sommaruga\" loading=\"lazy\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\">Carlo Sommaruga<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-2062\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-tab-content-2062\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-tab-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-13-173032.png\" alt=\"Lisa Mazzone\" loading=\"lazy\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\">Lisa Mazzone<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"e-tab-duration\">0:43<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-2063\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"false\" data-tab=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-tab-content-2063\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-tab-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-13-111225.png\" alt=\"Philip Stolkin\" loading=\"lazy\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\">Philip Stolkin<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"e-tab-duration\">0:40<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-2064\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"false\" data-tab=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-tab-content-2064\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-tab-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-20-122254.png\" alt=\"Kick Off\" loading=\"lazy\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\">Kick Off<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"e-tab-duration\">53:06<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-title-2065\" class=\"e-tab-title e-tab-desktop-title\" aria-selected=\"false\" data-tab=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-tab-content-2065\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-tab-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/12\/Captura-de-pantalla-2025-12-25-220049.png\" alt=\"Christmas\" loading=\"lazy\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-play\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"icon-watched\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h4 class=\"e-tab-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t<button type=\"button\">Christmas<\/button>\n\t\t\t\t\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"e-tab-duration\">00:51<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"shadow shadow-top\" aria-hidden=\"true\"><\/div>\n\t\t\t\t\t\t<div class=\"shadow shadow-bottom\" aria-hidden=\"true\"><\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"e-tabs-content-wrapper\" role=\"tablist\" aria-orientation=\"vertical\">\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-2061\" class=\"e-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-2061\" tabindex=\"0\" data-video-url=\"https:\/\/www.youtube.com\/watch?v=omMQFWwBbQo\" data-video-type=\"youtube\" data-video-title=\"Carlo Sommaruga\" data-video-duration=\"\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-2062\" class=\"e-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-2062\" tabindex=\"0\" data-video-url=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/Lisa_Mazzone_Palestina.mp4\" data-video-type=\"hosted\" data-video-title=\"Lisa Mazzone\" data-video-duration=\"0:43\" hidden=\"hidden\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-2063\" class=\"e-tab-content elementor-clearfix\" data-tab=\"3\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-2063\" tabindex=\"0\" data-video-url=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/Philip_Stolkin_Palestina.mp4\" data-video-type=\"hosted\" data-video-title=\"Philip Stolkin\" data-video-duration=\"0:40\" hidden=\"hidden\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-2064\" class=\"e-tab-content elementor-clearfix\" data-tab=\"4\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-2064\" tabindex=\"0\" data-video-url=\"https:\/\/palestinasi.ch\/it\/lanzamiento.mp4\" data-video-type=\"hosted\" data-video-title=\"Kick Off\" data-video-duration=\"53:06\" hidden=\"hidden\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div id=\"e-tab-content-2065\" class=\"e-tab-content elementor-clearfix\" data-tab=\"5\" role=\"tabpanel\" aria-labelledby=\"e-tab-title-2065\" tabindex=\"0\" data-video-url=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/12\/WhatsApp-Video-2025-12-24-at-9.15.22-PM.mp4\" data-video-type=\"hosted\" data-video-title=\"Christmas\" data-video-duration=\"00:51\" hidden=\"hidden\">\n\t\t\t\t\t\t\t<div><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t<div class=\"e-tabs-inner-tabs\" >\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d35bafc e-flex e-con-boxed e-con e-parent\" data-id=\"d35bafc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a9bc602 elementor-widget elementor-widget-heading\" data-id=\"a9bc602\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Downloadable Documents<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c125d45 e-flex e-con-boxed e-con e-parent\" data-id=\"c125d45\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-0197460 e-con-full e-flex e-con e-child\" data-id=\"0197460\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4a6a58d e-con-full e-flex e-con e-child\" data-id=\"4a6a58d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-47e31e0 e-con-full e-flex e-con e-child\" data-id=\"47e31e0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9e887bd elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"9e887bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/1.-Conference-de-presse-de-lancement-Medien-programm.pdf\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-file-download\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm76.45 211.36l-96.42 95.7c-6.65 6.61-17.39 6.61-24.04 0l-96.42-95.7C73.42 337.29 80.54 320 94.82 320H160v-80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v80h65.18c14.28 0 21.4 17.29 11.27 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Conf\u00e9rence de presse de lancement - Medien programm<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/1.-Conference-de-presse-de-lancement-programme-medias.pdf\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-file-download\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm76.45 211.36l-96.42 95.7c-6.65 6.61-17.39 6.61-24.04 0l-96.42-95.7C73.42 337.29 80.54 320 94.82 320H160v-80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v80h65.18c14.28 0 21.4 17.29 11.27 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Conf\u00e9rence de presse de lancement - programme m\u00e9dias<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/2.-ALL-FR-.-CP-Ini-Palestine.pdf\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-file-download\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm76.45 211.36l-96.42 95.7c-6.65 6.61-17.39 6.61-24.04 0l-96.42-95.7C73.42 337.29 80.54 320 94.82 320H160v-80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v80h65.18c14.28 0 21.4 17.29 11.27 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">ALL - FR . CP Ini Palestine<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/3.-ALL-FR-Didier-Pfirter.pdf\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-file-download\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm76.45 211.36l-96.42 95.7c-6.65 6.61-17.39 6.61-24.04 0l-96.42-95.7C73.42 337.29 80.54 320 94.82 320H160v-80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v80h65.18c14.28 0 21.4 17.29 11.27 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">ALL-FR Didier Pfirter<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/4.-ALL-FR-Carlo-Sommaruga-.pdf\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-file-download\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm76.45 211.36l-96.42 95.7c-6.65 6.61-17.39 6.61-24.04 0l-96.42-95.7C73.42 337.29 80.54 320 94.82 320H160v-80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v80h65.18c14.28 0 21.4 17.29 11.27 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">ALL-FR Carlo Sommaruga <\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/5.-ALL-FR-Lisa-Mazzone.pdf\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-file-download\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm76.45 211.36l-96.42 95.7c-6.65 6.61-17.39 6.61-24.04 0l-96.42-95.7C73.42 337.29 80.54 320 94.82 320H160v-80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v80h65.18c14.28 0 21.4 17.29 11.27 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">ALL-FR Lisa Mazzone<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/6.-ALL-FR-Philip-Stolkin.pdf\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-file-download\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm76.45 211.36l-96.42 95.7c-6.65 6.61-17.39 6.61-24.04 0l-96.42-95.7C73.42 337.29 80.54 320 94.82 320H160v-80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v80h65.18c14.28 0 21.4 17.29 11.27 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">ALL - FR Philip Stolkin<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/7.-ALL-FR-Intervention-PMH-def.pdf\" target=\"_blank\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-file-download\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H248c-13.2 0-24-10.8-24-24zm76.45 211.36l-96.42 95.7c-6.65 6.61-17.39 6.61-24.04 0l-96.42-95.7C73.42 337.29 80.54 320 94.82 320H160v-80c0-8.84 7.16-16 16-16h32c8.84 0 16 7.16 16 16v80h65.18c14.28 0 21.4 17.29 11.27 27.36zM377 105L279.1 7c-4.5-4.5-10.6-7-17-7H256v128h128v-6.1c0-6.3-2.5-12.4-7-16.9z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">ALL - FR Intervention PMH-d\u00e9f<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a9059d1 e-con-full e-flex e-con e-child\" data-id=\"a9059d1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-11f3863 elementor-hidden-desktop elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\" data-id=\"11f3863\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c2ff7c4 elementor-hidden-desktop elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\" data-id=\"c2ff7c4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7710fd6 elementor-widget elementor-widget-heading\" data-id=\"7710fd6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">It is time to recognize Palestine.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cedf48f elementor-widget elementor-widget-text-editor\" data-id=\"cedf48f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: left;\">We call on the Swiss Confederation to officially recognize the State of Palestine. A gesture of justice, diplomatic consistency, and commitment to human rights.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0355677 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"0355677\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:info@palestinasi.ch\" id=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/08\/IT-1707-V-A4.pdf\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Are you a journalist and interested in interviewing a member of the promoting committee?<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c549b15 elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"c549b15\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-635e7d4 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"635e7d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">It is time to<br> recognize Palestine<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7e37c9b elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"7e37c9b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: left;\">We call on the Swiss Confederation to officially recognize the State of Palestine. A gesture of justice, diplomatic consistency, and commitment to human rights.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a29944 elementor-align-center elementor-widget__width-initial elementor-widget elementor-widget-button\" data-id=\"3a29944\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:info@palestinasi.ch\" id=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/08\/IT-1707-V-A4.pdf\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Are you a journalist and interested in interviewing a member of the promoting committee?<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-76fc394 e-flex e-con-boxed e-con e-parent\" data-id=\"76fc394\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b0bc472 elementor-widget elementor-widget-heading\" data-id=\"b0bc472\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ten reasons why Switzerland should recognize Palestine as a state<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7be17f9 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"7be17f9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/07\/PNG-ROLL-UP-IT-scaled.png\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Click here<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4c9d41a e-flex e-con-boxed e-con e-parent\" data-id=\"4c9d41a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b384d3d e-con-full e-flex e-con e-child\" data-id=\"b384d3d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a2db640 elementor-widget elementor-widget-heading\" data-id=\"a2db640\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why sign?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a02779a elementor-view-stacked elementor-position-inline-start elementor-mobile-position-inline-start elementor-shape-circle elementor-widget elementor-widget-icon-box\" data-id=\"a02779a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tPalestine has the right to sovereignty and self-determination.\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f40f398 elementor-view-stacked elementor-position-inline-start elementor-mobile-position-inline-start elementor-shape-circle elementor-widget elementor-widget-icon-box\" data-id=\"f40f398\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tMore than 150 countries around the world have already recognized the State of Palestine.\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-714a1d5 elementor-view-stacked elementor-position-inline-start elementor-mobile-position-inline-start elementor-shape-circle elementor-widget elementor-widget-icon-box\" data-id=\"714a1d5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSwitzerland, as a neutral country and guarantor of human rights, must do its part.\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bcc3f3a elementor-view-stacked elementor-position-inline-start elementor-mobile-position-inline-start elementor-shape-circle elementor-widget elementor-widget-icon-box\" data-id=\"bcc3f3a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tEach signature is a concrete act of solidarity.\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fb58f13 e-con-full e-flex e-con e-child\" data-id=\"fb58f13\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-87512af elementor-widget elementor-widget-image\" data-id=\"87512af\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/05\/WhatsApp-Image-2025-05-17-at-12.39.02-1.jpeg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-69724c8 e-flex e-con-boxed e-con e-parent\" data-id=\"69724c8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a0cebaf e-con-full e-flex e-con e-child\" data-id=\"a0cebaf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0a605e8 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"0a605e8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"mailto:info@palestinasi.ch\" id=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/08\/IT-1707-V-A4.pdf\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Are you a journalist and interested in interviewing a member of the promoting committee?<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ccb9863 e-con-full e-flex e-con e-child\" data-id=\"ccb9863\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5a593d1 elementor-widget elementor-widget-heading\" data-id=\"5a593d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">How does it work?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2863d97 elementor-view-stacked elementor-position-inline-start elementor-mobile-position-inline-start elementor-shape-circle elementor-widget elementor-widget-icon-box\" data-id=\"2863d97\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-cloud-download-alt\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zm-132.9 88.7L299.3 420.7c-6.2 6.2-16.4 6.2-22.6 0L171.3 315.3c-10.1-10.1-2.9-27.3 11.3-27.3H248V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v112h65.4c14.2 0 21.4 17.2 11.3 27.3z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t1. Download the form\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8be243f elementor-view-stacked elementor-position-inline-start elementor-mobile-position-inline-start elementor-shape-circle elementor-widget elementor-widget-icon-box\" data-id=\"8be243f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-pen-fancy\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M79.18 282.94a32.005 32.005 0 0 0-20.24 20.24L0 480l4.69 4.69 92.89-92.89c-.66-2.56-1.57-5.03-1.57-7.8 0-17.67 14.33-32 32-32s32 14.33 32 32-14.33 32-32 32c-2.77 0-5.24-.91-7.8-1.57l-92.89 92.89L32 512l176.82-58.94a31.983 31.983 0 0 0 20.24-20.24l33.07-84.07-98.88-98.88-84.07 33.07zM369.25 28.32L186.14 227.81l97.85 97.85 199.49-183.11C568.4 67.48 443.73-55.94 369.25 28.32z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t2. Fill it out and sign it personally.\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6404af8 elementor-view-stacked elementor-position-inline-start elementor-mobile-position-inline-start elementor-shape-circle elementor-widget elementor-widget-icon-box\" data-id=\"6404af8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-envelope\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t3. Send the form to the address of the designated initiative committee\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7f7466f e-flex e-con-boxed e-con e-parent\" data-id=\"7f7466f\" data-element_type=\"container\" data-e-type=\"container\" id=\"dona\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d9333a1 elementor-widget elementor-widget-html\" data-id=\"d9333a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>Donation<\/title>\n  <style>\n    * {\n      box-sizing: border-box;\n    }\n\n    body {\n      margin: 0;\n      padding: 0;\n      font-family: Arial, sans-serif;\n      background-size: cover;\n    }\n\n    .container {\n      display: flex;\n      justify-content: flex-end;\n      padding: 50px 20px;\n    }\n\n    .donation-box {\n      background: rgba(255, 255, 255, 0.95);\n      width: 100%;\n      max-width: 400px;\n      padding: 30px;\n      border-radius: 10px;\n      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);\n      text-align: center;\n    }\n\n    .donation-box h2 {\n      margin-top: 0;\n      color: #1a1a1a;\n      font-size: 20px;\n    }\n\n    .donation-box p {\n      color: #333;\n      font-size: 15px;\n      margin-bottom: 20px;\n    }\n\n    .donation-options {\n      display: none;\n    }\n\n    .custom-amount {\n      display: none;\n    }\n\n    .twint-logo {\n      width: 100px;\n      margin: 10px auto 0;\n      display: block;\n    }\n\n    .qr-code {\n      width: 100%;\n      max-width: 250px;\n      margin: 0 auto 20px;\n      display: block;\n    }\n\n    .footer-info {\n      font-size: 13px;\n      color: #444;\n      margin-top: 30px;\n      line-height: 1.5;\n    }\n\n    @media screen and (max-width: 768px) {\n      .container {\n        justify-content: center;\n        padding: 30px 10px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <div class=\"container\">\n    <section class=\"donation-box\">\n      <h2>Support our initiative with a donation!<\/h2>\n\n      <form>\n        <div class=\"donation-options\">\n          <input type=\"radio\" id=\"amount60\" name=\"amount\" value=\"60\">\n          <label for=\"amount60\">CHF 60<\/label>\n\n          <input type=\"radio\" id=\"amount100\" name=\"amount\" value=\"100\">\n          <label for=\"amount100\">CHF 100<\/label>\n\n          <input type=\"radio\" id=\"amount160\" name=\"amount\" value=\"160\">\n          <label for=\"amount160\">CHF 160<\/label>\n\n          <input type=\"radio\" id=\"amount-other\" name=\"amount\" value=\"other\">\n          <label for=\"amount-other\">Other amount<\/label>\n        <\/div>\n\n        <input type=\"number\" class=\"custom-amount\" placeholder=\"CHF\" min=\"1\" \/>\n      <\/form>\n\n      <div class=\"footer-info\">\n        Committee for the Respect of International Law<br>\n        Via delle Scuole 3a <br>\n        6900 Paradiso<br>\n        IBAN CH 050 0774 0105 2036 7100<br>\n        BIC (SWIFT) GRKBCH2270A\n      <\/div>\n\n      <!-- Spacer + QR code + TWINT logo -->\n      <div style=\"margin-top: 20px;\"><\/div>\n      <img decoding=\"async\" src=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/09\/Twint-per-online.png\" alt=\"TWINT QR Code\" class=\"qr-code\" \/>\n      <img decoding=\"async\" src=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/09\/Logo-Twint.png\" alt=\"TWINT Logo\" class=\"twint-logo\" \/>\n    <\/section>\n  <\/div>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-70b401c e-flex e-con-boxed e-con e-parent\" data-id=\"70b401c\" data-element_type=\"container\" data-e-type=\"container\" id=\"form\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-176aa01 e-con-full e-flex e-con e-child\" data-id=\"176aa01\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-189ec4f e-con-full e-flex e-con e-child\" data-id=\"189ec4f\" data-element_type=\"container\" data-e-type=\"container\" id=\"form\">\n\t\t\t\t<div class=\"elementor-element elementor-element-80f9280 elementor-widget elementor-widget-image-box\" data-id=\"80f9280\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\">Do you wish to be contacted?<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-58d7740 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"58d7740\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"New Form\" aria-label=\"New Form\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"2452\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"58d7740\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Media Resources - Palestina SI\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"2452\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Full Name\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Email\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100\">\n\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"How would you like to help?\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">SEND<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3ebee46 e-con-full e-flex e-con e-child\" data-id=\"3ebee46\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f931bc9 e-flex e-con-boxed e-con e-parent\" data-id=\"f931bc9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a1f39cf e-con-full e-flex e-con e-child\" data-id=\"a1f39cf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-23406ef e-con-full e-flex e-con e-child\" data-id=\"23406ef\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d093d86 elementor-widget elementor-widget-image-box\" data-id=\"d093d86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h2 class=\"elementor-image-box-title\">Frequently asked questions (FAQ)<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-854d884 e-con-full e-flex e-con e-child\" data-id=\"854d884\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9c9bbb3 e-con-full e-flex e-con e-child\" data-id=\"9c9bbb3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-638522f elementor-widget elementor-widget-heading\" data-id=\"638522f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">01<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b628929 elementor-widget elementor-widget-image-box\" data-id=\"b628929\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Who can sign?<\/h3><p class=\"elementor-image-box-description\">All Swiss citizens with the right to vote at the federal level.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c5fd862 e-con-full e-flex e-con e-child\" data-id=\"c5fd862\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bef8af9 elementor-widget elementor-widget-heading\" data-id=\"bef8af9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">02<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-578d1a5 elementor-widget elementor-widget-image-box\" data-id=\"578d1a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Can I sign online?<\/h3><p class=\"elementor-image-box-description\">No. By law, it must be signed physically and sent by mail.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2d0d358 e-con-full e-flex e-con e-child\" data-id=\"2d0d358\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6f17282 e-con-full e-flex e-con e-child\" data-id=\"6f17282\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-10353aa elementor-widget elementor-widget-heading\" data-id=\"10353aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">03<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-454ab07 elementor-widget elementor-widget-image-box\" data-id=\"454ab07\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Serve una stampante?<\/h3><p class=\"elementor-image-box-description\">S\u00ec. Il modulo deve essere stampato e firmato a mano.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1370b28 e-con-full e-flex e-con e-child\" data-id=\"1370b28\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-60d4c86 elementor-widget elementor-widget-heading\" data-id=\"60d4c86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">04<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a51ee3a elementor-widget elementor-widget-image-box\" data-id=\"a51ee3a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Can I collect multiple signatures?<\/h3><p class=\"elementor-image-box-description\">Yes! Download multiple copies and invite friends, family, and neighbors.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c15b5a4 e-flex e-con-boxed e-con e-parent\" data-id=\"c15b5a4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-0c40cca e-con-full e-flex e-con e-child\" data-id=\"0c40cca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-296e01c e-con-full e-flex e-con e-child\" data-id=\"296e01c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-264ad20 elementor-widget elementor-widget-heading\" data-id=\"264ad20\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The International Recognition of Palestine<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9784273 elementor-widget elementor-widget-image\" data-id=\"9784273\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"453\" src=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/MAPA-EUROPA-02-4.jpg\" class=\"attachment-large size-large wp-image-2414\" alt=\"\" srcset=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/MAPA-EUROPA-02-4.jpg 960w, https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/MAPA-EUROPA-02-4-300x170.jpg 300w, https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/MAPA-EUROPA-02-4-768x434.jpg 768w, https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/MAPA-EUROPA-02-4-600x339.jpg 600w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d31c6ac e-con-full e-flex e-con e-child\" data-id=\"d31c6ac\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-865e758 elementor-widget elementor-widget-heading\" data-id=\"865e758\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The European Recognition of Palestine<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6551d66 elementor-widget elementor-widget-image\" data-id=\"6551d66\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/10\/Mesa-de-trabajo-1.jpg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-630d3ba e-flex e-con-boxed e-con e-parent\" data-id=\"630d3ba\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-0dc3337 e-con-full e-flex e-con e-child\" data-id=\"0dc3337\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4c0b886 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-heading\" data-id=\"4c0b886\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Promoting committee<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-74d0ac3 e-con-full e-flex e-con e-child\" data-id=\"74d0ac3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ba81bed elementor-widget elementor-widget-text-editor\" data-id=\"ba81bed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Who we are:<\/strong> A group of Swiss citizens committed to justice, peace, and the recognition of international law.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-90ff5af e-con-full e-flex e-con e-child\" data-id=\"90ff5af\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a395425 elementor-shape-circle e-grid-align-right e-grid-align-mobile-center elementor-grid-0 elementor-widget elementor-widget-social-icons\" data-id=\"a395425\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-9626f3d\" href=\"https:\/\/www.instagram.com\/palestina_si\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-308db03\" href=\"https:\/\/www.youtube.com\/@PalestinaSi\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Youtube<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-tiktok elementor-repeater-item-b810748\" href=\"https:\/\/www.tiktok.com\/@palestina_si\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Tiktok<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-tiktok\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Menu IT FR DE RM Press\/Media Resources Do you want to help? Make a donation Shop Instagram Youtube Tiktok FR DE RM EN Home Do you want to help? Make a donation Shop EN IT FR DE RM Instagram Youtube Tiktok Here you\u2019ll find official photos, videos, and documents to support your coverage of the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2452","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Media Resources - Palestina SI<\/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:\/\/palestinasi.ch\/it\/media-resources\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Media Resources - Palestina SI\" \/>\n<meta property=\"og:description\" content=\"Menu IT FR DE RM Press\/Media Resources Do you want to help? Make a donation Shop Instagram Youtube Tiktok FR DE RM EN Home Do you want to help? Make a donation Shop EN IT FR DE RM Instagram Youtube Tiktok Here you\u2019ll find official photos, videos, and documents to support your coverage of the [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/palestinasi.ch\/it\/media-resources\/\" \/>\n<meta property=\"og:site_name\" content=\"Palestina SI\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-26T03:24:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/05\/2x0iGaC20RXK3o2O2kwr5T9wfFI-02.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/palestinasi.ch\\\/it\\\/media-resources\\\/\",\"url\":\"https:\\\/\\\/palestinasi.ch\\\/it\\\/media-resources\\\/\",\"name\":\"Media Resources - Palestina SI\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/palestinasi.ch\\\/it\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/palestinasi.ch\\\/it\\\/media-resources\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/palestinasi.ch\\\/it\\\/media-resources\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/palestinasi.ch\\\/it\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/2x0iGaC20RXK3o2O2kwr5T9wfFI-02.png\",\"datePublished\":\"2025-10-13T15:51:47+00:00\",\"dateModified\":\"2025-12-26T03:24:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/palestinasi.ch\\\/it\\\/media-resources\\\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/palestinasi.ch\\\/it\\\/media-resources\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/palestinasi.ch\\\/it\\\/media-resources\\\/#primaryimage\",\"url\":\"https:\\\/\\\/palestinasi.ch\\\/it\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/2x0iGaC20RXK3o2O2kwr5T9wfFI-02.png\",\"contentUrl\":\"https:\\\/\\\/palestinasi.ch\\\/it\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/2x0iGaC20RXK3o2O2kwr5T9wfFI-02.png\",\"width\":1250,\"height\":460},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/palestinasi.ch\\\/it\\\/media-resources\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/palestinasi.ch\\\/it\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Media Resources\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/palestinasi.ch\\\/it\\\/#website\",\"url\":\"https:\\\/\\\/palestinasi.ch\\\/it\\\/\",\"name\":\"Palestina SI\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/palestinasi.ch\\\/it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Media Resources - Palestina SI","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:\/\/palestinasi.ch\/it\/media-resources\/","og_locale":"it_IT","og_type":"article","og_title":"Media Resources - Palestina SI","og_description":"Menu IT FR DE RM Press\/Media Resources Do you want to help? Make a donation Shop Instagram Youtube Tiktok FR DE RM EN Home Do you want to help? Make a donation Shop EN IT FR DE RM Instagram Youtube Tiktok Here you\u2019ll find official photos, videos, and documents to support your coverage of the [&hellip;]","og_url":"https:\/\/palestinasi.ch\/it\/media-resources\/","og_site_name":"Palestina SI","article_modified_time":"2025-12-26T03:24:20+00:00","og_image":[{"url":"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/05\/2x0iGaC20RXK3o2O2kwr5T9wfFI-02.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tempo di lettura stimato":"5 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/palestinasi.ch\/it\/media-resources\/","url":"https:\/\/palestinasi.ch\/it\/media-resources\/","name":"Media Resources - Palestina SI","isPartOf":{"@id":"https:\/\/palestinasi.ch\/it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/palestinasi.ch\/it\/media-resources\/#primaryimage"},"image":{"@id":"https:\/\/palestinasi.ch\/it\/media-resources\/#primaryimage"},"thumbnailUrl":"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/05\/2x0iGaC20RXK3o2O2kwr5T9wfFI-02.png","datePublished":"2025-10-13T15:51:47+00:00","dateModified":"2025-12-26T03:24:20+00:00","breadcrumb":{"@id":"https:\/\/palestinasi.ch\/it\/media-resources\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/palestinasi.ch\/it\/media-resources\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/palestinasi.ch\/it\/media-resources\/#primaryimage","url":"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/05\/2x0iGaC20RXK3o2O2kwr5T9wfFI-02.png","contentUrl":"https:\/\/palestinasi.ch\/it\/wp-content\/uploads\/2025\/05\/2x0iGaC20RXK3o2O2kwr5T9wfFI-02.png","width":1250,"height":460},{"@type":"BreadcrumbList","@id":"https:\/\/palestinasi.ch\/it\/media-resources\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/palestinasi.ch\/it\/"},{"@type":"ListItem","position":2,"name":"Media Resources"}]},{"@type":"WebSite","@id":"https:\/\/palestinasi.ch\/it\/#website","url":"https:\/\/palestinasi.ch\/it\/","name":"Palestina SI","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/palestinasi.ch\/it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/palestinasi.ch\/it\/wp-json\/wp\/v2\/pages\/2452","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/palestinasi.ch\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/palestinasi.ch\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/palestinasi.ch\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/palestinasi.ch\/it\/wp-json\/wp\/v2\/comments?post=2452"}],"version-history":[{"count":112,"href":"https:\/\/palestinasi.ch\/it\/wp-json\/wp\/v2\/pages\/2452\/revisions"}],"predecessor-version":[{"id":3804,"href":"https:\/\/palestinasi.ch\/it\/wp-json\/wp\/v2\/pages\/2452\/revisions\/3804"}],"wp:attachment":[{"href":"https:\/\/palestinasi.ch\/it\/wp-json\/wp\/v2\/media?parent=2452"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}