html {
	scroll-behavior: smooth;
}

.general_newhero .overlay-hero {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.6) !important;
}

p.pretitle {
	margin: 0 auto 20px;
	display: inline-block;
	position: relative;
}

.content-page-banner {
	text-align: center;
}

p.pretitle:before {
	content: '';
	height: 100%;
	background: #2eb0a8;
	width: 100%;
	bottom: 0;
	position: absolute;
	z-index: -1;
}

.wrap-academy #header {
	padding: 0 2.5em 100px 2.5em;
	position: relative;
}

.wrap-academy #header img.logo {
	position: absolute;
	width: 200px;
	height: auto;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
}

.wrap-academy .hero-academy {
	clear: both;
	width: 100%;
	position: relative;
	/*padding: 260px 0;*/
	padding: 8em 0 4em;
	margin-bottom: 0;
}

.data {
	color: #fff;
	margin: 20px 0 10px 0;
	font-weight: bold;
}

.wrap-academy .hero-academy .columns {
	position: relative;
	z-index: 3;
}

.subp {
	font-size: 14px;
}

.subname {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 5px;
}

/*.wrap-academy .hero-academy .columns {
	display: block;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 3;
}*/
.wrap-academy .hero-academy h1 {
	font-size: 72px;
	font-weight: 900;
	color: #fff;
}

.wrap-academy .hero-academy h3 {
	font-size: 32px;
	font-weight: normal;
	color: #fff;
	text-transform: unset;
}

.wrap-academy .hero-academy p {
	color: #fff;
	font-size: 24px;
}

