body.dev {
	/*background-color: #000 !important;*/
}
a.disabled {
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	pointer-events: none !important;
	cursor: default !important;
	color: lightgray;
}
.color-blue.bgi-icon-black-arrow-r {
	background-image: url(../images/icons/icon-blue-arrow-r.svg);
}
.color-blue.bgi-icon-black-arrow-l {
	background-image: url(../images/icons/icon-blue-arrow-l.svg);
}
.char {
	background-size: contain;
	background-repeat: no-repeat;
}


.select2-container--default .select2-results__option[aria-selected=true],
.color-white {
	color: #fff;
}
.p-small,
.color-grey {
	color: #9b9b9b !important;
}
.color-darkgrey {
	color: #6f6f6e !important;
}
.color-white,
.color-hover-white:hover {
	color: #e2f2f8 !important;
}
.color-lightblue,
.color-hover-lightblue:hover {
	color: #71bfde !important;
}
.navbar a[data-menuitem-current="1"]:not(.color-fff),
.mc-btn--success,
.color-blue,
.color-hover-blue:hover {
	color: #008cc4 !important;
}

.is--infopopup {
	color: #fff !important;
}
.btn-white,
.bg-white,
.bg-hover-white:hover {
	background-color: #e2f2f8 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.modal-backdrop,
.mc-calendar--modal .mc-display,
.mc-date--active.mc-date--picked,
.bg-blue,
.bg-hover-blue:hover {
	background-color: #008cc4 !important;
}
.select2-container--default .select2-results__option[aria-selected=true],
.bg-lightblue,
.bg-hover-lightblue:hover {
	background-color: #71bfde !important;
}
.bg-verylightblue,
.bg-hover-verylightblue:hover {
	background-color: #cce8f3 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown,
.border-lightblue {
	border-color: #71bfde !important;
}
.border-grey {
	border-color: #cacaca !important;
}

@media screen and (max-width: 767px) {
	.navbar a.is--navbar-user[data-menuitem-current="1"] {
		display: none;
	}
}

body.modal-open .navbar {
	display: none;
}
.navbar a[data-menuitem-current="1"] {
	font-weight: 700!important;
}

.radius-15 {
	border-radius: 15px;
	overflow: hidden;
}
.radius-t {
	border-top-left-radius: 15px !important;
	border-top-right-radius: 15px !important;
	overflow: hidden;
}
.radius-r {
	border-top-right-radius: 15px !important;
	border-bottom-right-radius: 15px !important;
	overflow: hidden;
}
.radius-b {
	border-bottom-right-radius: 15px !important;
	border-bottom-left-radius: 15px !important;
	overflow: hidden;
}
.radius-l {
	border-top-left-radius: 15px !important;
	border-bottom-left-radius: 15px !important;
	overflow: hidden;
}
.radius-0 {
	border-radius: 0 !important;
	overflow: hidden;
}
.has-carosello .nav {
	height: 100%;
	width: 3rem;
}
.has-carosello .nav .round {
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.has-carosello .nav.prev {
	margin-right: .5rem;
	right: 100%
}
.has-carosello .nav.next {
	left: 100%;
	margin-left: .5rem
}
.has-carosello .nav img {
	width: 40%
}
.has-carosello .overlay {
	height: calc(100% + 32px);/*boxshadow = 30px*/
	position: absolute;
	top: -1px;
	width: 44rem
}
.has-carosello .overlay.left {
	right: 100%
}
.has-carosello .overlay.right {
	left: 100%;
}
@media (max-width: 991px) {
	.has-carosello .nav {
		height: auto;
		top: 102%;
		margin: 0 !important;
	}
	.has-carosello .nav.prev {
		right: 50%;
		transform: translateX(-70%);
	}
	.has-carosello .nav.next {
		left: 50%;
		transform: translateX(70%);
	}
}
.w-checkbox {
	display: block;
	margin-bottom: 5px;
	padding-left: 20px;
}

.w-checkbox::before {
	content: ' ';
	display: table;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row: 1;
	grid-row-start: 1;
}

.w-checkbox::after {
	content: ' ';
	display: table;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row: 1;
	grid-row-start: 1;
	clear: both;
}

.w-checkbox-input {
	float: left;
	margin-bottom: 0px;
	margin-left: -20px;
	margin-right: 0px;
	margin-top: 4px;
	line-height: normal;
}

.w-checkbox-input--inputType-custom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	width: 12px;
	height: 12px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
	background-color: #3898ec;
	border-top-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	border-right-color: #3898ec;
	background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
	box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	width: 12px;
	height: 12px;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
	box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-width: 4px;
	border-top-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	border-right-color: #3898ec;
}

.font-default,
body {
	font-family: Raleway, sans-serif;
	color: #6f6f6e;
	font-size: 20px;
	line-height: 1.5;
}
body {
  padding-bottom: 0px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 2.5em;
  line-height: 1.2;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2em;
  line-height: 1.2;
  font-weight: 300;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 300;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25em;
  line-height: 1.3;
  font-weight: 300;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

p {
  margin-bottom: 20px;
}

a {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #008cc4;
  font-weight: 700;
  text-decoration: underline;
}

a:hover {
  color: #71bfde;
}

.container {
  width: 100%;
  max-width: 1500px;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container.is--hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.corsi {
  margin-top: 0px;
  margin-bottom: 7em;
}

body[data-route="home"] .content select,
body[data-route="home"] .content select option {
	-webkit-appearance: auto !important;
	appearance: auto !important;
}
.container.is--boxed {
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #71bfde;
  border-radius: 15px;
  background-color: #e2f2f8;
}

.container.is--boxed.is--corso-chapter-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
.container.is--corso-chapter-end {
	margin-top: 60px;
}

.container.is--boxed.is--utente-filters {
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-bottom: 45px;
}

.container.prefooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5em;
  padding-bottom: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container.is--login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.is--register {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*height: 100%;*/
  min-height: 30vh;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.is--aziende-sponsor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.is--form2 {
  margin-top: 30px;
  padding-right: 90px;
  padding-left: 90px;
}

.container.is--corso-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.is--corso-list {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container.is--inner {
  max-width: 1000px;
}

.container.is--inner.is--corso_head {
  margin-bottom: 60px;
}

.container.is--inner.is--chapter-addon {
  margin-top: 60px;
}

.container.is--corsochapter-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.is--video {
  max-width: 1280px;
}

.container.is--boxed.is--approfondimento {
  max-width: 1000px;
  margin-bottom: 60px;
  border-color: #e2f2f8;
  background-color: #fff;
}

.container.is--750 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.is--750.is--utente-profilo {
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.is--1000 {
  max-width: 1000px;
  margin-bottom: 0px;
}

.container.is--1920 {
  max-width: 1920px;
}

.container.is--utente-elencocorsi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.styletitle {
  margin: 20px 15px 30px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 14px;
  text-transform: uppercase;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-container.inversecolors {
  padding-top: 26px;
  padding-bottom: 0px;
  background-color: #008cc4;
  background-image: -webkit-gradient(linear, left top, right top, from(#71bfde), to(#008cc4));
  background-image: linear-gradient(90deg, #71bfde, #008cc4);
}

.flex-container.corsi-container {
  margin-top: 60px;
}

.is--approfondimento {
  max-width: 1000px;
  margin: 90px auto;
  padding: 45px 30px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #71bfde;
  border-radius: 15px;
}
.is--approfondimento .boxed-heading {
	padding: 0 30px;
}
.flex2col {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.stylename {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0px none #d4d4d4;
  color: #d4d4d4;
  font-size: 14px;
  text-transform: uppercase;
}

.p-small {
	margin-bottom: 10px;
	font-size: 0.8em;
}

.p-small.corsi-sub {
  margin-top: 30px;
}

.p-small.is--login {
	display: block;
  padding-top: 15px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

.p-small.is--checkbox {
	padding-left: 20px;
	text-align: left;
}
.p-small.is--breadcrumb {
	display: inline-block;
	padding-right: 15px;
	font-weight: 400;
	text-align: left;
	text-decoration: none;
}

.p-small.is--chapter-description {
	padding-left: 30px;
	text-align: left;
}

.p-small.is--user {
  margin-bottom: 10px;
  text-align: left;
}

.colorbox {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-right: 25px;
}

.colorbox.brandmaincolor {
  background-color: #008cc4;
}

.colorbox.brand2ndcolor {
  background-color: #e2f2f8;
}

.colorbox.darkgreycolor {
  background-color: #6f6f6e;
}

.colorbox.lightgreycolor {
  background-color: #d4d4d4;
}

.flex-3 {
  width: 33.333%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.flex-3.textlinkcol {
  padding-top: 19px;
}

.flex-3.corsi-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-3.approfondimento-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 30px;
	padding-bottom: 45px;
	padding-left: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.button {
  padding: 0.75em 1.5em;
  border-style: solid;
  border-width: 1px;
  border-color: #008cc4;
  border-radius: 150px;
  background-color: #008cc4;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #71bfde;
  color: #fff;
}

.button.is--outline {
  border-style: solid;
  border-width: 1px;
  border-color: #008cc4;
  background-color: transparent;
  color: #008cc4;
}

.button.is--outline:hover {
  background-color: #71bfde;
  color: #fff;
}

.button.is--outline.is-white {
  border-color: #fff;
  color: #fff;
}

.button.is--outline.is--registrati {
  background-color: #fff;
}

.button.is--outline.is--small {
  font-size: 16px;
  text-transform: capitalize;
}

.button.is--outline.is--small.is--corso-chapter_end {
  margin-right: 15px;
  margin-left: 15px;
}

.button.is--thic1 {
  border-style: none;
  background-color: #fff;
  box-shadow: 0 4px 0 0 #008cc4;
  color: #008cc4;
}

.button.is--thic1:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 0 0 #008cc4;
  color: #fff;
}

.button.is--thic2 {
  border-style: none;
  background-color: #fff;
  box-shadow: 0 4px 0 0 #71bfde;
  color: #008cc4;
}

.button.is--thic2:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 0 0 #008cc4;
  color: #fff;
}

.button.is--white {
  border-color: #e2f2f8;
  background-color: #e2f2f8;
  color: #008cc4;
}

.button.is--white:hover {
  background-color: #71bfde;
  color: #fff;
}

.button.is--white.accedi {
  margin-left: 30px;
}

.button.accedi {
  margin-left: 30px;
}

.button.is--login-utente {
  width: 100%;
  padding-top: 0.45em;
  padding-bottom: 0.45em;
}

.button.is--login-libro {
  width: 100%;
  padding-top: 0.45em;
  padding-bottom: 0.45em;
  background-color: #6f6f6e;
}

.button.is--login-libro {
  width: 100%;
  padding-top: 0.45em;
  padding-bottom: 0.45em;
  border-color: #6f6f6e;
}

.button.is--login-libro:hover {
  background-color: #9c9c9c;
}

.button.is--small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  text-transform: capitalize;
}

.button.is--small.is--back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-right: 150px;
  margin-left: 0px;
  padding-right: 0em;
  padding-left: 0em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  background-color: rgba(255, 255, 255, 0);
  color: #6f6f6e;
}

.button.is--small.is--corso-chapter_end {
  margin: 10px 15px;
}

.button.is--small.is--navbar-user {
  border-style: none;
  background-color: rgba(255, 255, 255, 0);
  color: #6f6f6e;
  font-weight: 400;
	text-transform: none;
}

.is--white {
  color: #fff;
}

.my-contain {
  background-color: #d4d4d4;
}

.popbg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.77);
  opacity: 0;
}

.popwindow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  padding: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-right: 30px;
  padding-left: 30px;
  background-color: rgba(255, 255, 255, 0);
}

.navbar.libro {
  display: none;
}

.navbar.libro.cut {
  position: relative;
  display: block;
  background-color: #0083c8;
  background-image: none;
  background-size: auto;
}

.bounds {
	width: 100%;
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
}
.bounds.navbar-container {
	height: 90px;
}
.navbar-container {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.navbar-container.cut {
  max-width: 1280px;
}

.nav-logo {
  max-height: 50px;
}

.nav-brand {
  margin-right: auto;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-hamburger {
  width: 60px;
  height: 60px;
  margin-left: 45px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #008cc4;
  text-align: center;
}

.nav-hamburger:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
  color: #fff;
}

.nav-hamburger.libro {
  border-width: 4px;
  border-color: #0083c8;
  background-color: #0083c8;
  color: #fff;
}

.nav-hamburger.cut {
  margin-left: 15px;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
}

.icon.is--inverted {
  border-radius: 100%;
  background-color: #008cc4;
  color: #fff;
}

.icon.is--inverted:hover {
  background-color: #71bfde;
}

.icon.is--inverted:active {
  background-color: #e2f2f8;
  color: #6f6f6e;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-links.cut {
  width: 100%;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 120px 30px;
  background-image: url('../images/recolor.png');
  background-position: 50% 0%;
  background-size: cover;
}

.hero-heading {
  max-width: 700px;
  margin-bottom: 45px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.hero-bottomdeco {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.image-2 {
  width: 100%;
}

.info-section {
  position: relative;
  top: -2px;
  padding: 3em 30px 9em;
  background-color: #e5f3f9;
}

.info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*margin-top: 2em;*/
  /*margin-bottom: 2em;*/
}

.info-imagebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-textbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-right: 120px;
  padding-left: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #008cc4;
  font-weight: 700;
}

.info-headbox {
  width: 100%;
  margin-bottom: 45px;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: grey grey #e2f2f8;
}

.info-headbox.in--center {
  text-align: center;
}

.info-headbox.is--darker {
  border-bottom-color: #71bfde;
}

.info-image {
  width: 100%;
}

.info-image.content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 1px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.info-image.frame {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.info-image.frame.is--flip {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.info-image-layers {
  position: relative;
  width: 500px;
  height: 500px;
}

.info-bottomdeco {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.corsi-section {
  position: relative;
  padding: 0px 30px;
}

.is--center {
  margin-bottom: 60px;
  color: #6f6f6e;
  text-align: center;
}

.prefooter {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #008cc4;
}

.heading-3 {
  max-width: 900px;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
}

.footer {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #089DD9;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3em;
  padding-bottom: 3em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}


.footer-column.is--policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-column.is--logo {
  width: auto;
}

.container.partner .label {
	min-width: 170px;
}
.partner-filters {
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-filter {
  margin-right: 15px;
  margin-left: 15px;
  line-height: 45px;
}


.partner-lightbox_description {
  color: #6f6f6e;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.partner-image_box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.play_icon {
  position: absolute;
  width: 45px;
  height: 45px;
}

.corsi-item-copy {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 15px;
  background-color: #d4d4d4;
}

.nav-menu {
  width: 100%;
  height: auto;
  padding-right: 30px;
  padding-left: 30px;
  border-bottom: 1px solid #e2f2f8;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.07);
}

.nav-menu_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-menu_row.is--login {
  display: none;
}

.nav-textlink {
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 0px;
  color: grey;
  line-height: 20px;
  font-weight: 400;
  white-space: nowrap;
}

.nav-menu_divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1px;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e2f2f8;
}

.corsi-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 140, 196, 0.5);
}

.heading-5 {
  color: #fff;
  font-weight: 700;
}

.image-4 {
  width: 100%;
  height: 100%;
}

.nav-in_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-iconlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: grey;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

.nav-iconlink_text {
  display: inline-block;
}

.nav-inconlink_icon {
  width: auto;
  height: 20px;
  margin-right: 15px;
  color: red;
}

.nav-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 0%;
  background-color: #008cc4;
}

.nav-background.is--white {
  z-index: 3;
  height: 90px;
  background-color: #fff;
}

.container-pump {
  width: 100%;
  height: 50vh;
	max-height: 5vh;
}

.body-cut {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e2f2f8;
}

.body-cut.gioco {
  display: block;
  background-color: #0083c8;
  background-image: none;
  background-size: auto;
}

.cut-libro-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1670px;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/cut_bg.svg');
  background-position: 0px 0px;
  background-size: 100px;
	background-repeat: repeat;
  box-shadow: -30px 0 0 0 rgba(0, 0, 0, 0.1);
}

.libro-side {
  width: 250px;
  height: 100%;
  min-width: 250px;
  background-color: #fff;
}

.cut-libro-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-right: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cut-libro-logo_image {
  width: 100%;
  min-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.cut-libro-testo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 150px 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cut-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #062b64;
  font-size: 2em;
  font-weight: 400;
}

._200 {
  height: 100%;
  max-width: 200px;
  min-width: 200px;
  background-color: rgba(255, 0, 0, 0.22);
}

.cut-libro-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cut-libro-menu_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  min-height: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cut-libro-menu_top.is--bottom {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.libro-menu_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu-bottom {
  width: 100%;
  height: 100%;
}

.bar-corner {
  position: relative;
  width: 120px;
  height: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.bar-corner.is--topright {
  z-index: 0;
  background-color: #0083c8;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.bar-corner.is--topright.is--desktop {
  z-index: 10;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.bar-corner.is--bottomleft {
  z-index: 0;
  background-color: rgba(0, 131, 200, 0);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.bar-corner.is--bottomleft.is--desktop {
  z-index: 10;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.bar-top {
  height: 120px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/bar-oriz.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat-x;
}

.corner-img {
  width: 100%;
  height: 100%;
}

.corner-img.is--tablet {
  display: none;
}

.corner-img.is-bottomleft {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cut-bar_side {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 60px;
  height: auto;
  min-height: 100%;
  min-width: 60px;
  background-image: url('../images/bar-side.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat-y;
}

.cut-bar_side.is--leftbar {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: auto;
  margin-top: -181px;
  margin-bottom: 0px;
}

.libro-menu_livelli {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #0083c8;
}

.svio {
  position: absolute;
  top: -180px;
  min-height: 240px;
  min-width: 180px;
}

.svio.is--desktop {
  display: block;
}

.fontana {
  position: absolute;
  left: 180px;
  top: -283px;
  min-width: 300px;
  padding-right: 30px;
}

.fontana.is--desktop {
  top: -245px;
  display: block;
  min-width: 220px;
}

.libro-livello {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-height: 300px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 60px 120px 60px 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.livello_index {
  position: relative;
  width: 60px;
  height: 100%;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.livello_content {
  width: 100%;
}

.livello_index_text {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 60px;
  background-color: hsla(0, 0%, 100%, 0.33);
  color: #fff;
  font-size: 2em;
  text-align: center;
}

.livello_content_titolo {
  margin-top: 0px;
  color: #fff;
  font-size: 1.5em;
}

.livello_content_preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.livello_content_c2a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.livelo_c2a_preview_imagebox {
  height: 100%;
  max-height: 210px;
  max-width: 100%;
  margin: 0px;
  padding: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.livelo_c2a_preview_image {
  max-height: 150px;
  min-height: 100%;
  min-width: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

.ivello_content_c2a_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  margin: 30px 15px 30px 0px;
  padding: 15px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 60px;
  background-color: hsla(0, 0%, 100%, 0.33);
  color: #fff;
  text-align: center;
}

.livello_c2a_text {
  margin-right: 30px;
  font-size: 1.5em;
  text-transform: uppercase;
}

.image-5 {
  width: auto;
  height: 30px;
}

.livelo_c2a_preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.livello_container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  /* margin-left: auto; */
  text-decoration: none;
}

.section {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.cut-navaback {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  margin: 0px;
  padding: 15px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #008cc4;
  border-radius: 60px;
  background-color: #fff;
  color: #fff;
  text-align: center;
}

.game-section {
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding: 120px 30px;
  background-color: #0083c8;
}

.game-container {
  overflow: hidden;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
}

.cut-navback_text {
  margin-right: 0px;
  color: #0083c8;
  font-size: 1.25em;
  text-transform: uppercase;
  white-space: nowrap;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.game-istructions {
  max-width: 1280px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.rotate-alert {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.alert_head {
  color: #008cc4;
}

.livello_content_testo {
  margin-top: 0px;
  color: #fff;
  font-size: 1em;
}

.land-here {
  position: absolute;
  top: -30vh;
  width: 0px;
  height: 0px;
}

.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 90px 0 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/login_bg.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.login.is--aziende {
  background-color: #e2f2f8;
  background-image: none;
}

.login-panel {
  width: 33.3%;
  margin: 30px;
  padding: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #71bfde;
  border-radius: 15px;
  background-color: #fff;
}

.login-panel-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-panel_engine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.login-panel_h3 {
  font-weight: 700;
  text-align: center;
}

.login-button {
  display: block;
  width: 100%;
}

.login-panel-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-field {
  border-radius: 5px;
}

.login-input_field {
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #71bfde;
  border-radius: 5px;
  text-align: center;
}

.aziende-sponsor {
  position: relative;
	background-color: transparent;
	margin-top: -8rem;
}
.aziende-sponsor ~ div:last-child {
	padding-bottom: 8rem;
}

.register_topdeco {
  margin-bottom: -5px;
}

.register-wrapper {
  padding-bottom: 90px;
  background-color: #008cc4;
}

.register-p {
  max-width: 650px;
  color: #fff;
  font-size: 31px;
  text-align: center;
}

.login-icon {
  max-height: 60px;
  max-width: 60px;
}

.login-icon.is--viveracqua {
  width: 100%;
  max-height: none;
  max-width: 210px;
}

.aziende-sponsor-wrapper {
  padding-bottom: 90px;
  background-color: #fff;
}

.image-6 {
  max-height: 60px;
  max-width: 120px;
  margin: 15px;
}

.login-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  margin: 30px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.login-h3 {
  color: #008cc4;
  font-weight: 700;
}

.wip_logo {
  width: auto;
  margin-bottom: 100px;
}

.form {
  position: relative;
  padding: 30px;
}

.boxed-heading {
  margin-top: 0px;
  margin-bottom: 45px;
  color: #008cc4;
  font-weight: 700;
}

.form-label {
  margin-right: 15px;
  font-weight: 400;
}
.select2-container--default,
.input-field {
	margin-bottom: 30px;
	border-style: solid;
	border-width: 1px;
	border-color: #71bfde;
}
.select2-container--default.select2-container--open {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin-left: -1px;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-container--default,
.input-field {
	border-radius: 10px;
}
.select2-container--default .select2-selection--single {
	height: 38px;
	padding: 8px 12px;
	margin-bottom: 0px;
	font-size: 14px;
	border-width: 0;
}
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #6f6f6e;
	line-height: inherit;
	padding: 0;
}
.select2-results__option {
	padding: 6px 12px;
	font-size: 14px;
}
.select2-search--dropdown {
	padding: 4px 12px;
}
/*select multiple*/
.select2-container--default .select2-selection--multiple {
	min-height: 36px;
	border-width: 0 !important;
	cursor: pointer;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	font-size: 0.9rem;
}
/*copiato da webflow.css .w-input*/
.select2-container--default .select2-search--inline textarea.select2-search__field {
	position: absolute;
	display: block;
	height: 38px;
	padding: 8px 12px;
	margin-top: 0;
	font-size: 14px;
	line-height: 1.428571429;
	vertical-align: middle;
	resize: none;
	width: 100% !important;
}
.select2-container--default.select2-container--open .select2-search--inline textarea.select2-search__field {
	/*evita di sovrapporre il testo di ricerca con i bottoni dei gia' selezionati*/
	text-align: right;
}
.select2-container--default:hover .select2-search--inline textarea.select2-search__field {
	/*z-index: -1;*/
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	font-weight: normal;
	font-size: 1.2rem;
	background-color: transparent;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top: 4px;
}
.input-field:focus {
  border-color: #008cc4;
}

.form-item {
  width: 100%;
  padding-right: 30px;
}

.form-item.is--half {
  width: 50%;
}

.form-item .is--radio {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.form-item .is--radio input[type="radio"] {
	position: absolute;
	left: 0;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.form-container {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}

.form-container.is--boxed {
  border-radius: 30px;
  background-color: #fff;
  color: #008cc4;
}

.form-panel {
  height: auto;
  /*max-height: 100vh;*/
  /*padding-top: 60px;*/
  /*padding-bottom: 60px;*/
}

.form-innergroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 30px;
  /*padding-left: 30px;*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid grey;
}

.form-innergroup:last-of-type {
  border-bottom-style: none;
}

.checkbox-field {
  margin-bottom: 10px;
}

.form-checkboxes {
}

.form-composite-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
  margin-left: 0px;
}

.info-trigger {
  position: relative;
  cursor: pointer;
}

.info-popup {
  position: absolute;
  left: 30px;
  top: auto;
  right: auto;
  bottom: 5%;
  width: 210px;
  padding: 15px;
  border-radius: 15px;
  background-color: #008cc4;
}

.info-popup.is--closed {
  display: none;
}

.corso-head {
  padding: 0 30px;
  background-color: #e2f2f8;
}

.corso-head_imagehalf {
  width: 33.3%;
  height: 100%;
}

.corso-head_texthalf {
  width: 66.6%;
  height: 100%;
  padding-top: 0;
  padding-left: 120px;
}

.corso-head_bc {
  height: 30px;
  margin-bottom: 30px;
}

.corso-head_image {
  width: 100%;
  padding-top: 100%;
  padding-right: 0px;
  border-radius: 10px;
  background-image: url('../images/Gruppo-di-maschere-43.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.corso-head_progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  background-color: rgba(0, 140, 196, 0.5);
}

.corso-head_h {
  color: #4E4E4E;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.link {
  display: block;
  margin-bottom: 45px;
}

.corso-head_progresstext {
  margin-right: 30px;
  margin-left: 30px;
  color: #fff;
}

.corso-list {
  padding-right: 30px;
  padding-left: 30px;
}

.corso-chapter-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 20px 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #71bfde;
  border-radius: 15px;
  background-color: #e2f2f8;
  color: #008cc4;
  text-decoration: none;
  cursor: pointer;
}

.corso-chapter-item[data-status="current"] {
  background-color: #71bfde;
  color: #fff;
}

.corso-chapter-item[data-status="locked"] {
  border-color: grey;
  background-color: #efefee;
  color: grey;
	pointer-events: none !important;
	cursor: default !important;
}
.corso-chapter-item[data-status="locked"] .corso-chapter-item_img > div {
	opacity: 0.4;
}

.corso-chapter-item[data-status="locked"]:hover {
	color: #b1b1b1;
}

.corso-chapter-item[data-status="done"]:hover {
  background-color: #71bfde;
  color: #008cc4;
}

.corso-chapter-item[data-status="done"] {
  text-decoration: none;
}

.corso-chapter-item[data-status="done"]:hover {
  color: #fff;
}

.corso-chapter-item[data-status="current"]:hover {
  background-color: #008cc4;
}

.corso-chapter-item > div {
	min-height: 200px;
}

.corso-chapter-item_index {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 12%;
	padding-right: 30px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.corso-chapter-item_img {
	width: 30%;
}
.corso-chapter-item_title {
  width: 40%;
	padding-left: 60px;
}
.corso-chapter-item_description {
  width: 35%;
}

.corso-chapter-item_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  padding-left: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.corso-chapter-item-index_half {
  width: 50%;
}

.image-7 {
  width: 45px;
  height: 45px;
}

.corso-chapter-item-index_text {
  min-width: 40px;
  margin-top: -10px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

.corso-chapter-item_title_text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
	.corso-chapter-item > div {
		min-height: 0;
	}
	.corso-chapter-item {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.paragraph {
  margin-bottom: 45px;
}

.corso-chapter-item-index_check {
  width: 40px;
  height: 45px;
}

.corso-chapter-item[data-status="current"] .corso-chapter-item-index_check {
  opacity: 0;
}

.corso-chapter-item[data-status="locked"] .corso-chapter-item-index_check {
  opacity: 0;
}

.corso-chapter-item-index_play {
  width: 45px;
  height: 45px;
}

.corso-chapter-item[data-status="completed"] .corso-chapter-item-index_play {
  display: block;
}

.corso-chapter-item[data-status="current"] .corso-chapter-item-index_play {
  display: block;
}

.corso-chapter-item[data-status="locked"] .corso-chapter-item-index_play {
  display: none;
}

.corso-chapter-item-index_lock {
  width: 45px;
  height: 45px;
}

.corso-chapter-item[data-status="completed"] .corso-chapter-item-index_lock {
  display: none;
}

.corso-chapter-item[data-status="current"] .corso-chapter-item-index_lock {
  display: none;
}

.corso-chapter-item[data-status="locked"] .corso-chapter-item-index_lock {
  display: block;
}

.corso-chapter-item_description_text {
  padding-left: 30px;
  font-size: 1em;
	font-weight: normal;
}
/*corso watrix1*/
@media screen and (max-width: 1024px) {
	body[data-route="watrix1-course"] .corso-chapter-item_img {
		width: 100%;
		min-height: 200px;
		margin-top: 10px;
	}
	body[data-route="watrix1-course"] .corso-chapter-item_title {
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
	}
	body[data-route="watrix1-course"] .corso-chapter-item_description {
		width: 100%;
		padding-left: 0;
	}
}

.text-block {
  font-size: 16px;
}

.navbar-corso {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  min-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.corso-chapter {
	padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
}

.corso-chapter.is--questionario {
  /*display: none;*/
}

.corso-chapter.is--video {
  display: block;
}

.corso-chapter.is--end {
  /*display: none;*/
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e2f2f8;
}

.navbar-corso_inner2 {
  position: relative;
  left: -125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-corso_inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-icon {
  width: 20px;
  height: 20px;
}

.button-icon.is--left {
  margin-right: 15px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.button-icon.is--right {
  margin-left: 15px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.nav-background.is--navbar-corso {
  left: -30px;
  right: -30px;
  z-index: 1;
  height: 60px;
  background-color: #e2f2f8;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.nav-background.is--navbar-user {
  left: -30px;
  right: -30px;
  z-index: 1;
  height: 60px;
  background-color: #e2f2f8;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.corso-inner-chapter_title {
  margin-bottom: 45px;
  font-weight: 700;
  text-align: center;
}

.corso-inner-corso_title {
  text-align: center;
}

.div-block {
  width: 0px;
}

.form-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-question_index {
  font-weight: 700;
}

.form-question_heading {
  color: #008cc4;
  font-weight: 700;
}
.question.ko,
.question.ko .form-question_heading {
	color: red;
}
.radio-button {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.radio-button.is--inverted {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0);
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.chapter {
  display: block;
  padding-right: 30px;
  padding-left: 30px;
}

.button-icon.is--left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-icon.is--right.is--flip {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.videowebflow {
  border-radius: 15px;
}


.video-box {
	position: relative;
}
.video-box video {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
	background-color: transparent;
}

.video-popup {
  position: absolute;
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(0, 140, 196, 0.9);
}

.video-popup.is--text {
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: auto;
  padding: 10px 27px 10px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-popup.is--text > div,
.video-popup.is--text > a {
  display: inline-block;
  color: #fff;
  font-size: 0.6em;
}

.popup-close-icon {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  width: 10px;
  height: 10px;
}

.popup-question_heading {
  color: #008cc4;
  font-weight: 700;
}

.popup-question-innergroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 0px none #000;
}

.popup-question-innergroup.is--last {
  border-bottom-style: none;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.corso-chapter-end_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
	margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.corso-chapter-end_icon {
  height: 60px;
}

.corso-chapter-end_head {
  color: #008cc4;
  font-weight: 700;
  text-align: center;
}

.approfondisci-head {
  margin-top: 0px;
  font-weight: 700;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.approfondimento-link {
  margin-right: 30px;
}

.video-popup.is--question {
  /*position: absolute;*/
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1100;
  background-color: rgba(0, 140, 196, 0.9);
}

.popup-question-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 120px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.popup-question-close {
  position: absolute;
  left: auto;
  top: 30px;
  right: 30px;
  bottom: auto;
  width: 15px;
  height: 15px;
}

.approfondimento-c2a {
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.navbar-user_inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-user {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  min-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-section {
  padding: 90px 30px;
}

.user-image-container {
  width: 50%;
  padding-right: 90px;
  padding-bottom: 45px;
}

.user-image-container.is--utente {
  width: 30px;
  margin-right: 30px;
  padding-right: 0px;
}

.user-main-container {
  width: 50%;
}

.user-h2 {
  margin-top: 0px;
  font-weight: 700;
}

.user-main-group {
  margin-bottom: 45px;
}

.p-small.is--user-link {
  margin-bottom: 10px;
  text-align: left;
}

.navbar-user_trigger {
  display: none;
}

.user-image-azienda {
  max-height: 120px;
}

.image-8 {
  width: 100%;
}

.azienda-listacorsi-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #cacaca;
}

.azienda-listacorsi-item:last-of-type {
  border-bottom-style: none;
}

.azienda-listacorsi-item_image {
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 10px;
}

.azienda-listacorsi-item_image.is--nuovocorso {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px;
  border-color: #008cc4;
}

.azienda-listacorsi-item_text_container {
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.azienda-listacorsi-item_counter {
  padding: 15px 25px;
  border-radius: 100vw;
  background-color: #71bfde;
  color: #fff;
  font-weight: 700;
}

.azienda-listacorsi-item_image_inner {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

.azienda-listacorsi-item_image_inner.is--nuovocorso {
  width: 30px;
  height: 30px;
}

.azienda-listacorsi-item_title {
  margin-top: 0px;
  font-weight: 700;
}

.azienda-listacorsi-item_title.is--nuovocorso {
  text-decoration: none;
}

.azienda-listacorsi-item_title.is--nuovocorso:hover {
  color: #008cc4;
}

.azienda-listacorsi-item_link {
  display: inline-block;
  padding-right: 30px;
  color: #089DD9;

  /* REGULAR 14 */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.azienda-listacorsi-item {
  width: 100%;
}

.azienda-listacorsi-item.is--nuovocorso {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.utente-elencocorsi-filters {
  width: 25%;
}

.utente-elencocorsi-list {
  width: 75%;
  padding-left: 90px;
	margin-top: -55px;
}

.user-filters {
  display: block;
  margin-top: 30px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.user-filter {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

.user-filter.alternate{
  font-size: inherit;
  line-height: inherit;
  padding-bottom: 0;
}

.user-filter:not([data-is-selected="1"]) {
	color: #6f6f6e;
	font-weight: 400;
	text-decoration: none;
}
.user-filter[data-value="0"][data-is-selected="1"] {
	pointer-events: none !important;
	cursor: default !important;
	-webkit-touch-callout: none !important; /* iOS Safari */
	-webkit-user-select: none !important; /* Safari */
	-khtml-user-select: none !important; /* Konqueror HTML */
	-moz-user-select: none !important; /* Firefox */
	-ms-user-select: none !important; /* Internet Explorer/Edge */
	user-select: none !important;
}

.utente-listacorsi-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 55px;
  padding-bottom: 55px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #cacaca;
}

.utente-listacorsi-item:last-child {
  border-bottom-style: none;
}

.utente-listacorsi-item_image {
  overflow: hidden;
  width: 396px;
  height: 223px;
  border-radius: 14px;
}



.utente-listacorsi-item_image.is--nuovocorso {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px;
  border-color: #008cc4;
}

.listacorsi_autore {
  display: block;
  color: #4E4E4E;

  /* REGULAR 14 */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.listacorsi-descr {
  color: #4E4E4E;

  /* REGULAR 14 */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex-grow: 1;
}

.text-block-4 {
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
  }
  .container.is--boxed.is--utente-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container.is--login {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container.is--form2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.is--corso-head {
    padding-top: 60px;
  }

  .flex-container.is--approfondimento {
    padding-bottom: 0px;
  }

  .flex-3.corsi-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .flex-3.approfondimento-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-logo {
    max-height: 40px;
  }

  .nav-brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info-section {
    padding-bottom: 60px;
  }

  .info-row {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .info-textbox {
    padding-right: 60px;
    padding-left: 60px;
  }

  .info-image-layers {
    width: 100%;
    height: 100%;
  }
  .partner-image_box {
    background-image: none;
  }

  .corsi-overlay {
    height: 60%;
  }

  .body-cut.gioco {
    background-color: #0083c8;
    background-image: none;
    background-size: auto;
  }

  .libro-side {
    display: none;
  }

  .cut-libro-menu {
    padding-right: 30px;
    padding-left: 30px;
  }

  .bar-corner.is--topright {
    background-color: rgba(0, 131, 200, 0);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .bar-corner.is--bottomleft {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .corner-img.is--tablet {
    display: block;
  }

  .corner-img.is--tablet.is-topright {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .cut-bar_side.is--leftbar {
    height: 100%;
    margin-top: 0px;
  }

  .svio.is--desktop {
    display: none;
  }

  .fontana.is--desktop {
    display: none;
  }

  .libro-livello {
    padding-right: 90px;
    padding-left: 90px;
  }

  .livello_index {
    height: 60px;
    margin-bottom: 30px;
  }

  .livello_index_text {
    position: static;
  }

  .livello_content_preview {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .livello_content_c2a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .livelo_c2a_preview_imagebox {
    width: 50%;
    height: auto;
    max-height: none;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .ivello_content_c2a_button {
    margin-left: 0px;
  }

  .livello_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cut-navaback {
    margin-left: 0px;
  }

  .game-section {
    padding-top: 60px;
  }

  .login-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .login-panel-form {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .login-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .corso-head_texthalf {
    padding-left: 60px;
  }

  .corso-chapter-item_index {
    padding-right: 0px;
  }

  .corso-chapter-item_title {
    padding-right: 0px;
    padding-left: 30px;
  }

  .corso-chapter-item_description {
    padding-right: 30px;
    padding-left: 0px;
  }

  .corso-chapter-item-index_text {
    min-width: 45px;
  }

  .corso-chapter-item_title_text {
    padding-right: 30px;
  }

  .corso-chapter-item_description_text {
    padding-left: 0px;
  }

  .corso-chapter {
    padding-bottom: 30px;
  }

  .navbar-corso_inner2 {
    margin-right: 0px;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navbar-corso_inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .chapter {
    padding-right: 30px;
    padding-left: 30px;
  }

  .navbar-user_inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navbar-user-button_text {
    text-align: left;
  }

  .utente-elencocorsi-list {
    padding-left: 30px;
  }

  .user-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .user-filter.is--disabled {
    color: #6f6f6e;
    font-weight: 400;
    text-decoration: none;
  }

  .utente-listacorsi-item_image {
    width: 160px;
    height: 160px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .container.is--boxed.is--utente-filters {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container.prefooter {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .container.is--login {
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.is--corso-head {
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.is--750 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.is--750.is--utente-profilo {
    width: auto;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container.is--utente-elencocorsi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-container.corsi-container {
    padding-right: 60px;
    padding-left: 60px;
  }

  .flex-container.is--approfondimento {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .flex2col {
    width: 100%;
  }

  .p-small.is--user {
    font-size: 1em;
  }

  .colorbox {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
  }

  .flex-3 {
    width: 100%;
  }

  .flex-3.corsi-container {
    margin-bottom: 30px;
  }

  .flex-3.approfondimento-container {
    width: 50%;
    margin-bottom: 30px;
  }

  .button.accedi {
    margin-left: 0px;
  }

  .button.is--submit {
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .button.is--small.is--back.is--navbar-corso1 {
    display: none;
  }

  .button.is--small.is--navbar-user {
    text-align: left;
  }

  .navbar.libro.cut {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-column {
	  padding-right: 15px;
	  padding-left: 15px;
    margin-bottom: 30px;
  }

  .footer-column.is--policy {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-column.is--logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 45px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .corsi-item-copy {
    max-width: none;
  }

  .nav-menu {
    padding-right: 45px;
    padding-bottom: 0;
    padding-left: 45px;
  }

  .nav-menu_row {
    max-width: 350px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-menu_row.is--login {
    display: block;
  }

  .nav-textlink {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-in_login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .nav-in_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cut-libro-logo {
    padding-right: 30px;
  }

  .cut-libro-logo_image {
    height: 100%;
    min-height: 400px;
    margin-right: 0px;
    margin-left: auto;
  }

  .cut-libro-testo {
    padding: 120px 60px;
  }

  .cut-libro-menu {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bar-corner {
    display: none;
  }

  .cut-bar_side {
    display: none;
  }

  .libro-livello {
    padding-right: 60px;
    padding-left: 60px;
  }

  .livello_index_text {
    width: 45px;
    height: 45px;
  }

  .livello_content_c2a {
    padding-left: 0px;
  }

  .livelo_c2a_preview_imagebox {
    width: 100%;
    max-width: 300px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .cut-navaback {
    padding-right: 20px;
    padding-left: 20px;
  }

  .game-section {
    padding-top: 45px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .game-container {
    border-radius: 0px;
  }

  .heading-6 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .game-istructions {
    margin-top: 45px;
  }

  .login-panel {
    width: 100%;
    max-width: 450px;
  }

  .login-icon {
    max-height: 45px;
    max-width: 45px;
  }

  .login-header {
    width: 100%;
    max-width: 450px;
  }

  .form-item {
    padding-right: 0px;
  }

  .form-item.is--half {
    width: 100%;
    padding-right: 0px;
  }

  .form-innergroup {
    padding-left: 0px;
  }

  .form-checkboxes {
    width: 100%;
    max-width: none;
  }

  .corso-head_imagehalf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .corso-head_texthalf {
    width: 100%;
    padding-left: 0px;
  }

  .corso-head_image {
    width: 350px;
    height: 350px;
    max-height: 450px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0%;
  }

  .corso-head_progress {
    min-height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .corso-head_progresstext {
    margin-right: 15px;
    margin-left: 15px;
  }

  .corso-chapter-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .corso-chapter-item_index {
    width: 20%;
  }

	.corso-chapter-item_title {
		width: 80%;
	}
	.corso-chapter-item_title_text {
		font-size: 23px;
	}

  .corso-chapter-item_description {
    width: 80%;
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 30px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .corso-chapter-item_icon {
    width: 20%;
    padding-top: 30px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .corso-chapter-item-index_check {
    width: 30px;
    height: 30px;
    opacity: 0.5;
  }

	corso-chapter-item[data-status="locked"] .corso-chapter-item-index_lock {
    width: 30px;
    height: 30px;
  }

  .navbar-corso_inner2 {
    left: 0px;
    margin-left: 0px;
  }

  .video-popup.is--text {
    left: 0px;
    top: 0px;
    right: 0px;
  }

  .popup-question-innergroup {
    padding-right: 30px;
    padding-left: 30px;
  }

  .navbar-user_inner {
    z-index: 2;
    display: none;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #e2f2f8;
  }

  .navbar-user_inner.is--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-user {
    margin-right: -30px;
    margin-left: -30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .user-section {
	  padding-top: 60px;
  }

  .user-image-container {
    width: 66%;
    padding-right: 0px;
  }

  .user-main-container {
    width: 66%;
  }

  .p-small.is--user-link {
    font-size: 1em;
  }

  .navbar-user_trigger {
    position: relative;
    z-index: 1100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .text-block-2 {
    display: block;
  }

  .text-block-3 {
    padding-right: 30px;
    color: #008cc4;
    font-weight: 700;
  }

  .user-image-azienda {
    width: 100%;
    max-width: 300px;
  }

  .navbar-user-dorpdown_icon {
    width: 20px;
    height: 20px;
  }

  .navbar-user-dorpdown_icon.is--open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-user-button_text {
    text-align: center;
  }

  .azienda-listacorsi-item_link {
    padding-top: 5px;
  }

  .utente-elencocorsi-filters {
    width: 100%;
  }

  .utente-elencocorsi-list {
    width: 100%;
  }

  .user-filters {
    width: 50%;
    margin-right: 0px;
  }

  .user-filter {
    padding-right: 45px;
  }

  .text-block-5 {
    position: absolute;
    left: 30px;
    top: 20px;
    right: auto;
    bottom: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 38px;
  }

  h2 {
    font-size: 30px;
    line-height: 33px;
  }

  h3 {
    font-size: 25px;
    line-height: 31px;
  }

  h4 {
    font-size: 21px;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.25;
  }

  a {
    font-size: 15px;
  }

  .container.is--login {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.is--register {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.is--750.is--utente-profilo {
    width: 100%;
    max-width: none;
  }

  .flex-container.corsi-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flex-container.is--approfondimento {
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .p-small {
    font-size: 13px;
    line-height: 22px;
  }

  .p-small.is--infopopup {
    width: 100%;
    max-width: 200px;
  }

  .flex-3.approfondimento-container {
    width: 100%;
    margin-bottom: 0px;
  }

  .button {
    font-size: 15px;
  }

  .button.is--outline.is--small.is--navbar-corso2 {
    padding-right: 0em;
    padding-left: 0em;
    border-style: none;
    color: #6f6f6e;
  }

  .button.is--outline.is--small.is--navbar-corso2:hover {
    background-color: rgba(113, 191, 222, 0);
  }

  .button.is--outline.is--small.is--corso-chapter_end {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .button.accedi {
    margin-top: 15px;
  }

  .button.is--small.is--navbar-corso3 {
    padding-right: 0em;
    padding-left: 0em;
    border-style: none;
    background-color: rgba(255, 255, 255, 0);
    color: #008cc4;
  }

  .button.is--small.is--corso-chapter_end {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .nav-hamburger.libro {
    margin-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hero-section {
    height: auto;
    min-height: 100vh;
  }

  .hero-section.is--wip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 49px;
    padding-bottom: 49px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info-row {
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .info-imagebox {
    width: 100%;
    height: auto;
  }

  .info-imagebox.is--spare {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .info-textbox {
    width: 100%;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .info-headbox {
    margin-bottom: 30px;
  }

  .info-image.content {
    position: relative;
  }

  .partner-filters {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .nav-in_login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .corsi-overlay {
    height: auto;
  }

  .cut-libro-logo_image {
    min-height: 250px;
  }

  .libro-livello {
    padding-right: 30px;
    padding-left: 30px;
  }

  .livello_content_c2a {
    padding-left: 0px;
  }

  .ivello_content_c2a_button {
    width: 100%;
    margin-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cut-navaback {
    width: 100%;
    margin-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .rotate-alert {
    z-index: 1001;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .alert_head {
    text-align: center;
  }

  .alert_icon {
    width: 60px;
    margin-bottom: 30px;
  }

  .alert-close_icon {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 20px;
    margin: 30px;
  }

  .login-panel {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .register-wrapper {
    padding-bottom: 60px;
  }

  .register-p {
    font-size: 25px;
  }

  .aziende-sponsor-wrapper {
    padding-bottom: 60px;
  }

  .login-header {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .form {
    padding-right: 15px;
    padding-left: 15px;
  }

  .info-popup {
    width: 100px;
  }

  .corso-head_image {
    width: 100%;
    height: auto;
    padding-top: 100%;
  }

  .corso-head_progress {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .corso-head_progresstext {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .corso-chapter-item-index_text {
    min-width: 30px;
  }

  .corso-chapter-item-index_check {
    padding-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .form-question_index {
  }

  .chapter {
    padding-right: 15px;
    padding-left: 15px;
  }

  .popup-question-innergroup {
    padding-right: 15px;
    padding-left: 15px;
  }

  .corso-chapter-end_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .user-image-container {
    width: 100%;
  }

  .user-main-container {
    width: 100%;
  }

  .user-image-azienda {
    width: 100%;
    max-width: 250px;
  }

  .azienda-listacorsi-item {
    padding-top: 45px;
    padding-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .azienda-listacorsi-item_image {
    margin-bottom: 15px;
  }

  .azienda-listacorsi-item_image.is--nuovocorso {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    border-width: 3px;
  }

  .azienda-listacorsi-item_text_container {
    padding-right: 0px;
    padding-left: 0px;
    display: flex;
  }

  .azienda-listacorsi-item_counter {
    padding: 0px;
    background-color: rgba(255, 255, 255, 0);
    color: #71bfde;
  }

  .azienda-listacorsi-item_image_inner.is--nuovocorso {
    width: 20px;
    height: 20px;
  }

  .azienda-listacorsi-item.is--nuovocorso {
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-4 {
    margin-bottom: 20px;
  }

  .utente-elencocorsi-list {
    padding-left: 0px;
	  margin-top: 0;
  }

  .user-filters {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .utente-listacorsi-item {
    padding-top: 45px;
    padding-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .utente-listacorsi-item_image {
    width: 100%;
    margin-bottom: 15px;
  }

  .utente-listacorsi-item_image.is--nuovocorso {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    border-width: 3px;
  }
}

@font-face {
  font-family: 'Easyreadingpro';
  src: url('../fonts/EasyReadingPRO.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.body-cut,
.cut-h1,
.font-easyreading {
	font-family: Easyreadingpro, sans-serif;
}


/*matt  */
body .content {
}
body:not([data-route="home"]) .content {
	padding-top: 0px;
}
body[data-route="box.show-book"] .footer,
body[data-route="box.show-book"] .footer {
	margin-top: 0 !important;
}
/*home*/
@keyframes scroll {
	0% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(60px);
	}
}
svg #wheel {
	animation: scroll ease 2s infinite;
}
.libro-livello:last-child,
.form-innergroup:last-child {
	border-width: 0 !important;
}
body[data-route="home"] #corsi {
	left: 0;
	top: -81vh;
	width: 100%;
	height: 10px;
}
@media (max-width: 767px) {
	body[data-route^="my"] .content {
		/*padding-top: 170px;*/
	}
	body[data-route="home"] #corsi {
		top: -23vh;
	}
}
body[data-route^="register"] .aziende-sponsor {
	/*display: none !important;*/
}
/*body[data-route="home"] .aziende-sponsor,*/
/*body[data-route="users-edit"] .aziende-sponsor {*/
/*	background-color: transparent !important;*/
/*}*/

/*datepicker https://github.com/mikecoj/MCDatepicker/*/
.mc-table__weekday {
	display: none !important;
}
.mc-display__day {
	text-transform: uppercase;
}
.w-radio-input {
	margin-left: 0;
	margin-top: 4px;
}
textarea.w-input, textarea.w-select {
	font-weight: normal;
}

.exercise .result:not(.show) {
	visibility: hidden;
}
.exercise .result:not(.ok) .ok,
.exercise .result:not(.ko) .ko {
	opacity: 0;
}
label {
	cursor: pointer;
}

/*.save-button[data-status="locked"] {*/
/*	pointer-events: none !important;*/
/*	cursor: default !important;*/
/*	opacity: 0.5;*/
/*}*/

/*tinymce*/
.mce-content-body {
	height: auto !important;
	min-height: 100px;
}
.mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
	/*come webflow.css .w-input, .w-select*/
	left: 12px !important;
}
.mce-content-body p {
	margin-bottom: 0;
}

.alerts-container {
	left:0
}

/*filters*/
.filters-item[data-match-ages="0"],
.filters-item[data-match-cats="0"],
.filters-item[data-match-provinces="0"],
.filters-item[data-match-owner="0"],
.filters-item[data-match-material="0"]{
	display: none !important;
}

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
	color: lightgrey !important;
}

.stats-container .users .tax:last-child,
.stats-container .taxonomies .tax .term:last-child {
	padding-bottom: 0 !important;
}
.stats-container .accordion-link .minus-plus::before {
	content: '-';
	font-size: 4.6rem;
	line-height: 0.4;
	display: block;
}
.stats-container .accordion-link.collapsed .minus-plus::before {
	content: '+';
	line-height: 0.5;
	margin-bottom: -0.2rem;
}

body[data-route="about"] .login {
	background-position: 50% -53vh;
}

/*acquanelcalzino*/
body[data-route="box.show-book"][data-id="135"] .content {
	-ms-flex-direction: row !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: row !important;
	flex-direction: row !important;
	background-image: url(../images/acquanelcalzino/ac_bg-patten_02.svg);
	background-color: #0083CB;
	background-repeat: repeat;
	background-size: 13rem;
}
body[data-route="box.show-book"][data-id="135"] .cut-libro-main {
	background-image: none;
	background-color: #fff;
}
@media (min-width: 1600px) {
	body[data-route="box.show-book"][data-id="135"] .libro-menu_main {
		width: 90%;
		margin: auto;
	}
	/*calzinone*/
	body[data-route="box.show-book"][data-id="135"] .col2-top-col2 img {
		max-width: 85%;
	}
}

@media (min-width: 576px) {
	.livelo_c2a_preview {
		margin-left: -15px;
	}
}

body[data-route="flipbook.show-public_file"] .content {
	overflow: hidden;
}
body[data-route="flipbook.show-public_file"] .title {
	padding-right: 30px;
	padding-left: 30px;
}
body[data-route="flipbook.show-public_file"] .title > div {
	padding-top: 30px;
}
html.minWidth992 body[data-route="flipbook.show-public_file"] .footer {
	display: none !important;
}

.iframe-lightbox .content-holder {
	width: 60% !important;
	top: 40% !important;
}


