	
	<style>
		/* Tooltip container */
		.ak-tooltip {
		position: relative;
		display: inline-block;
		}

		/* Tooltip text */
		.ak-tooltip .ak-tooltiptext {
		visibility: hidden;
		width: 120px;
		background-color: black;
		color: #fff;
		text-align: center;
		padding: 5px 0;
		border-radius: 6px;
		
		/* Position the tooltip text - see examples below! */
		position: absolute;
		z-index: 1;
		}

		/* Show the tooltip text when you mouse over the tooltip container */
		.ak-tooltip:hover .ak-tooltiptext {
		visibility: visible;
		}
		/* .ak-tooltip .ak-tooltiptext {
			width: 120px;
			bottom: 100%;
			left: 50%;
			margin-left: -60px;
		} */
		.ak-float-right{
			float: right;
		}
		.accordion .ak-partecipante{
			margin-left: 0px !important;
			margin-right: 0px !important;
		}
		.swal2-popup .swal2-cancel {
			font-size: 15px !important;
			border-radius: 0;
			text-transform: uppercase;
		}		
		.ak-remove-partecipante{
			padding: 6px 12px !important;
			background-color: var(--bricks-color-a4482f) !important;
			float:right;
		}
		.ak-partecipanti-selezionati .ak-partecipante{
			background-color:#efefef;
			border: 1px solid #eee;
			border-radius: 5px;
			margin-bottom: 10px;
			padding: 10px;
			min-height: 50px;
			
		}
		.ak-btn-seleziona-partecipante{
			padding: 17px 25px !important;
		}
		.azienda-partecipante-checkbox-container ul{
			margin-bottom: 0px;
		}
		.lista-partecipanti-container{
			height: 100px;
			overflow-y: auto;
		}
		.accordion-content {
			overflow: hidden;
		}
		.btn-sm{
			padding: 10px 15px;
			display:inline-block;
			line-height:1.15;
		}
		.btn-sm svg{
			fill: #fff;
			stroke: #fff;
		}
		.btn-danger{
			background-color: var(--bricks-color-3cac37);

		}
		.iscrizione-non-aggiunta{
			margin: 0px 30px 20px 30px;
			padding: 20px;
			border: 2px solid var(--bricks-color-9716f7);

		}
		.iscrizione-non-aggiunta p {
			margin-bottom: 0;
			color: var(--bricks-color-9716f7);
			font-size: 24px;
			font-weight: 600;
		}
		.start-hidden{
			display:none;
		}
		/* GRID */
		.row {
			position: relative;
			width: 100%
		}

		.row [class^=col] {
			float: left;
			margin: .5rem 2%;
			min-height: .125rem
		}

		.col-1,
		.col-10,
		.col-11,
		.col-12,
		.col-2,
		.col-3,
		.col-4,
		.col-5,
		.col-6,
		.col-7,
		.col-8,
		.col-9 {
			width: 96%
		}

		.col-1-sm {
			width: 4.33%
		}

		.col-2-sm {
			width: 12.66%
		}

		.col-3-sm {
			width: 21%
		}

		.col-4-sm {
			width: 29.33%
		}

		.col-5-sm {
			width: 37.66%
		}

		.col-6-sm {
			width: 46%
		}

		.col-7-sm {
			width: 54.33%
		}

		.col-8-sm {
			width: 62.66%
		}

		.col-9-sm {
			width: 71%
		}

		.col-10-sm {
			width: 79.33%
		}

		.col-11-sm {
			width: 87.66%
		}

		.col-12-sm {
			width: 96%
		}

		.row::after {
			content: "";
			display: table;
			clear: both
		}

		.hidden-sm {
			display: none
		}

		@media only screen and (min-width:33.75em) {
			.container {
				width: 80%
			}
		}

		@media only screen and (min-width:45em) {
			.col-1 {
				width: 4.33%
			}

			.col-2 {
				width: 12.66%
			}

			.col-3 {
				width: 21%
			}

			.col-4 {
				width: 29.33%
			}

			.col-5 {
				width: 37.66%
			}

			.col-6 {
				width: 46%
			}

			.col-7 {
				width: 54.33%
			}

			.col-8 {
				width: 62.66%
			}

			.col-9 {
				width: 71%
			}

			.col-10 {
				width: 79.33%
			}

			.col-11 {
				width: 87.66%
			}

			.col-12 {
				width: 96%
			}

			.hidden-sm {
				display: block
			}
		}

		@media only screen and (min-width:60em) {
			.container {
				width: 75%;
				max-width: 60rem
			}
		}

		.ak-corso-iscriviti div.col-4:first-child {
			/*margin: 0.5rem 2% 0.5rem 0%;*/
		}

		@media (max-width: 768px) {
			.ak-corso-iscriviti div.col-4 {
				margin: 0;
			}
		}

		.ak-lista-corso-container {
			padding: 0;
			border: none;
			background-color: #F2F2F2;
			box-shadow: none;
			align-items: stretch;
			position: relative;
		}

		.ak-lista-corso-flair {
			float: right;
			background: #00603a;
			color: #fff;
			font-size: 13px;
			position: absolute;
			top: 0;
			right: 0;
			padding: 5px 10px;
			text-transform: uppercase;
		}

		.ak-lista-corso-titolo h4 {
			text-transform: uppercase;
			color: #00603a;
			font-weight: 500;
			line-height: 1.2em;
			margin-bottom: 10px;
		}

		.ak-corso-container h4,
		.form-contatti h3 {
			color: #363636;
			text-transform: uppercase;
			font-weight: bold;
			line-height: 1.2em;
			margin-bottom: 10px;
			font-size: 18px;
		}

		.ak-lista-corso-quando span,
		.ak-lista-corso-posti span {
			color: #00603a;
			font-weight: bold;
		}

		.ak-button {
			border: 2px solid #00603a;
			border-top-right-radius: 50px;
			border-bottom-right-radius: 50px;
			border-bottom-left-radius: 50px;
			padding: 10px 30px;
			color: #00603a;
			font-weight: 500;
			display: inline-block;
			margin-top: 10px;
		}

		.ak-lista-corso-titolo,
		.ak-lista-corso-descrizione {
			border: 1px solid transparent;
		}

		.ak-corso-posti {
			display: block;
			padding: 5px;
			border: 2px solid #00603a;
			text-transform: uppercase;
			color: #00603a;
			font-weight: 500;
			font-size: 16px;
		}

		.form-contatti input,
		.form-contatti select {
			width: 100%;
			padding: 5px 10px;
			border: 1px solid #000;
			margin-bottom: 5px;
		}

		.form-contatti input[type="checkbox"] {
			width: auto;
			padding: 3px 3px;
		}

		.ak-rimuovi-partecipante {
			display: none;
		}

		.partecipante-container>div:not(:first-child) .ak-rimuovi-partecipante {
			display: block;
		}

		.ak-form-ricerca-submit {
			width: 100%;
			background: #fff;
			color: #00603a;
			border-color: #00603a;
			border: 1px solid #00603a;
			padding: 8px 4px;
			border-radius: 0px;
			cursor: pointer;
		}
	</style>
	{"id":223,"date":"2024-05-24T08:54:36","date_gmt":"2024-05-24T08:54:36","guid":{"rendered":"https:\/\/alliot.it\/?page_id=223"},"modified":"2024-06-17T09:15:03","modified_gmt":"2024-06-17T09:15:03","slug":"corso","status":"publish","type":"page","link":"https:\/\/alliot.it\/en\/corso\/","title":{"rendered":"corso"},"content":{"rendered":"<script>\r\n\t\t\t\t\t\tlet ak_meta_title = \" - Alliot\";\r\n\t\t\t\t\t\tdocument.title = ak_meta_title;\r\n\t\t\t\t\t\t\/\/document.querySelector('meta[name=\"description\"]').setAttribute(\"content\", ak_meta_title);\r\n\r\n\t\t\t\t\t\tdocument.querySelector('meta[property=\"og:title\"]').setAttribute(\"content\", ak_meta_title);\r\n\t\t\t\t\t\t\/\/document.querySelector('meta[name=\"twitter:title\"]').setAttribute(\"content\", ak_meta_title);\r\n\r\n\t\t\t\t\t<\/script>\r\n\t\t\t\t\t<div class=\"row ak-corso-container\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-8\">\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ak-corso-titolo\">\r\n\t\t\t\t\t\t\t\t\t<h2><\/h2>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"ak-corso-descrizione\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t<!-- \r\n\t\t\t\t<div class=\"ak-corso-descrizione_programma\">\r\n\t\t\t\t\t<h4>Programma<\/h4>\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t-->\r\n\t\t\t\t\t\t\t<div class=\"ak-corso-descrizione_destinatari\">\r\n\t\t\t\t\t\t\t\t<h4>Recipients<\/h4>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\r\n\r\n\r\n\r\n\t\t\t\t\t\t\t<div class=\"ak-corso-descrizione_quota\">\r\n\t\t\t\t\t\t\t\t<h4>Registration fee<\/h4>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<!-- <div class=\"ak-corso-descrizione_modalita\">\r\n\t\t\t\t\t<h4>Modalit\u00e0 iscrizione<\/h4>\r\n\t\t\t\t\t\t\t\t\t<\/div>-->\r\n\t\t\t\t\t\t\t<div class=\"ak-corso-iscriviti\">\r\n\r\n\t\t\t\t\t\t\t\t<div>\r\n\t\t\t\t\t\t\t\t\t<hr><h5>Iscrizioni scadute in data  <\/h5>\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div class=\"col-4\">\r\n\t\t\t\t\t\t\t<div class=\"ak-corso-posti\">\r\n\t\t\t\t\t\t\t\tPosti rimanenti: -77\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<div class=\"informazioni-corso\">\r\n\t\t\t\t\t\t\t\t<div class=\"ak-corso-quando\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"ak-corso-quando\">\r\n\t\t\t\t\t\t\t\t\t<div class=\"ak-corso-titoletto-dx\">\r\n\t\t\t\t\t\t\t\t\t\t<span>Duration<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t0 ore\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"ak-corso-quando\">\r\n\t\t\t\t\t\t\t\t\t<div class=\"ak-corso-titoletto-dx\">\r\n\t\t\t\t\t\t\t\t\t\t<span>Where<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t<br \/>\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"ak-corso-quando\">\r\n\t\t\t\t\t\t\t\t\t<div class=\"ak-corso-titoletto-dx\">\r\n\t\t\t\t\t\t\t\t\t\t<span>Teachers<\/span>\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t<div>\r\n\t\t<span>Teoria: <\/span>\r\n\t\t, \t<\/div>\r\n\t<div>\r\n\t\t<span>Pratica: <\/span>\r\n\t\t, \t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"ak-corso-quando\">\r\n\t\t\t\t\t\t\t\t\t<!--\r\n\t\t\t\t\t<div class=\"ak-corso-titoletto-dx\">\r\n\t\t\t\t\t\t<span>Contatti<\/span>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t-->\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-223","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/alliot.it\/en\/wp-json\/wp\/v2\/pages\/223","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alliot.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/alliot.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/alliot.it\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/alliot.it\/en\/wp-json\/wp\/v2\/comments?post=223"}],"version-history":[{"count":6,"href":"https:\/\/alliot.it\/en\/wp-json\/wp\/v2\/pages\/223\/revisions"}],"predecessor-version":[{"id":350,"href":"https:\/\/alliot.it\/en\/wp-json\/wp\/v2\/pages\/223\/revisions\/350"}],"wp:attachment":[{"href":"https:\/\/alliot.it\/en\/wp-json\/wp\/v2\/media?parent=223"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}