.wrap-academy .hero-academy .black {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

/* BARRA CTA ACADEMY */
.wrap-cta-academy {
	background-color: #ffd91e;
	text-align: center;
	padding: 0 2.5rem;
}

.wrap-cta-academy h4 {
	text-transform: unset;
	font-weight: 700;
	display: inline;
	margin-right: 20px;
}

.wrap-cta-academy a.btn-conferenza,
.wrap-cta-academy a.btn {
	background-color: #000 !important;
	color: #fff !important;
}

.wrap-cta-academy a.btn-conferenza:hover,
.wrap-cta-academy a.btn:hover {
	background-color: #fff !important;
	color: #000 !important;
}

.wrap-academy a.btn-conferenza,
.wrap-academy a.btn-mp3,
.wrap-academy a.btn {
	background-color: #ffd91e;
	display: inline-block;
	padding: 15px 30px;
	color: #000;
	text-transform: uppercase;
	margin: 0.5em 0;
	font-weight: 900;
	text-align: center;
	font-size: 22px;
}

.wrap-academy a.btn-conferenza:hover,
.wrap-academy a.btn-mp3:hover {
	background-color: #333;
	color: #fff;
}

.wrap-academy .academy-wrap-content {
	position: relative;
}

.wrap-academy .academy-content {
	background-color: #fff;
	padding: 4em 4em;
}

.wrap-academy .academy-content p {
	font-size: 20px;
}

/* PARTECIPA WEBINAR */
.wrap-academy .partecipa-webinar {
	padding: 5em 0;
	margin-bottom: 0;
}

.wrap-academy .partecipa-webinar form {
	background-color: #f5f5f5;
	padding: 30px 30px;
}

.wrap-academy .partecipa-webinar form input[type="text"] {
	display: block;
	box-sizing: border-box;
	padding: 0.5rem;
	border: 0;
	border-bottom: 1px solid #000;
	font-size: 1rem;
	color: #0a0a0a;
	background-color: transparent;
	box-shadow: none;
	margin: 25px 0;
}

.wrap-academy .partecipa-webinar input[type="submit"] {
	margin-top: 10px;
	background-color: #2eb0a8;
	color: #fff;
	padding: 20px 40px;
}

.wrap-academy .partecipa-webinar input[type="submit"]:hover {
	background-color: #333;
	color: #fff;
}

/* BENEFICI APPROCCIO */
.wrap-academy .benefici-approccio {
	background-color: #e8f5f5;
	padding: 100px 0 80px 0;
}

.wrap-academy .benefici-approccio .wrap-benefici {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 80px 0 0 0;
}

.wrap-academy .benefici-approccio .wrap-benefici .box-benefici {
	flex-basis: 30%;
	align-self: flex-start;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}

.wrap-academy .benefici-approccio .wrap-benefici .box-benefici::before {
	content: "";
	position: absolute;
	width: 80%;
	height: 10px;
	background-color: #e8f5f5;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
}

.wrap-academy .benefici-approccio .wrap-benefici .box-benefici img {
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.wrap-academy .benefici-approccio .wrap-benefici .box-benefici p {
	font-size: 18px;
	border: 2px solid #2eb0a8;
	border-radius: 10px;
	padding: 60px 10px 20px 10px;
	margin-top: -60px;
	height: 165px;
}

/* INVITO */
.invito-academy h2 {
	margin-bottom: 50px;
}

/* ======================= */
/* POPUP
/* ======================= */
.wrap-academy .popup-academy {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	overflow: auto;
	z-index: 9999995;
}

.wrap-academy .popup-academy .popup_content {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
}

.wrap-academy .popup-academy .contenuto-popup {
	position: relative;
	z-index: 200;
	max-width: 600px;
	margin: 2em auto;
	background-color: #fff;
	padding: 3em 3em;
}

.wrap-academy .popup-academy .contenuto-popup h2 {
	font-size: 2.3em;
	letter-spacing: -2px;
	font-weight: 900;
}

.wrap-academy .popup-academy .contenuto-popup p {
	color: #000;
	margin-top: 1em;
}

.wrap-academy .popup-academy .contenuto-popup input {
	height: 50px;
}

.wrap-academy .popup-academy .contenuto-popup input.checkbox {
	float: left;
	width: 15px;
	height: 15px;
	margin-top: 7px;
	margin-right: 6px;
}

.wrap-academy .popup-academy .contenuto-popup button {
	background-color: #ffd91e;
	display: inline-block;
	padding: 15px 30px;
	color: #000;
	text-transform: uppercase;
	margin: 1em 0;
	font-weight: bold !important;
	text-shadow: none;
}

.wrap-academy .popup-academy .contenuto-popup button:hover {
	background-color: #333;
	color: #fff;
}

.wrap-academy .popup-academy a.chiudi {
	position: absolute;
	z-index: 300;
	display: block;
	font-size: 1.2em;
	top: -17px;
	right: -17px;
	background: #000;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 34px;
	font-weight: 900;
}

.wrap-academy .popup-academy a.chiudi:hover {
	background: red;
	color: #fff;
}

/* ======================= */
/* ACADEMY PER TE SE....
/* ======================= */
.wrap-academy .sunto-mobile {
	display: none;
}

.wrap-academy .sunto {
	background-color: #fff;
	padding: 100px 0;
}

.wrap-academy .sunto h2 {
	margin-bottom: 50px;
}

.wrap-academy .sunto p .li {
	display: inline-block;
}

.wrap-academy .sunto ul {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
}

.wrap-academy .sunto ul+ul {
	margin-left: 5%;
}

.wrap-academy .sunto li {
	border: 2px solid #23b0a8;
	border-radius: 5px;
	padding: 20px 10px 20px 60px;
	position: relative;
	font-size: 18px;
	margin-bottom: 50px;
}

.wrap-academy .sunto li img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -42px;
}

.wrap-academy .sunto li::before {
	display: none;
}

/* TESTIMONIAL MEDICI */
.wrap-academy .testimonial-medici {
	position: relative;
	overflow: hidden;
}

.wrap-academy .testimonial-medici.tm1 {
	background-color: #f5f5f5;
	margin-bottom: 0;
}

.wrap-academy .testimonial-medici.tm1 h4 {
	text-transform: none;
	font-size: 18px;
}

.wrap-academy .tm1-mobile {
	display: none;
}

.wrap-academy .testimonial-medici #slider {
	margin-top: 10px;
}

.wrap-academy .trigger-testimonial-medici:hover {
	opacity: 0.8;
}

.wrap-academy .testimonials-block img {
	max-width: 600px;
	width: 100%;
}

.wrap-academy .testimonial-medici h2 {
	color: #fff;
}

.wrap-academy .testimonial-medici #medici,
.wrap-academy .testimonial-medici #slider {
	margin-top: 50px;
	clear: both;
	overflow: hidden;
}

.wrap-academy .testimonial-medici #medici .item,
.wrap-academy .testimonial-medici .medici-mobile .item,
.wrap-academy .testimonial-medici #slider .item {
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 2em;
}

