.mx-auto {
	margin-right: auto!important;
	margin-left: auto!important
}

.my-0 {
	margin-top: 0!important;
	margin-bottom: 0!important
}

.my-2 {
	margin-top: .5rem!important;
	margin-bottom: .5rem!important
}

.my-3 {
	margin-top: 1rem!important;
	margin-bottom: 1rem!important
}

.my-6 {
	margin-top: 4.5rem!important;
	margin-bottom: 4.5rem!important
}

.mt-0 {
	margin-top: 0!important
}

.mt-1 {
	margin-top: .25rem!important
}

.mt-4 {
	margin-top: 1.5rem!important
}

.mt-5 {
	margin-top: 3rem!important
}

.mt-6 {
	margin-top: 4.5rem!important
}

.mb-0 {
	margin-bottom: 0!important
}

.mb-3 {
	margin-bottom: 1rem!important
}

.mb-4 {
	margin-bottom: 1.5rem!important
}

.mb-5 {
	margin-bottom: 3rem!important
}

.ms-4 {
	margin-left: 1.5rem!important
}

.ms-auto {
	margin-left: auto!important
}

.p-4 {
	padding: 1.5rem!important
}

.p-5 {
	padding: 3rem!important
}

.px-0 {
	padding-right: 0!important;
	padding-left: 0!important
}

.px-3 {
	padding-right: 1rem!important;
	padding-left: 1rem!important
}

.py-5 {
	padding-top: 3rem!important;
	padding-bottom: 3rem!important
}

.py-6 {
	padding-top: 4.5rem!important;
	padding-bottom: 4.5rem!important
}

.py-10 {
	padding-top: 10.5rem!important;
	padding-bottom: 10.5rem!important
}

.pe-0 {
	padding-right: 0!important
}

.pb-4 {
	padding-bottom: 1.5rem!important
}

.pb-6 {
	padding-bottom: 4.5rem!important
}

.accordion, .accordion .accordion-header {
	background-color: transparent!important
}

.accordion .accordion-button {
	padding: 2rem
}

.btn {
	border-radius: 50rem;
	padding: 1rem 2rem;
	border: none!important;
	box-shadow: rgba(60,59,45,.75) 0 10px 10px -10px;
	transition: .5s;
	font-size: 1rem;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	font-family: "Gotham Pro",Arial,sans-serif
}

.btn.btn-lg {
	padding: 2rem;
	font-size: 1.25rem
}

.btn.btn-sm {
	padding: .85rem 1.25rem;
	font-size: .85rem;
	box-shadow: none;
	border: none!important
}

.btn-primary {
	background-color: #2980a3!important;
	transition: .5s;
	color: #fff!important
}

.btn-primary:hover {
	background-color: #922e2a!important;
	transition: .5s
}

.btn-primary.light {
	background-color: #93b1da!important;
	color: #fff!important
}

.btn-primary.light:hover {
	background-color: #004c8c!important;
	color: #fff!important;
	transition: .5s
}

.btn-secondary {
	background-color: #922e2a!important;
	color: #fff!important
}

.btn-secondary:hover {
	background-color: #84003d!important;
	color: #fff!important
}

.btn-secondary.light {
	background-color: #da8fa4!important;
	color: #fff!important
}

.btn-secondary.light:hover {
	background-color: #922e2a!important;
	color: #fff!important;
	transition: .5s
}

.btn-success {
	background-color: #6cb532!important;
	color: #fff!important
}

.btn-success:hover {
	background-color: #257400!important;
	color: #fff!important
}

.btn-success.light {
	background-color: rgba(108,181,50,.95)!important;
	color: #fff!important
}

.btn-success.light:hover {
	background-color: #257400!important;
	color: #fff!important;
	transition: .5s
}

.btn-danger, .btn-danger.light {
	background-color: #fdc733!important;
	border: 1px solid #ffe096!important;
	color: #fff!important
}

.btn-danger:hover {
	background-color: #a17800!important;
	color: #fff!important
}

.btn-danger.light:hover {
	background-color: #a17800!important;
	border: 1px solid #fdc733!important;
	color: #fff!important;
	transition: .5s
}

.btn-warning {
	background-color: #d1d446!important;
	border: 1px solid #eeebae!important;
	color: #fff!important
}

.btn-warning:hover {
	background-color: #bbbf30!important;
	color: #fff!important
}

