/* Reboot
================================*/
*,
*::before,
*::after {
	box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

body {
	margin: 0;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

figure {
	margin: 0;
}

img,
svg {
	vertical-align: middle;
}

table {
	caption-side: bottom;
	border-collapse: collapse;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
	border-width: 0;
	border-style: solid;
	border-color: inherit;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

textarea {
	resize: vertical;
}

iframe {
	border: 0;
}

:active,
:focus {
	outline: 0;
}

[hidden] {
	display: none !important;
}
/*
================================*/


/* Global setting
================================*/
:root {
	--color-primary: #5f5f5f;
	--color-secondary: #222222;
	--color-tertiary: #7c501a;
	--color-black: #222222;
	--color-link-primary: #7c501a;
	--color-link-secondary: #222222;
	--font-family-primary: 'Montserrat', sans-serif;
	--font-family-secondary: 'Montserrat', sans-serif;
	--font-size-primary: 1rem;
	--font-weight-primary: 400;
	--font-weight-secondary: 600;
}

body {
	color: var(--color-primary);
	font-family: var(--font-family-primary);
	font-size: var(--font-size-primary);
	font-weight: var(--font-weight-primary);
	line-height: 1.6;
	letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1.3em 0 0.6em 0;
	color: var(--color-secondary);
	font-family: var(--font-family-secondary);
	font-weight: var(--font-weight-secondary);
	text-transform: none;
	line-height: calc(1.6em + ((var(--font-size-primary) - 1em) / 2));
	letter-spacing: 0;
}

h1 {
	font-size: clamp(1.9375rem, 2.916666666666667vw, 2.1875rem);
}

h2 {
	font-size: clamp(1.75rem, 2.666666666666667vw, 2rem);
}

h3 {
	font-size: clamp(1.5625rem, 2.416666666666667vw, 1.8125rem);
}

h4 {
	font-size: clamp(1.375rem, 2.166666666666667vw, 1.625rem);
}

h5 {
	font-size: clamp(1.1875rem, 1.916666666666667vw, 1.4375rem);
}

h6 {
	font-size: clamp(1rem, 1.666666666666667vw, 1.25rem);
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

p,
ul,
ol,
dl,
blockquote,
address {
	margin: 0 0 0.9375rem 0;
}

ul,
ol {
	padding-left: 1.875rem;
}

	ul ul,
	ol ol,
	ul ol,
	ol ul {
		margin-top: 0.9375rem;
	}

ul[class],
ol[class] {
	margin: 0;
	padding: 0;
	list-style: none;
}

dd {
	margin: 0;
}

p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
blockquote:last-child,
address:last-child {
	margin-bottom: 0;
}

strong,
b {
	color: var(--color-black);
	font-weight: 500;
}

h1 strong,
h1 b,
h2 strong,
h2 b,
h3 strong,
h3 b,
h4 strong,
h4 b,
h5 strong,
h5 b,
h6 strong,
h6 b {
	font-weight: 600;
}

a {
	color: var(--color-link-primary);
	text-decoration: none;
	transition: color 0.3s ease;
}

a:hover,
a:focus {
	color: var(--color-link-secondary);
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

hr {
	height: 1px;
	border: 0;
	background-color: #e5e5e5;
	margin-top: 1.875rem;
	margin-bottom: 1.875rem;
}

::-moz-selection {
    color: #ffffff;
    background-color: var(--color-tertiary);
}

::selection {
    color: #ffffff;
    background-color: var(--color-tertiary);
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.7;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 0.7;
}

::placeholder {
	color: inherit;
	opacity: 0.7;
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.semi-bold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.text-italic {
	font-style: italic;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.title-1,
.title-2,
.title-3 {
	margin-top: 0;
	color: var(--color-secondary);
	font-family: var(--font-family-secondary);
	font-weight: var(--font-weight-secondary);
	text-transform: none;
}

.title-1 {
	font-size: clamp(2rem, 3.333333333333333vw, 2.5rem);
}

.title-2 {
	font-size: clamp(1.5rem, 2.666666666666667vw, 2rem);
}

.title-3 {
	font-size: clamp(1.125rem, 1.833333333333333vw, 1.375rem);
}

.suptitle {
	margin: 0 0 0.25rem 0;
	color: var(--color-tertiary);
	font-size: var(--font-size-primary);
	font-weight: 500;
	text-transform: uppercase;
}

.text-1 {
	font-size: clamp(1.125rem, 1.666666666666667vw, 1.25rem);
}

.text-2 {
	font-size: clamp(1.0625rem, 1.5vw, 1.125rem);
}

.button-1,
.button-2,
.button-3 {
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	padding: 0.75rem 2.5rem;
	text-align: center;
	font-size: 0.9375rem;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
	cursor: pointer;
	transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.button-1 {
	border-color: var(--color-tertiary);
	background-color: var(--color-tertiary);
	color: #ffffff;
}

.button-1:hover,
.button-1:focus {
	border-color: var(--color-secondary);
	background-color: var(--color-secondary);
	color: #ffffff;
}

.button-2 {
	border-color: var(--color-tertiary);
	background-color: transparent;
	color: var(--color-tertiary);
}

.button-2:hover,
.button-2:focus {
	border-color: var(--color-tertiary);
	background-color: var(--color-tertiary);
	color: #ffffff;
}

.button-3 {
	border-color: #ffffff;
	background-color: transparent;
	color: #ffffff;
}

.button-3:hover,
.button-3:focus {
	border-color: var(--color-tertiary);
	background-color: var(--color-tertiary);
	color: #ffffff;
}

.white {
	color: #ffffff;
}

.black {
	color: var(--color-black);
}

.tertiary {
	color: var(--color-tertiary);
}
/*
================================*/


/* Global style
================================*/

/* Absolute full
================*/
.absolute-full {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
/*
================*/

/* Figure hover
================*/
.figure-hover {
	position: relative;
	overflow: hidden;
}

	.figure-hover > a {
		display: block;
		position: relative;
	}

	.figure-hover > a::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0,0,0,0.5);
		z-index: 1;
		opacity: 0;
		transition: opacity 0.4s ease-in-out;
	}

	.figure-hover > a:hover::before {
		opacity: 1;
	}

		.figure-hover > a img {
			transition: transform 0.4s ease-in-out;
		}

		.figure-hover > a:hover img {
			transform: scale(1.1);
		}

.transform-none {
	transform: none !important;
}
/*
================*/

/* Object fit
================*/
.object-fit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.object-fit.contain {
	object-fit: contain;
}
/*
================*/

/* Line
================*/

/*
================*/

/* Form
================*/
.form {
	position: relative;
}

.form::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.5);
	cursor: progress;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}

.form.loading::before {
	opacity: 1;
	visibility: visible;
}

	.form .label {
		margin: 0 0 0.25rem 0;
		color: #222222;
		font-size: 0.875rem;
		font-weight: 400;
	}

	.form .input,
	.form .required {
		position: relative;
	}

	.form .required::before {
		content: "";
		position: absolute;
		top: 5px;
		right: 5px;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background-color: #b70e0c;
	}

		.form input[type="text"],
		.form input[type="email"],
		.form input[type="tel"],
		.form select,
		.form textarea {
			display: block;
			width: 100%;
			border: 1px solid #e5e5e5;
			padding: 0 0.625rem;
			background-color: transparent;
			color: inherit;
			font-size: inherit;
			font-weight: inherit;
		}

		.form input[type="text"],
		.form input[type="email"],
		.form input[type="tel"],
		.form input[type="file"],
		.form select {
			height: 2.75rem;
		}

		.form select {
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
		}

		/* .form select.placeholder {
			color: #a3a3a3;
		} */

		.form textarea {
			padding: 0.625rem;
		}

		.form input[type="text"]:focus,
		.form input[type="email"]:focus,
		.form input[type="tel"]:focus,
		.form select:focus,
		.form textarea:focus {
			outline: none;
			border-bottom: 1px solid var(--color-tertiary);
		}

		.form input[type="checkbox"] {
			position: absolute;
			opacity: 0;
			visibility: hidden;
		}

		.form input[type="checkbox"] ~ label {
			position: relative;
			cursor: pointer;
		}

			.form input[type="checkbox"] ~ label > span {
				display: inline-block;
				margin-left: 25px;
			}

			.form input[type="checkbox"] ~ label > span::before,
			.form input[type="checkbox"] ~ label > span::after {
				content: "";
				position: absolute;
				top: 50%;
				left: 0;
				width: 18px;
				height: 18px;
				margin-top: -9px;
			}

			.form input[type="checkbox"] ~ label > span::before {
				border: 1px solid #e5e5e5;
				background-color: transparent;
			}

			.form input[type="checkbox"] ~ label > span::after {
				content: "\ea02";
				display: inline-block;
				text-align: center;
				color: var(--color-tertiary);
				font-family: 'icomoon';
				font-size: 0.8125rem;
				line-height: 18px;
				opacity: 0;
			}

			.form input[type="checkbox"]:checked ~ label > span::after {
				opacity: 1;
			}

		.form input:disabled,
		.form select:disabled,
		.form textarea:disabled {
			cursor: not-allowed;
		}

		.form input.error,
		.form select.error,
		.form textarea.error {
			border-bottom: 1px solid #b70e0c;
		}

		.form input[type="checkbox"].error ~ label > span::before {
			border: 1px solid #b70e0c;
		}

		.form input ~ label.error,
		.form select ~ label.error,
		.form textarea ~ label.error {
			position: absolute;
			right: 0;
			bottom: 100%;
			margin-bottom: 0;
			padding: 0.1rem 0.375rem;
			background-color: #b70e0c;
			color: #ffffff;
			font-size: 0.75rem;
		}

		.form input ~ label.error::before,
		.form select ~ label.error::before,
		.form textarea ~ label.error::before {
			content: "";
			position: absolute;
			top: 100%;
			right: 0;
			border-width: 0 4px 5px 0;
			border-style: solid;
			border-color: transparent #b70e0c transparent #b70e0c;
		}

	.form .input-privacy {
		display: inline-block;
		font-size: 0.8125rem;
	}

	.form .input-privacy + .input-privacy {
		margin-top: 0.9375rem;
	}

	.form .input-button {
		text-align: center;
	}

		.form .input-button button {
			width: 100%;
		}

		.form .form-result {
			display: none;
			margin-top: 1.875rem;
		}
/*
================*/

/* Recaptcha
================*/
.grecaptcha-badge {
	z-index: 500;
}
/*
================*/
/*
================================*/


/* Vendors
================================*/

/* Slick
================*/
.slick-slider {
	display: block;
    position: relative;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

	.slick-list {
		display: block;
		position: relative;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}

	.slick-list:focus {
		outline: none;
	}

	.slick-list.draggable {
		cursor: pointer;
		cursor: hand;
	}

	.slick-slider .slick-list,
	.slick-slider .slick-track {
		transform: translate3d(0,0,0);
	}

		.slick-track {
			display: block;
			position: relative;
			top: 0;
			left: 0;
			margin-left: auto;
			margin-right: auto;
		}

		.slick-track::before,
		.slick-track::after {
			content: "";
			display: table;
		}

		.slick-track::after {
			clear: both;
		}

		.slick-loading .slick-track {
			visibility: hidden;
		}

			.slick-slide {
				display: none;
				float: left;
				height: 100%;
				min-height: 1px;
			}

			[dir='rtl'] .slick-slide {
				float: right;
			}

			.slick-initialized .slick-slide {
				display: block;
			}

			.slick-loading .slick-slide {
				visibility: hidden;
			}

			.slick-vertical .slick-slide {
				display: block;
				height: auto;
				border: 1px solid transparent;
			}

				.slick-slide img {
					display: block;
				}

				.slick-slide.slick-loading img {
					display: none;
				}

				.slick-slide.dragging img {
					pointer-events: none;
				}

	.slick-arrow.slick-hidden {
		display: none;
	}

	.slick-prev,
	.slick-next {
		position: absolute;
		top: 50%;
		width: 2.5rem;
		height: 2.5rem;
		outline: none;
		border-radius: 50%;
		border: none;
		margin-top: -1.25rem;
		background-color: rgba(255,255,255,0.15);
		text-align: center;
		font-size: 0;
		letter-spacing: 0;
		cursor: pointer;
		z-index: 3;
		transition: background-color 0.3s ease;
	}

	.slick-prev {
		left: 0.9375rem;
	}

	.slick-next {
		right: 0.9375rem;
	}

	.slick-prev:hover,
	.slick-next:hover {
		background-color: var(--color-tertiary);
	}

	.slick-prev::before,
	.slick-next::before {
		color: #ffffff;
		font-family: 'icomoon';
		font-size: 1rem;
		line-height: 2.5rem;
		transition: none;
	}

	.slick-prev::before {
		content: "\e9fc";
	}

	.slick-next::before {
		content: "\e9fa";
	}

	.slick-prev:hover::before,
	.slick-next:hover::before {
		color: #ffffff;
	}

	.slick-dots {
		position: absolute;
		bottom: 0.9375rem;
		right: 0;
		left: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0;
		padding: 0;
		list-style: none;
		z-index: 3;
	}

		.slick-dots > li > button {
			display: block;
			position: relative;
			width: 20px;
			height: 20px;
			outline: none;
			border: 0;
			margin: 2.5px;
			padding: 0;
			background: transparent;
			color:	transparent;
			font-size: 0;
			line-height: 0;
			cursor: pointer;
		}

		.slick-dots > li > button::after {
			content: "";
			position: absolute;
			top: 5px;
			left: 5px;
			width: 10px;
			height: 10px;
			border-radius: 50%;
			background-color: #ffffff;
			opacity: 0.5;
			transform: scale(0.55);
			transition: opacity 0.3s ease, transform 0.3s ease;
		}

		.slick-dots > li.slick-active > button::after {
			opacity: 1;
			transform: scale(1);
		}

		.slick-dots > li > button:hover::after {
			opacity: 1;
			transform: scale(1);
		}

.slick-carousel {
	overflow: hidden;
}

	.slick-carousel .slick-list {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}

		.slick-carousel .slick-track {
			display: flex;
		}

			.slick-carousel .slick-slide {
				margin-right: 0.9375rem;
				margin-left: 0.9375rem;
			}

.slick-carousel .slick-dots {
	position: static;
	margin-top: 0.9375rem;
}

	.slick-carousel .slick-dots > li > button::after {
		background-color: var(--color-tertiary);
	}
/*
================*/

/* Perfect scrollbar
================*/
.ps {
	overflow: hidden !important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto;
}

	.ps__rail-x {
		display: none;
		position: absolute;
		bottom: 0;
		height: 15px;
		opacity: 0;
		transition: background-color .2s linear, opacity .2s linear;
	}

	.ps__rail-y {
		display: none;
		position: absolute;
		right: 0;
		width: 15px;
		opacity: 0;
		transition: background-color .2s linear, opacity .2s linear;
	}

	.ps--active-x > .ps__rail-x,
	.ps--active-y > .ps__rail-y {
		display: block;
		background-color: transparent;
	}

	.ps:hover > .ps__rail-x,
	.ps:hover > .ps__rail-y,
	.ps--focus > .ps__rail-x,
	.ps--focus > .ps__rail-y,
	.ps--scrolling-x > .ps__rail-x,
	.ps--scrolling-y > .ps__rail-y {
		opacity: 0.6;
	}

	.ps .ps__rail-x:hover,
	.ps .ps__rail-y:hover,
	.ps .ps__rail-x:focus,
	.ps .ps__rail-y:focus,
	.ps .ps__rail-x.ps--clicking,
	.ps .ps__rail-y.ps--clicking {
		background-color: #eee;
		opacity: 0.9;
	}

		.ps__thumb-x {
			position: absolute;
			bottom: 2px;
			height: 6px;
			border-radius: 6px;
			background-color: #aaa;
			transition: background-color .2s linear, height .2s ease-in-out;
		}

		.ps__thumb-y {
			position: absolute;
			right: 2px;
			width: 6px;
			border-radius: 6px;
			background-color: #aaa;
			transition: background-color .2s linear, width .2s ease-in-out;
		}

		.ps__rail-x:hover > .ps__thumb-x,
		.ps__rail-x:focus > .ps__thumb-x,
		.ps__rail-x.ps--clicking .ps__thumb-x {
			height: 11px;
			background-color: #999;
		}

		.ps__rail-y:hover > .ps__thumb-y,
		.ps__rail-y:focus > .ps__thumb-y,
		.ps__rail-y.ps--clicking .ps__thumb-y {
			width: 11px;
			background-color: #999;
		}

@supports (-ms-overflow-style: none) {
	.ps {
		overflow: auto !important;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ps {
		overflow: auto !important;
	}
}
/*
================*/

/* Fancybox
================*/
.fancybox-infobar {
	color: #ffffff;
}

.fancybox-toolbar {
	top: 6px;
	right: 6px;
}

	.fancybox-button--close {
		position: relative;
		width: 2.5rem;
		height: 2.5rem;
		border-radius: 50%;
		padding: 0;
		background-color: rgba(0,0,0,0.3);
		transition: background-color 0.3s ease;
	}

	.fancybox-button--close:hover {
		background-color: var(--color-tertiary);
	}

	.fancybox-button--close::before {
		content: "\ea03";
		color: #ffffff;
		font-family: 'icomoon';
		font-size: 1rem;
		line-height: 2.5rem;
	}

		.fancybox-button--close svg {
			display: none;
		}

.fancybox-navigation .fancybox-button {
	background-color: rgba(0,0,0,0);
}

	.fancybox-navigation .fancybox-button div {
		width: 2.5rem;
		height: 2.5rem;
		padding: 0;
		border-radius: 50%;
		background-color: rgba(0,0,0,0.3);
		transition: background-color 0.3s ease;
	}

	.fancybox-navigation .fancybox-button div:hover {
		background-color: var(--color-tertiary);
	}

	.fancybox-navigation .fancybox-button div::before {
		color: #ffffff;
		font-family: 'icomoon';
		font-size: 1rem;
		line-height: 2.5rem;
	}

	.fancybox-navigation .fancybox-button--arrow_left div::before {
		content: "\e9fc";
	}

	.fancybox-navigation .fancybox-button--arrow_right div::before {
		content: "\e9fa";
	}

		.fancybox-navigation .fancybox-button div svg {
			display: none;
		}
/*
================*/
/*
================================*/


/* Header area
================================*/
/*.header-area {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 500;
}

.header-area.fixed {
	position: fixed;
}*/

	/*.header {
		background-color: transparent;
		transition: box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
	}*/

	/*.header-area.fixed .header {
		box-shadow: 0 0 0 1px #e5e5e5;
		background-color: #ffffff;
	}*/

		.header .header-wrap {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			align-items: center;
		}

/* Header logo
================*/
.header-logo {
	padding: 0.625rem 0;
}

	.header-logo a {
		display: block;
		position: relative;
	}

		.header-logo img {
			width: auto;
			height: 5rem;
		}

@media (min-width: 768px) {
	.header-logo img {
		height: 6.25rem;
	}
}
/*
================*/

/* Header nav
================*/
.header-nav {
	display: none;
}

@media (min-width: 992px) {
	.header-nav {
		display: block;
	}

		.header-nav ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}

		.header-nav li {
			position: relative;
		}

		.header-nav a {
			display: inline-block;
			position: relative;
		}

		.header-nav > ul {
			display: flex;
			flex-wrap: wrap;
			font-size: 0.875rem;
		}

			.header-nav > ul > li + li {
				margin-left: 3rem;
			}

				.header-nav > ul > li > a {
					color: var(--color-secondary);
					font-weight: 600;
					line-height: 7.5rem;
					transition: color 0.3s ease-in-out, line-height 0.3s ease-in-out;
				}

				.header-nav > ul > li > a.active {
					color: var(--color-tertiary) !important;
				}

				.header-nav > ul > li:hover > a {
					color: var(--color-tertiary) !important;
				}

				.header-nav > ul > li.children > a::after {
					content: "\e9fb";
					margin-left: 0.5rem;
					font-family: 'icomoon';
					font-size: 0.75rem;
					font-style: normal;
					line-height: 1;
				}

				.header-nav > ul > li.lang {
					margin-left: 0;
					padding-left: 3rem;
				}

					.header-nav > ul > li.lang > a {
						text-transform: uppercase;
						pointer-events: none;
					}

		/* Livello 2 e 3 */
		.header-nav > ul > li > ul.sub-menu,
		.header-nav > ul > li > ul.sub-menu > li > ul.sub-menu {
			position: absolute;
			width: 13.75rem;
			border-right: 1px solid #e5e5e5;
			border-bottom: 1px solid #e5e5e5;
			border-left: 1px solid #e5e5e5;
			padding: 0.9375rem 0;
			background-color: #ffffff;
			font-size: 0.8125rem;
			z-index: 50;
			opacity: 0;
			visibility: hidden;
			transition: all 0.3s ease;
		}

			.header-nav > ul > li > ul.sub-menu > li > a,
			.header-nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
				display: block;
				padding: 0.75rem 1.875rem;
				background-color: rgba(0,0,0,0);
				color: var(--color-secondary);
				font-weight: 600;
				transition: color 0.3s ease;
			}

			.header-nav > ul > li > ul.sub-menu > li > a.active,
			.header-nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > a.active {
				color: var(--color-tertiary);
			}

			.header-nav > ul > li > ul.sub-menu > li > a:hover,
			.header-nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
				color: var(--color-tertiary);
			}
		/* */

		/* Livello 2 */
		.header-nav > ul > li > ul.sub-menu {
			top: 100%;
			right: 0;
			transform: translateY(0.9375rem);
			transition-delay: 0s;
		}

		.header-nav > ul > li:hover > ul.sub-menu {
			opacity: 1;
			visibility: visible;
			transform: translateY(0);
			transition-delay: 0.3s;
		}

		.header-nav > ul > li:hover > ul.sub-menu::before {
			content: "";
			position: absolute;
			top: -1.25rem;
			right: 0;
			left: 0;
			height: 1.25rem;
			background-color: rgba(0,0,0,0);
		}

			.header-nav > ul > li > ul.sub-menu > li.children > a {
				padding-right: 2.75rem;
			}

			.header-nav > ul > li > ul.sub-menu > li.children > a::after {
				content: "\e9fa";
				position: absolute;
				top: 50%;
				right: 1.875rem;
				font-family: 'icomoon';
				font-size: 0.75rem;
				font-style: normal;
				transform: translateY(-50%);
			}
		/* */

		/* Livello 3 */
		.header-nav > ul > li > ul.sub-menu > li > ul.sub-menu {
			top: 0;
			left: 100%;
			border-top: 1px solid #e5e5e5;
			transform: translateX(0.9375rem);
		}

		.header-nav > ul > li > ul.sub-menu > li:hover > ul.sub-menu {
			opacity: 1;
			visibility: visible;
			transform: translateX(0);
		}
		/* */

		/* Livello 4 */
		.header-nav > ul > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
			display: none;
		}
		/* */
}
/*
================*/

/* Header nav fixed toggle
================*/
.header-nav-fixed-toggle {
	display: flex;
	width: 30px;
	height: 5rem;
	cursor: pointer;
}

	.header-nav-fixed-toggle > div {
		position: relative;
		width: 30px;
		height: 30px;
		margin: auto 0;
	}

		.header-nav-fixed-toggle span {
			display: block;
			position: absolute;
			left: 0;
			width: 100%;
			height: 2px;
			background-color: #ffffff;
			transition: all 0.3s ease-in-out;
		}

		.header-nav-fixed-toggle span:nth-child(1) {
			top: 4px;
		}

		.header-nav-fixed-toggle span:nth-child(2),
		.header-nav-fixed-toggle span:nth-child(3) {
			top: 14px;
			width: 80%;
		}

		.header-nav-fixed-toggle span:nth-child(4) {
			top: 24px;
			width: 60%;
		}

		.header-nav-fixed-toggle.active span {
			width: 100%;
		}

		.header-nav-fixed-toggle.active span:nth-child(1) {
			top: 14px;
			left: 50%;
			width: 0;
		}

		.header-nav-fixed-toggle.active span:nth-child(2) {
			transform: rotate(45deg);
		}

		.header-nav-fixed-toggle.active span:nth-child(3) {
			transform: rotate(-45deg);
		}

		.header-nav-fixed-toggle.active span:nth-child(4) {
			top: 14px;
			left: 50%;
			width: 0;
		}

		.header-nav-fixed-toggle:hover span {
			width: 100%;
		}

@media (min-width: 992px) {
	.header-nav-fixed-toggle {
		display: none;
	}
}
/*
================*/
/*
================================*/


/* Slider area
================================*/
/* .slider-area {
	background-color: var(--color-black);
} */

	.slider {
		position: relative;
		/* min-height: 500px; */
		padding: 18% 0;
		overflow: hidden;
	}

		.slider .slick-slider {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}

			.slider .slick-list,
			.slider .slick-track,
			.slider .slick-slide {
				height: 100%;
			}

				.slider .slick-slide {
					position: relative;
				}

					.slider .slick-slide > picture {
						display: block;
						position: relative;
						height: 100%;
						overflow: hidden;
					}

					.slider .slick-slide > picture::before {
						content: "";
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
						left: 0;
						background: rgba(0,0,0,0.3);
						/* background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
						background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
						background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
						background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
						background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%); */
						z-index: 2;
					}

						.slider .slick-slide > picture > img {
							position: absolute;
							top: 0;
							right: 0;
							bottom: 0;
							left: 0;
							width: 100%;
							height: 100%;
							object-fit: cover;
							z-index: 1;
						}
			
			.slider .slick-caption {
				display: flex;
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				z-index: 1;
			}

				.slider .slick-caption > div {
					margin: auto;
					width: 83.3333333333%;
					text-align: center;
				}

					.slider .slick-caption h1 {
						color: #ffffff;
						font-size: clamp(1.9375rem, 3.666666666666667vw, 2.75rem);
					}

						.slider .slick-caption h1 span {
							display: block;
							font-size: 0.75em;
							font-weight: 300;
						}

			.slider .slick-prev,
			.slider .slick-next {
				display: none !important;
			}

			.slider .slick-dots > li > button {
				width: 2.5rem;
				height: auto;
				border-bottom: 2px solid #ffffff;
				margin: 0;
				padding: 0 0 0.5rem 0;
				text-align: right;
				line-height: inherit;
				opacity: 0.5;
				transition: width 0.3s ease, opacity 0.3s ease;
			}

			.slider .slick-dots > li.slick-active > button {
				width: 3.125rem;
				opacity: 1;
			}
	
			.slider .slick-dots > li > button:hover {
				width: 3.75rem;
				opacity: 1;
			}

			.slider .slick-dots > li > button::before {
				content: "00.";
				display: block;
				color: #ffffff;
				font-size: 0.8125rem;
				font-weight: 500;
			}

			.slider .slick-dots > li > button[aria-controls='slick-slide00']::before {
				content: "01.";
			}
	
			.slider .slick-dots > li > button[aria-controls='slick-slide01']::before {
				content: "02.";
			}
	
			.slider .slick-dots > li > button[aria-controls='slick-slide02']::before {
				content: "03.";
			}
	
			.slider .slick-dots > li > button[aria-controls='slick-slide03']::before {
				content: "04.";
			}
	
			.slider .slick-dots > li > button[aria-controls='slick-slide04']::before {
				content: "05.";
			}
	
			.slider .slick-dots > li > button::after {
				content: none;
			}

@media (min-width: 576px) {
	.slider .slick-caption > div {
		width: 66.6666666667%;
	}

	.slider .slick-prev,
	.slider .slick-next {
		display: block !important;
	}
}

@media (min-width: 768px) {
	.slider .slick-prev {
		left: 1.875rem;
	}

	.slider .slick-next {
		right: 1.875rem;
	}
}

@media (min-width: 1200px) {
	.slider .slick-prev {
		left: 2.5rem;
	}

	.slider .slick-next {
		right: 2.5rem;
	}
}
/*
================================*/


/* Headline area
================================*/
.headline-area {
    position: relative;
	background: var(--color-black) no-repeat center center;
	background-image: url('../../images/headline/headline-default.jpg');
	background-size: cover;
}

body.camere .headline-area {
	background-image: url('../../images/headline/headline-camere.jpg');
}

.headline-area::before {
	content: "";
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
}

	.headline-area > div {
		position: relative;
		z-index: 1;
	}

	.headline {
		padding-top: clamp(7.5rem, 16.66666666666667vw, 12.5rem);
		padding-bottom: clamp(7.5rem, 16.66666666666667vw, 12.5rem);
	}

		.headline-title {
			text-align: center;
		}

			.headline-title h1 {
				color: #ffffff;
				font-size: clamp(1.9375rem, 3.333333333333333vw, 2.5rem);
			}

/* @media (min-width: 768px) {
	.headline-area {
		background-image: url('../../images/headline/headline-default.webp');
	}
} */
/*
================================*/


/* Content area
================================*/

/* Content
================*/
.content {
	min-height: 20vw;
	padding: 3.75rem 0;
}

@media (min-width: 992px) {
	.content {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
/*
================*/
/*
================================*/


/* Home
================================*/

/* Content */

/* */
/*
================================*/


/* Privacy
================================*/
body.privacy .content {
	overflow-wrap: break-word;
}
/*
================================*/


/* Footer area
================================*/
.footer {
	background-color: var(--color-black);
	padding: 2.5rem 0;
	color: #ffffff;
	font-size: 0.8125rem;
}

	.footer .footer-col-1 .footer-box a {
		color: #ffffff;
	}

	.footer .footer-col-1 .footer-box a:hover {
		color: #ce991c;
	}

	.footer .footer-col-2 .footer-box a {
		color: #ce991c;
		font-weight: 600;
	}

	.footer .footer-col-2 .footer-box a:hover {
		color: #ffffff;
	}
/*
================================*/


/* Nav fixed area
================================*/
.nav-fixed {
	display: none;
}

	.nav-fixed-overlay {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0,0,0,0.75);
		z-index: 1000;
		pointer-events: none;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	}

	.nav-fixed-overlay.open {
		pointer-events: auto;
		opacity: 1;
		visibility: visible;
		transition: opacity 0.25s ease, visibility 0s ease 0s;
	}

	.nav-fixed .menu-wrap {
		position: fixed;
		top: 0;
		bottom: 0;
		left: -90%;
		width: 90%;
		background-color: #ffffff;
		overflow-y: auto;
		z-index: 1000;
		visibility: hidden;
		transition: left 0.25s ease, visibility 0s ease 0.25s;
	}

	.nav-fixed .menu-wrap.open {
		left: 0;
		visibility: visible;
		transition: left 0.25s ease, visibility 0s ease 0s;
	}

		.nav-fixed .menu-close {
			display: flex;
			justify-content: flex-end;
			align-items: center;
			width: 100%;
			height: 6.25rem;
			padding: 0 0.9375rem;
			cursor: pointer;
			transition: height 0.3s ease-in-out;
		}

			.nav-fixed .menu-close > span {
				display: block;
				position: relative;
				width: 30px;
				height: 30px;
			}

			.nav-fixed .menu-close > span::before,
			.nav-fixed .menu-close > span::after {
				content: "";
				position: absolute;
				top: 14px;
				left: 0;
				width: 100%;
				height: 2px;
				background-color: var(--color-secondary);
				transition: background-color 0.3s ease;
			}

			.nav-fixed .menu-close > span::before {
				transform: rotate(45deg);
			}

			.nav-fixed .menu-close > span::after {
				transform: rotate(-45deg);
			}

			.nav-fixed .menu-close > span:hover::before,
			.nav-fixed .menu-close > span:hover::after {
				background-color: var(--color-tertiary);
			}

		.nav-fixed .menu-box {
			border-top: 1px solid rgba(0,0,0,0.05);
			padding: 0 0.9375rem;
		}

			.nav-fixed ul {
				margin: 0;
				padding: 0;
				font-size: 1rem;
				list-style: none;
			}

				.nav-fixed ul > li {
					position: relative;
				}

				.nav-fixed ul > li + li {
					border-top: 1px solid rgba(0,0,0,0.05);
				}

					.nav-fixed ul > li > a {
						display: block;
						margin-right: 2.5rem;
						padding: 1rem 0;
						color: var(--color-secondary);
						font-weight: 600;
					}

					.nav-fixed ul > li > a.active {
						color: var(--color-tertiary);
					}

					.nav-fixed ul > li > a:hover {
						color: var(--color-tertiary);
					}

					.nav-fixed ul > li.lang > a {
						position: relative;
						padding-left: 1.875rem;
					}

					.nav-fixed ul > li.lang > a {
						text-transform: uppercase;
						pointer-events: none;
					}

					.nav-fixed ul > li.lang > a::before {
						content: "";
						position: absolute;
						top: 50%;
						left: 0;
						width: 1rem;
						height: 1rem;
						margin-top: -0.5rem;
						background-position: center center;
						background-repeat: no-repeat;
						background-size: 1rem 1rem;
					}

					.nav-fixed .menu-plus {
						display: flex;
						justify-content: center;
						align-items: center;
						position: absolute;
						top: 0;
						right: 0;
						bottom: 0;
						width: 1.875rem;
						text-align: center;
						color: var(--color-secondary);
						font-family: 'icomoon';
						font-size: 1.125rem;
						cursor: pointer;
						transition: color 0.3s ease;
					}

					.nav-fixed .menu-plus:hover {
						color: var(--color-tertiary);
					}

					.nav-fixed .menu-plus::after {
						content: "\e9fa";
					}

@media (min-width: 348px) {
	.nav-fixed .menu-close {
		padding-right: 1.875rem;
		padding-left: 1.875rem;
	}

	.nav-fixed .menu-box {
		padding-right: 1.875rem;
		padding-left: 1.875rem;
	}
}

@media (min-width: 400px) {
	.nav-fixed .menu-wrap {
		left: -360px;
		width: 360px;
	}
}

@media (min-width: 768px) {
	.nav-fixed .menu-close {
		height: 7.5rem;
	}
}
/*
================================*/


/* Cookie banner area
================================*/
.cookie-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
	padding: 2.5rem 0;
    background-color: rgba(34,34,34,0.98);
    color: #ffffff;
    font-size: 0.8125rem;
    z-index: 1500;
    opacity: 1;
    transition: opacity 1s ease;
}

.cookie-banner-area.invisible .cookie-banner {
	opacity: 0;
}

	.cookie-banner-text {
		text-align: justify;
	}

		.cookie-banner-text a {
			color: #ffffff;
			text-decoration: underline;
		}

		.cookie-banner-text a:hover {
			border-bottom-color: var(--color-tertiary);
			color: var(--color-tertiary);
		}

	.cookie-banner-button {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin: 0.625rem 0 0 0;
	}

		.cookie-banner-button a {
			display: inline-block;
			margin: 1.25rem 0.625rem 0 0.625rem;
			font-weight: 500;
			text-transform: none;
			letter-spacing: 0;
			white-space: nowrap;
		}

		.cookie-banner-button-deny {
			color: #ffffff;
		}

		.cookie-banner-button-deny:hover {
			color: var(--color-tertiary);
		}

		.cookie-banner-button-accept {
			border: 2px solid #ffffff;
			padding: 0.4rem 1.875rem;
			background-color: transparent;
			color: #ffffff;
			transition: all 0.3s ease;
		}

		.cookie-banner-button-accept:hover,
		.cookie-banner-button-accept:focus {
			border-color: var(--color-tertiary);
			background-color: var(--color-tertiary);
			color: #ffffff;
		}

@media (min-width: 348px) {
	.cookie-banner > div {
		padding-right: 1.875rem;
		padding-left: 1.875rem;
	}
}

@media (min-width: 768px) {
	.cookie-banner-wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

		.cookie-banner-text {
			flex-grow: 1;
			flex-basis: 0;
		}

		.cookie-banner-button {
			margin: 0 0 0 1.875rem;
		}

			.cookie-banner-button a {
				margin: 0;
			}

			.cookie-banner-button a + a {
				margin-left: 1.875rem;
			}
}

@media (min-width: 1200px) {
	.cookie-banner > div {
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}
}
/*
================================*/