.wrap-academy .testimonial-medici #medici .item .item-content,
.wrap-academy .testimonial-medici #medici .item img,
.wrap-academy .testimonial-medici #slider .item .item-content,
.wrap-academy .testimonial-medici #slider .item img {
	width: 50%;
	float: left;
}

.wrap-academy .testimonial-medici #medici .item .item-content,
.wrap-academy .testimonial-medici .medici-mobile .item .item-content,
.wrap-academy .testimonial-medici #slider .item .item-content {
	padding: 20px 30px;
}

.wrap-academy .testimonial-medici #medici .item .item-content p,
.wrap-academy .testimonial-medici .medici-mobile .item .item-content p,
.wrap-academy .testimonial-medici #slider .item .item-content p {
	font-size: 18px;
}

.wrap-academy .testimonial-medici #medici .item .item-content a,
.wrap-academy .testimonial-medici .medici-mobile .item .item-content a,
.wrap-academy .testimonial-medici #slider .item .item-content a {
	font-weight: 600;
	font-size: 16px;
	color: #37afa8;
}

.wrap-academy .testimonial-medici #medici .item .item-content a i,
.wrap-academy .testimonial-medici .medici-mobile .item .item-content a i,
.wrap-academy .testimonial-medici #slider .item .item-content a i {
	font-size: 12px;
}

.wrap-academy .testimonial-medici .navigazione-programma,
.wrap-academy .testimonial-medici .navigazione-programma-annualita {
	overflow: hidden;
}

.wrap-academy .testimonial-medici .navigazione-programma a,
.wrap-academy .testimonial-medici .navigazione-programma-annualita a {
	font-weight: 400;
}

.wrap-academy .testimonial-medici .navigazione-thumbs {
	width: 80%;
	margin: 0 auto;
}

.wrap-academy .testimonial-medici .navigazione-thumbs .item {
	border: 1px solid #fff;
	cursor: pointer;
}

.wrap-academy .testimonial-medici .navigazione-thumbs .owl-nav {
	color: #fff;
	font-size: 32px;
	position: relative;
	top: -75px;
}

.wrap-academy .testimonial-medici .navigazione-thumbs .owl-nav .owl-prev {
	left: -30px;
	position: absolute;
	text-align: center;
}

.wrap-academy .testimonial-medici .navigazione-thumbs .owl-nav .owl-next {
	right: -30px;
	position: absolute;
	text-align: center;
}

.wrap-academy .testimonial-medici .navigazione-programma a,
.wrap-academy .testimonial-medici .navigazione-programma-annualita a {
	display: block;
	width: 33%;
	float: left;
	text-align: center;
	color: #000;
	border: 0;
	padding: 15px 0;
	background-color: #fff;
}

.wrap-academy .testimonial-medici .navigazione-programma a:nth-child(2),
.wrap-academy .testimonial-medici .navigazione-programma-annualita a:nth-child(2) {
	margin: 0 0.5%;
}

.wrap-academy .testimonial-medici .navigazione-programma a img,
.wrap-academy .testimonial-medici .navigazione-programma-annualita a img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.wrap-academy .testimonials-facebook .tutte {
	margin-top: 80px;
}

.wrap-academy #trigger_load_more_testimonials {
	padding: 15px 40px !important;
	color: #000;
	font-weight: 900;
	background: #ffd930;
	text-transform: uppercase;
	font-size: 18px;
}

.wrap-academy.testimonials-facebook {
	background: #f5f5f5;
}

.wrap-academy .testimonial-medici #slider .item .item-content {
	padding: 30px;
}

a.trigger-testimonial-medici {
	width: 50%;
}

a.trigger-testimonial-medici img {
	width: 100% !important;
}

/*TIMELINE*/
.wrap-academy .timeline h2 {
	margin-bottom: 50px;
}

.wrap-academy .timeline #timeline .item .timeline-img.resp,
.wrap-academy .timeline #timeline-annualita .item .timeline-img.resp {
	display: none;
}

.navigazione-step-resp {
	display: none;
}

.wrap-academy .timeline .divider {
	position: relative;
	margin-bottom: 50px;
}

.wrap-academy .timeline .divider::before {
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #dbdbdb;
}

.wrap-academy .timeline .divider::after {
	content: "";
	display: block;
	position: absolute;
	top: -26px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -25px;
	width: 50px;
	height: 50px;
	background: #ffffff;
	border-right: 5px solid #dbdbdb;
	border-bottom: 5px solid #dbdbdb;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.wrap-academy .timeline h2 {
	color: inherit;
}

