{"id":9633,"date":"2022-11-10T11:14:47","date_gmt":"2022-11-10T10:14:47","guid":{"rendered":"https:\/\/www.romecityinstitute.com\/?page_id=9633"},"modified":"2024-07-02T13:57:07","modified_gmt":"2024-07-02T11:57:07","slug":"team","status":"publish","type":"page","link":"https:\/\/www.romecityinstitute.com\/it\/team\/","title":{"rendered":"Team"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"9633\" class=\"elementor elementor-9633\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2f71b4be elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2f71b4be\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-16192a3a\" data-id=\"16192a3a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6fdec82f elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"6fdec82f\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Il nostro team.<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-27027234 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"27027234\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Nato per guidare il gioco.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-645ea952 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"645ea952\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Al Rome City Institute, la nostra passione \u00e8 creare storie di successo. La nostra pi\u00f9 grande soddisfazione \u00e8 dare a giovani eccellenti l&#039;opportunit\u00e0 di vivere un&#039;esperienza internazionale senza pari.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-91667ce animated-slow elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"91667ce\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_mobile&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:500}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-70ef272f\" data-id=\"70ef272f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-60841b05 elementor-widget elementor-widget-shortcode\" data-id=\"60841b05\" data-element_type=\"widget\" id=\"team\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t\t<script>\n\t   \/*\n\nFiltro Shortcode\n\n*\/\n\ndocument.addEventListener('DOMContentLoaded',function(){\n                filterSelection(\"all\");\n\t\t\t\t\n            });\n\t\t\t\nfunction filterSelection(c) {\n\tvar x, i;\n\tx = document.getElementsByClassName(\"elementor-post\");\n\n\tif (c == \"all\") {\n        for (i = 0; i < x.length; i++) {\n            \/\/ Check if the element has the class \"undergraduate\"\n            if (x[i].querySelector(\".Hide_From_All\")) {\n                \/\/ Remove the \"show\" class\n                w3RemoveClass(x[i], \"show\");\n            } else {\n                \/\/ Add the \"show\" class for other elements\n                w3AddClass(x[i], \"show\");\n            }\n        }\n    } else {\n        for (i = 0; i < x.length; i++) {\n            w3RemoveClass(x[i], \"show\");\n            if (x[i].className.indexOf(c) > -1) w3AddClass(x[i], \"show\");\n        }\n    }\n\tvar resizeEvent = new Event('resize');\n\twindow.dispatchEvent(resizeEvent);\n}\nfunction w3AddClass(element, name) {\n\tvar i, arr1, arr2;\n\tarr1 = element.className.split(\" \");\n\tarr2 = name.split(\" \");\n\tfor (i = 0; i < arr2.length; i++) {\n\t\tif (arr1.indexOf(arr2[i]) == -1) {element.className += \" \" + arr2[i];}\n\t}\n}\nfunction w3RemoveClass(element, name) {\n\tvar i, arr1, arr2;\n\tarr1 = element.className.split(\" \");\n\tarr2 = name.split(\" \");\n\tfor (i = 0; i < arr2.length; i++) {\n\t\twhile (arr1.indexOf(arr2[i]) > -1) {\n\t\t\tarr1.splice(arr1.indexOf(arr2[i]), 1);\n\t\t}\n\t}\n\telement.className = arr1.join(\" \");\n}\n\n\/\/ Add active class to the current button (highlight it)\nvar btnContainer = document.getElementById(\"filter-category\");\nvar btns = btnContainer.getElementsByClassName(\"filter-btn\");\nvar i;\nfor (i=0; i < btns.length; i++) {\t\n\tbtns[i].addEventListener(\"click\", function(){\n\t\tvar current = document.getElementsByClassName(\"active\");\n\t\tcurrent[0].className = current[0].className.replace(\" active\", \"\");\n\t\tthis.className += \" active\";\n\t});\n}\n\n\t<\/script>\n\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-49a6e13e animated-slow elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"49a6e13e\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_mobile&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:1000}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-133720b\" data-id=\"133720b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-337b84f8 elementor-posts--align-center elementor-grid-tablet_extra-2 elementor-grid-tablet-1 elementor-grid-mobile_extra-1 filtro elementor-grid-4 elementor-posts--thumbnail-top elementor-grid-mobile-1 elementor-widget elementor-widget-posts\" data-id=\"337b84f8\" data-element_type=\"widget\" data-settings=\"{&quot;custom_columns_tablet_extra&quot;:&quot;2&quot;,&quot;custom_columns_tablet&quot;:&quot;1&quot;,&quot;custom_columns_mobile_extra&quot;:&quot;1&quot;,&quot;custom_columns&quot;:&quot;4&quot;,&quot;custom_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:40,&quot;sizes&quot;:[]},&quot;custom_columns_mobile&quot;:&quot;1&quot;,&quot;custom_row_gap_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;custom_row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;custom_row_gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;custom_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;custom_row_gap_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;custom_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"posts.custom\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t      <div class=\"ecs-posts elementor-posts-container elementor-posts   elementor-grid elementor-posts--skin-custom\" data-settings=\"{&quot;current_page&quot;:1,&quot;max_num_pages&quot;:1,&quot;load_method&quot;:&quot;&quot;,&quot;widget_id&quot;:&quot;337b84f8&quot;,&quot;post_id&quot;:9633,&quot;theme_id&quot;:9633,&quot;change_url&quot;:false,&quot;reinit_js&quot;:false}\">\n      \t\t<article id=\"post-76619\" class=\"elementor-post elementor-grid-item ecs-post-loop post-76619 team type-team status-publish has-post-thumbnail hentry dipartimento-board\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-76619 team type-team status-publish has-post-thumbnail hentry dipartimento-board\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-76619 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-76619 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/07\/Stefano-Radio-puhyq6ir5tkgko27tjsbtc2gmhv4d3burzh4ee3j68.jpg\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Stefano Radio<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Presidente<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-76633\" class=\"elementor-post elementor-grid-item ecs-post-loop post-76633 team type-team status-publish has-post-thumbnail hentry dipartimento-board\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-76633 team type-team status-publish has-post-thumbnail hentry dipartimento-board\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-76633 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-76633 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/07\/Giorgio-Antongirolami-puhyr3f3t0thv0qfhg09qlrlezcyuhygkib472qr4g.jpg\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Giorgio Antongirolami<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Presidente<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-76636\" class=\"elementor-post elementor-grid-item ecs-post-loop post-76636 team type-team status-publish has-post-thumbnail hentry dipartimento-board\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-76636 team type-team status-publish has-post-thumbnail hentry dipartimento-board\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-76636 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-76636 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/07\/Paolo-Scoppola-puhyp5v1ra69zvjgrlxvm3bhggvt0wabmy16ollvww.jpg\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Paolo Scoppola<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Preside della vita studentesca e CFO<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-81589\" class=\"elementor-post elementor-grid-item ecs-post-loop post-81589 team type-team status-publish has-post-thumbnail hentry dipartimento-board\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-81589 team type-team status-publish has-post-thumbnail hentry dipartimento-board\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-81589 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-81589 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/07\/Gianluca-Bottoni-puhyqypwuun28yx98vz4w4yag204s0fsvv1osoxpzk.jpg\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Gianluca Bottoni<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Direttore delle ammissioni<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-77351\" class=\"elementor-post elementor-grid-item ecs-post-loop post-77351 team type-team status-publish has-post-thumbnail hentry dipartimento-student-life\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-77351 team type-team status-publish has-post-thumbnail hentry dipartimento-student-life\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-77351 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-77351 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/08\/Untitled-design-38.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Antonio Cincotta<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Direttore accademico e professore<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-77361\" class=\"elementor-post elementor-grid-item ecs-post-loop post-77361 team type-team status-publish has-post-thumbnail hentry dipartimento-student-life\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-77361 team type-team status-publish has-post-thumbnail hentry dipartimento-student-life\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-77361 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-77361 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/08\/Untitled-design-14.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Francesco Castiglione<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Preside del Successo Studentesco e Professore di Metodologia Sportiva<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-82719\" class=\"elementor-post elementor-grid-item ecs-post-loop post-82719 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-82719 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-82719 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-82719 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/07\/Untitled-design-47.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Mauro Girini<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Direttore di atletica<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-83867\" class=\"elementor-post elementor-grid-item ecs-post-loop post-83867 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-83867 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-83867 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-83867 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2023\/06\/Marco-Montini-scaled.jpg\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Marco Montini<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Responsabile delle prestazioni e professore \u2013 Scienze dello sport<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-82723\" class=\"elementor-post elementor-grid-item ecs-post-loop post-82723 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-82723 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-82723 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-82723 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/07\/Angela-Adamoli-puhyrqx2jvpnx9sao85xyxu49m556xjqzqm96zrwsw.jpg\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Angela Adamoli<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Allenatore di pallacanestro femminile e maschile<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-83980\" class=\"elementor-post elementor-grid-item ecs-post-loop post-83980 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-83980 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-83980 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-83980 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2023\/07\/Untitled-design-85.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Cristiano Viotti<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Responsabile dei portieri<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-82724\" class=\"elementor-post elementor-grid-item ecs-post-loop post-82724 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-82724 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-82724 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-82724 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/07\/Untitled-design-40.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">\u0110or\u0111e Novakovic<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Allenatore capo di pallavolo<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-82725\" class=\"elementor-post elementor-grid-item ecs-post-loop post-82725 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-82725 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-82725 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-82725 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/07\/Paolo-Merignolo.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Fabio Merignolo<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Allenatore di tennis maschile e femminile<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-82729\" class=\"elementor-post elementor-grid-item ecs-post-loop post-82729 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-82729 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-82729 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-82729 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/07\/Untitled-design-47-1.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Michael Pongetti<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Allenatore capo di lacrosse<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-83862\" class=\"elementor-post elementor-grid-item ecs-post-loop post-83862 team type-team status-publish has-post-thumbnail hentry dipartimento-student-life\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-83862 team type-team status-publish has-post-thumbnail hentry dipartimento-student-life\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-83862 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-83862 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/07\/Untitled-design-51.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Alice Genna<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Direttore degli Affari Accademici<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-87700\" class=\"elementor-post elementor-grid-item ecs-post-loop post-87700 team type-team status-publish has-post-thumbnail hentry\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-87700 team type-team status-publish has-post-thumbnail hentry\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-87700 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-87700 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2024\/10\/Untitled-design-52.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Federico Luciano<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Direttore associato per gli affari accademici<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-77405\" class=\"elementor-post elementor-grid-item ecs-post-loop post-77405 team type-team status-publish has-post-thumbnail hentry dipartimento-student-life\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-77405 team type-team status-publish has-post-thumbnail hentry dipartimento-student-life\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-77405 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-77405 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/07\/Cristiana-Pedulla-Director-of-Sports-Legal-Affairs-puf2f43ulj5xd0i7rwg0cevo2s4172z1i4ncevrufk.jpg\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Cristiana Pedulla<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Direttore degli Affari Legali<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-77406\" class=\"elementor-post elementor-grid-item ecs-post-loop post-77406 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics dipartimento-student-life\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-77406 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics dipartimento-student-life\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-77406 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-77406 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/07\/Untitled-design-63.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Riccardo Demuro<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Direttore associato di atletica e vita studentesca<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-87698\" class=\"elementor-post elementor-grid-item ecs-post-loop post-87698 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics dipartimento-student-life\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-87698 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics dipartimento-student-life\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-87698 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-87698 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2024\/10\/Untitled-design-51.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Federico Pasqualoni<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Direttore atletico associato e sviluppo degli studenti<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-77407\" class=\"elementor-post elementor-grid-item ecs-post-loop post-77407 team type-team status-publish has-post-thumbnail hentry dipartimento-student-life\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-77407 team type-team status-publish has-post-thumbnail hentry dipartimento-student-life\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-77407 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-77407 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/07\/Daniel-Arreguin-Student-Life-Manager-puf2f9qvqjdnaoa0uyvrrdgfn3c8h9lfiwk9ajjhe8.jpg\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Daniele Arreguin<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Responsabile della vita studentesca<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-77408\" class=\"elementor-post elementor-grid-item ecs-post-loop post-77408 team type-team status-publish has-post-thumbnail hentry dipartimento-student-life\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-77408 team type-team status-publish has-post-thumbnail hentry dipartimento-student-life\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-77408 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-77408 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/07\/Claudio-Ciferri-puhyqd3mhntgtxsnr4mpsseos6youz1z4w1irbtryo.jpg\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Claudio Ciferri<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Direttore del Club Placement &amp; Housing<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-77409\" class=\"elementor-post elementor-grid-item ecs-post-loop post-77409 team type-team status-publish has-post-thumbnail hentry dipartimento-student-life\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-77409 team type-team status-publish has-post-thumbnail hentry dipartimento-student-life\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-77409 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-77409 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/07\/Yovana-Gonzales-puhyqaa3x5plv3wr7leu3b4b01cl7vqs4i32bhxyhc.jpg\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Yovana Gonzalez<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Direttore degli aiuti finanziari<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-77410\" class=\"elementor-post elementor-grid-item ecs-post-loop post-77410 team type-team status-publish has-post-thumbnail hentry dipartimento-student-life\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-77410 team type-team status-publish has-post-thumbnail hentry dipartimento-student-life\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-77410 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-77410 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/07\/Martina-Capraro-puhyorrgwrmz5q3y1xuh2ovkjotatfqcl08whg6si8.jpg\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Martina Capraro<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Responsabile finanziario<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-77412\" class=\"elementor-post elementor-grid-item ecs-post-loop post-77412 team type-team status-publish has-post-thumbnail hentry dipartimento-admission\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-77412 team type-team status-publish has-post-thumbnail hentry dipartimento-admission\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-77412 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-77412 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/07\/Lorenzo-Cocchia-puhyrla1evhxzm0hl5q6jz9cpawxwqxcyypcbc09u8.jpg\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Lorenzo Cocchia<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Direttore associato delle ammissioni<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-77795\" class=\"elementor-post elementor-grid-item ecs-post-loop post-77795 team type-team status-publish has-post-thumbnail hentry dipartimento-admission\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-77795 team type-team status-publish has-post-thumbnail hentry dipartimento-admission\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-77795 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-77795 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/07\/Giorgio-Scarpecci-puhyr924y117soi8kig15kcczal64okula812qie34.jpg\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Giorgio Scarpecci<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Direttore associato delle ammissioni<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-83869\" class=\"elementor-post elementor-grid-item ecs-post-loop post-83869 team type-team status-publish has-post-thumbnail hentry dipartimento-admission\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-83869 team type-team status-publish has-post-thumbnail hentry dipartimento-admission\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-83869 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-83869 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2023\/06\/Corentin-Diverres-scaled.jpg\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Correntin Diverres<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Direttore associato delle ammissioni<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-83871\" class=\"elementor-post elementor-grid-item ecs-post-loop post-83871 team type-team status-publish has-post-thumbnail hentry dipartimento-admission\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-83871 team type-team status-publish has-post-thumbnail hentry dipartimento-admission\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-83871 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-83871 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2023\/06\/Felipe-Melo-scaled.jpg\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Felipe Melo<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Sviluppo aziendale in Brasile e reclutamento<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-77909\" class=\"elementor-post elementor-grid-item ecs-post-loop post-77909 team type-team status-publish has-post-thumbnail hentry dipartimento-admission\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-77909 team type-team status-publish has-post-thumbnail hentry dipartimento-admission\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-77909 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-77909 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/07\/Stefano-Putignano-puhyq2reehfba87ofi5tjd0m8ydniawxfgv6ha93v4.jpg\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Stefano Putignano<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Consulente per l&#039;ammissione in Sud America<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-81598\" class=\"elementor-post elementor-grid-item ecs-post-loop post-81598 team type-team status-publish has-post-thumbnail hentry dipartimento-media\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-81598 team type-team status-publish has-post-thumbnail hentry dipartimento-media\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-81598 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-81598 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/07\/Ryan-McNeal-puhzibsrt83k8b6dgps5h8dczv4sut2hzaqjqod4uo.jpg\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Ryan McNeal<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Responsabile dei social media<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-81599\" class=\"elementor-post elementor-grid-item ecs-post-loop post-81599 team type-team status-publish has-post-thumbnail hentry dipartimento-media\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-81599 team type-team status-publish has-post-thumbnail hentry dipartimento-media\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-81599 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-81599 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/07\/Robert-Mariottini-puhyp9meimbfabe05nkdw2dbu0d9vop8zgn4lpgb80.jpg\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Roberto Mariottini<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Responsabile dei contenuti strategici<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-81600\" class=\"elementor-post elementor-grid-item ecs-post-loop post-81600 team type-team status-publish has-post-thumbnail hentry dipartimento-media\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-81600 team type-team status-publish has-post-thumbnail hentry dipartimento-media\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-81600 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-81600 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/07\/Matteo-Marini-puhyoycc8lvzezudziov257spdwvbbggxwtaudx1ao.jpg\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Matteo Marini<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Videomaker<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-77414\" class=\"elementor-post elementor-grid-item ecs-post-loop post-77414 team type-team status-publish has-post-thumbnail hentry dipartimento-media\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-77414 team type-team status-publish has-post-thumbnail hentry dipartimento-media\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-77414 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-77414 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/07\/Jenny-Hjohlman-puhyrhionjcsp65y743oa07ibrfh1yifmg3ee85uj4.jpg\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Jenny Hjohlman<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Grafico<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-87726\" class=\"elementor-post elementor-grid-item ecs-post-loop post-87726 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-87726 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-87726 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-87726 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2024\/10\/Untitled-design-59.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Simone Formica<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Allenatore di calcio maschile<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-87722\" class=\"elementor-post elementor-grid-item ecs-post-loop post-87722 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-87722 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-87722 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-87722 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2024\/10\/Untitled-design-58-1.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Jacopo Badia<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Allenatore di calcio maschile<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-87717\" class=\"elementor-post elementor-grid-item ecs-post-loop post-87717 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-87717 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-87717 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-87717 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2024\/10\/Untitled-design-57.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Michele Lo Surdo<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Allenatore di calcio maschile<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-87711\" class=\"elementor-post elementor-grid-item ecs-post-loop post-87711 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-87711 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-87711 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-87711 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2024\/10\/Untitled-design-56.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Nicola Cicchetti<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Allenatore di calcio maschile<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-87702\" class=\"elementor-post elementor-grid-item ecs-post-loop post-87702 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-87702 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-87702 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-87702 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2024\/10\/Untitled-design-54.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Carmen Acedo<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Allenatore capo di calcio femminile<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-84281\" class=\"elementor-post elementor-grid-item ecs-post-loop post-84281 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-84281 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-84281 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-84281 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2023\/08\/Enzo-Corso.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Enzo Corso<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Allenatore capo di hockey su prato femminile e maschile<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-82730\" class=\"elementor-post elementor-grid-item ecs-post-loop post-82730 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-82730 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-82730 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-82730 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/07\/Mauro-Berardi.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Mauro Berardi<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Allenatore di atletica leggera<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-84316\" class=\"elementor-post elementor-grid-item ecs-post-loop post-84316 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-84316 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-84316 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-84316 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2023\/09\/RT.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Reka Orsi Toth<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Allenatore capo di beach volley<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-84308\" class=\"elementor-post elementor-grid-item ecs-post-loop post-84308 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-84308 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-84308 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-84308 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/03\/Untitled-design-21.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Otto Taylor<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Assistente allenatore di basket<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-87696\" class=\"elementor-post elementor-grid-item ecs-post-loop post-87696 team type-team status-publish has-post-thumbnail hentry dipartimento-admission\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-87696 team type-team status-publish has-post-thumbnail hentry dipartimento-admission\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-87696 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-87696 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2024\/10\/Untitled-design-48.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Viki Lederer<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Consulente per le ammissioni<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-87693\" class=\"elementor-post elementor-grid-item ecs-post-loop post-87693 team type-team status-publish has-post-thumbnail hentry dipartimento-admission\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-87693 team type-team status-publish has-post-thumbnail hentry dipartimento-admission\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-87693 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-87693 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2024\/10\/Untitled-design-44.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Carmen Bernardis<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Consulente per le ammissioni<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-84276\" class=\"elementor-post elementor-grid-item ecs-post-loop post-84276 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-84276 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-84276 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-84276 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2023\/08\/WhatsApp-Image-2023-08-28-at-16.22.25.jpeg\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Caterina Coughlin<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Assistente allenatore di nuoto<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-84275\" class=\"elementor-post elementor-grid-item ecs-post-loop post-84275 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-84275 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-84275 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-84275 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2023\/08\/2.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Fabrizio Scimonelli<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Allenatore di nuoto femminile e maschile<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-83865\" class=\"elementor-post elementor-grid-item ecs-post-loop post-83865 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-83865 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-83865 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-83865 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2023\/06\/Untitled-design-52.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Francesco Gaffi<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Allenatore dei portieri maschili e femminili<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-83873\" class=\"elementor-post elementor-grid-item ecs-post-loop post-83873 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-83873 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-83873 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-83873 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2023\/06\/Untitled-design-54.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Andrea Sicardi<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Preparatore atletico e preparatore atletico<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-84384\" class=\"elementor-post elementor-grid-item ecs-post-loop post-84384 team type-team status-publish has-post-thumbnail hentry dipartimento-admission\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-84384 team type-team status-publish has-post-thumbnail hentry dipartimento-admission\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-84384 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-84384 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2023\/09\/staf.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Natalie Honzovicova<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Consulente per l&#039;ammissione<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article id=\"post-84338\" class=\"elementor-post elementor-grid-item ecs-post-loop post-84338 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\">\n\t\t\t\t<div data-elementor-type=\"loop\" data-elementor-id=\"81583\" class=\"elementor elementor-81583 post-84338 team type-team status-publish has-post-thumbnail hentry dipartimento-athletics\" data-elementor-post-type=\"elementor_library\">\n\t\t\t<style>#post-84338 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf:not(.elementor-motion-effects-element-type-background), #post-84338 .elementor-81583 .elementor-element.elementor-element-7d7fe5cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image: url(\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2023\/09\/WP.png\");}<\/style>\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7d7fe5cf elementor-section-height-min-height elementor-section-content-bottom   team  elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"7d7fe5cf\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29e8788 Show_From_All\" data-id=\"29e8788\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-61f945e0 elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"61f945e0\" data-element_type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Andrea Scimonelli<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fccc772 elementor-widget elementor-widget-theme-post-content\" data-id=\"6fccc772\" data-element_type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t<p>Allenatore capo di pallanuoto<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Our team. Born to Lead the Game. At Rome City Institute, our passion is creating successful stories. Our greatest satisfaction is giving excellent young people the opportunity to enjoy an international experience unlike any other.<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-9633","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Team - Rome City Institute<\/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:\/\/www.romecityinstitute.com\/it\/team\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Team - Rome City Institute\" \/>\n<meta property=\"og:description\" content=\"Our team. Born to Lead the Game. At Rome City Institute, our passion is creating successful stories. Our greatest satisfaction is giving excellent young people the opportunity to enjoy an international experience unlike any other.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.romecityinstitute.com\/it\/team\/\" \/>\n<meta property=\"og:site_name\" content=\"Rome City Institute\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/OfficialRomeCity\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-02T11:57:07+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@RomeCityInst\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.romecityinstitute.com\/team\/\",\"url\":\"https:\/\/www.romecityinstitute.com\/team\/\",\"name\":\"Team - Rome City Institute\",\"isPartOf\":{\"@id\":\"https:\/\/www.romecityinstitute.com\/#website\"},\"datePublished\":\"2022-11-10T10:14:47+00:00\",\"dateModified\":\"2024-07-02T11:57:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.romecityinstitute.com\/team\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.romecityinstitute.com\/team\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.romecityinstitute.com\/team\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.romecityinstitute.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Team\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.romecityinstitute.com\/#website\",\"url\":\"https:\/\/www.romecityinstitute.com\/\",\"name\":\"Rome City Institute\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.romecityinstitute.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.romecityinstitute.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.romecityinstitute.com\/#organization\",\"name\":\"Rome City Institute\",\"url\":\"https:\/\/www.romecityinstitute.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/www.romecityinstitute.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/11\/ROME_CITY_INSTITUTE_HORIZONTAL_LOGO_POSITIVE_RGB-4.png\",\"contentUrl\":\"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/11\/ROME_CITY_INSTITUTE_HORIZONTAL_LOGO_POSITIVE_RGB-4.png\",\"width\":5086,\"height\":1536,\"caption\":\"Rome City Institute\"},\"image\":{\"@id\":\"https:\/\/www.romecityinstitute.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/OfficialRomeCity\",\"https:\/\/x.com\/RomeCityInst\",\"https:\/\/www.instagram.com\/romecityinstitute\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Team - Rome City Institute","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:\/\/www.romecityinstitute.com\/it\/team\/","og_locale":"it_IT","og_type":"article","og_title":"Team - Rome City Institute","og_description":"Our team. Born to Lead the Game. At Rome City Institute, our passion is creating successful stories. Our greatest satisfaction is giving excellent young people the opportunity to enjoy an international experience unlike any other.","og_url":"https:\/\/www.romecityinstitute.com\/it\/team\/","og_site_name":"Rome City Institute","article_publisher":"https:\/\/www.facebook.com\/OfficialRomeCity","article_modified_time":"2024-07-02T11:57:07+00:00","twitter_card":"summary_large_image","twitter_site":"@RomeCityInst","twitter_misc":{"Tempo di lettura stimato":"4 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.romecityinstitute.com\/team\/","url":"https:\/\/www.romecityinstitute.com\/team\/","name":"Team - Rome City Institute","isPartOf":{"@id":"https:\/\/www.romecityinstitute.com\/#website"},"datePublished":"2022-11-10T10:14:47+00:00","dateModified":"2024-07-02T11:57:07+00:00","breadcrumb":{"@id":"https:\/\/www.romecityinstitute.com\/team\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.romecityinstitute.com\/team\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.romecityinstitute.com\/team\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.romecityinstitute.com\/"},{"@type":"ListItem","position":2,"name":"Team"}]},{"@type":"WebSite","@id":"https:\/\/www.romecityinstitute.com\/#website","url":"https:\/\/www.romecityinstitute.com\/","name":"Rome City Institute","description":"","publisher":{"@id":"https:\/\/www.romecityinstitute.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.romecityinstitute.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Organization","@id":"https:\/\/www.romecityinstitute.com\/#organization","name":"Rome City Institute","url":"https:\/\/www.romecityinstitute.com\/","logo":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/www.romecityinstitute.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/11\/ROME_CITY_INSTITUTE_HORIZONTAL_LOGO_POSITIVE_RGB-4.png","contentUrl":"https:\/\/www.romecityinstitute.com\/wp-content\/uploads\/2022\/11\/ROME_CITY_INSTITUTE_HORIZONTAL_LOGO_POSITIVE_RGB-4.png","width":5086,"height":1536,"caption":"Rome City Institute"},"image":{"@id":"https:\/\/www.romecityinstitute.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/OfficialRomeCity","https:\/\/x.com\/RomeCityInst","https:\/\/www.instagram.com\/romecityinstitute\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.romecityinstitute.com\/it\/wp-json\/wp\/v2\/pages\/9633","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.romecityinstitute.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.romecityinstitute.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.romecityinstitute.com\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.romecityinstitute.com\/it\/wp-json\/wp\/v2\/comments?post=9633"}],"version-history":[{"count":15,"href":"https:\/\/www.romecityinstitute.com\/it\/wp-json\/wp\/v2\/pages\/9633\/revisions"}],"predecessor-version":[{"id":86899,"href":"https:\/\/www.romecityinstitute.com\/it\/wp-json\/wp\/v2\/pages\/9633\/revisions\/86899"}],"wp:attachment":[{"href":"https:\/\/www.romecityinstitute.com\/it\/wp-json\/wp\/v2\/media?parent=9633"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}