{"id":5208,"date":"2026-04-27T15:13:38","date_gmt":"2026-04-27T13:13:38","guid":{"rendered":"https:\/\/blb.mesdb15.com\/services\/"},"modified":"2026-04-30T12:47:31","modified_gmt":"2026-04-30T10:47:31","slug":"services","status":"publish","type":"page","link":"https:\/\/blb.mesdb15.com\/en\/services\/","title":{"rendered":"Services"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5208\" class=\"elementor elementor-5208 elementor-3459\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-11d6eb9 e-flex e-con-boxed e-con e-parent\" data-id=\"11d6eb9\" 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-3ff2a6f elementor-widget elementor-widget-heading\" data-id=\"3ff2a6f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Services<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-66007cd elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-html\" data-id=\"66007cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"servizi-inline-select\" id=\"serviziSelectContainer\">\n    <div class=\"select-trigger\" onclick=\"toggleServiziMenu()\">\n        <span id=\"selected-service-text\">Anxiety Disorders<\/span>\n        <svg class=\"chevron-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6 9L12 15L18 9\" stroke=\"#cab6b6\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n        <\/svg>\n    <\/div>\n\n    <div class=\"menu-dropdown\" id=\"menuDropdown\">\n        <div class=\"active-title-wrapper\">\n            <h2 id=\"overlay-current-title\">Anxiety Disorders<\/h2>\n        <\/div>\n        \n        <ul class=\"options-list\">\n            <li data-value=\"Anxiety Disorders\">Anxiety Disorders<\/li>\n            <li data-value=\"Eating disorders\">Eating disorders<\/li>\n            <li data-value=\"Sexual disorders\">Sexual disorders<\/li>\n            <li data-value=\"Depression and the grieving process\">Depression and the grieving process<\/li>\n            <li data-value=\"Personality Disorders\">Personality Disorders<\/li>\n            <li data-value=\"Relationship issues\">Relationship issues<\/li>\n            <li data-value=\"Issues in Childhood and Adolescence\">Issues in Childhood and Adolescence<\/li>\n            <li data-value=\"Performance freeze\">Performance freeze<\/li>\n            <li data-value=\"Addiction to new technologies\">Addiction to new technologies<\/li>\n            <li data-value=\"Coaching and personal growth\">Coaching and personal growth<\/li>\n        <\/ul>\n    <\/div>\n<\/div>\n\n<style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@400;500;600;700&display=swap');\n\n    .servizi-inline-select {\n        font-family: 'Cormorant Garamond', serif;\n        width: 100%;\n        max-width: 100%; \/* Si adatta alla colonna di Elementor *\/\n        position: relative; \/* Importante per il dropdown absolute *\/\n        z-index: 10; \/* Per stare sopra agli altri widget sotto *\/\n    }\n\n    \/* --- TRIGGER (Select chiusa) --- *\/\n    .select-trigger {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 12px 15px;\n        background: #F0E9E9;\n        border-radius: 25px;\n        cursor: pointer;\n        border: 1px solid #eee;\n        transition: all 0.3s ease;\n    }\n\n    .select-trigger span {\n        font-size: 18px;\n        color: #722F37;\n        font-weight: 500;\n        text-align: center;\n        width: 100%;\n    }\n\n    \/* --- DROPDOWN (Menu aperto) --- *\/\n    .menu-dropdown {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        display: none; \/* Nascosto *\/\n        border-radius: 20px;\n        overflow: hidden;\n        \n        \/* Tuo Gradiente *\/\n        background-color: transparent;\n        background-image: linear-gradient(180deg, #FFFDFD 0%, #FFFDFD66 100%);\n        backdrop-filter: blur(10px);\n        -webkit-backdrop-filter: blur(10px);\n        \n        box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n        z-index: 1000;\n        padding: 20px 0;\n    }\n\n    .servizi-inline-select.is-open .menu-dropdown {\n        display: block;\n    }\n\n    \/* Titolo interno al menu aperto *\/\n    .active-title-wrapper {\n        text-align: center;\n        padding: 10px 20px 20px;\n    }\n\n    .active-title-wrapper h2 {\n        font-size: 22px;\n        color: #722F37;\n        margin: 0;\n        font-weight: 700;\n    }\n\n    \/* --- LISTA VOCI --- *\/\n    .options-list {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n        overflow-y: visible;\n        height: auto;\n    }\n\n    .options-list li {\n        padding: 15px 25px;\n        font-size: 18px;\n        color: #722F37;\n        cursor: pointer;\n        text-align: center;\n        border-bottom: 1px solid rgba(114, 47, 55, 0.08); \/* Linea bordeaux\/grigia leggera *\/\n        transition: background 0.2s;\n    }\n\n    .options-list li:last-child {\n        border-bottom: none;\n    }\n\n    .options-list li:hover {\n        background-color: rgba(255, 255, 255, 0.4);\n        font-weight: 600;\n    }\n\n    \/* Chevron Animation *\/\n    .chevron-icon { transition: transform 0.3s; }\n    .servizi-inline-select.is-open .chevron-icon { transform: rotate(180deg); }\n\n    \/* Scrollbar sottile per la lista *\/\n    .options-list::-webkit-scrollbar { width: 4px; }\n    .options-list::-webkit-scrollbar-track { background: transparent; }\n    .options-list::-webkit-scrollbar-thumb { background: rgba(114, 47, 55, 0.2); border-radius: 10px; }\n<\/style>\n\n<script>\nfunction toggleServiziMenu() {\n    const container = document.getElementById('serviziSelectContainer');\n    container.classList.toggle('is-open');\n}\n\n\/\/ Funzione specifica per CHIUDERE il menu\nfunction closeServiziMenu() {\n    const container = document.getElementById('serviziSelectContainer');\n    container.classList.remove('is-open');\n}\n\ndocument.querySelectorAll('.options-list li').forEach(item => {\n    item.addEventListener('click', function(e) {\n        e.stopPropagation();\n        const selectedText = this.innerText.trim();\n        \n        \/\/ 1. Aggiorna i testi grafici\n        document.getElementById('selected-service-text').innerText = selectedText;\n        document.getElementById('overlay-current-title').innerText = selectedText;\n\n        \/\/ 2. LOGICA CLICK TAB ELEMENTOR\n        const allTabs = document.querySelectorAll('.e-n-tab-title-text');\n        allTabs.forEach(tabSpan => {\n            if (tabSpan.innerText.trim() === selectedText) {\n                \/\/ Cerchiamo il trigger del tab (bottone o contenitore del titolo)\n                const btn = tabSpan.closest('button') || tabSpan.closest('.e-n-tab-title');\n                if (btn) btn.click();\n            }\n        });\n\n        \/\/ 3. CHIUSURA MENU (esplicita e con delay per feedback visivo)\n        setTimeout(closeServiziMenu, 300);\n    });\n});\n\n\/\/ Chiudi se clicchi fuori dal widget\ndocument.addEventListener('click', function(e) {\n    const container = document.getElementById('serviziSelectContainer');\n    \/\/ Verifica se il click \u00e8 avvenuto fuori dal container\n    if (container && !container.contains(e.target)) {\n        closeServiziMenu();\n    }\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-df9efc4 e-n-tabs-mobile elementor-widget elementor-widget-n-tabs\" data-id=\"df9efc4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;horizontal_scroll&quot;:&quot;disable&quot;}\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"234483652\" aria-label=\"Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"e-n-tab-title-2344836521\" data-tab-title-id=\"e-n-tab-title-2344836521\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-2344836521\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tAnxiety Disorders\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-2344836522\" data-tab-title-id=\"e-n-tab-title-2344836522\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2344836522\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tEating disorders\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-2344836523\" data-tab-title-id=\"e-n-tab-title-2344836523\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2344836523\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tSexual disorders\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-2344836524\" data-tab-title-id=\"e-n-tab-title-2344836524\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2344836524\" style=\"--n-tabs-title-order: 4;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tDepression and the grieving process\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-2344836525\" data-tab-title-id=\"e-n-tab-title-2344836525\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2344836525\" style=\"--n-tabs-title-order: 5;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tPersonality Disorders\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-2344836526\" data-tab-title-id=\"e-n-tab-title-2344836526\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2344836526\" style=\"--n-tabs-title-order: 6;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tRelationship issues\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-2344836527\" data-tab-title-id=\"e-n-tab-title-2344836527\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"7\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2344836527\" style=\"--n-tabs-title-order: 7;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tIssues in Childhood and Adolescence\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-2344836528\" data-tab-title-id=\"e-n-tab-title-2344836528\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"8\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2344836528\" style=\"--n-tabs-title-order: 8;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tPerformance freeze\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-2344836529\" data-tab-title-id=\"e-n-tab-title-2344836529\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"9\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2344836529\" style=\"--n-tabs-title-order: 9;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tAddiction to new technologies\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-23448365210\" data-tab-title-id=\"e-n-tab-title-23448365210\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"10\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-23448365210\" style=\"--n-tabs-title-order: 10;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tCoaching and personal growth\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-2344836521 ansia\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-2344836521\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-20d2ffc e-flex e-con-boxed e-con e-child\" data-id=\"20d2ffc\" 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-5d2f900 e-con-full e-flex e-con e-child\" data-id=\"5d2f900\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-213fe3d animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"213fe3d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p style=\"color: black;\">Anxiety, in all its forms, is one of the most common yet most misunderstood mental health issues.<br>Those who suffer from it often feel misunderstood\u2014not only by those around them but also by themselves\u2014because they know full well that their fear is irrational, yet they cannot stop feeling it.<\/p><p style=\"color: black;\">Panic attacks, phobias, obsessions, thoughts that repeat endlessly, the body reacting before the mind even has time to process it: these are real experiences that limit daily life and feed on themselves precisely when you try to fight them.<\/p><p style=\"color: black;\">Brief Strategic Psychotherapy is particularly effective in treating anxiety disorders because it does not merely manage symptoms, but identifies and disrupts the mechanism that sustains them.<br>Each intervention is tailored to the specific nature of the problem and the individual: because no two anxiety disorders are alike, and no two solutions should be either.<\/p><p style=\"color: black;\">I specialize in:<\/p><ul style=\"color: black;\"><li><strong>Panic attacks with and without agoraphobia<\/strong><\/li><li><strong>Social phobia<\/strong><\/li><li><strong>Specific phobias<\/strong><\/li><li><strong>Post-traumatic stress disorder<\/strong><\/li><li><strong>Somatoform disorders (hypochondriasis, body dysmorphic disorder)<\/strong><\/li><li><strong>Obsessions and compulsions<\/strong><\/li><li><strong>Obsessive-paranoid disorders<\/strong><\/li><li><strong>Pathological doubt<\/strong><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-b68d8f0 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"b68d8f0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInLeft&quot;}\" href=\"https:\/\/blb.mesdb15.com\/dove-ricevo\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0cf5545 elementor-position-right elementor-vertical-align-middle elementor-widget__width-auto elementor-widget elementor-widget-image-box\" data-id=\"0cf5545\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img fetchpriority=\"high\" decoding=\"async\" width=\"256\" height=\"256\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/right-1-1.svg\" class=\"attachment-full size-full wp-image-5142\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Contact me<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b72e65c e-con-full e-flex e-con e-child\" data-id=\"b72e65c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-61dcd91 elementor-widget elementor-widget-image\" data-id=\"61dcd91\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"782\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-17-1024x1001.png\" class=\"attachment-large size-large wp-image-5147\" alt=\"disegno_pensiero\" srcset=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-17-1024x1001.png 1024w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-17-300x293.png 300w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-17-768x751.png 768w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-17-1536x1501.png 1536w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-17.png 1776w\" 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 class=\"elementor-element elementor-element-8cc2792 elementor-widget elementor-widget-spacer\" data-id=\"8cc2792\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/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 id=\"e-n-tab-content-2344836522 alimentari\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-2344836522\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\" elementor-element elementor-element-9506eaa e-flex e-con-boxed e-con e-child\" data-id=\"9506eaa\" 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-5afaf85 e-con-full e-flex e-con e-child\" data-id=\"5afaf85\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-383b2bc animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"383b2bc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p style=\"color: black;\">A relationship with food is never just about food.<br>Behind an eating disorder, there is almost always a complex relationship with oneself, with one\u2019s body, and with control\u2014or the loss of it.<\/p><p style=\"color: black;\">Whether it manifests as a refusal to eat, a cycle of bingeing and purging, or a compulsive relationship with the pleasure of eating, every eating disorder has a specific logic that underpins and fuels it. Recognizing this is the first step toward breaking free from its grip. <\/p><p style=\"color: black;\">Over time, Brief Strategic Psychotherapy has developed specific and effective protocols for treating eating disorders, capable of breaking the patterns that keep the problem going.<\/p><p style=\"color: black;\">An approach that doesn&#8217;t judge, but works methodically toward a concrete goal: to rediscover a free and peaceful relationship with food and with oneself.<\/p><p style=\"color: black;\">I specialize in:<\/p><ul style=\"color: black;\"><li><strong>Anorexia<\/strong><\/li><li><strong>Bulimia<\/strong><\/li><li><strong>Vomiting<\/strong><\/li><li><strong>Binge eating<\/strong><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-f5ae2d0 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"f5ae2d0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInLeft&quot;}\" href=\"https:\/\/blb.mesdb15.com\/dove-ricevo\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1e1d5cb elementor-position-right elementor-vertical-align-middle elementor-widget__width-auto elementor-widget elementor-widget-image-box\" data-id=\"1e1d5cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img fetchpriority=\"high\" decoding=\"async\" width=\"256\" height=\"256\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/right-1-1.svg\" class=\"attachment-full size-full wp-image-5142\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Contact me<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-167885e e-con-full e-flex e-con e-child\" data-id=\"167885e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e26b9f elementor-widget elementor-widget-image\" data-id=\"3e26b9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"1001\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-18-818x1024.png\" class=\"attachment-large size-large wp-image-5148\" alt=\"corpo_donna\" srcset=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-18-818x1024.png 818w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-18-240x300.png 240w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-18-768x962.png 768w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-18-1226x1536.png 1226w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-18.png 1600w\" 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 class=\"elementor-element elementor-element-323adf6 elementor-widget elementor-widget-spacer\" data-id=\"323adf6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/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 id=\"e-n-tab-content-2344836523\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-2344836523\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\" elementor-element elementor-element-0db129a e-flex e-con-boxed e-con e-child\" data-id=\"0db129a\" 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-05365d8 e-con-full e-flex e-con e-child\" data-id=\"05365d8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-22096c0 animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"22096c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p style=\"color: black;\">Sexual disorders are among the most difficult issues to bring up in therapy, not because they are the most complex to resolve, but because they are the hardest to talk about.<\/p><p style=\"color: black;\">The weight of silence, shame, and the feeling of being \u201cthe only ones\u201d facing that challenge often exacerbates the problem far more than the problem itself, triggering a vicious cycle in which anxiety about performance becomes the main obstacle.<\/p><p style=\"color: black;\">Brief Strategic Psychotherapy is effective in this area precisely because it addresses the disorder without judgment and without lengthy explorations of the past, focusing instead on the mechanism that keeps it active in the present.<\/p><p style=\"color: black;\">This journey is intimate, respectful, and focused on a specific goal: rediscovering a form of pleasure that is truly free and authentic.<\/p><p style=\"color: black;\">I specialize in:<\/p><ul style=\"color: black;\"><li><strong>Difficulty achieving an erection<\/strong><\/li><li><strong>Premature ejaculation<\/strong><\/li><li><strong>Vaginismus and dyspareunia<\/strong><\/li><li><strong>Desire Disorders<\/strong><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-c143cfb e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"c143cfb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInLeft&quot;}\" href=\"https:\/\/blb.mesdb15.com\/dove-ricevo\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0cc186c elementor-position-right elementor-vertical-align-middle elementor-widget__width-auto elementor-widget elementor-widget-image-box\" data-id=\"0cc186c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img fetchpriority=\"high\" decoding=\"async\" width=\"256\" height=\"256\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/right-1-1.svg\" class=\"attachment-full size-full wp-image-5142\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Contact me<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c5c7e0f e-con-full e-flex e-con e-child\" data-id=\"c5c7e0f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3dfe94b elementor-widget elementor-widget-image\" data-id=\"3dfe94b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"751\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-19-1024x961.png\" class=\"attachment-large size-large wp-image-5149\" alt=\"discussioni_coppia\" srcset=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-19-1024x961.png 1024w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-19-300x282.png 300w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-19-768x721.png 768w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-19-1536x1442.png 1536w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-19.png 1828w\" 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 class=\"elementor-element elementor-element-f59a08d elementor-widget elementor-widget-spacer\" data-id=\"f59a08d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/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 id=\"e-n-tab-content-2344836524\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-2344836524\" data-tab-index=\"4\" style=\"--n-tabs-title-order: 4;\" class=\" elementor-element elementor-element-59a685e e-flex e-con-boxed e-con e-child\" data-id=\"59a685e\" 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-a9df423 e-con-full e-flex e-con e-child\" data-id=\"a9df423\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c753da animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"7c753da\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p style=\"color: black\">Depression isn&#8217;t just sadness.\nIt&#8217;s something more subtle and more profound: a feeling of emptiness, of being disconnected from oneself and others, and a loss of the desire to act, feel, or hope.<\/p> \n\n<p style=\"color: black\">Those who experience it often struggle to even explain it, because from the outside everything may seem fine, yet something inside has died.<\/p>\n\n<p style=\"color: black\">The same applies to grief and significant losses: moments when the pain is real and legitimate, but which sometimes become a burden from which it seems impossible to recover. Working through depression and grief requires sensitivity, but also guidance. <\/p> \n\n<p style=\"color: black\">My approach goes beyond simply supporting someone through their pain; it helps them gradually reconnect with their inner resources, with the present moment, and with the real possibility of feeling better.\nIt\u2019s not about erasing the past, but about learning to carry it in a different way\u2014lighter, freer.<\/p>\n\n<p style=\"color: black\">I specialize in:<\/p>\n<ul style=\"color: black\">\n  <li><strong>Depression in its various forms<\/strong><\/li>\n  <li><strong>Coping with Grief and Significant Losses<\/strong><\/li>\n<\/ul>  \n\t\t\t\t\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-197b7ba e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"197b7ba\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInLeft&quot;}\" href=\"https:\/\/blb.mesdb15.com\/dove-ricevo\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0057f39 elementor-position-right elementor-vertical-align-middle elementor-widget__width-auto elementor-widget elementor-widget-image-box\" data-id=\"0057f39\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img fetchpriority=\"high\" decoding=\"async\" width=\"256\" height=\"256\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/right-1-1.svg\" class=\"attachment-full size-full wp-image-5142\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Contact me<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0dd026c e-con-full e-flex e-con e-child\" data-id=\"0dd026c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c29686b elementor-widget elementor-widget-image\" data-id=\"c29686b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"746\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-21-1024x955.png\" class=\"attachment-large size-large wp-image-5150\" alt=\"despressione_tristezza\" srcset=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-21-1024x955.png 1024w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-21-300x280.png 300w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-21-768x716.png 768w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-21-1536x1433.png 1536w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-21.png 1960w\" 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 class=\"elementor-element elementor-element-54d488f elementor-widget elementor-widget-spacer\" data-id=\"54d488f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/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 id=\"e-n-tab-content-2344836525\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-2344836525\" data-tab-index=\"5\" style=\"--n-tabs-title-order: 5;\" class=\" elementor-element elementor-element-e8543f9 e-flex e-con-boxed e-con e-child\" data-id=\"e8543f9\" 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-049c4d7 e-con-full e-flex e-con e-child\" data-id=\"049c4d7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eaaaa22 animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"eaaaa22\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p style=\"color: black\">Personality disorders are among the most complex conditions a person can face, not only for those who suffer from them, but also for those around them.<\/p> \n\n<p style=\"color: black\">These are deep-seated and rigid ways of perceiving oneself, others, and the world, which make relationships difficult, emotions hard to manage, and daily life often a source of great suffering.\nThose who experience them do not choose to behave that way: those patterns, however dysfunctional, are the only ones they know for navigating the world.<\/p>\n\n<p style=\"color: black\">Working with these conditions requires expertise, patience, and an approach that is both firm and compassionate.<\/p> \n\n<p style=\"color: black\">Brief Strategic Psychotherapy, even in its long-term applications, has developed effective tools for addressing even the most deeply rooted psychological disorders, guiding the individual step by step along a path of genuine and lasting change\u2014without forcing the process, yet never losing sight of the goal.<\/p>\n\n<p style=\"color: black\">I specialize in:<\/p>\n<ul style=\"color: black\">\n  <li><strong>Borderline personality disorder<\/strong><\/li>\n  <li><strong>Personality Disorders<\/strong><\/li>\n<\/ul>  \n\t\t\t\t\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-9922053 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"9922053\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInLeft&quot;}\" href=\"https:\/\/blb.mesdb15.com\/dove-ricevo\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-811fa60 elementor-position-right elementor-vertical-align-middle elementor-widget__width-auto elementor-widget elementor-widget-image-box\" data-id=\"811fa60\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img fetchpriority=\"high\" decoding=\"async\" width=\"256\" height=\"256\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/right-1-1.svg\" class=\"attachment-full size-full wp-image-5142\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Contact me<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d644a12 e-con-full e-flex e-con e-child\" data-id=\"d644a12\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fa1852e elementor-widget elementor-widget-image\" data-id=\"fa1852e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"670\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-23-1024x857.png\" class=\"attachment-large size-large wp-image-5151\" alt=\"personalita_multipla\" srcset=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-23-1024x857.png 1024w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-23-300x251.png 300w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-23-768x643.png 768w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-23-1536x1285.png 1536w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-23.png 1836w\" 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 class=\"elementor-element elementor-element-9476331 elementor-widget elementor-widget-spacer\" data-id=\"9476331\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/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 id=\"e-n-tab-content-2344836526\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-2344836526\" data-tab-index=\"6\" style=\"--n-tabs-title-order: 6;\" class=\" elementor-element elementor-element-302fe90 e-flex e-con-boxed e-con e-child\" data-id=\"302fe90\" 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-13d35bd e-con-full e-flex e-con e-child\" data-id=\"13d35bd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6472485 animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"6472485\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p style=\"color: black\">Relationships are the context in which we live, grow, and, at times, suffer the most.<\/p> \n\n<p style=\"color: black\">A recurring conflict in a relationship, a family dynamic that seems impossible to change, or difficulty asserting oneself in a professional or social setting: these are situations in which we often feel stuck, misunderstood, or simply exhausted from trying to find a balance that never seems to come.<\/p> \n\n<p style=\"color: black\">The problem, almost always, is not a lack of good will, but the fact that the solutions we try inadvertently continue to fuel the problem itself.<\/p>\n\n<p style=\"color: black\">Brief Strategic Psychotherapy views relationships as systems in which each element influences the others.<\/p>\n\n<p style=\"color: black\">Working on a relationship issue doesn\u2019t necessarily mean involving everyone involved: often, it\u2019s enough for just one person to change the way they react to significantly alter the entire dynamic.\nA practical approach that yields visible results right from the early stages of the process.<\/p>\n\n<p style=\"color: black\">I specialize in:<\/p>\n<ul style=\"color: black\">\n  <li><strong>Relationship problems<\/strong><\/li>\n  <li><strong>Family dynamics and parent-child relationships<\/strong><\/li>\n  <li><strong>Challenges in the workplace and in social settings<\/strong><\/li>\n<\/ul>  \n\t\t\t\t\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-5ac693e e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"5ac693e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInLeft&quot;}\" href=\"https:\/\/blb.mesdb15.com\/dove-ricevo\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0254e50 elementor-position-right elementor-vertical-align-middle elementor-widget__width-auto elementor-widget elementor-widget-image-box\" data-id=\"0254e50\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img fetchpriority=\"high\" decoding=\"async\" width=\"256\" height=\"256\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/right-1-1.svg\" class=\"attachment-full size-full wp-image-5142\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Contact me<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d4a6eda e-con-full e-flex e-con e-child\" data-id=\"d4a6eda\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-41dc9e4 elementor-widget elementor-widget-image\" data-id=\"41dc9e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"762\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-26-1024x975.png\" class=\"attachment-large size-large wp-image-5152\" alt=\"scambi_opinioni_relazione\" srcset=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-26-1024x975.png 1024w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-26-300x286.png 300w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-26-768x732.png 768w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-26-1536x1463.png 1536w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-26.png 1772w\" 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 class=\"elementor-element elementor-element-170f02f elementor-widget elementor-widget-spacer\" data-id=\"170f02f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/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 id=\"e-n-tab-content-2344836527\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-2344836527\" data-tab-index=\"7\" style=\"--n-tabs-title-order: 7;\" class=\" elementor-element elementor-element-fda65fe e-flex e-con-boxed e-con e-child\" data-id=\"fda65fe\" 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-662a0c5 e-con-full e-flex e-con e-child\" data-id=\"662a0c5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e88370 animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"5e88370\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p style=\"color: black\">Childhood and adolescence are stages of life in which everything changes rapidly: the body, relationships, and identity.<\/p> \n\n<p style=\"color: black\">It is precisely during these times of change that certain difficulties can become particularly pronounced, manifesting themselves as problematic behavior, social withdrawal, refusal to attend school, or an inability to manage emotions.<\/p> \n\n<p style=\"color: black\">Often, these signs point to a real distress that the child or teenager is not yet able to put into words, and which needs to be heard, understood, and addressed in the right way before it develops into something more difficult to resolve.<\/p>\n\n<p style=\"color: black\">Working with children and adolescents requires a flexible approach that can adapt to different contexts and, when necessary, involve the family and the school environment as well.<\/p> \n\n<p style=\"color: black\">We don\u2019t just address the symptoms; we focus on the network of relationships in which the child or adolescent is embedded, because that is where change becomes possible and lasting.<\/p>\n\n<p style=\"color: black\">I specialize in:<\/p>\n<ul style=\"color: black\">\n  <li><strong>Attention-Deficit\/Hyperactivity Disorder (ADHD)<\/strong><\/li>\n  <li><strong>Oppositional Defiant Disorder<\/strong><\/li>\n  <li><strong>Selective mutism<\/strong><\/li>\n  <li><strong>Avoidance Disorder<\/strong><\/li>\n  <li><strong>School phobia<\/strong><\/li>\n  <li><strong>Performance anxiety<\/strong><\/li>\n  <li><strong>Isolation Disorder<\/strong><\/li>\n<\/ul>  \n\t\t\t\t\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-905167f e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"905167f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInLeft&quot;}\" href=\"https:\/\/blb.mesdb15.com\/dove-ricevo\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-43c2510 elementor-position-right elementor-vertical-align-middle elementor-widget__width-auto elementor-widget elementor-widget-image-box\" data-id=\"43c2510\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img fetchpriority=\"high\" decoding=\"async\" width=\"256\" height=\"256\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/right-1-1.svg\" class=\"attachment-full size-full wp-image-5142\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Contact me<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2374cc2 e-con-full e-flex e-con e-child\" data-id=\"2374cc2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-70dd786 elementor-widget elementor-widget-image\" data-id=\"70dd786\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"798\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-28-1024x1022.png\" class=\"attachment-large size-large wp-image-5153\" alt=\"Childhood and adolescence\" srcset=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-28-1024x1022.png 1024w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-28-300x300.png 300w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-28-150x150.png 150w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-28-768x766.png 768w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-28-1536x1533.png 1536w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/elementor\/thumbs\/Group-28-rm58p5mxldjb1arqe6dbujj826w10vbvvpgl4ztiaw.png 100w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/elementor\/thumbs\/Group-28-rm58p5mx87wdjwbm2i3z7pvpqzmjfcd64631akocak.png 70w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-28.png 1844w\" 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 class=\"elementor-element elementor-element-2222b8f elementor-widget elementor-widget-spacer\" data-id=\"2222b8f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/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 id=\"e-n-tab-content-2344836528\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-2344836528\" data-tab-index=\"8\" style=\"--n-tabs-title-order: 8;\" class=\" elementor-element elementor-element-6315415 e-flex e-con-boxed e-con e-child\" data-id=\"6315415\" 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-c055c53 e-con-full e-flex e-con e-child\" data-id=\"c055c53\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-32350da animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"32350da\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p style=\"color: black;\">There are times when you have the skills, the preparation, and the motivation, yet something still goes wrong.<\/p><p style=\"color: black;\">The exam that goes wrong despite all your studying, the competition where your body doesn\u2019t respond the way it did in practice, the presentation where your mind goes blank, the creative project that grinds to a halt in front of a blank page.<br>Performance anxiety is one of the most frustrating forms of distress precisely because it strikes at the very moment you want to give your best, and often gets worse the more you try to force it.<\/p><p style=\"color: black;\">Brief Strategic Psychotherapy and strategic coaching are particularly effective tools in this area, because they address directly the mechanism that turns pressure into a mental block.<\/p><p style=\"color: black;\">It\u2019s not about \u201cwanting it more\u201d or \u201cbelieving in it\u201d; it\u2019s about breaking the vicious cycle that undermines your performance and developing a new way of approaching the situation\u2014one that\u2019s more fluid, more liberating, and closer to your true potential.<\/p><p style=\"color: black;\">I specialize in:<\/p><ul style=\"color: black;\"><li><strong>Academic underachievement<\/strong><\/li><li><strong>Blockage of athletic performance<\/strong><\/li><li><strong>Artistic performance ban<\/strong><\/li><li><strong>Work performance block<\/strong><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-c97808e e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"c97808e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInLeft&quot;}\" href=\"https:\/\/blb.mesdb15.com\/dove-ricevo\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-84712f8 elementor-position-right elementor-vertical-align-middle elementor-widget__width-auto elementor-widget elementor-widget-image-box\" data-id=\"84712f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img fetchpriority=\"high\" decoding=\"async\" width=\"256\" height=\"256\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/right-1-1.svg\" class=\"attachment-full size-full wp-image-5142\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Contact me<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-025fe8c e-con-full e-flex e-con e-child\" data-id=\"025fe8c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7ea9c36 elementor-widget elementor-widget-image\" data-id=\"7ea9c36\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"751\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-29-1024x961.png\" class=\"attachment-large size-large wp-image-5154\" alt=\"uomo_in_ginocchio\" srcset=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-29-1024x961.png 1024w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-29-300x281.png 300w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-29-768x720.png 768w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-29-1536x1441.png 1536w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-29.png 1744w\" 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 class=\"elementor-element elementor-element-1456c76 elementor-widget elementor-widget-spacer\" data-id=\"1456c76\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/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 id=\"e-n-tab-content-2344836529\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-2344836529\" data-tab-index=\"9\" style=\"--n-tabs-title-order: 9;\" class=\" elementor-element elementor-element-2a67647 e-flex e-con-boxed e-con e-child\" data-id=\"2a67647\" 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-cd5af12 e-con-full e-flex e-con e-child\" data-id=\"cd5af12\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e1d9c3c animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"e1d9c3c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p style=\"color: black\">The internet and new technologies have transformed the way we work, communicate, and live.<\/p> \n\n<p style=\"color: black\">But for some people, what starts out as a tool gradually becomes a trap: the compulsive need to always be connected, to check, consume, buy, or search online for something that never seems to be enough.<\/p> \n    \n<p style=\"color: black\">It\u2019s not a matter of a lack of willpower: digital addictions follow the same neurobiological and psychological mechanisms as other forms of addiction, and they feed on themselves precisely when you try to resist.<\/p>\n    \n<p style=\"color: black\">Recognizing the problem is the first step, but it\u2019s not enough. What\u2019s needed is a targeted intervention capable of breaking the compulsive cycle and restoring the person\u2019s control over their behavior\u2014and their life. <\/p> \n    \n<p style=\"color: black\">Strategic Brief Psychotherapy, thanks in part to the latest research on technology addiction, offers precise and effective tools for addressing these new forms of distress, which are becoming increasingly widespread yet are still too often underestimated.<\/p>\n\n<p style=\"color: black\">I specialize in:<\/p>\n<ul style=\"color: black\">\n  <li><strong>Information overload addiction<\/strong><\/li>\n  <li><strong>Online compulsive shopping<\/strong><\/li>\n  <li><strong>Compulsive online gambling and trading<\/strong><\/li>\n  <li><strong>Chat and Social Media Addiction<\/strong><\/li>\n  <li><strong>Cybersex addiction<\/strong><\/li>\n<\/ul>  \n\t\t\t\t\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-1bee622 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"1bee622\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInLeft&quot;}\" href=\"https:\/\/blb.mesdb15.com\/dove-ricevo\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c3830a elementor-position-right elementor-vertical-align-middle elementor-widget__width-auto elementor-widget elementor-widget-image-box\" data-id=\"7c3830a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img fetchpriority=\"high\" decoding=\"async\" width=\"256\" height=\"256\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/right-1-1.svg\" class=\"attachment-full size-full wp-image-5142\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Contact me<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c9a8511 e-con-full e-flex e-con e-child\" data-id=\"c9a8511\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c39c561 elementor-widget elementor-widget-image\" data-id=\"c39c561\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"691\" height=\"1024\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-31-691x1024.png\" class=\"attachment-large size-large wp-image-5155\" alt=\"internet_nuove_tecnologie\" srcset=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-31-691x1024.png 691w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-31-202x300.png 202w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-31-768x1138.png 768w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-31-1037x1536.png 1037w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-31.png 1212w\" sizes=\"(max-width: 691px) 100vw, 691px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-738f57f elementor-widget elementor-widget-spacer\" data-id=\"738f57f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/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 id=\"e-n-tab-content-23448365210\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-23448365210\" data-tab-index=\"10\" style=\"--n-tabs-title-order: 10;\" class=\" elementor-element elementor-element-c5de09c e-flex e-con-boxed e-con e-child\" data-id=\"c5de09c\" 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-55cde96 e-con-full e-flex e-con e-child\" data-id=\"55cde96\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b601c41 animated-fast elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"b601c41\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p style=\"color: black\">People don\u2019t always seek help because they\u2019re feeling down.\nSometimes they seek help because they want more\u2014from their career, from their relationships, from themselves.<\/p> \n    \n<p style=\"color: black\">Strategic coaching is not designed to solve a clinical problem, but to help those who already possess the right resources to free them from the mental blocks, confusion, or lack of direction that prevent them from reaching their full potential.<\/p> \n    \n<p style=\"color: black\">This is a journey for those who know where they want to go but can\u2019t seem to get there, or for those who feel that something could work better but aren\u2019t sure what.<\/p>\n    \n<p style=\"color: black\">My approach to coaching is the same as the one I bring to therapy: precise, pragmatic, and tailored to the specific person in front of me.\nNo cookie-cutter templates, no abstract goals. Just concrete, results-oriented work that starts where you are now and builds the most effective path to get you where you want to be. <\/p>\n\n<p style=\"color: black\">I specialize in:<\/p>\n<ul style=\"color: black\">\n  <li><strong>Coaching for Personal Goals<\/strong><\/li>\n  <li><strong>Coaching for Professional Growth<\/strong><\/li>\n  <li><strong>Performance Coaching<\/strong><\/li>\n<\/ul>  \n\t\t\t\t\t\t\t\t<\/div>\n\t\t<a class=\"elementor-element elementor-element-cf948c6 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"cf948c6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;slideInLeft&quot;}\" href=\"https:\/\/blb.mesdb15.com\/dove-ricevo\/\">\n\t\t\t\t<div class=\"elementor-element elementor-element-389ccec elementor-position-right elementor-vertical-align-middle elementor-widget__width-auto elementor-widget elementor-widget-image-box\" data-id=\"389ccec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img fetchpriority=\"high\" decoding=\"async\" width=\"256\" height=\"256\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/right-1-1.svg\" class=\"attachment-full size-full wp-image-5142\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Contact me<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-eed1576 e-con-full e-flex e-con e-child\" data-id=\"eed1576\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-773f89a elementor-widget elementor-widget-image\" data-id=\"773f89a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"755\" src=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-36-1024x966.png\" class=\"attachment-large size-large wp-image-5156\" alt=\"donna_sale_scale\" srcset=\"https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-36-1024x966.png 1024w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-36-300x283.png 300w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-36-768x725.png 768w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-36-1536x1449.png 1536w, https:\/\/blb.mesdb15.com\/wp-content\/uploads\/2026\/04\/Group-36.png 1768w\" 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 class=\"elementor-element elementor-element-bf0637f elementor-widget elementor-widget-spacer\" data-id=\"bf0637f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/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\t\t\t<\/div>\n\t\t<\/div>\n\t\t\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>Services Anxiety Disorders Anxiety Disorders Anxiety Disorders Eating disorders Sexual disorders Depression and the grieving process Personality Disorders Relationship issues Issues in Childhood and Adolescence Performance freeze Addiction to new technologies Coaching e crescita personale Anxiety Disorders Eating disorders Sexual disorders Depression and the grieving process Personality Disorders Relationship issues Issues in Childhood and Adolescence [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":2,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-5208","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/blb.mesdb15.com\/en\/wp-json\/wp\/v2\/pages\/5208","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blb.mesdb15.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/blb.mesdb15.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/blb.mesdb15.com\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/blb.mesdb15.com\/en\/wp-json\/wp\/v2\/comments?post=5208"}],"version-history":[{"count":21,"href":"https:\/\/blb.mesdb15.com\/en\/wp-json\/wp\/v2\/pages\/5208\/revisions"}],"predecessor-version":[{"id":6727,"href":"https:\/\/blb.mesdb15.com\/en\/wp-json\/wp\/v2\/pages\/5208\/revisions\/6727"}],"wp:attachment":[{"href":"https:\/\/blb.mesdb15.com\/en\/wp-json\/wp\/v2\/media?parent=5208"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}