.wrap-academy .timeline-sauton {
	float: left;
	position: relative;
	width: 24.62% !important;
}

.wrap-academy .navigazione-programma-annualita .timeline-sauton {
	width: 50% !important;
}

.wrap-academy .timeline-sauton p:before {
	content: "";
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	height: 2px;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	z-index: -1;
}

.wrap-academy .timeline-sauton p {
	font-size: 14px;
	font-weight: bold;
	z-index: 2;
	margin-bottom: 10px;
	color: #008784;
	position: relative;
}

.wrap-academy .timeline-sauton p>span {
	background: #f5f5f5;
	padding: 10px 20px;
}

.wrap-academy .timeline .navigazione-programma,
.wrap-academy .timeline .navigazione-programma-annualita {
	margin-top: 60px;
}

.wrap-academy .timeline .navigazione-programma a,
.wrap-academy .timeline .navigazione-programma-annualita a {
	width: 100% !important;
	border-bottom: 10px solid #fff1b4;
	color: #848484;
	font-weight: 900;
}

.wrap-academy .timeline .navigazione-programma a.active,
.wrap-academy .timeline .navigazione-programma-annualita a.active {
	border-bottom: 10px solid #ffd930;
	color: #000;
}

.wrap-academy .timeline #timeline .item,
.wrap-academy .timeline #timeline-annualita .item {
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 2em;
}

.wrap-academy .timeline #timeline .item h3,
.wrap-academy .timeline #timeline-annualita .item h3 {
	font-size: 34px;
}

.wrap-academy .timeline #timeline .item h4,
.wrap-academy .timeline #timeline-annualita .item h4 {
	font-size: 25px;
	text-transform: none;
	font-weight: 700;
	margin-bottom: 20px;
}

.wrap-academy .timeline #timeline .item img,
.wrap-academy .timeline #timeline-annualita .item img {
	width: 50%;
	float: left;
}

.wrap-academy .timeline #timeline .item .timeline-img,
.wrap-academy .timeline #timeline-annualita .item .timeline-img {
	display: block;
	width: 50%;
	float: left;
	height: 100vh;
	background-size: cover;
	background-position: center;
	max-height: 700px;
}

.wrap-academy .timeline #timeline .item .timeline-img+.item-content,
.wrap-academy .timeline #timeline .item img+.item-content,
.wrap-academy .timeline #timeline-annualita .item .timeline-img+.item-content,
.wrap-academy .timeline #timeline-annualita .item img+.item-content {
	width: 50%;
}

.wrap-academy .timeline #timeline .item .item-content,
.wrap-academy .timeline #timeline-annualita .item .item-content {
	width: 100%;
	float: left;
	padding: 40px 30px;
}

.wrap-academy .timeline #timeline-annualita .item .item-content ul {
	margin: 80px 0 0 0;
	padding: 0;
}

.wrap-academy .timeline #timeline-annualita .item .item-content ul li {
	text-transform: uppercase;
	font-weight: 700;
	list-style: none;
	margin: 20px 0;
	padding: 0 0 0 50px;
	position: relative;
	display: block;
	clear: both;
}

.wrap-academy .timeline #timeline-annualita .item .item-content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/freccia-gialla.png) no-repeat;
	width: 28px;
	height: 32px;
}

/* CHI HA PARTECIPATO */
.wrap-academy .testimonial-general {
	background-image: url("../images/bk-testimonial.jpg");
	background-size: cover;
	position: relative;
	padding: 100px 0;
}

.wrap-academy .testimonial-general h2 {
	margin-bottom: 50px;
}