.btn-warning.light {
	background-color: rgba(209,212,70,.95)!important;
	border: 1px solid rgba(209,212,70,.5)!important;
	color: #fff!important
}

.btn-warning.light:hover {
	background-color: #bbbf30!important;
	border: 1px solid #d1d446!important;
	color: #fff!important;
	transition: .5s
}

.btn-info {
	background-color: #ff7545!important;
	border: 1px solid #ffbca0!important;
	color: #fff!important
}

.btn-info:hover {
	background-color: #ec5625!important;
	color: #fff!important
}

.btn-info.light {
	background-color: rgba(255,117,69,.95)!important;
	border: 1px solid rgba(255,117,69,.5)!important;
	color: #fff!important
}

.btn-info.light:hover {
	background-color: #ec5625!important;
	border: 1px solid #ff7545!important;
	color: #fff!important;
	transition: .5s
}

.btn-light {
	background-color: rgba(60,59,45,.05)!important;
	color: rgba(60,59,45,.55)!important
}

.btn-light:hover {
	background-color: rgba(60,59,45,.2)!important;
	color: #fff!important
}

.btn-light.negative, .btn-link.negative {
	background-color: rgba(255,255,255,.25)!important;
	color: #fff!important;
	border: 1px solid rgba(255,255,255,.25)!important
}

.btn-light.negative:hover, .btn-link.negative:hover {
	background-color: rgba(255,255,255,.5)!important;
	color: #fff!important;
	border: 1px solid rgba(255,255,255,.25)!important
}

.btn-link {
	color: rgba(81,176,173,.95)!important;
	text-decoration: none;
	border: 1px solid rgba(81,176,173,.075)!important
}

.btn-link:hover {
	background-color: rgba(81,176,173,.075)!important;
	border: 1px solid rgba(81,176,173,.075)!important
}

.dropdown .dropdown-menu {
	min-width: 100%!important;
	border: none;
	border-top-style: hidden;
	box-shadow: rgba(60,59,45,.3) 0 6px 6px -4px;
	border-radius: .25rem;
	padding: 0!important;
	margin-top: .5rem
}

.dropdown .dropdown-menu .dropdown-item {
	padding: .85rem 1.25rem!important
}

.dropdown .dropdown-menu .dropdown-item:focus, .dropdown .dropdown-menu .dropdown-item:hover {
	background-color: #edf2f9!important
}

.text-primary, .txt-primary {
	color: #2980a3!important
}

.text-secondary, .txt-secondary {
	color: #922e2a!important
}

.text-success, .txt-success {
	color: #6cb532!important
}

.text-info {
	color: #ff7545!important
}

.border-bottom {
	border-bottom: 1px solid #f7f7f6!important
}

.border-start {
	border-start: 1px solid #f7f7f6!important
}

.border-end {
	border-end: 1px solid #f7f7f6!important
}

.bg-primary {
	background-color: #2980a3!important
}

.bg-secondary {
	background-color: #922e2a!important;
	color: #fff
}

.bg-danger {
	background-color: #fdc733!important
}

.bg-success {
	background-color: #6cb532!important
}

.bg-primary-lighter {
	background-color: rgba(81,176,173,.05)
}

.bg-secondary-light, .secondary-t-10 {
	background-color: rgba(218,76,142,.2)
}

.bg-success-light, .success-t-10 {
	background-color: rgba(108,181,50,.2)
}

.bg-danger-light, .danger-t-10 {
	background-color: rgba(253,199,51,.2)
}

.bg-warning-light, .warning-t-10 {
	background-color: rgba(209,212,70,.2)
}

.bg-info-light, .info-t-10 {
	background-color: rgba(255,117,69,.2)
}