/* FORM AVVISO APERTURA ISCRIZIONI */
.form-avviso .wrap-form-avviso {
	margin: 50px 0;
	background-color: #f5f5f5;
	padding: 100px 100px;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.form-avviso form {
	width: 100%;
	display: block;
	margin-top: 50px;
}

.form-avviso h2 {
	margin-bottom: 40px;
}

.form-avviso input {
	border: 0;
	border-bottom: 1px solid #333;
	background: transparent;
	box-shadow: none;
	height: 60px;
}

.form-avviso .privacy {
	font-size: 14px;
}

.form-avviso button,
.form-avviso input[type="submit"] {
	background-color: #2eb0a8;
	color: #fff;
	padding: 20px 40px;
	margin-top: 50px;
}

.form-avviso button:hover,
.form-avviso input[type="submit"]:hover {
	background-color: #333;
	color: #fff;
}

/* MODIFICHE ACADEMY 2022 */
.wrap-academy-2022 .benefici-approccio {
	margin-bottom: 0;
}

.wrap-academy-2022 .wrap-cta-academy {
	background-color: #f7f7f7;
	text-align: center;
	padding: 60px 2.5rem;
}

.wrap-academy-2022 .wrap-cta-academy h4 {
	text-transform: unset;
	font-weight: 900;
	display: inline;
	margin-right: 20px;
	color: #2eb0a8;
	text-transform: uppercase;
	font-size: 22px;
}

.wrap-academy-2022 .wrap-cta-academy a.trigger-form {
	background-color: #ffd91e !important;
	color: #000 !important;
	font-weight: bold !important;
	font-size: 22px;
	margin-bottom: 0;
}

.wrap-academy-2022 .wrap-cta-academy a.trigger-form:hover {
	background-color: #333 !important;
	color: #fff !important;
}

@media only screen and (max-width: 1200px) {
	.wrap-academy .benefici-approccio .wrap-benefici .box-benefici p {
		font-size: 18px;
		border: 2px solid #2eb0a8;
		border-radius: 10px;
		padding: 60px 10px 20px 10px;
		margin-top: -60px;
		height: 185px;
	}
}

@media only screen and (max-width: 1024px) {
	.wrap-academy .hero-academy h1 {
		font-size: 62px;
	}

	.wrap-academy .hero-academy h3 {
		font-size: 28px;
	}

	.wrap-academy .academy-content .medium-10 {
		width: 100%;
		padding: 0;
	}

	.wrap-academy .benefici-approccio .wrap-benefici .box-benefici p {
		font-size: 18px;
		border: 2px solid #2eb0a8;
		border-radius: 10px;
		padding: 60px 10px 20px 10px;
		margin-top: -60px;
		height: 215px;
	}

	.wrap-academy .testimonial-medici #medici .item .item-content,
	.wrap-academy .testimonial-medici #medici .item img,
	.wrap-academy .testimonial-medici #slider .item .item-content,
	.wrap-academy .testimonial-medici #slider .item img {
		width: 100%;
	}
}

@media only screen and (max-width: 930px) {
	.wrap-cta-academy .columns {
		padding: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 812px) {
	.wrap-academy .benefici-approccio .wrap-benefici .box-benefici {
		flex-basis: 45%;
	}

	.wrap-academy .benefici-approccio .wrap-benefici .box-benefici p {
		height: 160px;
	}
}

@media only screen and (max-width: 768px) {


	section.partecipa-webinar.hero-masterclass .row .columns {
		width: 100%;
	}

	section.corsi-formazione .row {
		flex-flow: wrap;
	}

	section.corsi-formazione .row .columns.medium-6 {
		width: 100%;
	}

	.wrap-academy .hero-academy h3 {
		font-size: 24px;
	}

	.wrap-academy .academy-content .medium-6 {
		width: 100%;
		float: none;
	}

	.wrap-academy .academy-content img {
		width: 60%;
		margin-bottom: 30px;
	}

	.wrap-academy .contenuto-popup .columns {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.wrap-academy .contenuto-popup img {
		width: 80%;
		float: left;
	}

	.wrap-academy .contenuto-popup p {
		font-size: 1em !important;
	}

	.wrap-academy .contenuto-popup a.cta {
		width: 100%;
		font-size: 1.3em !important;
	}


	section.general_newhero {
		height: auto !important;
		padding: 2em 0 !important;
	}

	.wrap-academy a.btn-conferenza, .wrap-academy a.btn-mp3, .wrap-academy a.btn {
		background-color: #ffd91e;
		display: inline-block;
		padding: 15px 30px;
		color: #000;
		text-transform: uppercase;
		margin: 0.5em 0;
		font-weight: bold;
		text-align: center;
		font-size: 16px;
	}

	a.trigger-testimonial-medici {
		width: 100%;
	}

	.wrap-academy .testimonial-medici .navigazione-thumbs {
		width: 100%;
	}

	.wrap-academy .testimonial-medici .navigazione-thumbs .owl-stage {
		left: -20px;
	}
}

.wrap-academy .f-register-for-webinar.-no-bg {
	background: none !important;
}

.wrap-academy .f-register-for-webinar__header {
	margin: 0 0 30px;
	font-size: 16px;
	line-height: 1.1;
	font-weight: 500;
}

.wrap-academy .f-register-for-webinar__header h1 {
	font-size: 24px !important;
	line-height: 1.5 !important;
	font-weight: 500 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wrap-academy v.f-register-for-webinar__header div {
	font-size: 16px !important;
	line-height: 1.1 !important;
	font-weight: 500 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wrap-academy .f-register-for-webinar__header a {
	font-size: inherit !important;
	line-height: inherit !important;
	font-weight: inherit !important;
	margin: 0 !important;
	padding: 0 !important;
	text-decoration: underline !important;
}

.wrap-academy .f-register-for-webinar__header ul {
	text-align: left !important;
	font-size: inherit !important;
	line-height: inherit !important;
	font-weight: inherit !important;
	margin: 0 !important;
	padding: 0 0 0 20px !important;
	list-style-type: disc !important;
}

.wrap-academy .f-register-for-webinar__header ol {
	text-align: left !important;
	font-size: inherit !important;
	line-height: inherit !important;
	font-weight: inherit !important;
	margin: 0 !important;
	padding: 0 0 0 20px !important;
	list-style-type: decimal !important;
}

.wrap-academy .f-register-for-webinar__header li {
	text-align: left !important;
	font-size: inherit !important;
	line-height: inherit !important;
	font-weight: inherit !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wrap-academy .f-register-for-webinar__row {
	margin: 0 0 30px;
}

.wrap-academy .f-register-for-webinar__item {
	display: flex;
}

.wrap-academy .f-register-for-webinar__icon {
	border-right: 0;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 1px;
	color: #ccc;
	width: 40px;
	flex-shrink: 0;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrap-academy .f-register-for-webinar__input {
	font-family: "ProximaNova", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	border-radius: 1px;
	background-color: #fdfdfd;
	box-shadow: none;
	height: 40px;
	border: 1px solid #ccc;
	display: block;
	width: 100%;
	padding: 6px 12px;
	line-height: 1.42857;
	background-image: none;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.wrap-academy .f-register-for-webinar__input:focus {
	border: 1px solid #308be5 !important;
	box-shadow: none !important;
	outline: none !important;
}






/*** PAGINA MASTERCLASS inizio ====== **/
section.hero-masterclass {
	padding: 4em 0;
}

section.hero-masterclass h4 {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.9);
}

section.hero-masterclass h1 {
	font-weight: 600 !important;
	font-size: 35px;
}

section.hero-masterclass h2 {
	font-weight: normal !important;
	margin: 0 0 20px;
	color: rgba(0, 0, 0, 1);
	font-size: 24px;
	line-height: 1.6;
}

section.hero-masterclass p {
	font-size: 18px;
	line-height: 1.7;
}

section.hero-masterclass .nopad {
	padding-right: 110px !important;
}

section.hero-masterclass form.af-form-wrapper {
	padding: 3em;
	background: #f4f4f4;
}

section.hero-masterclass form.af-form-wrapper button {
	text-align: center;
}

.hero-masterclass .af-form-wrapper input[type="submit"] {
	margin: 20px auto 15px !important;
	display: block;
	font-size: 20px !important;
	width: auto !important;
	color: #fff;
	background: #2eb0a8 !important;
	padding: 15px 30px;
}

.hero-masterclass .af-element.af-element-checkbox label, .hero-masterclass .af-element.af-element-checkbox label a {
	font-weight: normal;
	font-size: 15px;
}

.hero-masterclass .af-element.af-element-checkbox label a {
	text-decoration: underline;
}

.hero-masterclass .af-form-wrapper h3 {
	font-size: 30px;
	margin-bottom: 5px;
	font-weight: 600 !important;
}

.hero-masterclass .af-form-wrapper p {
	font-size: 16px;
	margin-bottom: 15px;
}

.hero-masterclass input[type="text"], .hero-masterclass input[type="email"] {
	border: none !important;
	border-bottom: 1px solid #ddd !important;
	text-transform: none;
	color: #000 !important;
	font-size: 16px;
	background: transparent;
	box-shadow: none;
}


section.corsi-formazione {
	padding: 3em 0 0;
}

section.corsi-formazione .row {
	display: flex;
	align-items: center;
}

.item {
	display: flex;
	align-items: center;
}


@media only screen and (max-width: 768px) {
	.wrap-academy .academy-content a.btn-conferenza {
		padding: 15px 15px;
		font-size: 1.2em;
	}
}

@media only screen and (max-width: 736px) {
	.wrap-academy h2 {
		font-size: 1.7em !important;
	}

	.wrap-academy .academy-content a.btn-conferenza {
		padding: 15px 15px;
		font-size: 1.2em;
		margin: 2em 0;
	}
}

@media only screen and (max-width: 667px) {
	.wrap-academy .academy-content a.btn-conferenza {
		font-size: 1em;
	}
}

@media only screen and (max-width: 640px) {
	.wrap-academy .hero-academy {
		padding: 4em 0 5em 0;
	}

	.wrap-academy .hero-academy h1 {
		font-size: 60px;
		line-height: 1;
	}

	.wrap-academy .wrap-cta-academy {
		padding-top: 20px;
	}

	.wrap-academy-2022 .wrap-cta-academy {
		padding: 60px 2.5rem;
	}

	.wrap-academy .wrap-cta-academy h4 {
		display: block;
	}

	.wrap-academy .hero-academy br {
		display: none;
	}

	.wrap-academy .sunto {
		display: none;
	}

	.wrap-academy .sunto-mobile {
		display: block;
	}

	.wrap-academy .sunto-mobile h2 {
		margin-bottom: 60px;
	}

	.wrap-academy .sunto-mobile img {
		width: auto;
		margin: 0 auto;
	}

	.wrap-academy .sunto-mobile .owl-nav .owl-next,
	.wrap-academy .sunto-mobile .owl-nav .owl-prev {
		position: absolute;
		top: 30px;
	}

	.wrap-academy .sunto-mobile .owl-nav .owl-next {
		right: 0;
		display: flex;
		margin-right: 2%;
		font-size: 36px !important;
	}

	.wrap-academy .sunto-mobile .owl-nav .owl-prev {
		left: 0;
		display: flex;
		margin-left: 2%;
		font-size: 36px !important;
	}

	.wrap-academy .owl-theme .owl-nav [class*="owl-"]:hover {
		background: transparent;
		color: #000;
		text-decoration: none;
	}

	.form-avviso .wrap-form-avviso {
		padding: 30px 30px;
	}


	/** fix responsive 2024 **/
	.wrap-academy .hero-academy .columns {
		position: relative;
		z-index: 3;
		padding: 0 1em;
	}

	.wrap-academy .hero-academy h1 {
		font-size: 40px !important;
		line-height: 1.2;
	}

	section.hero-masterclass h1 {
		font-size: 28px;
	}

	section.hero-masterclass form.af-form-wrapper {
		padding: 2em;
	}
}

@media only screen and (max-width: 600px) {
	.wrap-academy .hero-academy {
		padding: 4em 0 5em 0;
	}

	.wrap-academy .wrap-cta-academy h4 {
		font-size: 1.4em;
	}
}

@media only screen and (max-width: 480px) {
	.wrap-academy .academy-content {
		padding: 2em 0;
	}

	.wrap-academy .hero-academy h1 {
		font-size: 48px;
	}

	.wrap-academy .hero-academy p {
		font-size: 20px;
		line-height: 1.2;
	}

	.wrap-academy .academy-content .medium-10 {
		width: 100%;
		padding: 0 2.5rem;
	}

	.wrap-academy br {
		display: none;
	}

	.wrap-academy .contenuto-popup .columns {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.wrap-academy .contenuto-popup p {
		font-size: 1em !important;
	}

	.wrap-academy .contenuto-popup button {
		font-size: 1.4em !important;
	}

	.wrap-academy .benefici-approccio .wrap-benefici .box-benefici {
		flex-basis: 48%;
	}

	.wrap-academy .benefici-approccio .wrap-benefici .box-benefici p {
		height: 205px;
		font-size: 16px;
	}

	.wrap-academy .testimonial-medici #medici .item, .wrap-academy .testimonial-medici .medici-mobile .item, .wrap-academy .testimonial-medici #slider .item {
		flex-flow: wrap;
	}

	section.corsi-formazione img {
		margin-bottom: 30px;
	}

	section.hero-masterclass form.af-form-wrapper {
		padding: 1em;
	}

	.hero-masterclass .af-form-wrapper h3 {
		font-size: 22px;
	}
}