.bg-gradient {
	background-image: -webkit-linear-gradient(135deg,#000 50%,rgba(0,0,0,.6) 50%);
	background-image: -moz-linear-gradient(135deg,#000 50%,rgba(0,0,0,.6) 50%);
	background-image: -ms-linear-gradient(135deg,#000 50%,rgba(0,0,0,.6) 50%);
	background-image: linear-gradient(135deg,#000 50%,rgba(0,0,0,.6) 50%)
}

.primary-t-5 {
	background-color: rgba(81,176,173,.075)
}

.primary-t-10 {
	background-color: rgba(81,176,173,.2)
}

.primary-t-50 {
	background-color: rgba(81,176,173,.5)
}

.primary-t-75 {
	background-color: rgba(81,176,173,.75)
}

.primary-t-color {
	background-color: rgba(81,176,173,.95)
}

.primary-t-dark {
	background-color: rgba(0,76,140,.95)
}

.secondary-t-5 {
	background-color: rgba(218,76,142,.05)
}

.secondary-t-50 {
	background-color: rgba(218,76,142,.5)
}

.secondary-t-75 {
	background-color: rgba(218,76,142,.75)
}

.secondary-t-color {
	background-color: rgba(218,76,142,.95)
}

.secondary-t-dark {
	background-color: rgba(132,0,61,.97)
}

.success-t-5 {
	background-color: rgba(108,181,50,.05)
}

.success-t-50 {
	background-color: rgba(108,181,50,.5)
}

.success-t-75 {
	background-color: rgba(108,181,50,.75)
}

.success-t-color {
	background-color: rgba(108,181,50,.95)
}

.success-t-dark {
	background-color: rgba(37,116,0,.95)
}

.danger-t-5 {
	background-color: rgba(253,199,51,.08)
}

.danger-t-50 {
	background-color: rgba(253,199,51,.5)
}

.danger-t-color {
	background-color: rgba(253,199,51,.95)
}

.danger-t-dark {
	background-color: rgba(161,120,0,.95)
}

.warning-t-5 {
	background-color: rgba(209,212,70,.05)
}

.warning-t-50 {
	background-color: rgba(209,212,70,.5)
}

.warning-t-color {
	background-color: rgba(209,212,70,.95)
}

.warning-t-dark {
	background-color: rgba(187,191,48,.95)
}

.info-t-5 {
	background-color: rgba(255,117,69,.05)
}

.info-t-50 {
	background-color: rgba(255,117,69,.5)
}

.info-t-75 {
	background-color: rgba(255,117,69,.75)
}

.info-t-color {
	background-color: rgba(255,117,69,.95)
}

.info-t-dark {
	background-color: rgba(236,86,37,.95)
}

.primary-5 {
	background-color: #edf2f9
}

.primary-10 {
	background-color: #dce4f3
}

.primary-50 {
	background-color: #93b1da
}

.primary-color {
	background-color: #2980a3
}

.primary-dark {
	background-color: #004c8c
}

.secondary-5 {
	background-color: #faecef
}

.secondary-10 {
	background-color: #f4d9e0
}

.secondary-50 {
	background-color: #da8fa4
}

.secondary-75 {
	background-color: #c1567a
}

.secondary-color {
	background-color: #922e2a
}

.secondary-dark {
	background-color: #84003d
}

.success-5 {
	background-color: #f3f8ec
}

.success-10 {
	background-color: #e6f2da
}

.success-50 {
	background-color: #b3d791
}

.success-color {
	background-color: #6cb532
}

.success-dark {
	background-color: #257400
}

.danger-5 {
	background-color: #fffaed
}

.danger-10 {
	background-color: #fff4dc
}

.danger-50 {
	background-color: #ffe096
}

.danger-color {
	background-color: #fdc733
}

.danger-dark {
	background-color: #a17800
}

.warning-5 {
	background-color: #fcfbef
}

.warning-10 {
	background-color: #f9f7de
}

.warning-50 {
	background-color: #eeebae
}

.warning-color {
	background-color: #d1d446
}

.warning-dark {
	background-color: #bbbf30
}

.info-5 {
	background-color: #fff2eb
}

.info-10 {
	background-color: #ffe4d8
}

.info-50 {
	background-color: #ffbca0
}

.info-color {
	background-color: #ff7545
}

.info-dark {
	background-color: #ec5625
}

.faculty, .grey-5 {
	background-color: #f5f5f3
}

.grey-10 {
	background-color: #f7f7f6
}

.grey-25 {
	background-color: #d6d8cf
}

.grey-50 {
	background-color: #98978f
}

.grey-75 {
	background-color: #5f5e52
}

.grey-color, .grey-t-color {
	background-color: #3c3b2d
}

.grey-dark, .grey-t-dark {
	background-color: #28281a
}

.grey-t-5 {
	background-color: rgba(60,59,45,.05)
}

.grey-t-10 {
	background-color: rgba(60,59,45,.15)
}

.grey-t-25 {
	background-color: rgba(60,59,45,.2)
}

.grey-t-50 {
	background-color: rgba(60,59,45,.55)
}

.grey-t-75 {
	background-color: rgba(60,59,45,.85)
}

.text-grey-5 {
	color: #f5f5f3
}

.text-grey-10 {
	color: #f7f7f6
}

.text-grey-25 {
	color: #d6d8cf
}

.text-grey-50 {
	color: #98978f
}

.text-grey-75 {
	color: #5f5e52
}

.text-grey-color {
	color: #3c3b2d
}

.text-grey-dark {
	color: #28281a
}

.bg-gradient-primary {
	background: rgba(81,176,173,.95);
	background: linear-gradient(0deg,rgba(81,176,173,.5) 0,rgba(81,176,173,.95) 50%,rgba(0,76,140,.95) 100%)
}

.bg-gradient-secondary {
	background: rgba(218,76,142,.95);
	background: linear-gradient(0deg,rgba(218,76,142,.5) 0,rgba(218,76,142,.95) 50%,rgba(132,0,61,.97) 100%)
}

.over-gradient.left {
	position: absolute;
	left: -1px;
	width: 20px;
	height: 100%;
	background: #fff;
	background: linear-gradient(-90deg,rgba(255,255,255,0) 5%,#fff 100%);
	z-index: 10
}

.over-gradient.right {
	position: absolute;
	right: 0;
	width: 30px;
	height: 100%;
	z-index: 10;
	background: #fff;
	background: linear-gradient(90deg,rgba(255,255,255,0) 5%,#fff 100%)
}

.informazioni {
	background-color: #fff;
	padding: 4rem 0
}

.informazioni .inner {
	display: grid;
	gap: 2rem
}

.informazioni .title {
	display: grid;
	gap: .5rem
}

.informazioni p, .iscrizione p {
	font-size: 1rem
}

.iscrizione {
	background-color: #edf2f9;
	padding: 4rem 0
}

.iscrizione .inner {
	display: flex;
	justify-content: space-between!important;
	flex-direction: column!important;
	height: 100%;
	gap: 2rem;
	background: linear-gradient(0deg,#dce4f3 0,#fff 100%);
	padding: 1.25rem;
	border-radius: .5rem;
	box-shadow: rgba(81,176,173,.75) 0 10px 10px -10px
}

.iscrizione .title {
	display: grid;
	gap: 1rem
}

nav {
	font-family: "Gotham Pro",Arial,sans-serif;
	font-size: .9rem!important;
	padding: 3rem 0!important;
	text-transform: uppercase;
	--ease: all 500ms ease;
	transition: var(--ease)
}

nav .nav-item {
	margin: 0 .85rem 0 0
}

nav .nav-item .nav-link {
	color: #3c3b2d;
	padding: .85rem 2rem!important;
	border-radius: 50rem;
	line-height: 1.2;
	text-wrap: nowrap;
	background-color: rgba(60,59,45,.05)
}

nav .nav-item .nav-link:hover {
	background-color: rgba(81,176,173,.95);
	color: #fff
}

nav .nav-item .nav-link.iscrizione {
	background-color: #922e2a;
	color: #fff
}

nav .navbar-brand, ol li:last-child, ol:last-child, ul li:last-child {
	padding: 0
}

nav .navbar-brand img {
	width: 140px;
	--ease: all 500ms ease;
	transition: var(--ease);
	padding: 0 0 0 1rem
}

nav.nav-scroll {
	padding: .85rem 0!important;
	margin: 0;
    background-color: #d7d8cf!important;
	/* background: linear-gradient(90deg,rgba(255,255,255,.75) 10%,transparent 30%,transparent 70%,rgba(255,255,255,.75) 90%) */
}

nav.nav-scroll .navbar-brand img {
	width: 80px;
	--ease: all 500ms ease;
	transition: var(--ease);
	padding: 0
}

nav .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='4' stroke-linecap='' stroke-miterlimit='10' d='M4 7h22M7 15h15M4 23h22'/%3e%3c/svg%3e")
}

nav .navbar-toggler {
	border: none!important;
	padding: 0;
	transition: .5s;
	border-radius: 2px
}

nav .navbar-toggler:hover {
	transition: .5s
}

nav .navbar-toggler .navbar-toggler-icon {
	display: inline-block;
	width: 2em;
	height: 1.5em;
	vertical-align: middle
}

.container-parallax, .page-post .container-parallax {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 640px
}

.container-parallax:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	mix-blend-mode: color
}

.container-parallax .overlay {
	background-color: rgba(60,59,45,.55);
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute
}

.container-parallax .img-parallax, .fad-parallax .img-parallax {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	background-attachment: fixed;
	z-index: -2
}

.container-parallax .content-parallax {
	z-index: 10;
	position: relative;
	width: 100%;
	margin: 0
}

.container-parallax .content-parallax .title-parallax, .container-parallax .content-parallax a {
	padding: 10rem 0 3rem;
	transition: .5s;
	color: #fff
}

.container-parallax .content-parallax .title-parallax h1, .container-parallax .content-parallax a h1, ol, ul {
	margin: 0
}

.container-parallax .content-parallax .title-parallax h4, .container-parallax .content-parallax a h4, .fad-parallax .content-parallax .title-parallax h4, .fad-parallax .content-parallax a h4 {
	font-weight: 300;
	margin: 2rem 0
}

.container-parallax .content-parallax .cat-name, .fad-parallax .content-parallax .cat-name {
	font-size: .9rem;
	text-transform: uppercase!important;
	margin: 0 0 1rem
}

.container-parallax .content-parallax p, .fad-parallax .content-parallax p {
	margin: 0;
	color: #fff!important
}

.fad-parallax {
	position: relative;
	width: 100%;
	overflow: hidden;
	top: 0
}

.fad-parallax:after {
	content: "";
	position: absolute;
	width: 100%;
	z-index: 5;
	mix-blend-mode: color
}

.fad-parallax .display-1 {
	font-size: 4rem;
	line-height: 4.3rem
}

.fad-parallax .overlay {
	background-color: rgba(81,176,173,.75);
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute
}

.fad-parallax .content-parallax {
	z-index: 10;
	position: relative;
	width: 100%;
	padding: 12rem 0 8rem
}

.fad-parallax .content-parallax .title-parallax, .fad-parallax .content-parallax a {
	transition: .5s;
	color: #fff
}

.hero {
	position: relative;
	padding: 14rem 0 0
}

@media (max-width:1199.98px) {
	.hero {
		padding: 10rem 0 0
	}
}.hero .bg-image {
	display: inline;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	object-fit: cover;
	pointer-events: none;
	background-attachment: fixed;
	z-index: -2;
	opacity: .5
}

.programma {
	background-color: #fff
}

.programma .data {
	padding: .85rem 1rem;
	background-color: #922e2a;
	margin: 2rem 0 1rem;
	border-radius: .25rem
}

.programma .data p {
	margin: 0;
	line-height: 1
}

.programma .ora {
	color: rgba(60,59,45,.55);
	display: flex;
	align-items: center!important;
	height: 100%
}

.programma .ora p {
	font-family: Dosis,sans-serif!important;
	margin: 0;
	font-size: calc(.8rem + .1vw)!important;
	line-height: calc(1.2rem + .1vw)!important
}

.programma .titolo {
	margin: 0;
	height: 100%
}

.programma .titolo p {
	margin: 0;
	font-size: calc(1rem + .1vw);
	line-height: calc(1.3rem + .1vw);
	font-weight: 700
}

.programma .autori {
	display: flex;
	align-items: center!important;
	height: 100%
}

.programma .autori p {
	font-family: Dosis,sans-serif!important;
	margin: 0;
	font-size: calc(1rem + .1vw);
	line-height: calc(1.3rem + .1vw)
}

.programma .sessione {
	padding: .85rem 1rem;
	background-color: rgba(81,176,173,.075);
	margin: .5rem 0 0;
	border-radius: .25rem;
	color: #2980a3
}

.programma .sessione.light {
	margin: 1rem 0 0;
	background-color: transparent;
	color: #5f5e52
}

.programma .sessione p {
	margin: 0;
	font-size: calc(1rem + .1vw);
	line-height: calc(1.3rem + .1vw)
}

.speakers {
	font-family: Dosis,sans-serif!important;
	font-weight: 700!important;
	color: #922e2a;
	font-size: calc(1.2rem + .1vw)!important;
	line-height: calc(1.2rem + .1vw)!important;
	margin: 0 0 1rem
}

.qualifica {
	font-family: "Gotham Pro",Arial,sans-serif!important;
	color: #98978f;
	font-size: calc(.75rem + .1vw)!important;
	line-height: calc(1rem + .1vw)!important;
	font-weight: 400!important
}

.scrolling-box {
	transition: .5s;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: scroll
}

.scrolling-box.no-scrollbar::-webkit-scrollbar {
	display: none
}

.scrolling-box::-webkit-scrollbar {
	height: 0
}

.scrolling-box.responsive {
	flex: inherit;
	flex-wrap: wrap
}

.m-6 {
	margin: 5rem
}

.my-6 {
	margin: 5rem 0
}

.my-7 {
	margin: 7rem 0
}

.mb-6 {
	margin-bottom: 5rem
}

.mt-7 {
	margin: 7rem 0 0
}

.p-6 {
	padding: 5rem
}

.py-6 {
	padding: 5rem 0
}

.pt-6 {
	padding-top: 5rem
}

.py-7 {
	padding: 7rem 0
}

.py-8 {
	padding: 8rem 0
}

.pt-10 {
	padding: 10rem 0 0
}

.py-10 {
	padding: 10rem 0
}

@media (max-width:1024px) {
	.m-6 {
		margin: 3rem!important
	}
	
	.my-6 {
		margin: 3rem 0
	}
	
	.my-7 {
		margin: 5rem 0
	}
	
	.mt-6 {
		margin-top: 3rem
	}
	
	.mb-6 {
		margin-bottom: 3rem
	}
	
	.mt-7 {
		margin: 5rem 0 0
	}
	
	.p-6 {
		padding: 3rem
	}
	
	.py-6 {
		padding: 3rem 0
	}
	
	.pt-6 {
		padding-top: 3rem
	}
	
	.pb-6 {
		padding-bottom: 3rem
	}
	
	.py-7 {
		padding: 6rem 0
	}
	
	.py-8 {
		padding: 5rem 0
	}
	
	.pt-10 {
		padding: 8rem 0 0
	}
	
	.py-10 {
		padding: 8rem 0
	}
}.squared, .squared-1, .squared-2, .squared-3 {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: .5rem
}

@media (max-width:768px) {
	nav .nav-item .nav-link {
		padding: 0!important
	}
	
	.container-parallax {
		height: 540px;
		margin: 0 0 1.25rem
	}
	
	.container-parallax .content-parallax {
		margin: 6rem 0 0
	}
	
	.container-parallax .content-parallax .title-parallax, .container-parallax .content-parallax a, .fad-parallax .content-parallax .title-parallax, .fad-parallax .content-parallax a {
		padding: 3rem 0
	}
	
	.container-parallax .content-parallax .title-parallax h4, .container-parallax .content-parallax a h4, .fad-parallax .content-parallax .title-parallax h4, .fad-parallax .content-parallax a h4 {
		font-size: 1.3rem
	}
	
	.page-post .container-parallax {
		height: 540px
	}
	
	.fad-parallax .content-parallax {
		padding: 4rem 0 0
	}
	
	.m-6 {
		margin: 2rem!important
	}
	
	.my-6 {
		margin: 2rem 0
	}
	
	.my-7 {
		margin: 4rem 0
	}
	
	.mt-6 {
		margin-top: 2rem
	}
	
	.mb-6 {
		margin-bottom: 2rem
	}
	
	.mt-7 {
		margin: 4rem 0 0
	}
	
	.p-6 {
		padding: 2rem!important
	}
	
	.py-6, .py-7 {
		padding: 2rem 0
	}
	
	.pt-6 {
		padding-top: 2rem!important
	}
	
	.pb-6 {
		padding-bottom: 2rem!important
	}
	
	.py-8 {
		padding: 4rem 0
	}
	
	.pt-10 {
		padding: 6rem 0 0
	}
	
	.py-10 {
		padding: 6rem 0
	}
	
	.squared, .squared-1, .squared-2, .squared-3 {
		border-radius: .1rem
	}
}.squared-img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.squared-1::after, .squared-2::after, .squared-3::after, .squared-post::after, .squared::after {
	content: "";
	display: block;
	padding-bottom: 40%
}

@media (min-width:768px) {
	nav .navbar-brand img {
		width: 200px
	}
	
	nav.nav-scroll {
		padding: 1.25rem 0!important
	}
	
	nav.nav-scroll .navbar-brand img {
		width: 90px
	}
	
	.squared::after {
		padding-bottom: 100%
	}
	
	.squared-1::after {
		padding-bottom: 75%
	}
	
	.squared-2::after {
		padding-bottom: 45%
	}
	
	.squared-3::after {
		padding-bottom: 40%
	}
}.squared-post {
	position: relative;
	min-width: 160px;
	height: 160px;
	border-radius: .1rem;
	padding: 0;
	margin: 0 0 1.25rem;
	overflow: hidden
}

.squared-post .squared-img, .squared-vertical .squared-img {
	width: 100%;
	object-fit: cover;
	margin: 0
}

.squared-vertical {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: .1rem;
	padding: 0;
	margin: 0 0 1.25rem;
	overflow: hidden
}

@media (min-width:992px) {
	.squared-post {
		height: 120px!important;
		min-width: 120px!important;
		margin: 0;
		border-radius: .1rem
	}
	
	.squared-post::after {
		padding-bottom: 100%
	}
	
	.squared-vertical {
		margin: 0;
		border-radius: .1rem
	}
}@media (min-width:1200px) {
	.squared-post {
		height: 160px!important;
		min-width: 160px!important;
		margin: 0;
		border-radius: .5rem
	}
	
	.squared-vertical {
		margin: 0;
		border-radius: .5rem
	}
}.squared-vertical::after {
	content: "";
	display: block;
	padding-bottom: 70%
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Gotham Pro",Arial,sans-serif;
	font-weight: 700;
	color: #3c3b2d
}

.h1, h1 {
	font-size: calc(2.2rem + .1vw);
	line-height: calc(2.3rem + .1vw);
	margin: 0;
	letter-spacing: -.075rem
}

.h1.fw-light, h1.fw-light {
	font-weight: 300!important;
	letter-spacing: -.02rem
}

.h1.display-1, h1.display-1 {
	font-weight: 700;
	font-size: calc(4rem + .1vw);
	line-height: calc(4.2rem + .1vw);
	letter-spacing: -.15rem;
	margin: 0
}

.h1.display-2, h1.display-2 {
	font-weight: 700;
	font-size: calc(3rem + .1vw);
	line-height: calc(3rem + .1vw);
	letter-spacing: -.1rem!important;
	margin: 0
}

.h2, h2 {
	font-size: calc(1.8rem + .1vw);
	line-height: calc(2rem + .1vw);
	margin: 0;
	letter-spacing: -.05rem
}

.h2.fw-light, h2.fw-light {
	font-weight: 300!important;
	letter-spacing: -.075rem!important
}

.h3, h3 {
	font-size: calc(1.5rem + .1vw);
	line-height: calc(1.7rem + .1vw);
	margin: 0;
	letter-spacing: -.03rem
}

.h3.fw-light, h3.fw-light {
	font-weight: 300!important;
	letter-spacing: -.03rem
}

.h4, h4 {
	font-size: calc(1.2rem + .1vw);
	line-height: calc(1.3rem + .1vw);
	margin: 0;
	letter-spacing: -.03rem
}

.h4.fw-light, .h5.fw-light, .h6.fw-light, h4.fw-light, h5.fw-light, h6.fw-light {
	font-weight: 300!important;
	letter-spacing: -.01rem
}

@media (max-width:992px) {
	nav {
		padding: 1.25rem 0 0!important
	}
	
	.hero .bg-image {
		display: none
	}
	
	.scrolling-box.responsive {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: scroll
	}
	
	.h4, h4 {
		margin: 0
	}
}.h5, h5 {
	font-size: calc(1rem + .1vw);
	line-height: calc(1.2rem + .1vw);
	margin: 0;
	letter-spacing: -.03rem
}

.h6, h6 {
	font-size: calc(.75rem + .1vw);
	line-height: calc(.9rem + .1vw);
	margin: 0;
	letter-spacing: -.03rem
}

a {
	text-decoration: none;
	color: #3c3b2d;
	transition: .5s
}

a :hover {
	color: #922e2a;
	transition: .5s
}

p {
	letter-spacing: -.02rem;
	font-size: calc(1rem + .05vw);
	line-height: calc(1.25rem + .1vw);
	margin: 0
}

p.lead {
	font-size: calc(1.25rem + .1vw);
	line-height: calc(1.65rem + .1vw);
	margin: 0;
	font-weight: 400
}

@media (max-width:576px) {
	.informazioni .inner {
		gap: 1.25rem
	}
	
	.container-parallax {
		height: 300px;
		margin: 0 0 1.25rem
	}
	
	.container-parallax .content-parallax .title-parallax, .container-parallax .content-parallax a, .fad-parallax .content-parallax .title-parallax, .fad-parallax .content-parallax a {
		padding: 3rem 0
	}
	
	.page-post .container-parallax {
		height: 50vh
	}
	
	.fad-parallax .display-1 {
		font-size: 2.4rem;
		line-height: 2.6rem
	}
	
	.fad-parallax .content-parallax {
		padding: 5rem 0 0
	}
	
	.hero {
		padding: 8rem 0 0
	}
	
	.programma .sessione {
		padding: .5rem .85rem
	}
	
	.qualifica {
		font-size: calc(.85rem + .1vw)!important;
		line-height: calc(1.1rem + .1vw)!important
	}
	
	.h1, h1 {
		font-size: calc(1.8rem + .1vw);
		line-height: calc(2.1rem + .1vw);
		margin: 0
	}
	
	.h1.display-1, h1.display-1 {
		font-size: calc(2.4rem + .1vw);
		line-height: calc(2.4rem + .1vw);
		letter-spacing: -.075rem;
		margin: 0
	}
	
	.h1.display-2, h1.display-2 {
		font-size: calc(2.5rem + .5vw);
		line-height: calc(2.6rem + .5vw)
	}
	
	.h2, h2 {
		font-size: calc(1.4rem + .1vw);
		line-height: calc(1.6rem + .1vw);
		margin: 0
	}
	
	.h3, h3 {
		margin: 0
	}
	
	p.lead {
		font-size: calc(1.1rem + .1vw);
		line-height: calc(1.4rem + .1vw)
	}
}.small, small {
	font-size: calc(.75rem + .1vw);
	line-height: calc(.95rem + .1vw)
}

ul {
	font-family: "Gotham Pro",sans-serif;
	list-style-type: square;
	list-style-position: outside;
	padding: 0 0 0 1rem
}

ul li {
	letter-spacing: -.02rem;
	margin: 0 0 .25rem
}

ol {
	font-family: "Gotham Pro",sans-serif;
	list-style-position: outside;
	margin: 0 0 1.25rem;
	padding: 0 0 0 1rem
}

ol li {
	margin: 0 0 .5rem
}

.border-top {
	border-top: 1px solid #f5f5f3!important
}

.rounded {
	border-radius: .25rem!important;
	overflow: hidden
}

.rounded-n {
	border-radius: .5rem!important;
	overflow: hidden
}

.shadow {
	box-shadow: rgba(60,59,45,.3) 0 6px 6px -4px!important
}

html {
	height: 100%!important;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden
}

body {
	font-family: "Gotham Pro",sans-serif;
	font-weight: 400;
	color: #5f5e52;
	background-color: #f7f7f6;
	height: 100%!important
}

body:not(.focus-visible) :focus:not(.focus-visible) {
	outline: 0!important
}@keyframes fadeInAnimation {
0% {
	opacity: 0
}

100% {
	opacity: 1
}
}:focus {
	outline: 0!important;
	box-shadow: none!important
}

hr {
	margin: 3rem 0!important;
	border-top: 1px solid #dce4f3!important
}

@media (min-width:1320px) {
	.container, .container-lg {
		max-width: 1400px
	}
}.container-fluid {
	max-width: 1800px
}

.wrapper {
	z-index: 1;
	font-family: "Gotham Pro",Arial,sans-serif;
	height: 100%;
	display: flex;
	justify-content: space-between!important;
	flex-direction: column!important;
	padding: 1.25rem;
	position: relative;
	border-radius: .5rem
}

.wrapper.video {
	box-shadow: rgba(60,59,45,.75) 0 10px 10px -10px;
	padding: 0;
	border-radius: .5rem;
	overflow: hidden
}

.wrapper.video .ratio {
	position: initial
}

.wrapper.video.live {
	color: #fff;
	position: relative
}

.wrapper.video.live .courselink a {
	position: absolute;
	z-index: 1;
	top: 1.25rem;
	right: 1.25rem;
	text-transform: uppercase;
	color: #fff;
	font-family: Dosis,sans-serif;
	font-size: .85rem;
	font-weight: 700;
	background-color: rgba(255,117,69,.95);
	padding: .25rem .5rem;
	border-radius: .1rem
}

.wrapper.video.live .courselink a:hover {
	background-color: #fff;
	color: rgba(255,117,69,.95)
}

.wrapper.video.webcast {
	padding: 0;
	color: #fff
}

.wrapper.video .inner {
	display: grid;
	gap: 1rem;
	padding: 1.25rem
}