@charset "UTF-8";
/*!
Theme Name: Dieci Theme
Author: Simon Rossi
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*!
   * Bootstrap Grid v5.3.2 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Red+Hat+Display:wght@900&family=Source+Sans+3:wght@400;500;600;700&display=swap");
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container, .container-sm {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container, .container-sm, .container-md {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container, .container-sm, .container-md, .container-lg {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 1320px;
	}
}

:root {
	--bs-breakpoint-xs: 0;
	--bs-breakpoint-sm: 576px;
	--bs-breakpoint-md: 768px;
	--bs-breakpoint-lg: 992px;
	--bs-breakpoint-xl: 1200px;
	--bs-breakpoint-xxl: 1400px;
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}

.col {
	flex: 1 0 0%;
}

.row-cols-auto > * {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.33333%;
}

.row-cols-4 > * {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5 > * {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6 > * {
	flex: 0 0 auto;
	width: 16.66667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333%;
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66667%;
}

.col-3 {
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66667%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66667%;
}

.col-9 {
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333%;
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66667%;
}

.col-12 {
	flex: 0 0 auto;
	width: 100%;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

.g-0,
.gx-0 {
	--bs-gutter-x: 0;
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0;
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
	.col-sm {
		flex: 1 0 0%;
	}
	.row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0;
	}
	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0;
	}
	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem;
	}
	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem;
	}
	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem;
	}
	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 768px) {
	.col-md {
		flex: 1 0 0%;
	}
	.row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0;
	}
	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0;
	}
	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem;
	}
	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem;
	}
	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem;
	}
	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex: 1 0 0%;
	}
	.row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0;
	}
	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0;
	}
	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem;
	}
	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem;
	}
	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem;
	}
	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex: 1 0 0%;
	}
	.row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0;
	}
	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0;
	}
	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width: 1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}
	.row-cols-xxl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xxl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xxl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xxl-3 > * {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.row-cols-xxl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xxl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xxl-6 > * {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333%;
	}
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66667%;
	}
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333%;
	}
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66667%;
	}
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333%;
	}
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66667%;
	}
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333%;
	}
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66667%;
	}
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.33333%;
	}
	.offset-xxl-2 {
		margin-left: 16.66667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.33333%;
	}
	.offset-xxl-5 {
		margin-left: 41.66667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.33333%;
	}
	.offset-xxl-8 {
		margin-left: 66.66667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.33333%;
	}
	.offset-xxl-11 {
		margin-left: 91.66667%;
	}
	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0;
	}
	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0;
	}
	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-grid {
	display: grid !important;
}

.d-inline-grid {
	display: inline-grid !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

.d-none {
	display: none !important;
}

.flex-fill {
	flex: 1 1 auto !important;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.justify-content-evenly {
	justify-content: space-evenly !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

.order-first {
	order: -1 !important;
}

.order-0 {
	order: 0 !important;
}

.order-1 {
	order: 1 !important;
}

.order-2 {
	order: 2 !important;
}

.order-3 {
	order: 3 !important;
}

.order-4 {
	order: 4 !important;
}

.order-5 {
	order: 5 !important;
}

.order-last {
	order: 6 !important;
}

.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

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

.mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}

.mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

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

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

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

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

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

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

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

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

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

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

.mt-2 {
	margin-top: 0.5rem !important;
}

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

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

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

.mt-auto {
	margin-top: auto !important;
}

.me-0 {
	margin-right: 0 !important;
}

.me-1 {
	margin-right: 0.25rem !important;
}

.me-2 {
	margin-right: 0.5rem !important;
}

.me-3 {
	margin-right: 1rem !important;
}

.me-4 {
	margin-right: 1.5rem !important;
}

.me-5 {
	margin-right: 3rem !important;
}

.me-auto {
	margin-right: auto !important;
}

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

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

.mb-2 {
	margin-bottom: 0.5rem !important;
}

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

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

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

.mb-auto {
	margin-bottom: auto !important;
}

.ms-0 {
	margin-left: 0 !important;
}

.ms-1 {
	margin-left: 0.25rem !important;
}

.ms-2 {
	margin-left: 0.5rem !important;
}

.ms-3 {
	margin-left: 1rem !important;
}

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

.ms-5 {
	margin-left: 3rem !important;
}

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

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

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

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

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

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

.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}

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

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

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

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

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

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

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

.pt-0 {
	padding-top: 0 !important;
}

.pt-1 {
	padding-top: 0.25rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

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

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

.pe-1 {
	padding-right: 0.25rem !important;
}

.pe-2 {
	padding-right: 0.5rem !important;
}

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

.pe-4 {
	padding-right: 1.5rem !important;
}

.pe-5 {
	padding-right: 3rem !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-1 {
	padding-bottom: 0.25rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

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

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

.ps-0 {
	padding-left: 0 !important;
}

.ps-1 {
	padding-left: 0.25rem !important;
}

.ps-2 {
	padding-left: 0.5rem !important;
}

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

.ps-4 {
	padding-left: 1.5rem !important;
}

.ps-5 {
	padding-left: 3rem !important;
}

@media (min-width: 576px) {
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-grid {
		display: grid !important;
	}
	.d-sm-inline-grid {
		display: inline-grid !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
	.d-sm-none {
		display: none !important;
	}
	.flex-sm-fill {
		flex: 1 1 auto !important;
	}
	.flex-sm-row {
		flex-direction: row !important;
	}
	.flex-sm-column {
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		justify-content: center !important;
	}
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	.justify-content-sm-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		align-items: center !important;
	}
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		align-content: center !important;
	}
	.align-content-sm-between {
		align-content: space-between !important;
	}
	.align-content-sm-around {
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		align-self: auto !important;
	}
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		align-self: center !important;
	}
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		align-self: stretch !important;
	}
	.order-sm-first {
		order: -1 !important;
	}
	.order-sm-0 {
		order: 0 !important;
	}
	.order-sm-1 {
		order: 1 !important;
	}
	.order-sm-2 {
		order: 2 !important;
	}
	.order-sm-3 {
		order: 3 !important;
	}
	.order-sm-4 {
		order: 4 !important;
	}
	.order-sm-5 {
		order: 5 !important;
	}
	.order-sm-last {
		order: 6 !important;
	}
	.m-sm-0 {
		margin: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-sm-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-sm-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-sm-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-sm-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	.mt-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mt-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mt-sm-3 {
		margin-top: 1rem !important;
	}
	.mt-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mt-sm-5 {
		margin-top: 3rem !important;
	}
	.mt-sm-auto {
		margin-top: auto !important;
	}
	.me-sm-0 {
		margin-right: 0 !important;
	}
	.me-sm-1 {
		margin-right: 0.25rem !important;
	}
	.me-sm-2 {
		margin-right: 0.5rem !important;
	}
	.me-sm-3 {
		margin-right: 1rem !important;
	}
	.me-sm-4 {
		margin-right: 1.5rem !important;
	}
	.me-sm-5 {
		margin-right: 3rem !important;
	}
	.me-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	.mb-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-sm-3 {
		margin-bottom: 1rem !important;
	}
	.mb-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}
	.mb-sm-auto {
		margin-bottom: auto !important;
	}
	.ms-sm-0 {
		margin-left: 0 !important;
	}
	.ms-sm-1 {
		margin-left: 0.25rem !important;
	}
	.ms-sm-2 {
		margin-left: 0.5rem !important;
	}
	.ms-sm-3 {
		margin-left: 1rem !important;
	}
	.ms-sm-4 {
		margin-left: 1.5rem !important;
	}
	.ms-sm-5 {
		margin-left: 3rem !important;
	}
	.ms-sm-auto {
		margin-left: auto !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-sm-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-sm-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-sm-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-sm-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-sm-0 {
		padding-top: 0 !important;
	}
	.pt-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pt-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pt-sm-3 {
		padding-top: 1rem !important;
	}
	.pt-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pt-sm-5 {
		padding-top: 3rem !important;
	}
	.pe-sm-0 {
		padding-right: 0 !important;
	}
	.pe-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pe-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pe-sm-3 {
		padding-right: 1rem !important;
	}
	.pe-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pe-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-0 {
		padding-bottom: 0 !important;
	}
	.pb-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pb-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-sm-5 {
		padding-bottom: 3rem !important;
	}
	.ps-sm-0 {
		padding-left: 0 !important;
	}
	.ps-sm-1 {
		padding-left: 0.25rem !important;
	}
	.ps-sm-2 {
		padding-left: 0.5rem !important;
	}
	.ps-sm-3 {
		padding-left: 1rem !important;
	}
	.ps-sm-4 {
		padding-left: 1.5rem !important;
	}
	.ps-sm-5 {
		padding-left: 3rem !important;
	}
}

@media (min-width: 768px) {
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-grid {
		display: grid !important;
	}
	.d-md-inline-grid {
		display: inline-grid !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: flex !important;
	}
	.d-md-inline-flex {
		display: inline-flex !important;
	}
	.d-md-none {
		display: none !important;
	}
	.flex-md-fill {
		flex: 1 1 auto !important;
	}
	.flex-md-row {
		flex-direction: row !important;
	}
	.flex-md-column {
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		justify-content: center !important;
	}
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	.justify-content-md-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-md-start {
		align-items: flex-start !important;
	}
	.align-items-md-end {
		align-items: flex-end !important;
	}
	.align-items-md-center {
		align-items: center !important;
	}
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	.align-content-md-start {
		align-content: flex-start !important;
	}
	.align-content-md-end {
		align-content: flex-end !important;
	}
	.align-content-md-center {
		align-content: center !important;
	}
	.align-content-md-between {
		align-content: space-between !important;
	}
	.align-content-md-around {
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	.align-self-md-auto {
		align-self: auto !important;
	}
	.align-self-md-start {
		align-self: flex-start !important;
	}
	.align-self-md-end {
		align-self: flex-end !important;
	}
	.align-self-md-center {
		align-self: center !important;
	}
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		align-self: stretch !important;
	}
	.order-md-first {
		order: -1 !important;
	}
	.order-md-0 {
		order: 0 !important;
	}
	.order-md-1 {
		order: 1 !important;
	}
	.order-md-2 {
		order: 2 !important;
	}
	.order-md-3 {
		order: 3 !important;
	}
	.order-md-4 {
		order: 4 !important;
	}
	.order-md-5 {
		order: 5 !important;
	}
	.order-md-last {
		order: 6 !important;
	}
	.m-md-0 {
		margin: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-md-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-md-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-md-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-md-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-md-0 {
		margin-top: 0 !important;
	}
	.mt-md-1 {
		margin-top: 0.25rem !important;
	}
	.mt-md-2 {
		margin-top: 0.5rem !important;
	}
	.mt-md-3 {
		margin-top: 1rem !important;
	}
	.mt-md-4 {
		margin-top: 1.5rem !important;
	}
	.mt-md-5 {
		margin-top: 3rem !important;
	}
	.mt-md-auto {
		margin-top: auto !important;
	}
	.me-md-0 {
		margin-right: 0 !important;
	}
	.me-md-1 {
		margin-right: 0.25rem !important;
	}
	.me-md-2 {
		margin-right: 0.5rem !important;
	}
	.me-md-3 {
		margin-right: 1rem !important;
	}
	.me-md-4 {
		margin-right: 1.5rem !important;
	}
	.me-md-5 {
		margin-right: 3rem !important;
	}
	.me-md-auto {
		margin-right: auto !important;
	}
	.mb-md-0 {
		margin-bottom: 0 !important;
	}
	.mb-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-md-3 {
		margin-bottom: 1rem !important;
	}
	.mb-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-md-5 {
		margin-bottom: 3rem !important;
	}
	.mb-md-auto {
		margin-bottom: auto !important;
	}
	.ms-md-0 {
		margin-left: 0 !important;
	}
	.ms-md-1 {
		margin-left: 0.25rem !important;
	}
	.ms-md-2 {
		margin-left: 0.5rem !important;
	}
	.ms-md-3 {
		margin-left: 1rem !important;
	}
	.ms-md-4 {
		margin-left: 1.5rem !important;
	}
	.ms-md-5 {
		margin-left: 3rem !important;
	}
	.ms-md-auto {
		margin-left: auto !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-md-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-md-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-md-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-md-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-md-0 {
		padding-top: 0 !important;
	}
	.pt-md-1 {
		padding-top: 0.25rem !important;
	}
	.pt-md-2 {
		padding-top: 0.5rem !important;
	}
	.pt-md-3 {
		padding-top: 1rem !important;
	}
	.pt-md-4 {
		padding-top: 1.5rem !important;
	}
	.pt-md-5 {
		padding-top: 3rem !important;
	}
	.pe-md-0 {
		padding-right: 0 !important;
	}
	.pe-md-1 {
		padding-right: 0.25rem !important;
	}
	.pe-md-2 {
		padding-right: 0.5rem !important;
	}
	.pe-md-3 {
		padding-right: 1rem !important;
	}
	.pe-md-4 {
		padding-right: 1.5rem !important;
	}
	.pe-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-0 {
		padding-bottom: 0 !important;
	}
	.pb-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-md-3 {
		padding-bottom: 1rem !important;
	}
	.pb-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-md-5 {
		padding-bottom: 3rem !important;
	}
	.ps-md-0 {
		padding-left: 0 !important;
	}
	.ps-md-1 {
		padding-left: 0.25rem !important;
	}
	.ps-md-2 {
		padding-left: 0.5rem !important;
	}
	.ps-md-3 {
		padding-left: 1rem !important;
	}
	.ps-md-4 {
		padding-left: 1.5rem !important;
	}
	.ps-md-5 {
		padding-left: 3rem !important;
	}
}

@media (min-width: 992px) {
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-grid {
		display: grid !important;
	}
	.d-lg-inline-grid {
		display: inline-grid !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
	.d-lg-none {
		display: none !important;
	}
	.flex-lg-fill {
		flex: 1 1 auto !important;
	}
	.flex-lg-row {
		flex-direction: row !important;
	}
	.flex-lg-column {
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		justify-content: center !important;
	}
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	.justify-content-lg-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		align-items: center !important;
	}
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		align-content: center !important;
	}
	.align-content-lg-between {
		align-content: space-between !important;
	}
	.align-content-lg-around {
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		align-self: auto !important;
	}
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		align-self: center !important;
	}
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		align-self: stretch !important;
	}
	.order-lg-first {
		order: -1 !important;
	}
	.order-lg-0 {
		order: 0 !important;
	}
	.order-lg-1 {
		order: 1 !important;
	}
	.order-lg-2 {
		order: 2 !important;
	}
	.order-lg-3 {
		order: 3 !important;
	}
	.order-lg-4 {
		order: 4 !important;
	}
	.order-lg-5 {
		order: 5 !important;
	}
	.order-lg-last {
		order: 6 !important;
	}
	.m-lg-0 {
		margin: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-lg-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-lg-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-lg-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-lg-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	.mt-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mt-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mt-lg-3 {
		margin-top: 1rem !important;
	}
	.mt-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mt-lg-5 {
		margin-top: 3rem !important;
	}
	.mt-lg-auto {
		margin-top: auto !important;
	}
	.me-lg-0 {
		margin-right: 0 !important;
	}
	.me-lg-1 {
		margin-right: 0.25rem !important;
	}
	.me-lg-2 {
		margin-right: 0.5rem !important;
	}
	.me-lg-3 {
		margin-right: 1rem !important;
	}
	.me-lg-4 {
		margin-right: 1.5rem !important;
	}
	.me-lg-5 {
		margin-right: 3rem !important;
	}
	.me-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
	.mb-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-lg-3 {
		margin-bottom: 1rem !important;
	}
	.mb-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-lg-5 {
		margin-bottom: 3rem !important;
	}
	.mb-lg-auto {
		margin-bottom: auto !important;
	}
	.ms-lg-0 {
		margin-left: 0 !important;
	}
	.ms-lg-1 {
		margin-left: 0.25rem !important;
	}
	.ms-lg-2 {
		margin-left: 0.5rem !important;
	}
	.ms-lg-3 {
		margin-left: 1rem !important;
	}
	.ms-lg-4 {
		margin-left: 1.5rem !important;
	}
	.ms-lg-5 {
		margin-left: 3rem !important;
	}
	.ms-lg-auto {
		margin-left: auto !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-lg-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-lg-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-lg-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-lg-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-lg-0 {
		padding-top: 0 !important;
	}
	.pt-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pt-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pt-lg-3 {
		padding-top: 1rem !important;
	}
	.pt-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pt-lg-5 {
		padding-top: 3rem !important;
	}
	.pe-lg-0 {
		padding-right: 0 !important;
	}
	.pe-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pe-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pe-lg-3 {
		padding-right: 1rem !important;
	}
	.pe-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pe-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-0 {
		padding-bottom: 0 !important;
	}
	.pb-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pb-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-lg-5 {
		padding-bottom: 3rem !important;
	}
	.ps-lg-0 {
		padding-left: 0 !important;
	}
	.ps-lg-1 {
		padding-left: 0.25rem !important;
	}
	.ps-lg-2 {
		padding-left: 0.5rem !important;
	}
	.ps-lg-3 {
		padding-left: 1rem !important;
	}
	.ps-lg-4 {
		padding-left: 1.5rem !important;
	}
	.ps-lg-5 {
		padding-left: 3rem !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-grid {
		display: grid !important;
	}
	.d-xl-inline-grid {
		display: inline-grid !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
	.d-xl-none {
		display: none !important;
	}
	.flex-xl-fill {
		flex: 1 1 auto !important;
	}
	.flex-xl-row {
		flex-direction: row !important;
	}
	.flex-xl-column {
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		justify-content: center !important;
	}
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	.justify-content-xl-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		align-items: center !important;
	}
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
	.align-content-xl-start {
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		align-content: center !important;
	}
	.align-content-xl-between {
		align-content: space-between !important;
	}
	.align-content-xl-around {
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		align-self: auto !important;
	}
	.align-self-xl-start {
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		align-self: center !important;
	}
	.align-self-xl-baseline {
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		align-self: stretch !important;
	}
	.order-xl-first {
		order: -1 !important;
	}
	.order-xl-0 {
		order: 0 !important;
	}
	.order-xl-1 {
		order: 1 !important;
	}
	.order-xl-2 {
		order: 2 !important;
	}
	.order-xl-3 {
		order: 3 !important;
	}
	.order-xl-4 {
		order: 4 !important;
	}
	.order-xl-5 {
		order: 5 !important;
	}
	.order-xl-last {
		order: 6 !important;
	}
	.m-xl-0 {
		margin: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-xl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-xl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-xl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-xl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-xl-0 {
		margin-top: 0 !important;
	}
	.mt-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mt-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mt-xl-3 {
		margin-top: 1rem !important;
	}
	.mt-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mt-xl-5 {
		margin-top: 3rem !important;
	}
	.mt-xl-auto {
		margin-top: auto !important;
	}
	.me-xl-0 {
		margin-right: 0 !important;
	}
	.me-xl-1 {
		margin-right: 0.25rem !important;
	}
	.me-xl-2 {
		margin-right: 0.5rem !important;
	}
	.me-xl-3 {
		margin-right: 1rem !important;
	}
	.me-xl-4 {
		margin-right: 1.5rem !important;
	}
	.me-xl-5 {
		margin-right: 3rem !important;
	}
	.me-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-0 {
		margin-bottom: 0 !important;
	}
	.mb-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-xl-3 {
		margin-bottom: 1rem !important;
	}
	.mb-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-xl-5 {
		margin-bottom: 3rem !important;
	}
	.mb-xl-auto {
		margin-bottom: auto !important;
	}
	.ms-xl-0 {
		margin-left: 0 !important;
	}
	.ms-xl-1 {
		margin-left: 0.25rem !important;
	}
	.ms-xl-2 {
		margin-left: 0.5rem !important;
	}
	.ms-xl-3 {
		margin-left: 1rem !important;
	}
	.ms-xl-4 {
		margin-left: 1.5rem !important;
	}
	.ms-xl-5 {
		margin-left: 3rem !important;
	}
	.ms-xl-auto {
		margin-left: auto !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-xl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-xl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-xl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-xl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-xl-0 {
		padding-top: 0 !important;
	}
	.pt-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pt-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pt-xl-3 {
		padding-top: 1rem !important;
	}
	.pt-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pt-xl-5 {
		padding-top: 3rem !important;
	}
	.pe-xl-0 {
		padding-right: 0 !important;
	}
	.pe-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pe-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pe-xl-3 {
		padding-right: 1rem !important;
	}
	.pe-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pe-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-0 {
		padding-bottom: 0 !important;
	}
	.pb-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pb-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-xl-5 {
		padding-bottom: 3rem !important;
	}
	.ps-xl-0 {
		padding-left: 0 !important;
	}
	.ps-xl-1 {
		padding-left: 0.25rem !important;
	}
	.ps-xl-2 {
		padding-left: 0.5rem !important;
	}
	.ps-xl-3 {
		padding-left: 1rem !important;
	}
	.ps-xl-4 {
		padding-left: 1.5rem !important;
	}
	.ps-xl-5 {
		padding-left: 3rem !important;
	}
}

@media (min-width: 1400px) {
	.d-xxl-inline {
		display: inline !important;
	}
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	.d-xxl-block {
		display: block !important;
	}
	.d-xxl-grid {
		display: grid !important;
	}
	.d-xxl-inline-grid {
		display: inline-grid !important;
	}
	.d-xxl-table {
		display: table !important;
	}
	.d-xxl-table-row {
		display: table-row !important;
	}
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	.d-xxl-flex {
		display: flex !important;
	}
	.d-xxl-inline-flex {
		display: inline-flex !important;
	}
	.d-xxl-none {
		display: none !important;
	}
	.flex-xxl-fill {
		flex: 1 1 auto !important;
	}
	.flex-xxl-row {
		flex-direction: row !important;
	}
	.flex-xxl-column {
		flex-direction: column !important;
	}
	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xxl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xxl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-xxl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xxl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xxl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xxl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xxl-center {
		justify-content: center !important;
	}
	.justify-content-xxl-between {
		justify-content: space-between !important;
	}
	.justify-content-xxl-around {
		justify-content: space-around !important;
	}
	.justify-content-xxl-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-xxl-start {
		align-items: flex-start !important;
	}
	.align-items-xxl-end {
		align-items: flex-end !important;
	}
	.align-items-xxl-center {
		align-items: center !important;
	}
	.align-items-xxl-baseline {
		align-items: baseline !important;
	}
	.align-items-xxl-stretch {
		align-items: stretch !important;
	}
	.align-content-xxl-start {
		align-content: flex-start !important;
	}
	.align-content-xxl-end {
		align-content: flex-end !important;
	}
	.align-content-xxl-center {
		align-content: center !important;
	}
	.align-content-xxl-between {
		align-content: space-between !important;
	}
	.align-content-xxl-around {
		align-content: space-around !important;
	}
	.align-content-xxl-stretch {
		align-content: stretch !important;
	}
	.align-self-xxl-auto {
		align-self: auto !important;
	}
	.align-self-xxl-start {
		align-self: flex-start !important;
	}
	.align-self-xxl-end {
		align-self: flex-end !important;
	}
	.align-self-xxl-center {
		align-self: center !important;
	}
	.align-self-xxl-baseline {
		align-self: baseline !important;
	}
	.align-self-xxl-stretch {
		align-self: stretch !important;
	}
	.order-xxl-first {
		order: -1 !important;
	}
	.order-xxl-0 {
		order: 0 !important;
	}
	.order-xxl-1 {
		order: 1 !important;
	}
	.order-xxl-2 {
		order: 2 !important;
	}
	.order-xxl-3 {
		order: 3 !important;
	}
	.order-xxl-4 {
		order: 4 !important;
	}
	.order-xxl-5 {
		order: 5 !important;
	}
	.order-xxl-last {
		order: 6 !important;
	}
	.m-xxl-0 {
		margin: 0 !important;
	}
	.m-xxl-1 {
		margin: 0.25rem !important;
	}
	.m-xxl-2 {
		margin: 0.5rem !important;
	}
	.m-xxl-3 {
		margin: 1rem !important;
	}
	.m-xxl-4 {
		margin: 1.5rem !important;
	}
	.m-xxl-5 {
		margin: 3rem !important;
	}
	.m-xxl-auto {
		margin: auto !important;
	}
	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-xxl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-xxl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-xxl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-xxl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-xxl-0 {
		margin-top: 0 !important;
	}
	.mt-xxl-1 {
		margin-top: 0.25rem !important;
	}
	.mt-xxl-2 {
		margin-top: 0.5rem !important;
	}
	.mt-xxl-3 {
		margin-top: 1rem !important;
	}
	.mt-xxl-4 {
		margin-top: 1.5rem !important;
	}
	.mt-xxl-5 {
		margin-top: 3rem !important;
	}
	.mt-xxl-auto {
		margin-top: auto !important;
	}
	.me-xxl-0 {
		margin-right: 0 !important;
	}
	.me-xxl-1 {
		margin-right: 0.25rem !important;
	}
	.me-xxl-2 {
		margin-right: 0.5rem !important;
	}
	.me-xxl-3 {
		margin-right: 1rem !important;
	}
	.me-xxl-4 {
		margin-right: 1.5rem !important;
	}
	.me-xxl-5 {
		margin-right: 3rem !important;
	}
	.me-xxl-auto {
		margin-right: auto !important;
	}
	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}
	.mb-xxl-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-xxl-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-xxl-3 {
		margin-bottom: 1rem !important;
	}
	.mb-xxl-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-xxl-5 {
		margin-bottom: 3rem !important;
	}
	.mb-xxl-auto {
		margin-bottom: auto !important;
	}
	.ms-xxl-0 {
		margin-left: 0 !important;
	}
	.ms-xxl-1 {
		margin-left: 0.25rem !important;
	}
	.ms-xxl-2 {
		margin-left: 0.5rem !important;
	}
	.ms-xxl-3 {
		margin-left: 1rem !important;
	}
	.ms-xxl-4 {
		margin-left: 1.5rem !important;
	}
	.ms-xxl-5 {
		margin-left: 3rem !important;
	}
	.ms-xxl-auto {
		margin-left: auto !important;
	}
	.p-xxl-0 {
		padding: 0 !important;
	}
	.p-xxl-1 {
		padding: 0.25rem !important;
	}
	.p-xxl-2 {
		padding: 0.5rem !important;
	}
	.p-xxl-3 {
		padding: 1rem !important;
	}
	.p-xxl-4 {
		padding: 1.5rem !important;
	}
	.p-xxl-5 {
		padding: 3rem !important;
	}
	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-xxl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-xxl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-xxl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-xxl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-xxl-0 {
		padding-top: 0 !important;
	}
	.pt-xxl-1 {
		padding-top: 0.25rem !important;
	}
	.pt-xxl-2 {
		padding-top: 0.5rem !important;
	}
	.pt-xxl-3 {
		padding-top: 1rem !important;
	}
	.pt-xxl-4 {
		padding-top: 1.5rem !important;
	}
	.pt-xxl-5 {
		padding-top: 3rem !important;
	}
	.pe-xxl-0 {
		padding-right: 0 !important;
	}
	.pe-xxl-1 {
		padding-right: 0.25rem !important;
	}
	.pe-xxl-2 {
		padding-right: 0.5rem !important;
	}
	.pe-xxl-3 {
		padding-right: 1rem !important;
	}
	.pe-xxl-4 {
		padding-right: 1.5rem !important;
	}
	.pe-xxl-5 {
		padding-right: 3rem !important;
	}
	.pb-xxl-0 {
		padding-bottom: 0 !important;
	}
	.pb-xxl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-xxl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-xxl-3 {
		padding-bottom: 1rem !important;
	}
	.pb-xxl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-xxl-5 {
		padding-bottom: 3rem !important;
	}
	.ps-xxl-0 {
		padding-left: 0 !important;
	}
	.ps-xxl-1 {
		padding-left: 0.25rem !important;
	}
	.ps-xxl-2 {
		padding-left: 0.5rem !important;
	}
	.ps-xxl-3 {
		padding-left: 1rem !important;
	}
	.ps-xxl-4 {
		padding-left: 1.5rem !important;
	}
	.ps-xxl-5 {
		padding-left: 3rem !important;
	}
}

@media print {
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-grid {
		display: grid !important;
	}
	.d-print-inline-grid {
		display: inline-grid !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: flex !important;
	}
	.d-print-inline-flex {
		display: inline-flex !important;
	}
	.d-print-none {
		display: none !important;
	}
}

:root {
	--max-width: 1600px;
	--is-width-above-limit: min(1px, max(calc(100vw - 992px), 0px));
	--is-width-below-limit: calc(1px - var(--is-width-above-limit));
	--side-padding: max(calc(var(--is-width-above-limit) * 100), calc(var(--is-width-below-limit) * 25));
	--scrollbarWidth: 0px;
	--window-width: calc(100vw - var(--scrollbarWidth));
	--adminBarHeight: 0px;
	--inner-height: 100vh;
	--window-height: calc(var(--inner-height) - var(--adminBarHeight));
}

body {
	--window-height: calc(var(--inner-height) - var(--adminBarHeight));
	--window-scroll: 0px;
}

body.admin-bar {
	--adminBarHeight: 46px;
	--adminBarHeight: 46px;
	--window-height: calc(100vh - var(--adminBarHeight) + var(--window-scroll));
}

@media screen and (min-width: 783px) {
	body.admin-bar {
		--adminBarHeight: 32px;
	}
}

body.admin-bar #wpadminbar {
	position: fixed;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/* Box sizing
--------------------------------------------- */
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

body {
	margin: 0px;
}

body.fixed {
	overflow-y: hidden;
}

body:not(.blog):not(.home):not(.page-template-page-top10):not(.archive) {
	padding-top: 61px;
}

@media (min-width: 992px) {
	body:not(.blog):not(.home):not(.page-template-page-top10):not(.archive) {
		padding-top: 111px;
	}
}

.inner-content {
	width: 100%;
	max-width: var(--max-width);
	margin: auto;
	padding: 0px var(--side-padding);
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
body .site-menu {
	position: fixed;
	top: 0px;
	left: calc(100vw * -1);
	width: 100%;
	height: 100%;
	background-color: #cccccccc;
	z-index: 10000000000;
	transition: left 0s 1s, opacity 0.5s 0.5s;
	opacity: 0;
}

body .site-menu-inner {
	transition: left 0.5s ease-out 0s;
	position: absolute;
	left: calc(100vw * -1);
	background-color: #ff3067;
	height: 100%;
	max-width: 374px;
	width: 100%;
}

@media (max-width: 575.98px) {
	body .site-menu-inner {
		max-width: 100%;
	}
}

body .site-menu-closer {
	display: grid;
	grid-template-columns: 80px auto 80px;
	margin-bottom: 40px;
}

body .site-menu-closer .closer-logo {
	grid-column: 2;
	padding: 20px 0px;
	text-align: center;
}

body .site-menu-closer .closer-logo img {
	height: 43px;
}

body .site-menu-closer .menu-closer-button {
	grid-column: 3;
	color: #ffffff;
	font-size: 50px;
	line-height: 83px;
	text-align: right;
}

body .site-menu-closer .menu-closer-button::after {
	content: "\F62a";
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 50px;
	color: #ffffff;
	text-align: right;
}

body .site-menu-body {
	height: calc(100% - 130px);
	overflow: auto;
}

body .site-menu-body-search {
	padding: 10px 23px 40px;
}

body .site-menu-body-search img {
	width: 15px;
}

body .site-menu-body-search input[type=text] {
	width: calc(100% - 20px);
	color: #ffffff;
	background-color: transparent;
	border: none;
}

body .site-menu-body-search input[type=text]:focus {
	color: #ffffff;
	outline: transparent none 0px;
}

body .site-menu-body-search input[type=text]::placeholder {
	color: #ffffff99;
}

body .site-menu-body-search input[type=text]::-webkit-search-cancel-button {
	/* 	position: absolute;
		right: 0; */
}

body .site-menu-body-search input[type=text]:focus-visible {
	border: none;
	outline: transparent none 0px;
}

body .site-menu-body-search input[type=text]:-webkit-autofill, body .site-menu-body-search input[type=text]:-webkit-autofill:hover, body .site-menu-body-search input[type=text]:-webkit-autofill:focus, body .site-menu-body-search input[type=text]:-webkit-autofill:active {
	-webkit-background-clip: text;
	-webkit-text-fill-color: #ffffff;
	transition: background-color 5000s ease-in-out 0s;
	box-shadow: inset 0 0 20px 20px transparent;
}

body .site-menu-body-search form {
	border-bottom: 1px solid #ffffff;
}

body .site-menu-body ul.menu-principale {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

body .site-menu-body ul.menu-principale li {
	font-family: "Oswald", sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	color: #fcfcfc;
	text-transform: uppercase;
	display: grid;
	grid-template-columns: 93px auto 50px;
	align-items: center;
}

body .site-menu-body ul.menu-principale li::before {
	content: "";
	display: inline-block;
	width: 93px;
	height: 50px;
	grid-column: 1;
	grid-row: 1;
}

body .site-menu-body ul.menu-principale li::after {
	grid-column: 3;
	grid-row: 1;
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 50px;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
}

body .site-menu-body ul.menu-principale li.menu-item-has-children::after {
	content: "\F282";
}

body .site-menu-body ul.menu-principale li.menu-item-has-children.opened-menu a span {
	display: inline;
	background-color: #101010;
}

body .site-menu-body ul.menu-principale li.menu-item-has-children.opened-menu::after {
	content: "\F286";
}

body .site-menu-body ul.menu-principale li.menu-item-has-children.opened-menu ul a span {
	display: inline-block;
	background-color: unset;
}

body .site-menu-body ul.menu-principale li a {
	color: #fcfcfc;
	text-decoration: none;
}

body .site-menu-body ul.menu-principale li.menu-item-depth-0 {
	margin-bottom: 40px;
}

body .site-menu-body ul.menu-principale li.menu-item-depth-0 > ul {
	margin-top: 40px;
}

body .site-menu-body ul.menu-principale li.menu-item-depth-0.sezioni:before {
	background-image: url("img/menu/sezioni.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 50px;
}

body .site-menu-body ul.menu-principale li.menu-item-depth-0.rubriche:before {
	background-image: url("img/menu/rubriche.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 50px;
}

body .site-menu-body ul.menu-principale li.menu-item-depth-0.pubblicita:before {
	background-image: url("img/menu/pubblicita.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 50px;
}

body .site-menu-body ul.menu-principale li.menu-item-depth-0.province:before {
	background-image: url("img/menu/province.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 50px;
}

body .site-menu-body ul.menu-principale li.menu-item-depth-0.newsletter:before {
	background-image: url("img/menu/newsletter.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 50px;
}

body .site-menu-body ul.menu-principale li.menu-item-depth-0.chisiamo:before {
	background-image: url("img/menu/chisiamo.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 50px;
}

body .site-menu-body ul.menu-principale li.menu-item-depth-0.podcast:before {
	background-image: url("img/menu/podcast.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 50px;
}

body .site-menu-body ul.menu-principale ul {
	display: none;
	margin: 0px;
	padding: 0px;
	grid-column: 1/4;
	background-color: #b12f51;
	padding: 30px 0px 10px;
}

body .site-menu-body ul.menu-principale ul.open-menu {
	display: block;
}

body .site-menu-body ul.menu-principale ul li {
	font-family: "Source Sans 3", sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.9;
	letter-spacing: 0.42px;
	color: #fff;
	text-transform: uppercase;
	grid-template-columns: 100%;
	padding-left: 25px;
	padding-right: 5px;
	margin-bottom: 20px;
	break-inside: avoid;
	display: block;
}

body .site-menu-body ul.menu-principale ul li::before, body .site-menu-body ul.menu-principale ul li::after {
	content: unset;
}

body .site-menu-body ul.menu-principale ul li.menu-item-has-children {
	display: block;
	display: grid;
	grid-template-columns: auto 50px;
}

body .site-menu-body ul.menu-principale ul li.menu-item-has-children::before, body .site-menu-body ul.menu-principale ul li.menu-item-has-children::after {
	content: unset;
}

body .site-menu-body ul.menu-principale ul li.menu-item-has-children::after {
	grid-column: 2;
	grid-row: 1;
	content: "\F282";
	display: inline-block;
	width: 50px;
	height: 20px;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 20px;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}

body .site-menu-body ul.menu-principale ul li.menu-item-has-children.opened-menu a span {
	display: inline;
	background-color: #101010;
}

body .site-menu-body ul.menu-principale ul li.menu-item-has-children.opened-menu::after {
	content: "\F286";
}

body .site-menu-body ul.menu-principale ul li.menu-item-has-children.opened-menu ul a span {
	display: inline-block;
	background-color: unset;
}

body .site-menu-body ul.menu-principale ul li.menu-item-has-children ul {
	grid-column: 1/3;
}

body .site-menu-body ul.menu-principale ul li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

body .site-menu-body ul.menu-principale ul li ul {
	display: block;
	margin: 0px;
	padding: 10px;
	padding-right: 0px;
	font-weight: 400;
	display: none;
}

body .site-menu-body ul.menu-principale ul li ul li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 16px;
}

body .site-menu-body ul.menu-footer {
	font-family: "Source Sans 3", sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	color: #fff;
	opacity: 0.8;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin: 0px 23px;
	padding: 20px 0px;
	border-bottom: 1px solid #ffffffaa;
}

body .site-menu-body ul.menu-footer li {
	margin: 20px 0px;
}

body .site-menu-body ul.menu-footer a {
	color: #fff;
	text-decoration: none;
}

body .site-menu-body .social_menu_title {
	opacity: 0.81;
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	color: #fff;
	margin: 21px 23px;
}

body .site-menu-body .social_menu_bar {
	margin: 0px 23px;
	display: flex;
	column-gap: 30px;
}

body .site-menu-body .social_menu_bar .facebook a {
	width: 25px;
	height: 25px;
	background-image: url("img/social_media/facebook.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

body .site-menu-body .social_menu_bar .twitter a {
	width: 25px;
	height: 25px;
	background-image: url("img/social_media/twitter.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

body .site-menu-body .social_menu_bar .youtube a {
	width: 25px;
	height: 25px;
	background-image: url("img/social_media/youtube.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

body .site-menu-body .social_menu_bar .instagram a {
	width: 25px;
	height: 25px;
	background-image: url("img/social_media/instagram.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

body .site-menu-body .social_menu_bar .tiktok a {
	width: 25px;
	height: 25px;
	background-image: url("img/social_media/tiktok.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

body .site-menu-body .social_menu_bar .linkedin a {
	width: 25px;
	height: 25px;
	background-image: url("img/social_media/linkedin.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

body.menu-opened {
	overflow: hidden;
}

body.menu-opened .site-menu {
	left: 0px;
	opacity: 1;
	display: block;
	transition: left 0s, opacity 0.5s;
}

body.menu-opened .site-menu-inner {
	transition: left 0.3s ease-out 0.3s;
	left: 0px;
}

body.page-template-page-top10::-webkit-scrollbar {
	display: none;
}

body.page-template-page-top10 .site {
	flex-basis: 50%;
	max-height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
	scroll-behavior: smooth;
}

body.page-template-page-top10 .site::-webkit-scrollbar {
	display: none;
}

body.page-template-page-top10 .site-main {
	width: 100vw;
}

body.page-template-page-top10 .site-main .snap-child {
	height: var(--window-height);
	scroll-snap-align: start;
	scroll-snap-stop: always;
	background-color: #00000060;
	position: relative;
}

body.page-template-page-top10 .site-main .fascia-0 {
	position: relative;
	background-image: var(--background_verticale);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media (min-width: 768px) {
	body.page-template-page-top10 .site-main .fascia-0 {
		background-image: var(--background_orizzontale);
	}
}

body.page-template-page-top10 .site-main .fascia-0::after {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4)), linear-gradient(to bottom, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46));
}

body.page-template-page-top10 .site-main .fascia-0-inner-content {
	height: 100%;
}

body.page-template-page-top10 .site-main .fascia-0 .dieci-article-title {
	position: relative;
	z-index: 1000;
	height: 14px;
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: 0.3px;
	color: #fff;
	height: calc(var(--window-height) - 260px);
	display: grid;
	align-items: flex-end;
	padding-bottom: 10px;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-0 .dieci-article-title {
		height: calc(var(--window-height) - 325px);
	}
}

body.page-template-page-top10 .site-main .fascia-0 .dieci-article-container {
	margin-bottom: 62px;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-0 .dieci-article-container {
		width: 100%;
		max-width: var(--max-width);
		margin: auto;
		padding: 0px var(--side-padding);
	}
}

body.page-template-page-top10 .site-main .fascia-0 .dieci-article-container .owl-theme .owl-nav [class*="owl-"]:hover {
	background: unset;
}

body.page-template-page-top10 .site-main .fascia-0 .dieci-article-container .owl-nav {
	display: none;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-0 .dieci-article-container .owl-nav {
		display: block;
	}
}

body.page-template-page-top10 .site-main .fascia-0 .dieci-article-container .owl-nav button {
	position: absolute;
	color: #ffffff;
	top: 50px;
	font-size: 70px;
}

body.page-template-page-top10 .site-main .fascia-0 .dieci-article-container .owl-nav button.owl-prev {
	left: -60px;
}

body.page-template-page-top10 .site-main .fascia-0 .dieci-article-container .owl-nav button.owl-next {
	right: -60px;
}

body.page-template-page-top10 .site-main .fascia-0 .dieci-article-container .owl-dots {
	display: block;
	margin-top: 30px;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-0 .dieci-article-container .owl-dots {
		display: block;
	}
}

body.page-template-page-top10 .site-main .fascia-0 .dieci-article-container .owl-dots .owl-dot span {
	background: #cccccccc;
	transition: all 0.5s;
}

body.page-template-page-top10 .site-main .fascia-0 .dieci-article-container .owl-dots .owl-dot.active span {
	background: #dddddd;
	width: 30px;
	height: 10px;
	margin: 5px 7px;
}

body.page-template-page-top10 .site-main .fascia-0 .dieci-article-container .item {
	width: 192px;
	height: 198px;
	padding: 0 0 29px;
	background-color: #363f49;
	position: relative;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-0 .dieci-article-container .item {
		width: 230px;
		height: 217px;
	}
}

body.page-template-page-top10 .site-main .fascia-0 .dieci-article-container .item:after {
	content: attr(data-counter);
	display: block;
	position: absolute;
	top: 0px;
	left: 12px;
	font-family: "Oswald", sans-serif;
	font-size: 25px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
}

body.page-template-page-top10 .site-main .fascia-0 .dieci-article-container .item-image {
	width: 100%;
	height: 111px;
	background-color: #ffffff50;
	position: relative;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-0 .dieci-article-container .item-image {
		height: 129px;
	}
}

body.page-template-page-top10 .site-main .fascia-0 .dieci-article-container .item-image img {
	height: 100%;
	object-fit: cover;
}

body.page-template-page-top10 .site-main .fascia-0 .dieci-article-container .item-image-icona {
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 0px;
	left: 0px;
	background-color: #363f49;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-0 .dieci-article-container .item-image-icona {
		width: 60px;
		height: 60px;
	}
}

body.page-template-page-top10 .site-main .fascia-0 .dieci-article-container .item-category {
	margin: 10px 12px 6px;
	font-family: "Source Sans 3", sans-serif;
	font-size: 12px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: 0.28px;
	color: #fbdaad;
	text-transform: uppercase;
}

body.page-template-page-top10 .site-main .fascia-0 .dieci-article-container .item-category a {
	color: #fbdaad;
	text-decoration: none;
}

body.page-template-page-top10 .site-main .fascia-0 .dieci-article-container .item-title {
	margin: 6px 12px 0;
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: 0.3px;
	color: #fcfcfc;
	text-decoration: none;
}

body.page-template-page-top10 .site-main .fascia-0 .dieci-article-container .item-title a {
	color: #fcfcfc;
	text-decoration: none;
}

body.page-template-page-top10 .site-main .fascia-x-nottop10 {
	position: relative;
	background-image: var(--background_verticale);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media (min-width: 768px) {
	body.page-template-page-top10 .site-main .fascia-x-nottop10 {
		background-image: var(--background_orizzontale);
	}
}

body.page-template-page-top10 .site-main .fascia-x-nottop10::after {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4)), linear-gradient(to bottom, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46));
}

body.page-template-page-top10 .site-main .fascia-x.fascia-articolo {
	position: relative;
	--colore-rif: #ff3067;
	--colore-counter: var(--colore-rif);
	--colore-bg-approfondisci: var(--colore-rif);
	--colore-titolo-approfondisci: #ffffff;
	--colore-cat-rif: var(--colore-rif);
	--bg-rif: linear-gradient(
                    180deg,
                    rgba(0, 0, 0, 1) 0%,
                    rgba(0, 0, 0, 0) 30%,
                    rgba(0, 0, 0, 0) 70%,
                    rgba(0, 0, 0, 1) 100%
                );
}

body.page-template-page-top10 .site-main .fascia-x.fascia-articolo-standard {
	--colore-counter: #ff3067;
	--colore-rif: #ff3067;
	--colore-bg-approfondisci: #363f49;
	--colore-titolo-approfondisci: #ffffff;
	--colore-cat-rif: #ff3067;
	--bg-rif: linear-gradient(
                        180deg,
                        rgba(0, 0, 0, 1) 0%,
                        rgba(0, 0, 0, 0) 30%,
                        rgba(0, 0, 0, 0) 70%,
                        rgba(0, 0, 0, 1) 100%
                    );
}

body.page-template-page-top10 .site-main .fascia-x.fascia-articolo-intervista {
	--colore-counter: #fbdaad;
	--colore-rif: #673265;
	--colore-cat-rif: #fbdaad;
	--bg-rif: linear-gradient(
                        180deg,
                        rgba(103, 30, 79, 1) 0%,
                        rgba(103, 30, 79, 0) 30%,
                        rgba(103, 30, 79, 0) 70%,
                        rgba(103, 30, 79, 1) 100%
                    );
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo-intervista {
		--bg-rif: linear-gradient(
                            180deg,
                            rgba(103, 30, 79, 0) 0%,
                            rgba(103, 30, 79, 0) 30%,
                            rgba(103, 30, 79, 0) 70%,
                            rgba(103, 30, 79, 1) 100%
                        );
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-articolo-editoriale {
	--colore-counter: #fa6754;
	--colore-rif: #fa6754;
	--colore-cat-rif: #fa6754;
	--bg-rif: linear-gradient(
                        180deg,
                        rgba(0, 0, 0, 1) 0%,
                        rgba(0, 0, 0, 0) 30%,
                        rgba(0, 0, 0, 0) 70%,
                        rgba(0, 0, 0, 1) 100%
                    );
}

body.page-template-page-top10 .site-main .fascia-x.fascia-articolo-dossier {
	--colore-counter: #fa6754;
	--colore-rif: #fa6754;
	--colore-cat-rif: #fa6754;
	--bg-rif: linear-gradient(
                        180deg,
                        rgba(103, 30, 79, 1) 0%,
                        rgba(103, 30, 79, 0) 30%,
                        rgba(103, 30, 79, 0) 70%,
                        rgba(103, 30, 79, 1) 100%
                    );
}

body.page-template-page-top10 .site-main .fascia-x.fascia-articolo-inchiesta {
	--colore-counter: #e78200;
	--colore-rif: #e78200;
	--colore-cat-rif: #95897b;
	--bg-rif: linear-gradient(
                        180deg,
                        rgba(0, 0, 0, 1) 0%,
                        rgba(0, 0, 0, 0) 30%,
                        rgba(0, 0, 0, 0) 70%,
                        rgba(0, 0, 0, 1) 100%
                    );
}

body.page-template-page-top10 .site-main .fascia-x.fascia-articolo-sponsorizzata {
	--colore-counter: #ffffff;
	--colore-rif: #ff3067;
	--colore-cat-rif: #ffffff;
	--bg-rif: linear-gradient(
                        180deg,
                        rgba(0, 0, 0, 1) 0%,
                        rgba(0, 0, 0, 0) 30%,
                        rgba(0, 0, 0, 0) 70%,
                        rgba(0, 0, 0, 1) 100%
                    );
}

@media (max-width: 991.98px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-counter {
		position: absolute;
		top: calc(60px + var(--window-scroll));
		left: 25px;
		z-index: 1000000;
		width: 32px;
		height: 118px;
		font-family: "Oswald", sans-serif;
		font-size: 80px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: normal;
		color: var(--colore-counter);
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-counter-desktop {
		display: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-sponsorizzato-label {
		position: absolute;
		top: calc(154px + var(--window-scroll));
		left: 0px;
		z-index: 1000000;
		padding: 4px 5px 3px 25px;
		text-transform: uppercase;
		background-color: var(--colore-rif);
		color: #ffffff;
		font-family: "Source Sans 3", sans-serif;
		font-size: 16px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-sponsorizzato-label-desktop {
		display: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text {
		position: relative;
		z-index: 10000;
		padding-bottom: 60px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-icona {
		width: 52px;
		height: 77px;
		margin-top: -77px;
		padding-bottom: 25px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-categoria {
		font-family: "Oswald", sans-serif;
		font-size: 20px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.44;
		letter-spacing: normal;
		color: var(--colore-cat-rif);
		text-transform: uppercase;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-categoria a {
		color: var(--colore-cat-rif);
		text-decoration: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-title {
		font-family: "Oswald", sans-serif;
		font-size: 31px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.26;
		letter-spacing: normal;
		color: #fcfcfc;
		text-transform: uppercase;
		margin-top: 7px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-title a {
		color: #fcfcfc;
		text-decoration: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-title a b {
		background-color: var(--colore-rif);
		padding-left: 10px;
		padding-right: 10px;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-subtitle {
		text-transform: uppercase;
		font-family: "Source Sans 3", sans-serif;
		font-size: 13px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		color: #fcfcfc;
		margin-top: 11px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-subtitle a {
		color: #fcfcfc;
		text-decoration: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-autore {
		font-family: "Source Sans 3", sans-serif;
		font-size: 14px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.14;
		letter-spacing: 0.44px;
		color: #000000;
		margin-top: 12px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-autore a {
		color: #000000;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-sponsorizzato-da {
		font-family: "Source Sans 3", sans-serif;
		font-size: 14px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.14;
		letter-spacing: 0.44px;
		color: #000000;
		margin-top: 12px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-sponsorizzato-da span {
		text-decoration: underline;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-button {
		margin-top: 25px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-button a {
		background-color: #fbdaad;
		display: inline-block;
		font-family: "Source Sans 3", sans-serif;
		font-size: 13px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		text-align: center;
		color: #673265;
		text-decoration: none;
		text-transform: uppercase;
		padding: 12px 14px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-abstract {
		display: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-sezione {
		margin-top: 40px;
		font-family: "Oswald", sans-serif;
		font-size: 16px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.44;
		letter-spacing: normal;
		text-align: center;
		color: #e78200;
		text-transform: uppercase;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-puntata-title {
		margin: 0 35px 8px;
		font-family: "Oswald", sans-serif;
		font-size: 31px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.26;
		letter-spacing: normal;
		text-align: center;
		color: #000000;
		margin-top: 25px;
		text-transform: uppercase;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-puntata-title a {
		color: #000000;
		text-decoration: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-puntata-title a b {
		background-color: var(--colore-rif);
		padding-left: 10px;
		padding-right: 10px;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-inchiesta-title {
		font-family: "Source Sans 3", sans-serif;
		font-size: 13px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		text-align: center;
		color: #000000;
		text-transform: uppercase;
		margin-top: 40px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-inchiesta-title-desktop {
		display: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-numero-puntata {
		font-family: "Source Sans 3", sans-serif;
		font-size: 13px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		text-align: center;
		color: #000000;
		text-transform: uppercase;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .approfondisci,
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate {
		margin-top: 40px;
		width: var(--window-width);
		margin-left: calc(var(--side-padding) * -1);
		margin-right: calc(var(--side-padding) * -1);
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .approfondisci-titolo,
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-titolo {
		text-transform: uppercase;
		font-family: "Source Sans 3", sans-serif;
		font-size: 13px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		color: #101010;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .approfondisci-carosello,
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello {
		margin-top: 8px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .approfondisci-carosello-item,
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello-item {
		background-color: var(--colore-rif);
		padding: 8px;
		display: grid;
		grid-template-columns: 60px auto;
		grid-template-rows: auto 1fr;
		column-gap: 8px;
		row-gap: 4px;
		align-items: flex-start;
		width: 257px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .approfondisci-carosello-item .item-image,
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello-item .item-image {
		grid-column: 1;
		grid-row: 1/3;
		background-color: #ffffff50;
		height: 60px;
		position: relative;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .approfondisci-carosello-item .item-image img,
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello-item .item-image img {
		height: 100%;
		object-fit: cover;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .approfondisci-carosello-item .item-image-icona,
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello-item .item-image-icona {
		position: absolute;
		width: 30px;
		height: 30px;
		bottom: 15px;
		left: 15px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .approfondisci-carosello-item .item-category,
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello-item .item-category {
		grid-column: 2;
		grid-row: 1;
		font-family: "Oswald", sans-serif;
		font-size: 13px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		text-transform: uppercase;
		color: #fbdaad;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .approfondisci-carosello-item .item-category a,
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello-item .item-category a {
		color: #fbdaad;
		text-decoration: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .approfondisci-carosello-item .item-title,
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello-item .item-title {
		grid-column: 2;
		grid-row: 2;
		font-family: "Source Sans 3", sans-serif;
		font-size: 13px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		color: #fcfcfc;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .approfondisci-carosello-item .item-title a,
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello-item .item-title a {
		color: #fcfcfc;
		text-decoration: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate {
		margin-top: 48px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-titolo {
		color: var(--colore-rif);
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello {
		margin-top: 8px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello-item {
		background-color: #331d01;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello-item .item-category {
		color: #95897b;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello-item .item-category a {
		color: #95897b;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-full {
		display: grid;
		align-items: flex-end;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-full .articolo-image {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-full .articolo-image-verticale {
		object-fit: cover;
		height: 100%;
		width: 100%;
		display: block !important;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-full .articolo-image::after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image: var(--bg-rif);
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-full .articolo-text {
		position: relative;
		z-index: 10000;
		padding-bottom: 20px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-full .articolo-text-icona {
		position: relative;
		margin-bottom: 15px;
		margin-top: 0px;
		height: 52px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-full .articolo-text-autore {
		color: #fff;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-full .articolo-text-autore a {
		color: #fff;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-full .articolo-text-sponsorizzato-da {
		color: #fff;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-full .articolo-text-sponsorizzato-da span {
		color: #fff;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-full .articolo-text-abstract {
		display: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-full .articolo-text-sezione {
		color: #e78200;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-full .articolo-text-puntata-title {
		color: #fcfcfc;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-full .articolo-text-puntata-title a {
		color: #fcfcfc;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-full .articolo-text-inchiesta-title {
		color: #fcfcfc;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-full .articolo-text-numero-puntata {
		color: #fcfcfc;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-full .approfondisci-titolo {
		color: #ffffff;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-full .puntate-titolo {
		color: var(--colore-rif);
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-half {
		display: grid;
		align-items: flex-end;
		grid-template-rows: 45% auto;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-half .articolo-image {
		grid-row: 1;
		grid-column: 1;
		position: relative;
		width: 100%;
		height: 100%;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-half .articolo-image a {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-half .articolo-image a::after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image: var(--bg-rif);
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-half .articolo-image-orizzontale {
		object-fit: cover;
		height: 100%;
		width: 100%;
		display: block !important;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-half .articolo-text {
		grid-row: 1/3;
		grid-column: 1;
		background-color: #ffffff;
		min-height: 55%;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-half .articolo-text-categoria {
		margin-top: 15px;
		color: var(--colore-rif);
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-half .articolo-text-categoria a {
		color: var(--colore-rif);
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-half .articolo-text-title {
		color: #101010;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-half .articolo-text-title a {
		color: #101010;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-half .articolo-text-subtitle {
		color: #101010;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-half .articolo-text-subtitle a {
		color: #101010;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-half .articolo-text-autore {
		color: #101010;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-half .articolo-text-autore a {
		color: #101010;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-half .articolo-text-abstract {
		display: block;
		font-family: "Source Sans 3", sans-serif;
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.13;
		letter-spacing: normal;
		color: #000;
		margin-top: 25px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-half .articolo-text .articolo-sponsorizzato-label {
		display: none;
	}
}

@media (max-width: 991.98px) and (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo.fascia-articolo-half .articolo-text .articolo-sponsorizzato-label {
		display: block;
	}
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo {
		display: grid;
		align-items: flex-end;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-counter {
		position: absolute;
		top: calc(60px + var(--window-scroll));
		left: 25px;
		z-index: 1000000;
		width: 32px;
		height: 118px;
		font-family: "Oswald", sans-serif;
		font-size: 80px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: normal;
		color: #ffffff;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-counter-mobile {
		display: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-counter-desktop {
		top: -60px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-icona + .articolo-counter-desktop {
		top: 15px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-sponsorizzato-label {
		z-index: 1000000;
		display: inline-block;
		padding: 4px 5px 3px 4px;
		text-transform: uppercase;
		background-color: var(--colore-rif);
		color: #ffffff;
		font-family: "Source Sans 3", sans-serif;
		font-size: 20px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		margin-bottom: 5px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-sponsorizzato-label-mobile {
		display: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text {
		position: relative;
		z-index: 10000;
		padding-bottom: 60px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-icona {
		width: 52px;
		height: 77px;
		margin-top: -77px;
		padding-bottom: 25px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-categoria {
		font-family: "Oswald", sans-serif;
		font-size: 20px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.44;
		letter-spacing: normal;
		color: var(--colore-cat-rif);
		text-transform: uppercase;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-categoria a {
		color: var(--colore-cat-rif);
		text-decoration: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-title {
		font-family: "Oswald", sans-serif;
		font-size: 40px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.26;
		letter-spacing: normal;
		color: #fcfcfc;
		text-transform: uppercase;
		margin-top: 7px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-title a {
		color: #fcfcfc;
		text-decoration: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-title a b {
		background-color: var(--colore-rif);
		padding-left: 10px;
		padding-right: 10px;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-subtitle {
		text-transform: uppercase;
		font-family: "Source Sans 3", sans-serif;
		font-size: 13px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		color: #fcfcfc;
		margin-top: 11px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-subtitle a {
		color: #fcfcfc;
		text-decoration: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-autore {
		font-family: "Source Sans 3", sans-serif;
		font-size: 14px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.14;
		letter-spacing: 0.44px;
		color: #000000;
		margin-top: 12px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-autore a {
		color: #000000;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-sponsorizzato-da {
		font-family: "Source Sans 3", sans-serif;
		font-size: 14px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.14;
		letter-spacing: 0.44px;
		color: #000000;
		margin-top: 12px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-sponsorizzato-da span {
		text-decoration: underline;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-button {
		margin-top: 25px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-button a {
		background-color: #fbdaad;
		display: inline-block;
		font-family: "Source Sans 3", sans-serif;
		font-size: 13px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		text-align: center;
		color: #673265;
		text-decoration: none;
		text-transform: uppercase;
		padding: 12px 14px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-abstract {
		display: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-sezione {
		margin-top: 40px;
		font-family: "Oswald", sans-serif;
		font-size: 16px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.44;
		letter-spacing: normal;
		text-align: center;
		color: #e78200;
		text-transform: uppercase;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-sezione {
		text-align: left;
		font-size: 20px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.28;
		letter-spacing: normal;
		color: #fff;
	}
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-puntata-title {
		margin: 0 35px 8px;
		font-family: "Oswald", sans-serif;
		font-size: 31px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.26;
		letter-spacing: normal;
		text-align: center;
		color: #000000;
		margin-top: 25px;
		text-transform: uppercase;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-puntata-title {
		text-align: left;
		margin-left: 0px;
		margin-top: 15px;
	}
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-puntata-title a {
		color: #000000;
		text-decoration: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-puntata-title a b {
		background-color: var(--colore-rif);
		padding-left: 10px;
		padding-right: 10px;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-inchiesta-title {
		font-family: "Source Sans 3", sans-serif;
		font-size: 13px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		text-align: center;
		color: #000000;
		text-transform: uppercase;
		margin-top: 40px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-inchiesta-title-desktop {
		display: none;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-inchiesta-title {
		text-align: left;
		margin-left: 0px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-inchiesta-title-mobile {
		display: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-inchiesta-title-desktop {
		display: block;
		font-size: 20px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.28;
		letter-spacing: normal;
		color: #e78200;
		margin-top: 0px;
	}
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-numero-puntata {
		font-family: "Source Sans 3", sans-serif;
		font-size: 13px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		text-align: center;
		color: #000000;
		text-transform: uppercase;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-numero-puntata {
		text-align: left;
		margin-left: 0px;
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .approfondisci,
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate {
		margin-top: 40px;
		width: var(--window-width);
		margin-left: calc((var(--window-width) - 100%) / -2);
		margin-right: calc((var(--window-width) - 100%) / -2);
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .approfondisci-titolo,
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-titolo {
		text-transform: uppercase;
		font-family: "Source Sans 3", sans-serif;
		font-size: 18px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		color: var(--colore-titolo-approfondisci);
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .approfondisci-carosello,
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello {
		width: 100%;
		max-width: var(--max-width);
		margin: auto;
		padding: 0px var(--side-padding);
		margin-top: 8px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .approfondisci-carosello-item,
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello-item {
		background-color: var(--colore-bg-approfondisci);
		padding: 8px;
		display: grid;
		grid-template-columns: 69px auto;
		grid-template-rows: auto 1fr;
		column-gap: 8px;
		row-gap: 4px;
		align-items: flex-start;
		width: 300px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .approfondisci-carosello-item .item-image,
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello-item .item-image {
		grid-column: 1;
		grid-row: 1/3;
		background-color: #ffffff50;
		height: 69px;
		position: relative;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .approfondisci-carosello-item .item-image img,
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello-item .item-image img {
		height: 100%;
		object-fit: cover;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .approfondisci-carosello-item .item-image-icona,
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello-item .item-image-icona {
		position: absolute;
		width: 30px;
		height: 30px;
		bottom: 0px;
		left: 0px;
		background-color: #363f49;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .approfondisci-carosello-item .item-image-icona,
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello-item .item-image-icona {
		width: 40px;
		height: 40px;
	}
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .approfondisci-carosello-item .item-category,
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello-item .item-category {
		grid-column: 2;
		grid-row: 1;
		font-family: "Oswald", sans-serif;
		font-size: 14px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		text-transform: uppercase;
		color: #fbdaad;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .approfondisci-carosello-item .item-category a,
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello-item .item-category a {
		color: #fbdaad;
		text-decoration: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .approfondisci-carosello-item .item-title,
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello-item .item-title {
		grid-column: 2;
		grid-row: 2;
		font-family: "Source Sans 3", sans-serif;
		font-size: 16px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		color: #fcfcfc;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .approfondisci-carosello-item .item-title a,
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello-item .item-title a {
		color: #fcfcfc;
		text-decoration: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate {
		margin-top: 48px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-titolo {
		color: var(--colore-rif);
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello {
		margin-top: 8px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello-item {
		background-color: #331d01;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello-item .item-category {
		color: #95897b;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .puntate-carosello-item .item-category a {
		color: #95897b;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-image {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-image-orizzontale {
		object-fit: cover;
		height: 100%;
		width: 100%;
		display: block !important;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-image::after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image: var(--bg-rif);
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text {
		position: relative;
		z-index: 10000;
		padding-bottom: 20px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text .inner-content {
		position: relative;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-icona {
		position: relative;
		margin-bottom: 15px;
		margin-top: 0px;
		height: 52px;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-icona {
		height: 80px;
		width: 80px;
		margin-left: -10px;
	}
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-autore {
		color: #fff;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-autore a {
		color: #fff;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-sponsorizzato-da {
		color: #fff;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-sponsorizzato-da span {
		color: #fff;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-abstract {
		display: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-sezione {
		color: #e78200;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-puntata-title {
		color: #fcfcfc;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-puntata-title a {
		color: #fcfcfc;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-inchiesta-title {
		color: #fcfcfc;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .articolo-text-numero-puntata {
		color: #fcfcfc;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .approfondisci-titolo {
		color: #ffffff;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo .puntate-titolo {
		color: var(--colore-rif);
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-articolo-inchiesta .articolo-text-subtitle {
	text-align: center;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-articolo-inchiesta .articolo-text-subtitle {
		text-align: left;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi {
	background-color: #1d434b;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi {
		padding-top: calc(80px + var(--window-scroll));
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .articolo-counter {
	position: absolute;
	top: calc(60px + var(--window-scroll));
	left: 25px;
	z-index: 1000000;
	width: 32px;
	height: 118px;
	font-family: "Oswald", sans-serif;
	font-size: 80px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #00fff5;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .articolo-counter {
		display: none;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-header {
	display: none;
	height: 110px;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-header {
		display: block;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-header .inner-content {
	display: grid;
	grid-template-columns: 67px auto;
	align-items: flex-start;
	column-gap: 12.5px;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-header .inner-content {
		grid-template-columns: var(--side-padding) auto;
		column-gap: 0px;
		padding: 0px 0px;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-counter {
	font-size: 80px;
	display: block;
	text-align: center;
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 57px;
	letter-spacing: -5px;
	height: 66px;
	color: #ffffff;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-title {
	font-family: "Oswald", sans-serif;
	font-size: 40px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: normal;
	color: #ffe7e1;
	text-transform: uppercase;
	margin-top: 27px;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-title b {
	background-color: #00fff5;
	padding: 0px 4px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	color: #1e444d;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-title-sottotitolo {
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	font-family: "Source Sans 3", sans-serif;
	margin-top: 10px;
	color: #ffe7e1;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body {
		width: 100%;
		max-width: var(--max-width);
		margin: auto;
		padding: 0px var(--side-padding);
		--width-1: calc(var(--max-width) * 0.65);
		--width-2: calc(var(--window-width) * 0.65);
		--body-height: calc(var(--window-height) - 190px - var(--window-scroll));
		--item-height: min(
                            calc(var(--width-1) * 0.57),
                            calc(var(--width-2) * 0.57),
                            calc(var(--body-height) - 40px)
                        );
		--item-width: calc(var(--item-height) / 0.57);
		margin-top: calc((var(--body-height) - var(--item-height) - 40px) / 2);
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .owl-carousel {
	position: relative;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .owl-carousel .owl-item {
		transition: all 0.5s;
		transform: scale(0.7) !important;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .owl-carousel .owl-item.center {
		transform: scale(1) !important;
		-webkit-box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.74);
		-moz-box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.74);
		box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.74);
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .owl-carousel .left-of-center {
		transform: scale(0.9) translateX(100%) !important;
		z-index: 2;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .owl-carousel .left-of-center-2 {
		transform: scale(0.8) translateX(225%) !important;
		z-index: 1;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .owl-carousel .right-of-center {
		transform: scale(0.9) translateX(-100%) !important;
		z-index: 2;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .owl-carousel .right-of-center-2 {
		transform: scale(0.8) translateX(-225%) !important;
		z-index: 1;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .owl-carousel .center {
		z-index: 3;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item {
	width: 100vw;
	height: var(--window-height);
	position: relative;
	display: grid;
	grid-template-rows: 1fr auto auto auto;
	align-items: flex-end;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item {
		width: var(--item-width);
		height: var(--item-height);
	}
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item {
		grid-template-rows: auto;
		padding: 30px;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item-text {
	padding-left: var(--side-padding);
	padding-right: var(--side-padding);
	padding-bottom: 100px;
	z-index: 1000000;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item-text {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, #071012 0%, rgba(7, 16, 18, 0.3) 30%, rgba(7, 16, 18, 0.3) 70%, #071012 100%);
	z-index: 100;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item-titolo-principale {
	font-family: "Oswald", sans-serif;
	font-size: 31px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.26;
	letter-spacing: normal;
	color: #ffe7e1;
	text-transform: uppercase;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item-titolo-principale b {
	background-color: #00fff5;
	padding: 0px 4px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	color: #1e444d;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item-sottotitolo {
	font-family: "Source Sans 3", sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: 0.5px;
	color: #ffe7e1;
	margin-top: 12px;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item-data {
	font-family: "Oswald", sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	color: #ffe7e1;
	text-transform: uppercase;
	z-index: 101;
	position: relative;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item-titolo span {
	font-family: "Oswald", sans-serif;
	font-size: 31px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 50px;
	letter-spacing: normal;
	color: #1e444d;
	background-color: #00fff5;
	text-transform: uppercase;
	padding: 0px 4px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	z-index: 101;
	margin-top: 6px;
	position: relative;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item-titolo span a {
	color: #1e444d;
	text-decoration: none;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item-location {
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: #ffe7e1;
	z-index: 101;
	margin-top: 14px;
	position: relative;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item-location::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 13px;
	background-image: url("img/location.png");
	background-size: contain;
	background-repeat: no-repeat;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item-button a {
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: 0.3px;
	text-align: center;
	color: #00fff5;
	background-color: #1e444c;
	padding: 12px;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	z-index: 101;
	margin-top: 40px;
	position: relative;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item-button a {
		display: none;
	}
}

@media (max-width: 991.98px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item-full .item-image {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item-full .item-image-verticale {
		object-fit: cover;
		height: 100%;
		width: 100%;
		display: block !important;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item-full .item-image::after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image: var(--bg-rif);
	}
}

@media (max-width: 991.98px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item-half {
		align-items: flex-end;
		grid-template-rows: 50% auto;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item-half .item-image {
		grid-row: 1;
		grid-column: 1;
		position: relative;
		width: 100vw;
		height: 100%;
		max-width: 100vw;
		padding: 0px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item-half .item-image a {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item-half .item-image a::after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image: var(--bg-rif);
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item-half .item-image-orizzontale {
		object-fit: cover;
		height: 100%;
		width: 100%;
		display: block !important;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item-half .item-text {
		grid-row: 1/3;
		grid-column: 1;
	}
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item .item-image {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item .item-image-orizzontale {
		object-fit: cover;
		height: 100%;
		width: 100%;
		display: block !important;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item .item-image-verticale {
		display: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .item .item-image::after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image: var(--bg-rif);
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .owl-dots .owl-dot span {
	transition: all 0.5s;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .owl-dots .owl-dot.active span {
	width: 30px;
	height: 10px;
	margin: 5px 7px;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .owl-dots.disabled {
	display: block;
}

@media (max-width: 991.98px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .owl-dots {
		position: absolute;
		bottom: 70px;
		z-index: 10000;
		width: 100%;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .owl-nav.disabled {
	display: block;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .owl-nav button {
		position: absolute;
		bottom: 45%;
		z-index: 10000000000000;
		width: 100%;
		font-size: 50px;
		width: 20px;
		margin: 0px;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .owl-nav button span {
		color: #00fff5;
	}
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .owl-nav button.owl-prev {
		left: -25px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .owl-nav button.owl-next {
		right: -25px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-eventi .eventi-body .owl-nav button:hover {
		background: unset;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo {
	background-color: #fec204;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo {
		padding-top: calc(80px + var(--window-scroll));
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .articolo-counter {
	position: absolute;
	top: calc(60px + var(--window-scroll));
	left: 25px;
	z-index: 1000000;
	width: 32px;
	height: 118px;
	font-family: "Oswald", sans-serif;
	font-size: 80px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffc100;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .articolo-counter {
		display: none;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-header {
	display: none;
	height: 100px;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-header {
		display: block;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-header .inner-content {
	display: grid;
	grid-template-columns: 67px auto;
	align-items: flex-end;
	column-gap: 12.5px;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-header .inner-content {
		grid-template-columns: var(--side-padding) auto;
		column-gap: 0px;
		padding: 0px 0px;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-counter {
	font-size: 80px;
	display: block;
	text-align: center;
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 57px;
	letter-spacing: -5px;
	height: 66px;
	color: #101010;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-title {
	font-family: "Oswald", sans-serif;
	font-size: 31px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: normal;
	color: #101010;
	text-transform: uppercase;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-title a {
	color: #fff;
	text-decoration: none;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-title {
		font-size: 40px;
	}
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body {
		width: 100%;
		max-width: var(--max-width);
		margin: auto;
		padding: 0px var(--side-padding);
		height: 100%;
		--width-1: calc(var(--max-width) * 0.65);
		--width-2: calc(var(--window-width) * 0.65);
		--body-height: calc(var(--window-height) - 190px - var(--window-scroll));
		--item-height: min(
                            calc(var(--width-1) * 0.57),
                            calc(var(--width-2) * 0.57),
                            calc(var(--body-height) - 40px)
                        );
		--item-width: calc(var(--item-height) / 0.57);
		margin-top: calc((var(--body-height) - var(--item-height) - 40px) / 2);
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .owl-carousel {
	position: relative;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .owl-carousel .owl-item.center {
		transform: scale(1) !important;
		-webkit-box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.74);
		-moz-box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.74);
		box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.74);
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .owl-carousel .owl-item {
		transition: all 0.5s;
		transform: scale(0.7) !important;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .owl-carousel .left-of-center {
		transform: scale(0.9) translateX(100%) !important;
		z-index: 2;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .owl-carousel .left-of-center-2 {
		transform: scale(0.8) translateX(225%) !important;
		z-index: 1;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .owl-carousel .right-of-center {
		transform: scale(0.9) translateX(-100%) !important;
		z-index: 2;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .owl-carousel .right-of-center-2 {
		transform: scale(0.8) translateX(-225%) !important;
		z-index: 1;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .owl-carousel .center {
		z-index: 3;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item {
	width: 100vw;
	height: var(--window-height);
	position: relative;
	display: grid;
	grid-template-rows: 1fr auto auto auto;
	align-items: flex-end;
	grid-template-rows: auto;
	background-color: #ffffff;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item {
		width: var(--item-width);
		height: var(--item-height);
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item-text {
	padding-bottom: 150px;
	padding-left: calc(var(--side-padding));
	padding-right: calc(var(--side-padding));
	z-index: 1000000;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item-text {
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding: 30px;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, #071012 0%, rgba(7, 16, 18, 0.3) 30%, rgba(7, 16, 18, 0.3) 70%, #071012 100%);
	z-index: 100;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item-category {
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	color: #ffc100;
	text-transform: uppercase;
	z-index: 101;
	position: relative;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item-category {
		display: none;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item-titolo span {
	font-family: "Oswald", sans-serif;
	font-size: 31px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.26;
	letter-spacing: normal;
	color: #ffe7e1;
	text-transform: uppercase;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	z-index: 101;
	margin-top: 6px;
	position: relative;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item-titolo span a {
	color: #ffe7e1;
	text-decoration: none;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item-firma {
	font-family: "Source Sans 3", sans-serif;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.44px;
	color: #ffe7e1;
	text-transform: uppercase;
	z-index: 101;
	margin-top: 14px;
	position: relative;
}

@media (max-width: 991.98px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item-full .item-image {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item-full .item-image-verticale {
		object-fit: cover;
		height: 100%;
		width: 100%;
		display: block !important;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item-full .item-image::after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image: var(--bg-rif);
	}
}

@media (max-width: 991.98px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item-half {
		align-items: flex-end;
		grid-template-rows: 50% auto;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item-half .item-image {
		grid-row: 1;
		grid-column: 1;
		position: relative;
		width: 100vw;
		height: 100%;
		max-width: 100vw;
		padding: 0px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item-half .item-image a {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item-half .item-image a::after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image: var(--bg-rif);
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item-half .item-image-orizzontale {
		object-fit: cover;
		height: 100%;
		width: 100%;
		display: block !important;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item-half .item-text {
		grid-row: 1/3;
		grid-column: 1;
		min-height: 50%;
		background-color: #ffffff;
		padding-left: calc(var(--side-padding));
		padding-right: calc(var(--side-padding));
		padding-bottom: 0px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item-half .item-category {
		margin-top: 36px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item-half .item-titolo {
		color: #101010;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item-half .item-titolo a {
		color: #101010;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item-half .item-firma {
		color: #101010;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item-half .item-firma a {
		color: #101010;
	}
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item .item-image {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item .item-image-orizzontale {
		object-fit: cover;
		height: 100%;
		width: 100%;
		display: block !important;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item .item-image-verticale {
		display: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .item .item-image::after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image: var(--bg-rif);
	}
}

@media (max-width: 991.98px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .owl-dots {
		position: absolute;
		bottom: 30px;
		z-index: 10000;
		width: 100%;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .owl-dots .owl-dot {
		color: #ffc100;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .owl-dots .owl-dot span {
		background: #ffc10080;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .owl-dots .owl-dot.active span {
		background: #ffc100;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .owl-nav button {
	position: absolute;
	bottom: 43%;
	z-index: 10000000000000;
	width: 100%;
	font-size: 50px;
	width: 20px;
	margin: 0px;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .owl-nav button span {
	color: #ffc100;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .owl-nav button span {
		color: #000000;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .owl-nav button.owl-prev {
	left: 0px;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .owl-nav button.owl-next {
	right: 0px;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .owl-nav button {
		bottom: 45%;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .owl-nav button.owl-prev {
		left: -25px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .owl-nav button.owl-next {
		right: -25px;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-sicilia-nel-mondo .sicilia-nel-mondo-body .owl-nav button:hover {
	background: unset;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica {
	background-color: #fec204;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica {
		padding-top: calc(80px + var(--window-scroll));
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .articolo-counter {
	position: absolute;
	top: calc(60px + var(--window-scroll));
	left: 25px;
	z-index: 1000000;
	width: 32px;
	height: 118px;
	font-family: "Oswald", sans-serif;
	font-size: 80px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffc100;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .articolo-counter {
		display: none;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-header {
	display: none;
	height: 100px;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-header {
		display: block;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-header .inner-content {
	display: grid;
	grid-template-columns: 67px auto;
	align-items: flex-end;
	column-gap: 12.5px;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-header .inner-content {
		grid-template-columns: var(--side-padding) auto;
		column-gap: 0px;
		padding: 0px 0px;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-counter {
	font-size: 80px;
	display: block;
	text-align: center;
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 57px;
	letter-spacing: -5px;
	height: 66px;
	color: #101010;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-title {
	font-family: "Oswald", sans-serif;
	font-size: 31px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: normal;
	color: #101010;
	text-transform: uppercase;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-title a {
	color: #fff;
	text-decoration: none;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-title {
		font-size: 40px;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-title b {
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body {
		width: 100%;
		max-width: var(--max-width);
		margin: auto;
		padding: 0px var(--side-padding);
		height: 100%;
		--width-1: calc(var(--max-width) * 0.65);
		--width-2: calc(var(--window-width) * 0.65);
		--body-height: calc(var(--window-height) - 190px - var(--window-scroll));
		--item-height: min(
                            calc(var(--width-1) * 0.57),
                            calc(var(--width-2) * 0.57),
                            calc(var(--body-height) - 40px)
                        );
		--item-width: calc(var(--item-height) / 0.57);
		margin-top: calc((var(--body-height) - var(--item-height) - 40px) / 2);
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-carousel {
	position: relative;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-carousel .owl-item.center {
		transform: scale(1) !important;
		-webkit-box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.74);
		-moz-box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.74);
		box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.74);
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-carousel .owl-item {
		transition: all 0.5s;
		transform: scale(0.7) !important;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-carousel .left-of-center {
		transform: scale(0.9) translateX(100%) !important;
		z-index: 2;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-carousel .left-of-center-2 {
		transform: scale(0.8) translateX(225%) !important;
		z-index: 1;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-carousel .right-of-center {
		transform: scale(0.9) translateX(-100%) !important;
		z-index: 2;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-carousel .right-of-center-2 {
		transform: scale(0.8) translateX(-225%) !important;
		z-index: 1;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-carousel .center {
		z-index: 3;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item {
	width: 100vw;
	height: var(--window-height);
	position: relative;
	display: grid;
	grid-template-rows: 1fr auto auto auto;
	align-items: flex-end;
	grid-template-rows: auto;
	background-color: #ffffff;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item {
		width: var(--item-width);
		height: var(--item-height);
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item-text {
	padding-bottom: 100px;
	padding-left: calc(var(--side-padding));
	padding-right: calc(var(--side-padding));
	z-index: 1000000;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item-text {
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding: 30px;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, #071012 0%, rgba(7, 16, 18, 0.3) 30%, rgba(7, 16, 18, 0.3) 70%, #071012 100%);
	z-index: 100;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item-category {
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	color: #ffc100;
	text-transform: uppercase;
	z-index: 101;
	position: relative;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item-category a {
	color: #ffc100;
	text-decoration: none;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item-titolo span {
	font-family: "Oswald", sans-serif;
	font-size: 31px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.26;
	letter-spacing: normal;
	color: #ffe7e1;
	text-transform: uppercase;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	z-index: 101;
	margin-top: 6px;
	position: relative;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item-titolo span a {
	color: #ffe7e1;
	text-decoration: none;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item-firma {
	font-family: "Source Sans 3", sans-serif;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.44px;
	color: #ffe7e1;
	text-transform: uppercase;
	z-index: 101;
	margin-top: 14px;
	position: relative;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item-firma a {
	color: #ffe7e1;
}

@media (max-width: 991.98px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item-full .item-image {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item-full .item-image-verticale {
		object-fit: cover;
		height: 100%;
		width: 100%;
		display: block !important;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item-full .item-image::after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image: var(--bg-rif);
	}
}

@media (max-width: 991.98px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item-half {
		align-items: flex-end;
		grid-template-rows: 50% auto;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item-half .item-image {
		grid-row: 1;
		grid-column: 1;
		position: relative;
		width: 100vw;
		height: 100%;
		max-width: 100vw;
		padding: 0px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item-half .item-image a {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item-half .item-image a::after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image: var(--bg-rif);
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item-half .item-image-orizzontale {
		object-fit: cover;
		height: 100%;
		width: 100%;
		display: block !important;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item-half .item-text {
		grid-row: 1/3;
		grid-column: 1;
		min-height: 50%;
		background-color: #ffffff;
		padding-left: calc(var(--side-padding));
		padding-right: calc(var(--side-padding));
		padding-bottom: 0px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item-half .item-category {
		margin-top: 36px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item-half .item-titolo {
		color: #101010;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item-half .item-titolo a {
		color: #101010;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item-half .item-firma {
		color: #101010;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item-half .item-firma a {
		color: #101010;
	}
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item .item-image {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item .item-image-orizzontale {
		object-fit: cover;
		height: 100%;
		width: 100%;
		display: block !important;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item .item-image-verticale {
		display: none;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .item .item-image::after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image: var(--bg-rif);
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-dots .owl-dot span {
	transition: all 0.5s;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-dots .owl-dot.active span {
	width: 30px;
	height: 10px;
	margin: 5px 7px;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-dots.disabled {
	display: block;
}

@media (max-width: 991.98px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-dots {
		position: absolute;
		bottom: 30px;
		z-index: 10000;
		width: 100%;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-dots .owl-dot {
		color: #ffc100;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-dots .owl-dot span {
		background: #ffc10080;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-dots .owl-dot.active span {
		background: #ffc100;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-nav.disabled {
	display: block;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-nav button {
	position: absolute;
	bottom: 43%;
	z-index: 10000000000000;
	width: 100%;
	font-size: 50px;
	width: 20px;
	margin: 0px;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-nav button span {
	color: #ffc100;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-nav button span {
		color: #000000;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-nav button.owl-prev {
	left: 0px;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-nav button.owl-next {
	right: 0px;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-nav button {
		bottom: 45%;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-nav button.owl-prev {
		left: -25px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-nav button.owl-next {
		right: -25px;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-rubrica .rubrica-body .owl-nav button:hover {
	background: unset;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 {
	background-color: #202f3b;
	padding-top: calc(60px + var(--window-scroll));
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10 {
		padding-top: calc(80px + var(--window-scroll));
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-header {
	height: 100px;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-header .inner-content {
	display: grid;
	grid-template-columns: 67px auto;
	align-items: flex-end;
	column-gap: 12.5px;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-header .inner-content {
		grid-template-columns: var(--side-padding) auto;
		column-gap: 0px;
		padding: 0px 0px;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-counter div {
	text-align: center;
	font-family: "Oswald", sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 24px;
	height: 26px;
	letter-spacing: normal;
	color: #ff3067;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-counter div {
		color: #fcfcfc;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-counter span {
	font-size: 80px;
	display: block;
	text-align: center;
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 57px;
	letter-spacing: -5px;
	color: #ff3067;
	height: 66px;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-counter span {
		color: #fcfcfc;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-title {
	font-family: "Oswald", sans-serif;
	font-size: 31px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: normal;
	color: #101010;
	text-transform: uppercase;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-title a {
	color: #fff;
	text-decoration: none;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-title {
		font-size: 40px;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body {
	width: 100%;
	max-width: var(--max-width);
	margin: auto;
	padding: 0px var(--side-padding);
	height: 100%;
	--width-1: calc(var(--max-width) * 0.65);
	--width-2: calc(var(--window-width) * 0.65);
	--item-width: min(var(--width-1), var(--width-2));
	--item-height-small: calc((var(--window-height) - 160px - var(--window-scroll)) * 0.85);
	--body-height-small: calc(var(--window-height) - 160px - var(--window-scroll));
	--body-height: calc(var(--window-height) - 190px);
	--item-height: min(
                        calc(var(--width-1) * 0.57),
                        calc(var(--width-2) * 0.57),
                        calc(var(--body-height) - 40px)
                    );
	--item-width: calc(var(--item-height) / 0.57);
	margin-top: calc((var(--body-height-small) - var(--item-height-small) - 40px) / 2);
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body {
		margin-top: calc((var(--body-height) - var(--item-height) - 40px) / 2);
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .owl-carousel {
	position: relative;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .owl-carousel .owl-item.center {
	transform: scale(1) !important;
	-webkit-box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.74);
	-moz-box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.74);
	box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.74);
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .owl-carousel .owl-item {
	transition: all 0.5s;
	transform: scale(0.7) !important;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .owl-carousel .left-of-center {
	transform: scale(0.9) translateX(100%) !important;
	z-index: 2;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .owl-carousel .left-of-center-2 {
	transform: scale(0.8) translateX(225%) !important;
	z-index: 1;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .owl-carousel .right-of-center {
	transform: scale(0.9) translateX(-100%) !important;
	z-index: 2;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .owl-carousel .right-of-center-2 {
	transform: scale(0.8) translateX(-225%) !important;
	z-index: 1;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .owl-carousel .center {
	z-index: 3;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .item {
	height: calc((var(--window-height) - 160px - var(--window-scroll)) * 0.85);
	width: min(var(--width-1), var(--width-2));
	position: relative;
	background-color: #ffffff;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .item a {
	height: 100%;
	align-items: flex-end;
	text-decoration: none;
	position: relative;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .item {
		width: var(--item-width);
		height: var(--item-height);
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .item-image {
	width: 100%;
	height: 100%;
	grid-column: 1;
	grid-row: 1;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .item-image img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	display: block !important;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .item-image::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: var(--bg-rif);
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .item-text {
	grid-column: 1;
	grid-row: 1;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 100%;
	display: grid;
	align-items: flex-end;
	grid-template-rows: 1fr auto;
	padding-bottom: 150px;
	padding-left: calc(var(--side-padding));
	padding-right: calc(var(--side-padding));
	z-index: 1000000;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding: 30px;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .item::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, #071012 0%, rgba(7, 16, 18, 0.3) 30%, rgba(7, 16, 18, 0.3) 70%, #071012 100%);
	z-index: 100;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .item-titolo {
	font-family: "Oswald", sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	color: #fcfcfc;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .item-titolo {
		font-size: 31px;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .item-occhiello {
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: 0.3px;
	color: #fcfcfc;
	text-transform: uppercase;
	align-self: flex-start;
	padding-top: 12px;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .item-occhiello {
		font-size: 14px;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .item-occhiello::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 13px;
	background-image: url("img/location.png");
	background-size: contain;
	background-repeat: no-repeat;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .owl-dots .owl-dot span {
	transition: all 0.5s;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .owl-dots .owl-dot.active span {
	width: 30px;
	height: 10px;
	margin: 5px 7px;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .owl-dots.disabled {
	display: block;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .owl-dots {
	position: absolute;
	z-index: 10000;
	width: 100%;
	margin-top: 10px;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .owl-dots {
		margin-top: 0px;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .owl-dots .owl-dot span {
	background: #ff306780;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .owl-dots .owl-dot.active span {
	background: #ff3067;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .owl-nav {
	display: none;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .owl-nav {
		display: block;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .owl-nav button {
	position: absolute;
	bottom: 45%;
	z-index: 10000000000000;
	width: 100%;
	font-size: 50px;
	width: 20px;
	margin: 0px;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .owl-nav button span {
	color: #ff3067;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .owl-nav button.owl-prev {
	left: -25px;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .owl-nav button.owl-next {
	right: -25px;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10 .top10-body .owl-nav button:hover {
	background: unset;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD {
	background-color: #202f3b;
	position: relative;
	padding-top: 80px;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-header {
	height: 100px;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-header .inner-content {
	display: grid;
	grid-template-columns: 67px auto;
	align-items: flex-end;
	column-gap: 12.5px;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-header .inner-content {
		grid-template-columns: var(--side-padding) auto;
		column-gap: 0px;
		padding: 0px 0px;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-counter div {
	text-align: center;
	font-family: "Oswald", sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 24px;
	height: 26px;
	letter-spacing: normal;
	color: #ff3067;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-counter div {
		color: #fcfcfc;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-counter span {
	font-size: 80px;
	display: block;
	text-align: center;
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 57px;
	letter-spacing: -5px;
	color: #ff3067;
	height: 66px;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-counter span {
		color: #fcfcfc;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-title {
	font-family: "Oswald", sans-serif;
	font-size: 31px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: normal;
	color: #fff;
	text-transform: uppercase;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-title a {
	color: #fff;
	text-decoration: none;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-title {
		font-size: 40px;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body {
	max-width: var(--max-width);
	margin: auto;
	padding: 0px var(--side-padding);
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow {
	--width-1: calc(var(--max-width) * 0.65);
	--width-2: calc(var(--window-width) * 0.65);
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow {
		margin-top: 50px;
		--width-1: calc(var(--max-width) * 0.65);
		--width-2: calc(var(--window-width) * 0.65);
		margin-top: max(min(calc((var(--window-height) - 200px - (var(--width-1) * 0.57)) / 2), calc((var(--window-height) - 200px - (var(--width-2) * 0.57)) / 2)),0px);
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .item {
	width: 60vw;
	width: min(var(--width-1), var(--width-2));
	height: calc(var(--window-height) - 162px - 86px);
	position: relative;
	background-image: var(--background_verticale);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .item {
		width: min(var(--width-1), var(--width-2));
		height: min(calc(var(--width-1) * 0.57), calc(var(--width-2) * 0.57), calc(var(--window-height) - 300px));
	}
}

@media (min-width: 768px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .item {
		background-image: var(--background_orizzontale);
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .item a {
	z-index: 100000;
	display: block;
	height: 100%;
	width: 100%;
	display: grid;
	grid-template-rows: 1fr auto;
	align-items: flex-end;
	padding: 24px 14px;
	text-decoration: none;
	position: relative;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .item a {
		padding: 30px;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .item-titolo {
	font-family: "Oswald", sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	color: #fcfcfc;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .item-titolo {
		font-size: 31px;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .item-occhiello {
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: 0.3px;
	color: #fcfcfc;
	text-transform: uppercase;
	align-self: flex-start;
	padding-top: 12px;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .item-occhiello {
		font-size: 14px;
	}
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .item::before {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0.5) 83%);
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .owl-item {
	transition: all 0.5s;
	transform: scale(0.7) !important;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .owl-item.center {
	transform: scale(1) !important;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .left-of-center {
	transform: scale(0.9) translateX(100%) !important;
	z-index: 2;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .left-of-center-2 {
	transform: scale(0.8) translateX(225%) !important;
	z-index: 1;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .right-of-center {
	transform: scale(0.9) translateX(-100%) !important;
	z-index: 2;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .right-of-center-2 {
	transform: scale(0.8) translateX(-225%) !important;
	z-index: 1;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .center {
	z-index: 3;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .owl-carousel {
	position: relative;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .owl-prev,
body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	cursor: pointer;
	color: #ddd !important;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .owl-prev {
	left: 0;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .owl-next {
	right: 0;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .owl-dots {
	position: absolute;
	z-index: 10000;
	width: 100%;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .owl-dots .owl-dot {
	color: #ffc100;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .owl-dots .owl-dot span {
	background: #ff306780;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .owl-dots .owl-dot.active span {
	background: #ff3067;
}

body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .owl-nav {
	display: none;
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .owl-nav {
		display: block;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .owl-nav button {
		position: absolute;
		bottom: 45%;
		z-index: 10000000000000;
		width: 100%;
		font-size: 50px;
		width: 20px;
		margin: 0px;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .owl-nav button span {
		color: #ff3067;
	}
}

@media (min-width: 992px) {
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .owl-nav button.owl-prev {
		left: -25pxpx;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .owl-nav button.owl-next {
		right: -25px;
	}
	body.page-template-page-top10 .site-main .fascia-x.fascia-top10OLD .top10-body #coverflow .owl-nav button:hover {
		background: unset;
	}
}

body.single-post .site-main article {
	position: relative;
	--main-color: #ff3067;
	--category-color: var(--main-color);
	--main-color-link: #ff3067;
	--main-bg: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
	--max-single-width: 656px;
}

@media (min-width: 992px) {
	body.single-post .site-main article .video-desktop_mobile {
		min-width: 425px;
	}
}

@media (min-width: 1280px) {
	body.single-post .site-main article .video-desktop_mobile {
		min-width: 450px;
	}
}

@media (max-width: 1279.98px) {
	body.single-post .site-main article .container-video {
		padding: 0 !important;
	}
}

@media (min-width: 1280px) {
	body.single-post .site-main article .container-video {
		max-width: 1600px;
		margin: auto;
		padding: 0px var(--side-padding);
	}
}

body.single-post .site-main article .articolo-video {
	position: relative;
	width: 100%;
}

body.single-post .site-main article .articolo-video #container-video {
	max-height: calc(100vh - 110px);
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-video {
		width: 100%;
		max-width: calc(var(--max-width) - (2 * var(--side-padding)));
		max-width: calc((var(--max-width) * 0.8) - (2 * var(--side-padding)));
		margin: auto;
	}
}

body.single-post .site-main article .articolo-video iframe html body .jwplayer .jw-media video {
	object-fit: cover !important;
}

body.single-post .site-main article .articolo-image {
	position: relative;
	width: 100%;
	height: 0px;
	padding-bottom: 74%;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-image {
		width: 100%;
		max-width: calc(var(--max-width) - (2 * var(--side-padding)));
		max-width: calc((var(--max-width) * 0.8) - (2 * var(--side-padding)));
		margin: auto;
		--padding-bottom: min(calc(((var(--max-width) * 0.8) - (2 * var(--side-padding))) * 0.57), 57%);
		padding-bottom: var(--padding-bottom);
	}
}

body.single-post .site-main article .articolo-image.icona {
	margin-bottom: 40px;
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-image.icona {
		margin-bottom: 50px;
	}
}

body.single-post .site-main article .articolo-image-inner {
	position: absolute;
	width: 100%;
	height: 100%;
}

body.single-post .site-main article .articolo-image-img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	display: block !important;
}

body.single-post .site-main article .articolo-image-icona {
	background-color: #363f49;
	position: absolute;
	left: var(--side-padding);
	bottom: -30px;
	width: 60px;
	height: 60px;
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-image-icona {
		width: 80px;
		height: 80px;
		bottom: -40px;
		left: 0px;
		left: calc((100% - var(--max-single-width)) / 2);
	}
}

body.single-post .site-main article .articolo-image-avatar {
	position: absolute;
	background-color: #ffffff;
	left: var(--side-padding);
	bottom: -30px;
	width: 60px;
	height: 60px;
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-image-avatar {
		width: 80px;
		height: 80px;
		bottom: -40px;
		left: calc((100% - var(--max-single-width)) / 2);
	}
}

body.single-post .site-main article .articolo-image-avatar img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border: 2px solid var(--main-color);
}

body.single-post .site-main article .articolo-image-autore {
	position: absolute;
	left: calc(var(--side-padding) + 70px);
	bottom: -30px;
	font-family: "Source Sans 3", sans-serif;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.44px;
	color: #000000;
	margin-top: 12px;
}

body.single-post .site-main article .articolo-image-autore a {
	color: #000000;
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-image-autore {
		bottom: -40px;
		left: calc((100% - var(--max-single-width)) / 2 + 90px);
	}
}

body.single-post .site-main article .articolo-indice {
	font-family: "Source Sans 3", sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	color: #101010;
	margin: 0px 0px;
	padding-top: 30px;
	padding-bottom: 0px;
	border-bottom: 1px solid #0000007f;
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-indice {
		font-size: 21px;
		line-height: 1.57;
	}
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-indice {
		max-width: var(--max-single-width);
		margin: 0px auto;
	}
}

body.single-post .site-main article .articolo-indice a {
	color: #101010;
	text-decoration: none;
}

body.single-post .site-main article .articolo-indice div {
	padding: 5px 0px;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.78;
	letter-spacing: 0.42px;
	color: #101010;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-indice div {
		font-size: 18px;
	}
}

body.single-post .site-main article .articolo-indice ul {
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 0px;
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #101010;
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-indice ul {
		font-size: 21px;
		line-height: 1.24;
	}
}

body.single-post .site-main article .articolo-indice ul li {
	display: grid;
	grid-template-columns: 20px auto;
}

body.single-post .site-main article .articolo-indice ul li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: var(--main-color);
	margin: 8px 10px 1px 0px;
}

body.single-post .site-main article .articolo-indice ul li ul {
	padding-left: 20px;
}

body.single-post .site-main article .articolo-text header {
	border-bottom: 1px solid #0000007f;
	padding-bottom: 20px;
	padding-left: var(--side-padding);
	padding-right: var(--side-padding);
	position: relative;
	margin: auto;
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-text header {
		max-width: var(--max-single-width);
		padding-left: 0;
		padding-right: 0;
	}
}

body.single-post .site-main article .articolo-text-etichettalayout {
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	color: #000000;
	text-transform: uppercase;
	margin-top: 16px;
}

body.single-post .site-main article .articolo-text-etichettalayout a {
	color: #000000;
	text-decoration: none;
}

body.single-post .site-main article .articolo-text-categoria {
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	color: var(--category-color);
	text-transform: uppercase;
	margin-top: 16px;
}

body.single-post .site-main article .articolo-text-categoria a {
	color: var(--category-color);
	text-decoration: none;
}

body.single-post .site-main article .articolo-text-etichettalayout + .articolo-text-categoria {
	margin-top: 7px;
}

body.single-post .site-main article .articolo-text-inchiesta {
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: 0.3px;
	color: #e78200;
	margin-top: 10px;
	text-transform: uppercase;
}

body.single-post .site-main article .articolo-text-inchiesta a {
	color: #e78200;
	text-decoration: none;
}

body.single-post .site-main article .articolo-text-title {
	font-family: "Oswald", sans-serif;
	font-size: 31px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.26;
	letter-spacing: normal;
	color: #101010;
	text-transform: uppercase;
	margin-top: 7px;
	margin-bottom: 0px;
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-text-title {
		font-size: 50px;
	}
}

body.single-post .site-main article .articolo-text-title b {
	color: #fcfcfc;
	background-color: var(--main-color);
	padding-left: 10px;
	padding-right: 10px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

body.single-post .site-main article .articolo-text-subtitle {
	text-transform: uppercase;
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: 0.3px;
	color: #101010;
	margin-top: 20px;
}

body.single-post .site-main article .articolo-text-autore {
	font-family: "Source Sans 3", sans-serif;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.44px;
	color: #000000;
	margin-top: 12px;
}

body.single-post .site-main article .articolo-text-autore a {
	color: #000000;
}

body.single-post .site-main article .articolo-text-excerpt {
	font-family: "Source Sans 3", sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.2;
	letter-spacing: normal;
	color: #101010;
	margin-top: 31px;
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-text-excerpt {
		font-size: 25px;
	}
}

body.single-post .site-main article .articolo-text-data {
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: 0.41px;
	color: #101010;
	margin-top: 24px;
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-text-data {
		font-size: 14px;
	}
}

body.single-post .site-main article .articolo-text-tags {
	font-family: "Source Sans 3", sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	color: #101010;
	margin: 0px 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: var(--side-padding);
	padding-right: var(--side-padding);
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-text-tags {
		font-size: 20px;
		line-height: 1.57;
		padding-left: 0;
		padding-right: 0;
		max-width: var(--max-single-width);
		margin: 0px auto;
	}
}

body.single-post .site-main article .articolo-text-tags a {
	color: #0000007f;
	text-decoration: none;
	margin-right: 20px;
}

body.single-post .site-main article .articolo-text-tags a::before {
	content: "#";
}

body.single-post .site-main article .articolo-text-content {
	font-family: "Source Sans 3", sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	color: #101010;
	margin: 0px 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: var(--side-padding);
	padding-right: var(--side-padding);
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-text-content {
		font-size: 21px;
		line-height: 1.57;
		padding-left: 0;
		padding-right: 0;
		max-width: var(--max-single-width);
		margin: 0px auto;
	}
}

body.single-post .site-main article .articolo-text-content p:first-child:first-letter {
	font-size: 50px;
	text-transform: uppercase;
	float: left;
	font-size: 63px;
	line-height: .7em;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
}

body.single-post .site-main article .articolo-text-content hr {
	border: none;
	border-bottom: 1px solid #0000007f;
	background-color: unset;
	opacity: 1;
}

body.single-post .site-main article .articolo-text-content a {
	color: var(--main-color-link);
	text-decoration: underline;
}

body.single-post .site-main article .articolo-text-content h1 {
	font-size: 24px;
	font-weight: 700;
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-text-content h1 {
		font-size: 28px;
	}
}

body.single-post .site-main article .articolo-text-content h2 {
	font-size: 22px;
	font-weight: 700;
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-text-content h2 {
		font-size: 26px;
	}
}

body.single-post .site-main article .articolo-text-content h3 {
	font-size: 20px;
	font-weight: 700;
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-text-content h3 {
		font-size: 24px;
	}
}

body.single-post .site-main article .articolo-text-content h4 {
	font-size: 18px;
	font-weight: 700;
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-text-content h4 {
		font-size: 21px;
	}
}

body.single-post .site-main article .articolo-text-content ul {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	list-style: none;
}

body.single-post .site-main article .articolo-text-content ul li {
	padding-left: 20px;
}

body.single-post .site-main article .articolo-text-content ul li::before {
	content: "\25A0";
	color: var(--main-color-link);
	font-size: 26px;
	line-height: 20px;
	font-weight: bold;
	display: inline-block;
	width: 20px;
	margin-left: -20px;
	height: 20px;
}

body.single-post .site-main article .articolo-text-content ul li ul {
	padding-left: 20px;
}

body.single-post .site-main article .articolo-text-content ol {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	list-style-position: inside;
}

body.single-post .site-main article .articolo-text-content ol ol {
	padding-left: 20px;
}

body.single-post .site-main article .articolo-text-content ol li::marker {
	margin-right: 10px;
}

body.single-post .site-main article .articolo-text-content blockquote {
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.24;
	letter-spacing: normal;
	text-align: center;
	color: #101010;
	display: inline;
}

body.single-post .site-main article .articolo-text-content blockquote p {
	display: inline;
}

body.single-post .site-main article .articolo-text-content blockquote p:before {
	content: "“";
	display: inline;
}

body.single-post .site-main article .articolo-text-content blockquote p:after {
	content: "”";
	display: inline;
}

body.single-post .site-main article .articolo-text-content blockquote cite {
	display: block;
	font-size: 16px;
	font-style: italic;
}

body.single-post .site-main article .articolo-text-content figure.wp-block-embed.is-type-video.is-provider-youtube.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio .wp-block-embed__wrapper {
	width: 100%;
	height: 0px;
	padding-bottom: 56.25%;
	margin: 0 auto;
	position: relative;
}

body.single-post .site-main article .articolo-text-content figure.wp-block-embed.is-type-video.is-provider-youtube.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

body.single-post .site-main article .articolo-text-content figure.wp-block-embed.is-type-video.is-provider-youtube.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio figcaption {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: 0.5px;
	color: #101010;
	border-bottom: 1px solid #0000007f;
	padding-bottom: 5px;
}

body.single-post .site-main article .articolo-text-content figure.wp-block-image figcaption {
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.15;
	letter-spacing: 0.5px;
	color: #000;
}

body.single-post .site-main article .articolo-text .approfondisci {
	padding-top: 20px;
	padding-bottom: 50px;
}

@media (max-width: 991.98px) {
	body.single-post .site-main article .articolo-text .approfondisci {
		width: var(--window-width);
		margin-left: calc((var(--window-width) - 100%) / -2);
		margin-right: calc((var(--window-width) - 100%) / -2);
	}
}

body.single-post .site-main article .articolo-text .approfondisci-titolo {
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: 0.3px;
	color: var(--main-color-link);
	text-transform: uppercase;
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-text .approfondisci-titolo {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-text .approfondisci-titolo.inner-content {
		max-width: unset;
		padding: unset;
	}
}

body.single-post .site-main article .articolo-text .approfondisci-bar {
	height: 4px;
	padding-right: 0px;
	margin-top: 5px;
	margin-bottom: 20px;
	position: relative;
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-text .approfondisci-bar.inner-content {
		max-width: unset;
		padding: unset;
	}
}

body.single-post .site-main article .articolo-text .approfondisci-bar-bg {
	background-color: #d8d8d8;
	bottom: 0px;
	height: 4px;
}

body.single-post .site-main article .articolo-text .approfondisci-bar-scroll {
	background-color: var(--main-color-link);
	width: 100px;
	bottom: 0px;
	height: 4px;
	position: absolute;
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-text .approfondisci-bar-scroll {
		width: 160px;
	}
}

body.single-post .site-main article .articolo-text .approfondisci-carosello {
	margin-top: 8px;
}

body.single-post .site-main article .articolo-text .approfondisci-carosello-item {
	width: 192px;
	height: 198px;
	padding: 0 0 29px;
	background-color: #363f49;
	position: relative;
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-text .approfondisci-carosello-item {
		width: 311px;
		height: 289px;
	}
}

body.single-post .site-main article .articolo-text .approfondisci-carosello-item:after {
	content: attr(data-counter);
	display: block;
	position: absolute;
	top: 0px;
	left: 12px;
	font-family: "Oswald", sans-serif;
	font-size: 25px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
}

body.single-post .site-main article .articolo-text .approfondisci-carosello-item .item-image {
	width: 100%;
	height: 111px;
	background-color: #ffffff50;
	position: relative;
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-text .approfondisci-carosello-item .item-image {
		height: 174px;
	}
}

body.single-post .site-main article .articolo-text .approfondisci-carosello-item .item-image img {
	height: 100%;
	object-fit: cover;
}

body.single-post .site-main article .articolo-text .approfondisci-carosello-item .item-image-icona {
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 0px;
	left: 0px;
	background-color: #363f49;
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-text .approfondisci-carosello-item .item-image-icona {
		width: 60px;
		height: 60px;
	}
}

body.single-post .site-main article .articolo-text .approfondisci-carosello-item .item-category {
	margin: 10px 12px 6px;
	font-family: "Source Sans 3", sans-serif;
	font-size: 12px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: 0.28px;
	color: #ff3067;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-text .approfondisci-carosello-item .item-category {
		font-size: 14px;
	}
}

body.single-post .site-main article .articolo-text .approfondisci-carosello-item .item-category a {
	color: #ff3067;
	text-decoration: none;
}

body.single-post .site-main article .articolo-text .approfondisci-carosello-item .item-title {
	margin: 6px 12px 0;
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: 0.3px;
	color: #fcfcfc;
	text-decoration: none;
}

@media (min-width: 992px) {
	body.single-post .site-main article .articolo-text .approfondisci-carosello-item .item-title {
		font-size: 18px;
	}
}

body.single-post .site-main article .articolo-text .approfondisci-carosello-item .item-title a {
	color: #fcfcfc;
	text-decoration: none;
}

body.single-post .site-main article .articolo-text .approfondisci-carosello .owl-scrollbar {
	margin-top: 20px;
	border-radius: 10px;
	height: 5px;
	width: 200px;
	background: #f1f1f1;
	border: 1px solid #e4e4e4;
	box-shadow: inset 0 0 10px -9px rgba(30, 30, 30, 0.4);
	position: relative;
}

body.single-post .site-main article .articolo-text .approfondisci-carosello .owl-scrollbar .owl-scroll-handle {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	display: inline-block;
	background: #e3fd54;
	position: absolute;
	top: -5px;
	left: -1px;
}

body.single-post .site-main article .articolo-text .approfondisci-carosello .owl-scrollbar .owl-scroll-handle:hover {
	transform: scale(2);
	transition: transform .2s ease-in-out;
}

body.single-post .site-main article .articolo-text .approfondisci-carosello .owl-scrollbar .owl-scroll-progress {
	background: #333;
	height: 5px;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

body.single-post .site-main article .articolo-backtohome {
	font-size: 28px;
	position: absolute;
	right: 35px;
	bottom: 10px;
}

body.single-post .site-main article .articolo-backtohome a {
	color: #e78200;
}

body.single-post .site-main article .articolo-share-opener {
	font-size: 20px;
	color: #e78200;
	margin-left: 10px;
	position: absolute;
	right: 0px;
	bottom: 16px;
}

body.single-post .site-main article .articolo-share-container {
	position: absolute;
	right: 0px;
	display: none;
	background-color: #ffffff;
	bottom: 60px;
	border: 1px solid #cccccccc;
	border-radius: 10px;
	padding: 10px;
	max-width: 302px;
}

body.single-post .site-main.layout-sponsorizzata article {
	--main-color: #ff3067;
}

body.single-post .site-main.layout-sponsorizzata article header {
	padding-bottom: 62px;
}

body.single-post .site-main.layout-sponsorizzata article header .articolo-backtohome {
	right: 0px;
}

body.single-post .site-main.layout-sponsorizzata article header .articolo-text-title {
	margin-top: 24px;
}

body.single-post .site-main.layout-sponsorizzata article header .articolo-sponsorizzata-firma {
	margin-top: 25px;
	width: var(--window-width);
	margin-left: calc(var(--side-padding) * -1);
	margin-right: calc(var(--side-padding) * -1);
	border-bottom: 1px solid var(--main-color);
}

@media (min-width: 992px) {
	body.single-post .site-main.layout-sponsorizzata article header .articolo-sponsorizzata-firma {
		margin-left: calc((var(--window-width) - var(--max-single-width)) * -0.5);
		margin-right: calc((var(--window-width) - var(--max-single-width)) * -0.5);
	}
}

body.single-post .site-main.layout-sponsorizzata article header .articolo-sponsorizzata-firma-titolo {
	background-color: var(--main-color);
	color: #ffffff;
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 24px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	padding-left: var(--side-padding);
	padding-right: var(--side-padding);
}

@media (min-width: 992px) {
	body.single-post .site-main.layout-sponsorizzata article header .articolo-sponsorizzata-firma-titolo {
		font-size: 18px;
		line-height: 30px;
		padding-left: calc((var(--window-width) - var(--max-single-width)) * 0.5);
		padding-right: calc((var(--window-width) - var(--max-single-width)) * 0.5);
	}
}

body.single-post .site-main.layout-sponsorizzata article header .articolo-sponsorizzata-firma-body {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: var(--side-padding);
	padding-right: var(--side-padding);
}

body.single-post .site-main.layout-sponsorizzata article header .articolo-sponsorizzata-firma-body img {
	max-height: 35px;
}

@media (min-width: 992px) {
	body.single-post .site-main.layout-sponsorizzata article header .articolo-sponsorizzata-firma-body {
		padding-left: calc((var(--window-width) - var(--max-single-width)) * 0.5);
		padding-right: calc((var(--window-width) - var(--max-single-width)) * 0.5);
	}
	body.single-post .site-main.layout-sponsorizzata article header .articolo-sponsorizzata-firma-body img {
		max-height: 50px;
	}
}

body.single-post .site-main.layout-dossier {
	background-color: #fff2f2;
}

body.single-post .site-main.layout-dossier article {
	--main-color: #fa6754;
}

body.single-post .site-main.layout-intervista article {
	--main-color: #673265;
}

body.single-post .site-main.layout-evento article {
	--main-color: #00fff5;
	--category-color: #1e444c;
}

body.single-post .site-main.layout-evento article .articolo-text-dataevento {
	font-family: "Source Sans 3", sans-serif;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.44px;
	color: #000000;
	margin-top: 12px;
}

body.single-post .site-main.layout-evento article .articolo-text-dataevento::before {
	width: 20px;
	height: 19px;
	display: inline-block;
	content: "";
	background-image: url("img/calendar.png");
	background-repeat: no-repeat;
	background-size: contain;
}

body.single-post .site-main.layout-evento article .articolo-text-location {
	font-family: "Source Sans 3", sans-serif;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.44px;
	color: #000000;
	margin-top: 0px;
}

body.single-post .site-main.layout-evento article .articolo-text-location::before {
	width: 20px;
	height: 19px;
	display: inline-block;
	content: "";
	background-image: url("img/location_black.png");
	background-repeat: no-repeat;
	background-size: contain;
}

body.single-post .site-main.layout-evento article .articolo-text-title b {
	color: #000;
}

body.single-post .site-main.layout-top-10 article {
	--main-color: #ff3067;
}

body.single-post .site-main.layout-editoriale article {
	--main-color: #fa6754;
}

body.single-post .site-main.layout-editoriale article .articolo-image {
	margin-bottom: 60px;
}

body.single-post .site-main.layout-rubrica article {
	--main-color: #ffc100;
}

body.single-post .site-main.layout-rubrica article .articolo-image {
	margin-bottom: 60px;
}

body.single-post .site-main.layout-rubrica article .articolo-text-rubrica {
	color: var(--main-color);
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: 0.3px;
	margin-top: 10px;
	text-transform: uppercase;
}

body.single-post .site-main.layout-rubrica article .articolo-text-rubrica a {
	color: var(--main-color);
	text-decoration: none;
}

body.single-post .site-main.layout-rubrica article .articolo-text-title b {
	color: #000;
}

body.single-post .site-main.layout-inchiesta {
	background-color: #f7edd7;
}

body.single-post .site-main.layout-inchiesta .puntate-inchiesta {
	border-top: 1px solid #0000007f;
	border-bottom: 1px solid #0000007f;
	margin: 20px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}

@media (min-width: 992px) {
	body.single-post .site-main.layout-inchiesta .puntate-inchiesta {
		max-width: var(--max-single-width);
		margin: 30px auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

body.single-post .site-main.layout-inchiesta .puntate-inchiesta-puntata:last-child {
	margin-top: 20px;
}

@media (min-width: 992px) {
	body.single-post .site-main.layout-inchiesta .puntate-inchiesta-puntata:last-child {
		margin-top: 40px;
	}
}

body.single-post .site-main.layout-inchiesta .puntate-inchiesta-puntata-label {
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.78;
	letter-spacing: 0.42px;
	color: #e78200;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	body.single-post .site-main.layout-inchiesta .puntate-inchiesta-puntata-label {
		font-size: 18px;
	}
}

body.single-post .site-main.layout-inchiesta .puntate-inchiesta-puntata-item {
	background-color: #363f49;
	padding: 8px;
	display: grid;
	margin-top: 15px;
	grid-template-columns: 83px auto;
	column-gap: 10px;
}

@media (min-width: 992px) {
	body.single-post .site-main.layout-inchiesta .puntate-inchiesta-puntata-item {
		grid-template-columns: 235px auto;
		column-gap: 20px;
		padding: 14px;
	}
}

body.single-post .site-main.layout-inchiesta .puntate-inchiesta-puntata-item-image {
	height: 0px;
	padding-bottom: 100%;
	position: relative;
}

@media (min-width: 992px) {
	body.single-post .site-main.layout-inchiesta .puntate-inchiesta-puntata-item-image {
		padding-bottom: 57%;
	}
}

body.single-post .site-main.layout-inchiesta .puntate-inchiesta-puntata-item-image a {
	position: absolute;
	height: 100%;
	width: 100%;
}

body.single-post .site-main.layout-inchiesta .puntate-inchiesta-puntata-item-image a img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

body.single-post .site-main.layout-inchiesta .puntate-inchiesta-puntata-item-texts {
	font-family: "Source Sans 3", sans-serif;
}

body.single-post .site-main.layout-inchiesta .puntate-inchiesta-puntata-item-texts-label {
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.32px;
	color: #fbdaad;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	body.single-post .site-main.layout-inchiesta .puntate-inchiesta-puntata-item-texts-label {
		font-size: 14px;
	}
}

body.single-post .site-main.layout-inchiesta .puntate-inchiesta-puntata-item-texts-titolo {
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: 0.51px;
	color: #fff;
	margin-top: 12px;
}

@media (min-width: 992px) {
	body.single-post .site-main.layout-inchiesta .puntate-inchiesta-puntata-item-texts-titolo {
		font-size: 22px;
		line-height: 1.14;
	}
}

body.single-post .site-main.layout-inchiesta .puntate-inchiesta-puntata-item-texts-titolo a {
	text-decoration: none;
	color: #fff;
}

body.single-post.scrolled .site-main article .articolo-video #container-video {
	max-height: calc(100vh - 68px);
}

@media (min-width: 992px) {
	body.single-post.scrolled .videoplayer__wrap.portrait_9_16 {
		top: 68px;
	}
}

@media (min-width: 1280px) {
	body.single-post.scrolled .videoplayer__wrap.portrait_9_16 {
		top: 68px;
		width: 425px;
	}
}

@media (min-width: 1280px) {
	body.single-post .approfondisci__wrap {
		padding: 10px;
	}
}

body.single-post .videoplayer__wrap {
	margin: auto;
}

body.single-post .videoplayer__wrap.portrait_9_16 {
	width: auto;
	height: 100vh;
	transition: all .1s ease-in-out;
}

@media (min-width: 576px) {
	body.single-post .videoplayer__wrap.portrait_9_16 {
		width: 300px;
		height: 532px;
	}
}

@media (min-width: 992px) {
	body.single-post .videoplayer__wrap.portrait_9_16 {
		position: fixed;
		width: 401px;
		height: 100vh;
		z-index: 5;
	}
	body.single-post .videoplayer__wrap.portrait_9_16 .jw-video {
		scale: 1.19;
	}
}

body.single-post .videoplayer__wrap .jwplayer.jw-flag-aspect-mode {
	height: 100% !important;
}

body.page.page-id-4642 .site-header {
	display: none !important;
}

body.page.page-id-4642 .site-footer-newsletter {
	display: none !important;
}

body.page.page-id-4708 .site-header {
	display: none !important;
}

body.page.page-id-4708 .site-footer-newsletter {
	display: none !important;
}

@media (min-width: 992px) {
	.post-4642 .articolo-text-title {
		font-size: 58px;
		margin-bottom: 0;
	}
}

body.page:not(.home) .site-main article {
	position: relative;
	--main-color: #ff3067;
	--main-bg: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
	--max-single-width: 900px;
}

@media (min-width: 992px) {
	body.page:not(.home) .site-main article {
		padding-top: 57px;
	}
}

body.page:not(.home) .site-main article .articolo-image {
	position: relative;
	width: 100%;
	height: 0px;
	padding-bottom: 74%;
	margin-bottom: 40px;
}

@media (min-width: 992px) {
	body.page:not(.home) .site-main article .articolo-image {
		width: 100%;
		max-width: calc(var(--max-width) - (2 * var(--side-padding)));
		margin: auto;
		--padding-bottom: min(calc((var(--max-width) - (2 * var(--side-padding))) * 0.57), 57%);
		padding-bottom: var(--padding-bottom);
		margin-bottom: 40px;
	}
}

body.page:not(.home) .site-main article .articolo-image-inner {
	position: absolute;
	width: 100%;
	height: 100%;
}

body.page:not(.home) .site-main article .articolo-image-img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	display: block !important;
}

body.page:not(.home) .site-main article .articolo-text {
	padding-bottom: 50px;
}

body.page:not(.home) .site-main article .articolo-text header {
	border-bottom: 1px solid #0000007f;
	padding-bottom: 20px;
	position: relative;
	margin: auto;
}

@media (min-width: 992px) {
	body.page:not(.home) .site-main article .articolo-text header {
		max-width: var(--max-single-width);
	}
}

body.page:not(.home) .site-main article .articolo-text-title {
	font-family: "Oswald", sans-serif;
	font-size: 31px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.26;
	letter-spacing: normal;
	color: #101010;
	text-transform: uppercase;
	margin-top: 7px;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	body.page:not(.home) .site-main article .articolo-text-title {
		font-size: 50px;
	}
}

body.page:not(.home) .site-main article .articolo-text-title b {
	color: #fcfcfc;
	background-color: var(--main-color);
	padding-left: 10px;
	padding-right: 10px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

body.page:not(.home) .site-main article .articolo-text-content {
	font-family: "Source Sans 3", sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	color: #101010;
	margin: 0px 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 992px) {
	body.page:not(.home) .site-main article .articolo-text-content {
		font-size: 21px;
		line-height: 1.57;
	}
}

@media (min-width: 992px) {
	body.page:not(.home) .site-main article .articolo-text-content {
		max-width: var(--max-single-width);
		margin: 0px auto;
	}
}

body.page:not(.home) .site-main article .articolo-text-content p:first-child:first-letter {
	font-size: 50px;
	text-transform: uppercase;
	float: left;
	font-size: 63px;
	line-height: .7em;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	text-transform: uppercase;
}

body.page:not(.home) .site-main article .articolo-text-content hr {
	border: none;
	border-bottom: 1px solid #0000007f s;
	background-color: unset;
	opacity: 1;
}

body.page:not(.home) .site-main article .articolo-text-content a {
	color: var(--main-color);
	text-decoration: underline;
}

body.page:not(.home) .site-main article .articolo-text-content h1 {
	font-size: 24px;
	font-weight: 700;
}

@media (min-width: 992px) {
	body.page:not(.home) .site-main article .articolo-text-content h1 {
		font-size: 28px;
	}
}

body.page:not(.home) .site-main article .articolo-text-content h2 {
	font-size: 22px;
	font-weight: 700;
}

@media (min-width: 992px) {
	body.page:not(.home) .site-main article .articolo-text-content h2 {
		font-size: 26px;
	}
}

body.page:not(.home) .site-main article .articolo-text-content h3 {
	font-size: 20px;
	font-weight: 700;
}

@media (min-width: 992px) {
	body.page:not(.home) .site-main article .articolo-text-content h3 {
		font-size: 24px;
	}
}

body.page:not(.home) .site-main article .articolo-text-content h4 {
	font-size: 18px;
	font-weight: 700;
}

@media (min-width: 992px) {
	body.page:not(.home) .site-main article .articolo-text-content h4 {
		font-size: 21px;
	}
}

body.page:not(.home) .site-main article .articolo-text-content ul {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	list-style: none;
}

body.page:not(.home) .site-main article .articolo-text-content ul li {
	padding-left: 20px;
}

body.page:not(.home) .site-main article .articolo-text-content ul li::before {
	content: "\25A0";
	color: var(--main-color);
	font-size: 26px;
	line-height: 20px;
	font-weight: bold;
	display: inline-block;
	width: 20px;
	margin-left: -20px;
	height: 20px;
}

body.page:not(.home) .site-main article .articolo-text-content ul li ul {
	padding-left: 20px;
}

body.page:not(.home) .site-main article .articolo-text-content ol {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	list-style-position: inside;
}

body.page:not(.home) .site-main article .articolo-text-content ol ol {
	padding-left: 20px;
}

body.page:not(.home) .site-main article .articolo-text-content ol li::marker {
	margin-right: 10px;
}

body.page:not(.home) .site-main article .articolo-text-content blockquote {
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.24;
	letter-spacing: normal;
	text-align: center;
	color: #101010;
	display: inline;
}

body.page:not(.home) .site-main article .articolo-text-content blockquote p {
	display: inline;
}

body.page:not(.home) .site-main article .articolo-text-content blockquote p:before {
	content: "“";
	display: inline;
}

body.page:not(.home) .site-main article .articolo-text-content blockquote p:after {
	content: "”";
	display: inline;
}

body.page:not(.home) .site-main article .articolo-text-content blockquote cite {
	display: block;
	font-size: 16px;
	font-style: italic;
}

body.page:not(.home) .site-main article .articolo-text-content figure.wp-block-embed.is-type-video.is-provider-youtube.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio .wp-block-embed__wrapper {
	width: 100%;
	height: 0px;
	padding-bottom: 56.25%;
	margin: 0 auto;
	position: relative;
}

body.page:not(.home) .site-main article .articolo-text-content figure.wp-block-embed.is-type-video.is-provider-youtube.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

body.page:not(.home) .site-main article .articolo-text-content figure.wp-block-embed.is-type-video.is-provider-youtube.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio figcaption {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: 0.5px;
	color: #101010;
	border-bottom: 1px solid #101010;
	padding-bottom: 5px;
}

body.page:not(.home) .site-main article .articolo-text-content figure.wp-block-image figcaption {
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.15;
	letter-spacing: 0.5px;
	color: #000;
}

body.page:not(.home) .site-main article .articolo-share-opener {
	background-image: url("img/share.png");
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0px;
	bottom: 20px;
}

body.page:not(.home) .site-main article .articolo-share-container {
	position: absolute;
	right: 0px;
	display: none;
	background-color: #ffffff;
	bottom: 60px;
	border: 1px solid #cccccccc;
	border-radius: 10px;
	padding: 10px;
	max-width: 302px;
}

body.page:not(.home) .site-main.layout-sponsorizzata article {
	--main-color: #ff3067;
}

body.page:not(.home) .site-main.layout-sponsorizzata article header .articolo-text-title {
	margin-top: 24px;
}

body.page:not(.home) .site-main.layout-sponsorizzata article header .articolo-sponsorizzata-firma {
	margin-top: 25px;
	width: var(--window-width);
	margin-left: calc(var(--side-padding) * -1);
	margin-right: calc(var(--side-padding) * -1);
	border-bottom: 1px solid var(--main-color);
}

@media (min-width: 992px) {
	body.page:not(.home) .site-main.layout-sponsorizzata article header .articolo-sponsorizzata-firma {
		margin-left: calc((var(--window-width) - var(--max-single-width)) * -0.5);
		margin-right: calc((var(--window-width) - var(--max-single-width)) * -0.5);
	}
}

body.page:not(.home) .site-main.layout-sponsorizzata article header .articolo-sponsorizzata-firma-titolo {
	background-color: var(--main-color);
	color: #ffffff;
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 24px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	padding-left: var(--side-padding);
	padding-right: var(--side-padding);
}

@media (min-width: 992px) {
	body.page:not(.home) .site-main.layout-sponsorizzata article header .articolo-sponsorizzata-firma-titolo {
		font-size: 18px;
		line-height: 30px;
		padding-left: calc((var(--window-width) - var(--max-single-width)) * 0.5);
		padding-right: calc((var(--window-width) - var(--max-single-width)) * 0.5);
	}
}

body.page:not(.home) .site-main.layout-sponsorizzata article header .articolo-sponsorizzata-firma-body {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: var(--side-padding);
	padding-right: var(--side-padding);
}

body.page:not(.home) .site-main.layout-sponsorizzata article header .articolo-sponsorizzata-firma-body img {
	max-height: 35px;
}

@media (min-width: 992px) {
	body.page:not(.home) .site-main.layout-sponsorizzata article header .articolo-sponsorizzata-firma-body {
		padding-left: calc((var(--window-width) - var(--max-single-width)) * 0.5);
		padding-right: calc((var(--window-width) - var(--max-single-width)) * 0.5);
	}
	body.page:not(.home) .site-main.layout-sponsorizzata article header .articolo-sponsorizzata-firma-body img {
		max-height: 50px;
	}
}

body.page-template-page-noh1 .site-main article .articolo-text-content h1:first-child {
	display: none;
}

body.archive,
body.blog {
	--main-color: #ff3067;
}

body.archive .site,
body.blog .site {
	flex-basis: 50%;
	max-height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
	scroll-behavior: smooth;
}

body.archive .site::-webkit-scrollbar,
body.blog .site::-webkit-scrollbar {
	display: none;
}

body.archive .site-main .snap-child,
body.blog .site-main .snap-child {
	height: var(--window-height);
	scroll-snap-align: start;
	scroll-snap-stop: always;
	position: relative;
	display: grid;
	align-items: flex-end;
}

body.archive .site-main .snap-child a,
body.blog .site-main .snap-child a {
	text-decoration: none;
}

body.archive .site-main .snap-child.articolo,
body.blog .site-main .snap-child.articolo {
	--colore-rif: #ff3067;
	--colore-counter: var(--colore-rif);
	--colore-bg-approfondisci: var(--colore-rif);
	--colore-titolo-approfondisci: #ffffff;
	--colore-cat-rif: var(--colore-rif);
	--bg-rif: linear-gradient(
                    180deg,
                    rgba(0, 0, 0, 1) 0%,
                    rgba(0, 0, 0, 0) 30%,
                    rgba(0, 0, 0, 0) 70%,
                    rgba(0, 0, 0, 1) 100%
                );
}

body.archive .site-main .snap-child.articolo-standard,
body.blog .site-main .snap-child.articolo-standard {
	--colore-counter: #ff3067;
	--colore-rif: #ff3067;
	--colore-bg-approfondisci: #363f49;
	--colore-titolo-approfondisci: #ffffff;
	--colore-cat-rif: #ff3067;
	--bg-rif: linear-gradient(
                        180deg,
                        rgba(0, 0, 0, 1) 0%,
                        rgba(0, 0, 0, 0) 30%,
                        rgba(0, 0, 0, .6) 70%,
                        rgba(0, 0, 0, 1) 100%
                    );
	/*
                    --bg-rif: linear-gradient(
                        180deg,
                        rgba(0, 0, 0, 1) 0%,
                        rgba(0, 0, 0, 0) 30%,
                        rgba(0, 0, 0, 0) 70%,
                        rgba(0, 0, 0, 1) 100%
                    );
                    */
}

body.archive .site-main .snap-child.articolo-autopromo,
body.blog .site-main .snap-child.articolo-autopromo {
	--colore-counter: #ff3067;
	--colore-rif: #ff3067;
	--colore-bg-approfondisci: #363f49;
	--colore-titolo-approfondisci: #ffffff;
	--colore-cat-rif: #ff3067;
	--bg-rif: linear-gradient(
                        180deg,
                        rgba(0, 0, 0, 1) 0%,
                        rgba(0, 0, 0, 0) 30%,
                        rgba(0, 0, 0, .6) 70%,
                        rgba(0, 0, 0, 1) 100%
                    );
}

body.archive .site-main .snap-child.articolo-intervista,
body.blog .site-main .snap-child.articolo-intervista {
	--colore-counter: #fbdaad;
	--colore-rif: #673265;
	--colore-cat-rif: #fbdaad;
	--bg-rif: linear-gradient(
                        180deg,
                        rgba(103, 30, 79, 1) 0%,
                        rgba(103, 30, 79, 0) 30%,
                        rgba(103, 30, 79, 0) 70%,
                        rgba(103, 30, 79, 1) 100%
                    );
}

@media (min-width: 992px) {
	body.archive .site-main .snap-child.articolo-intervista,
	body.blog .site-main .snap-child.articolo-intervista {
		--bg-rif: linear-gradient(
                            180deg,
                            rgba(103, 30, 79, 0) 0%,
                            rgba(103, 30, 79, 0) 30%,
                            rgba(103, 30, 79, 0) 70%,
                            rgba(103, 30, 79, 1) 100%
                        );
	}
}

body.archive .site-main .snap-child.articolo-editoriale,
body.blog .site-main .snap-child.articolo-editoriale {
	--colore-counter: #fa6754;
	--colore-rif: #fa6754;
	--colore-cat-rif: #fa6754;
}

body.archive .site-main .snap-child.articolo-dossier,
body.blog .site-main .snap-child.articolo-dossier {
	--colore-counter: #fa6754;
	--colore-rif: #fa6754;
	--colore-cat-rif: #fa6754;
	--bg-rif: linear-gradient(
                        180deg,
                        rgba(103, 30, 79, 1) 0%,
                        rgba(103, 30, 79, 0) 30%,
                        rgba(103, 30, 79, 0) 70%,
                        rgba(103, 30, 79, 1) 100%
                    );
}

body.archive .site-main .snap-child.articolo-inchiesta,
body.blog .site-main .snap-child.articolo-inchiesta {
	--colore-counter: #ff3067;
	--colore-rif: #ff3067;
	--colore-cat-rif: #95897b;
}

body.archive .site-main .snap-child.articolo-sponsorizzata,
body.blog .site-main .snap-child.articolo-sponsorizzata {
	--colore-counter: #ffffff;
	--colore-rif: #ff3067;
	--colore-cat-rif: #ffffff;
}

body.archive .site-main .snap-child.articolo-evento,
body.blog .site-main .snap-child.articolo-evento {
	--colore-counter: #ffffff;
	--colore-rif: #00fff5;
	--colore-cat-rif: #00fff5;
}

body.archive .site-main .snap-child.articolo-rubrica,
body.blog .site-main .snap-child.articolo-rubrica {
	--colore-counter: #ffffff;
	--colore-rif: #fec204;
	--colore-cat-rif: #fec204;
	--emp: red;
}

@media (max-width: 991.98px) {
	body.archive .site-main .snap-child .articolo-sponsorizzato-label,
	body.blog .site-main .snap-child .articolo-sponsorizzato-label {
		position: absolute;
		top: calc(144px + var(--window-scroll));
		left: 0px;
		z-index: 1000000;
		padding: 4px 5px 3px 25px;
		text-transform: uppercase;
		background-color: var(--colore-rif);
		color: #ffffff;
		font-family: "Source Sans 3", sans-serif;
		font-size: 16px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
	}
	body.archive .site-main .snap-child .articolo-sponsorizzato-label-desktop,
	body.blog .site-main .snap-child .articolo-sponsorizzato-label-desktop {
		display: none;
	}
	body.archive .site-main .snap-child.articolo-full,
	body.blog .site-main .snap-child.articolo-full {
		display: grid;
		align-items: flex-end;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-image,
	body.blog .site-main .snap-child.articolo-full .articolo-image {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-image .articolo-image-verticale,
	body.blog .site-main .snap-child.articolo-full .articolo-image .articolo-image-verticale {
		object-fit: cover;
		height: 100%;
		width: 100%;
		display: block !important;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-image a::after,
	body.blog .site-main .snap-child.articolo-full .articolo-image a::after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image: var(--bg-rif);
	}
	body.archive .site-main .snap-child.articolo-full .articolo-text,
	body.blog .site-main .snap-child.articolo-full .articolo-text {
		position: relative;
		z-index: 1050;
		margin-bottom: 40px;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-text-icona,
	body.blog .site-main .snap-child.articolo-full .articolo-text-icona {
		position: relative;
		margin-bottom: 15px;
		margin-top: 0px;
		height: 52px;
		width: 52px;
		padding-bottom: 25px;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-text-categoria,
	body.blog .site-main .snap-child.articolo-full .articolo-text-categoria {
		font-family: "Oswald", sans-serif;
		font-size: 20px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.44;
		letter-spacing: normal;
		color: var(--colore-cat-rif);
		text-transform: uppercase;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-text-categoria a,
	body.blog .site-main .snap-child.articolo-full .articolo-text-categoria a {
		color: var(--colore-cat-rif);
		text-decoration: none;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-text-title,
	body.blog .site-main .snap-child.articolo-full .articolo-text-title {
		font-family: "Oswald", sans-serif;
		font-size: 31px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.26;
		letter-spacing: normal;
		color: #fcfcfc;
		text-transform: uppercase;
		text-decoration: none;
		margin-top: 7px;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-text-title a,
	body.blog .site-main .snap-child.articolo-full .articolo-text-title a {
		color: #fcfcfc;
		text-decoration: none;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-text-title a b,
	body.blog .site-main .snap-child.articolo-full .articolo-text-title a b {
		background-color: var(--colore-rif);
		padding-left: 10px;
		padding-right: 10px;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-text-subtitle,
	body.blog .site-main .snap-child.articolo-full .articolo-text-subtitle {
		text-transform: uppercase;
		font-family: "Source Sans 3", sans-serif;
		font-size: 13px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		color: #fcfcfc;
		margin-top: 11px;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-text-subtitle a,
	body.blog .site-main .snap-child.articolo-full .articolo-text-subtitle a {
		color: #fcfcfc;
		text-decoration: none;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-text-autore,
	body.blog .site-main .snap-child.articolo-full .articolo-text-autore {
		font-family: "Source Sans 3", sans-serif;
		font-size: 14px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.14;
		letter-spacing: 0.44px;
		color: #ffffff;
		margin-top: 12px;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-text-autore a,
	body.blog .site-main .snap-child.articolo-full .articolo-text-autore a {
		color: #ffffff;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-text-sponsorizzato-da,
	body.blog .site-main .snap-child.articolo-full .articolo-text-sponsorizzato-da {
		font-family: "Source Sans 3", sans-serif;
		font-size: 14px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.14;
		letter-spacing: 0.44px;
		color: #ffffff;
		margin-top: 12px;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-text-sponsorizzato-da span,
	body.blog .site-main .snap-child.articolo-full .articolo-text-sponsorizzato-da span {
		text-decoration: underline;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-text-abstract,
	body.blog .site-main .snap-child.articolo-full .articolo-text-abstract {
		display: none;
		font-family: "Source Sans 3", sans-serif;
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.13;
		letter-spacing: normal;
		color: #000;
		margin-top: 25px;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-text-sezione,
	body.blog .site-main .snap-child.articolo-full .articolo-text-sezione {
		margin-top: 40px;
		font-family: "Oswald", sans-serif;
		font-size: 16px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.44;
		letter-spacing: normal;
		text-align: center;
		color: #e78200;
		text-transform: uppercase;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-text-puntata-title,
	body.blog .site-main .snap-child.articolo-full .articolo-text-puntata-title {
		margin: 0 35px 8px;
		font-family: "Oswald", sans-serif;
		font-size: 31px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.26;
		letter-spacing: normal;
		text-align: center;
		color: #fcfcfc;
		margin-top: 25px;
		text-transform: uppercase;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-text-puntata-title a,
	body.blog .site-main .snap-child.articolo-full .articolo-text-puntata-title a {
		color: #fcfcfc;
		text-decoration: none;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-text-puntata-title a b,
	body.blog .site-main .snap-child.articolo-full .articolo-text-puntata-title a b {
		background-color: var(--colore-rif);
		padding-left: 10px;
		padding-right: 10px;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-text-inchiesta-title,
	body.blog .site-main .snap-child.articolo-full .articolo-text-inchiesta-title {
		font-family: "Source Sans 3", sans-serif;
		font-size: 13px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		text-align: center;
		color: #fcfcfc;
		text-transform: uppercase;
		margin-top: 40px;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-text-inchiesta-title-desktop,
	body.blog .site-main .snap-child.articolo-full .articolo-text-inchiesta-title-desktop {
		display: none;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-text-numero-puntata,
	body.blog .site-main .snap-child.articolo-full .articolo-text-numero-puntata {
		font-family: "Source Sans 3", sans-serif;
		font-size: 13px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		text-align: center;
		color: #fcfcfc;
		text-transform: uppercase;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-text-button,
	body.blog .site-main .snap-child.articolo-full .articolo-text-button {
		margin-top: 25px;
	}
	body.archive .site-main .snap-child.articolo-full .articolo-text-button a,
	body.blog .site-main .snap-child.articolo-full .articolo-text-button a {
		background-color: #fbdaad;
		display: inline-block;
		font-family: "Source Sans 3", sans-serif;
		font-size: 13px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		text-align: center;
		color: #673265;
		text-decoration: none;
		text-transform: uppercase;
		padding: 12px 14px;
	}
	body.archive .site-main .snap-child.articolo-half,
	body.blog .site-main .snap-child.articolo-half {
		grid-template-rows: 45% auto;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-image,
	body.blog .site-main .snap-child.articolo-half .articolo-image {
		grid-row: 1;
		grid-column: 1;
		position: relative;
		width: 100%;
		height: 100%;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-image .articolo-image-orizzontale,
	body.blog .site-main .snap-child.articolo-half .articolo-image .articolo-image-orizzontale {
		object-fit: cover;
		height: 100%;
		width: 100%;
		display: block !important;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-image a::after,
	body.blog .site-main .snap-child.articolo-half .articolo-image a::after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image: var(--bg-rif);
	}
	body.archive .site-main .snap-child.articolo-half .articolo-text,
	body.blog .site-main .snap-child.articolo-half .articolo-text {
		grid-row: 1/3;
		grid-column: 1;
		background-color: #ffffff;
		min-height: 55%;
		position: relative;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-text-icona,
	body.blog .site-main .snap-child.articolo-half .articolo-text-icona {
		position: relative;
		margin-top: 0px;
		height: 52px;
		width: 52px;
		height: 77px;
		margin-top: -77px;
		padding-bottom: 25px;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-text-categoria,
	body.blog .site-main .snap-child.articolo-half .articolo-text-categoria {
		font-family: "Oswald", sans-serif;
		font-size: 20px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.44;
		letter-spacing: normal;
		color: var(--colore-rif);
		text-transform: uppercase;
		margin-top: 15px;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-text-categoria a,
	body.blog .site-main .snap-child.articolo-half .articolo-text-categoria a {
		color: var(--colore-cat);
		text-decoration: none;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-text-title,
	body.blog .site-main .snap-child.articolo-half .articolo-text-title {
		font-family: "Oswald", sans-serif;
		font-size: 31px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.26;
		letter-spacing: normal;
		color: #fcfcfc;
		text-transform: uppercase;
		margin-top: 7px;
		color: #101010;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-text-title a,
	body.blog .site-main .snap-child.articolo-half .articolo-text-title a {
		color: #fcfcfc;
		text-decoration: none;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-text-title a b,
	body.blog .site-main .snap-child.articolo-half .articolo-text-title a b {
		background-color: var(--colore-rif);
		padding-left: 10px;
		padding-right: 10px;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-text-title a,
	body.blog .site-main .snap-child.articolo-half .articolo-text-title a {
		color: #101010;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-text-subtitle,
	body.blog .site-main .snap-child.articolo-half .articolo-text-subtitle {
		text-transform: uppercase;
		font-family: "Source Sans 3", sans-serif;
		font-size: 13px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		color: #101010;
		margin-top: 11px;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-text-subtitle a,
	body.blog .site-main .snap-child.articolo-half .articolo-text-subtitle a {
		color: #101010;
		text-decoration: none;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-text-autore,
	body.blog .site-main .snap-child.articolo-half .articolo-text-autore {
		font-family: "Source Sans 3", sans-serif;
		font-size: 14px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.14;
		letter-spacing: 0.44px;
		color: #000000;
		margin-top: 12px;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-text-autore a,
	body.blog .site-main .snap-child.articolo-half .articolo-text-autore a {
		color: #000000;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-text-sponsorizzato-da,
	body.blog .site-main .snap-child.articolo-half .articolo-text-sponsorizzato-da {
		font-family: "Source Sans 3", sans-serif;
		font-size: 14px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.14;
		letter-spacing: 0.44px;
		color: #000000;
		margin-top: 12px;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-text-sponsorizzato-da span,
	body.blog .site-main .snap-child.articolo-half .articolo-text-sponsorizzato-da span {
		text-decoration: underline;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-text-abstract,
	body.blog .site-main .snap-child.articolo-half .articolo-text-abstract {
		display: block;
		font-family: "Source Sans 3", sans-serif;
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.13;
		letter-spacing: normal;
		color: #000;
		margin-top: 25px;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-text-button,
	body.blog .site-main .snap-child.articolo-half .articolo-text-button {
		margin-top: 25px;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-text-button a,
	body.blog .site-main .snap-child.articolo-half .articolo-text-button a {
		background-color: #fbdaad;
		display: inline-block;
		font-family: "Source Sans 3", sans-serif;
		font-size: 13px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		text-align: center;
		color: #673265;
		text-decoration: none;
		text-transform: uppercase;
		padding: 12px 14px;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-text .articolo-sponsorizzato-label,
	body.blog .site-main .snap-child.articolo-half .articolo-text .articolo-sponsorizzato-label {
		display: none;
	}
}

@media (max-width: 991.98px) and (min-width: 992px) {
	body.archive .site-main .snap-child.articolo-half .articolo-text .articolo-sponsorizzato-label,
	body.blog .site-main .snap-child.articolo-half .articolo-text .articolo-sponsorizzato-label {
		display: block;
	}
}

@media (max-width: 991.98px) {
	body.archive .site-main .snap-child.articolo-half .articolo-text-sezione,
	body.blog .site-main .snap-child.articolo-half .articolo-text-sezione {
		margin-top: 40px;
		font-family: "Oswald", sans-serif;
		font-size: 18px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.44;
		letter-spacing: normal;
		text-align: center;
		color: #e78200;
		text-transform: uppercase;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-text-puntata-title,
	body.blog .site-main .snap-child.articolo-half .articolo-text-puntata-title {
		margin: 0 35px 8px;
		font-family: "Oswald", sans-serif;
		font-size: 31px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.26;
		letter-spacing: normal;
		text-align: center;
		color: #000000;
		margin-top: 25px;
		text-transform: uppercase;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-text-puntata-title a,
	body.blog .site-main .snap-child.articolo-half .articolo-text-puntata-title a {
		color: #000000;
		text-decoration: none;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-text-puntata-title a b,
	body.blog .site-main .snap-child.articolo-half .articolo-text-puntata-title a b {
		background-color: var(--colore-rif);
		padding-left: 10px;
		padding-right: 10px;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-text-inchiesta-title,
	body.blog .site-main .snap-child.articolo-half .articolo-text-inchiesta-title {
		font-family: "Source Sans 3", sans-serif;
		font-size: 16px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		text-align: center;
		color: #000000;
		text-transform: uppercase;
		margin-top: 40px;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-text-inchiesta-title-desktop,
	body.blog .site-main .snap-child.articolo-half .articolo-text-inchiesta-title-desktop {
		display: none;
	}
	body.archive .site-main .snap-child.articolo-half .articolo-text-numero-puntata,
	body.blog .site-main .snap-child.articolo-half .articolo-text-numero-puntata {
		font-family: "Source Sans 3", sans-serif;
		font-size: 13px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		text-align: center;
		color: #000000;
		text-transform: uppercase;
	}
}

body.archive .site-main .snap-child .articolo-videobg,
body.blog .site-main .snap-child .articolo-videobg {
	--video-style-landscape: contain;
	--video-style-portrait: contain;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (orientation: portrait) {
	body.archive .site-main .snap-child .articolo-videobg,
	body.blog .site-main .snap-child .articolo-videobg {
		background-size: var(--video-style-portrait);
	}
}

@media screen and (orientation: landscape) {
	body.archive .site-main .snap-child .articolo-videobg,
	body.blog .site-main .snap-child .articolo-videobg {
		background-size: var(--video-style-landscape);
	}
}

body.archive .site-main .snap-child .articolo-videobg .video-over-layer,
body.blog .site-main .snap-child .articolo-videobg .video-over-layer {
	/*
                    background-image: linear-gradient(
                        180deg,
                        rgba(7, 16, 18, 1) 0%,
                        rgba(7, 16, 18, 0.3) 30%,
                        rgba(7, 16, 18, 0.3) 70%,
                        rgba(7, 16, 18, 1) 100%
                    );
                    */
	background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 70%, black 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

body.archive .site-main .snap-child .articolo-videobg .video-thumb,
body.blog .site-main .snap-child .articolo-videobg .video-thumb {
	position: absolute;
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 10;
	top: 0px;
	left: 0px;
}

@media screen and (orientation: portrait) {
	body.archive .site-main .snap-child .articolo-videobg .video-thumb,
	body.blog .site-main .snap-child .articolo-videobg .video-thumb {
		background-size: var(--video-style-portrait);
	}
}

@media screen and (orientation: landscape) {
	body.archive .site-main .snap-child .articolo-videobg .video-thumb,
	body.blog .site-main .snap-child .articolo-videobg .video-thumb {
		background-size: var(--video-style-landscape);
	}
}

body.archive .site-main .snap-child .articolo-videobg .dieci-videoplayer,
body.blog .site-main .snap-child .articolo-videobg .dieci-videoplayer {
	height: 100%;
	width: 100%;
}

@media screen and (orientation: portrait) {
	body.archive .site-main .snap-child .articolo-videobg .dieci-videoplayer,
	body.blog .site-main .snap-child .articolo-videobg .dieci-videoplayer {
		object-fit: var(--video-style-portrait);
	}
}

@media screen and (orientation: landscape) {
	body.archive .site-main .snap-child .articolo-videobg .dieci-videoplayer,
	body.blog .site-main .snap-child .articolo-videobg .dieci-videoplayer {
		object-fit: var(--video-style-landscape);
	}
}

body.archive .site-main .snap-child .articolo-videobg .jwplayer.jw-flag-aspect-mode,
body.blog .site-main .snap-child .articolo-videobg .jwplayer.jw-flag-aspect-mode {
	height: 100% !important;
}

@media screen and (orientation: portrait) {
	body.archive .site-main .snap-child .articolo-videobg .jwplayer.jw-stretch-uniform .jw-media video,
	body.blog .site-main .snap-child .articolo-videobg .jwplayer.jw-stretch-uniform .jw-media video {
		object-fit: var(--video-style-portrait);
	}
}

@media screen and (orientation: landscape) {
	body.archive .site-main .snap-child .articolo-videobg .jwplayer.jw-stretch-uniform .jw-media video,
	body.blog .site-main .snap-child .articolo-videobg .jwplayer.jw-stretch-uniform .jw-media video {
		object-fit: var(--video-style-landscape);
	}
}

body.archive .site-main .snap-child .articolo-videobg .jwplayer .jw-preview video,
body.blog .site-main .snap-child .articolo-videobg .jwplayer .jw-preview video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}

@media screen and (orientation: portrait) {
	body.archive .site-main .snap-child .articolo-videobg .jwplayer .jw-preview video,
	body.blog .site-main .snap-child .articolo-videobg .jwplayer .jw-preview video {
		object-fit: var(--video-style-portrait);
	}
}

@media screen and (orientation: landscape) {
	body.archive .site-main .snap-child .articolo-videobg .jwplayer .jw-preview video,
	body.blog .site-main .snap-child .articolo-videobg .jwplayer .jw-preview video {
		object-fit: var(--video-style-landscape);
	}
}

@media screen and (orientation: portrait) {
	body.archive .site-main .snap-child .articolo-videobg .jw-error .jw-preview,
	body.archive .site-main .snap-child .articolo-videobg .jwplayer .jw-preview,
	body.blog .site-main .snap-child .articolo-videobg .jw-error .jw-preview,
	body.blog .site-main .snap-child .articolo-videobg .jwplayer .jw-preview {
		background-size: var(--video-style-portrait);
	}
}

@media screen and (orientation: landscape) {
	body.archive .site-main .snap-child .articolo-videobg .jw-error .jw-preview,
	body.archive .site-main .snap-child .articolo-videobg .jwplayer .jw-preview,
	body.blog .site-main .snap-child .articolo-videobg .jw-error .jw-preview,
	body.blog .site-main .snap-child .articolo-videobg .jwplayer .jw-preview {
		background-size: var(--video-style-landscape);
	}
}

@media screen and (orientation: portrait) {
	body.archive .site-main .snap-child .articolo-videobg .video-over-layer,
	body.archive .site-main .snap-child .articolo-videobg .dieci-videoplayer,
	body.archive .site-main .snap-child .articolo-videobg .video-thumb,
	body.blog .site-main .snap-child .articolo-videobg .video-over-layer,
	body.blog .site-main .snap-child .articolo-videobg .dieci-videoplayer,
	body.blog .site-main .snap-child .articolo-videobg .video-thumb {
		display: var(--video-portrait);
	}
	body.archive .site-main .snap-child .articolo-videobg-image-landscape,
	body.blog .site-main .snap-child .articolo-videobg-image-landscape {
		display: none;
	}
	body.archive .site-main .snap-child .articolo-videobg-image-portrait,
	body.blog .site-main .snap-child .articolo-videobg-image-portrait {
		height: 100%;
		width: 100%;
		position: relative;
		display: block;
	}
	body.archive .site-main .snap-child .articolo-videobg-image-portrait a,
	body.blog .site-main .snap-child .articolo-videobg-image-portrait a {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
	}
	body.archive .site-main .snap-child .articolo-videobg-image-portrait a img,
	body.blog .site-main .snap-child .articolo-videobg-image-portrait a img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	body.archive .site-main .snap-child .articolo-videobg-image-portrait a::after,
	body.blog .site-main .snap-child .articolo-videobg-image-portrait a::after {
		background-image: linear-gradient(180deg, #071012 0%, rgba(7, 16, 18, 0.3) 30%, rgba(7, 16, 18, 0.3) 70%, #071012 100%);
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1000;
		content: "";
		top: 0px;
		left: 0px;
	}
}

@media screen and (orientation: landscape) {
	body.archive .site-main .snap-child .articolo-videobg .video-over-layer,
	body.archive .site-main .snap-child .articolo-videobg .dieci-videoplayer,
	body.archive .site-main .snap-child .articolo-videobg .video-thumb,
	body.blog .site-main .snap-child .articolo-videobg .video-over-layer,
	body.blog .site-main .snap-child .articolo-videobg .dieci-videoplayer,
	body.blog .site-main .snap-child .articolo-videobg .video-thumb {
		display: var(--video-landscape);
	}
	body.archive .site-main .snap-child .articolo-videobg-image-portrait,
	body.blog .site-main .snap-child .articolo-videobg-image-portrait {
		display: none;
	}
	body.archive .site-main .snap-child .articolo-videobg-image-landscape,
	body.blog .site-main .snap-child .articolo-videobg-image-landscape {
		height: 100%;
		width: 100%;
		position: relative;
		display: block;
	}
	body.archive .site-main .snap-child .articolo-videobg-image-landscape a,
	body.blog .site-main .snap-child .articolo-videobg-image-landscape a {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
	}
	body.archive .site-main .snap-child .articolo-videobg-image-landscape a img,
	body.blog .site-main .snap-child .articolo-videobg-image-landscape a img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	body.archive .site-main .snap-child .articolo-videobg-image-landscape a::after,
	body.blog .site-main .snap-child .articolo-videobg-image-landscape a::after {
		background-image: linear-gradient(180deg, #071012 0%, rgba(7, 16, 18, 0.3) 30%, rgba(7, 16, 18, 0.3) 70%, #071012 100%);
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1000;
		content: "";
		top: 0px;
		left: 0px;
	}
}

body.archive .site-main .snap-child .articolo-carosello,
body.blog .site-main .snap-child .articolo-carosello {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

body.archive .site-main .snap-child .articolo-carosello .item-carosello,
body.blog .site-main .snap-child .articolo-carosello .item-carosello {
	width: 100vw;
	height: var(--window-height);
	display: block;
}

body.archive .site-main .snap-child .articolo-carosello .item-carosello img,
body.blog .site-main .snap-child .articolo-carosello .item-carosello img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

body.archive .site-main .snap-child .articolo-carosello .item-carosello::after,
body.blog .site-main .snap-child .articolo-carosello .item-carosello::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: var(--bg-rif);
}

body.archive .site-main .snap-child .articolo-carosello .owl-dots,
body.blog .site-main .snap-child .articolo-carosello .owl-dots {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

body.archive .site-main .snap-child .articolo-carosello .owl-dots .owl-dot span,
body.blog .site-main .snap-child .articolo-carosello .owl-dots .owl-dot span {
	background-color: #d6d6d6;
}

body.archive .site-main .snap-child .articolo-carosello .owl-dots .owl-dot.active span,
body.blog .site-main .snap-child .articolo-carosello .owl-dots .owl-dot.active span {
	width: 30px;
	background-color: #869791;
}

body.archive .site-main .snap-child .articolo-carosello-portrait-container,
body.blog .site-main .snap-child .articolo-carosello-portrait-container {
	display: none;
}

@media screen and (orientation: portrait) {
	body.archive .site-main .snap-child .articolo-carosello-portrait-container,
	body.blog .site-main .snap-child .articolo-carosello-portrait-container {
		display: block;
	}
}

body.archive .site-main .snap-child .puntate,
body.blog .site-main .snap-child .puntate {
	margin-top: 40px;
	width: var(--window-width);
	margin-left: calc(var(--side-padding) * -1);
	margin-right: calc(var(--side-padding) * -1);
}

body.archive .site-main .snap-child .puntate-titolo,
body.blog .site-main .snap-child .puntate-titolo {
	text-transform: uppercase;
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: 0.3px;
	color: #101010;
}

body.archive .site-main .snap-child .puntate-carosello,
body.blog .site-main .snap-child .puntate-carosello {
	margin-top: 8px;
}

body.archive .site-main .snap-child .puntate-carosello-item,
body.blog .site-main .snap-child .puntate-carosello-item {
	background-color: var(--colore-rif);
	padding: 8px;
	display: grid;
	grid-template-columns: 60px auto;
	grid-template-rows: auto 1fr;
	column-gap: 8px;
	row-gap: 4px;
	align-items: flex-start;
	width: 257px;
}

body.archive .site-main .snap-child .puntate-carosello-item .item-image,
body.blog .site-main .snap-child .puntate-carosello-item .item-image {
	grid-column: 1;
	grid-row: 1/3;
	background-color: #ffffff50;
	height: 60px;
	position: relative;
}

body.archive .site-main .snap-child .puntate-carosello-item .item-image img,
body.blog .site-main .snap-child .puntate-carosello-item .item-image img {
	height: 100%;
	object-fit: cover;
}

body.archive .site-main .snap-child .puntate-carosello-item .item-image-icona,
body.blog .site-main .snap-child .puntate-carosello-item .item-image-icona {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: 15px;
	left: 15px;
}

body.archive .site-main .snap-child .puntate-carosello-item .item-category,
body.blog .site-main .snap-child .puntate-carosello-item .item-category {
	grid-column: 2;
	grid-row: 1;
	font-family: "Oswald", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: #ff3067;
}

body.archive .site-main .snap-child .puntate-carosello-item .item-category a,
body.blog .site-main .snap-child .puntate-carosello-item .item-category a {
	color: #ff3067;
	text-decoration: none;
}

body.archive .site-main .snap-child .puntate-carosello-item .item-title,
body.blog .site-main .snap-child .puntate-carosello-item .item-title {
	grid-column: 2;
	grid-row: 2;
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: 0.3px;
	color: #fcfcfc;
}

body.archive .site-main .snap-child .puntate-carosello-item .item-title a,
body.blog .site-main .snap-child .puntate-carosello-item .item-title a {
	color: #fcfcfc;
	text-decoration: none;
}

body.archive .site-main .snap-child .puntate,
body.blog .site-main .snap-child .puntate {
	margin-top: 48px;
}

body.archive .site-main .snap-child .puntate-titolo,
body.blog .site-main .snap-child .puntate-titolo {
	color: var(--colore-rif);
}

body.archive .site-main .snap-child .puntate-carosello,
body.blog .site-main .snap-child .puntate-carosello {
	margin-top: 8px;
}

body.archive .site-main .snap-child .puntate-carosello-item,
body.blog .site-main .snap-child .puntate-carosello-item {
	background-color: #331d01;
}

body.archive .site-main .snap-child .puntate-carosello-item .item-category,
body.blog .site-main .snap-child .puntate-carosello-item .item-category {
	color: #95897b;
}

body.archive .site-main .snap-child .puntate-carosello-item .item-category a,
body.blog .site-main .snap-child .puntate-carosello-item .item-category a {
	color: #95897b;
}

@media (min-width: 992px) {
	body.archive .site-main .snap-child .articolo-image,
	body.blog .site-main .snap-child .articolo-image {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	body.archive .site-main .snap-child .articolo-image .articolo-image-orizzontale,
	body.blog .site-main .snap-child .articolo-image .articolo-image-orizzontale {
		object-fit: cover;
		height: 100%;
		width: 100%;
		display: block !important;
	}
	body.archive .site-main .snap-child .articolo-image a::after,
	body.blog .site-main .snap-child .articolo-image a::after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-image: var(--bg-rif);
	}
	body.archive .site-main .snap-child .articolo-sponsorizzato-label,
	body.blog .site-main .snap-child .articolo-sponsorizzato-label {
		z-index: 1000000;
		display: inline-block;
		padding: 4px 5px 3px 4px;
		text-transform: uppercase;
		background-color: var(--colore-rif);
		color: #ffffff;
		font-family: "Source Sans 3", sans-serif;
		font-size: 16px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		margin-bottom: 5px;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	body.archive .site-main .snap-child .articolo-sponsorizzato-label,
	body.blog .site-main .snap-child .articolo-sponsorizzato-label {
		font-size: 20px;
	}
}

@media (min-width: 992px) {
	body.archive .site-main .snap-child .articolo-sponsorizzato-label-mobile,
	body.blog .site-main .snap-child .articolo-sponsorizzato-label-mobile {
		display: none;
	}
	body.archive .site-main .snap-child .articolo-text,
	body.blog .site-main .snap-child .articolo-text {
		position: relative;
		z-index: 10000;
		margin-bottom: 40px;
	}
	body.archive .site-main .snap-child .articolo-text-icona,
	body.blog .site-main .snap-child .articolo-text-icona {
		height: 80px;
		width: 80px;
		margin-left: -10px;
		position: relative;
		margin-bottom: 15px;
		margin-top: 0px;
	}
	body.archive .site-main .snap-child .articolo-text-categoria,
	body.blog .site-main .snap-child .articolo-text-categoria {
		font-family: "Oswald", sans-serif;
		font-size: 20px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.44;
		letter-spacing: normal;
		color: var(--colore-cat-rif);
		text-transform: uppercase;
	}
	body.archive .site-main .snap-child .articolo-text-categoria a,
	body.blog .site-main .snap-child .articolo-text-categoria a {
		color: var(--colore-cat-rif);
		text-decoration: none;
	}
	body.archive .site-main .snap-child .articolo-text-title,
	body.blog .site-main .snap-child .articolo-text-title {
		font-family: "Oswald", sans-serif;
		font-size: 40px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.26;
		letter-spacing: normal;
		color: #fcfcfc;
		text-transform: uppercase;
		margin-top: 7px;
	}
	body.archive .site-main .snap-child .articolo-text-title a,
	body.blog .site-main .snap-child .articolo-text-title a {
		color: #fcfcfc;
		text-decoration: none;
	}
	body.archive .site-main .snap-child .articolo-text-title a b,
	body.blog .site-main .snap-child .articolo-text-title a b {
		background-color: var(--colore-rif);
		padding-left: 10px;
		padding-right: 10px;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
	}
	body.archive .site-main .snap-child .articolo-text-subtitle,
	body.blog .site-main .snap-child .articolo-text-subtitle {
		text-transform: uppercase;
		font-family: "Source Sans 3", sans-serif;
		font-size: 13px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		color: #fcfcfc;
		margin-top: 11px;
	}
	body.archive .site-main .snap-child .articolo-text-subtitle a,
	body.blog .site-main .snap-child .articolo-text-subtitle a {
		color: #fcfcfc;
		text-decoration: none;
	}
	body.archive .site-main .snap-child .articolo-text-autore,
	body.blog .site-main .snap-child .articolo-text-autore {
		font-family: "Source Sans 3", sans-serif;
		font-size: 14px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.14;
		letter-spacing: 0.44px;
		color: #ffffff;
		margin-top: 12px;
	}
	body.archive .site-main .snap-child .articolo-text-autore a,
	body.blog .site-main .snap-child .articolo-text-autore a {
		color: #ffffff;
	}
	body.archive .site-main .snap-child .articolo-text-sponsorizzato-da,
	body.blog .site-main .snap-child .articolo-text-sponsorizzato-da {
		font-family: "Source Sans 3", sans-serif;
		font-size: 14px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.14;
		letter-spacing: 0.44px;
		color: #ffffff;
		margin-top: 12px;
	}
	body.archive .site-main .snap-child .articolo-text-sponsorizzato-da span,
	body.blog .site-main .snap-child .articolo-text-sponsorizzato-da span {
		text-decoration: underline;
	}
	body.archive .site-main .snap-child .articolo-text-abstract,
	body.blog .site-main .snap-child .articolo-text-abstract {
		display: none;
		font-family: "Source Sans 3", sans-serif;
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.13;
		letter-spacing: normal;
		color: #000;
		margin-top: 25px;
	}
	body.archive .site-main .snap-child .articolo-text-button,
	body.blog .site-main .snap-child .articolo-text-button {
		margin-top: 25px;
	}
	body.archive .site-main .snap-child .articolo-text-button a,
	body.blog .site-main .snap-child .articolo-text-button a {
		background-color: #fbdaad;
		display: inline-block;
		font-family: "Source Sans 3", sans-serif;
		font-size: 13px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		text-align: center;
		color: #673265;
		text-decoration: none;
		text-transform: uppercase;
		padding: 12px 14px;
	}
	body.archive .site-main .snap-child .articolo-text-sezione,
	body.blog .site-main .snap-child .articolo-text-sezione {
		margin-top: 40px;
		font-family: "Oswald", sans-serif;
		font-size: 18px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.44;
		letter-spacing: normal;
		text-align: center;
		color: #e78200;
		text-transform: uppercase;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	body.archive .site-main .snap-child .articolo-text-sezione,
	body.blog .site-main .snap-child .articolo-text-sezione {
		text-align: left;
		font-size: 20px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.28;
		letter-spacing: normal;
		color: #e78200;
	}
}

@media (min-width: 992px) {
	body.archive .site-main .snap-child .articolo-text-puntata-title,
	body.blog .site-main .snap-child .articolo-text-puntata-title {
		margin: 0 35px 8px;
		font-family: "Oswald", sans-serif;
		font-size: 31px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.26;
		letter-spacing: normal;
		text-align: center;
		color: #fcfcfc;
		margin-top: 25px;
		text-transform: uppercase;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	body.archive .site-main .snap-child .articolo-text-puntata-title,
	body.blog .site-main .snap-child .articolo-text-puntata-title {
		text-align: left;
		margin-left: 0px;
		margin-top: 15px;
	}
}

@media (min-width: 992px) {
	body.archive .site-main .snap-child .articolo-text-puntata-title a,
	body.blog .site-main .snap-child .articolo-text-puntata-title a {
		color: #fcfcfc;
		text-decoration: none;
	}
	body.archive .site-main .snap-child .articolo-text-puntata-title a b,
	body.blog .site-main .snap-child .articolo-text-puntata-title a b {
		background-color: var(--colore-rif);
		padding-left: 10px;
		padding-right: 10px;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
	}
	body.archive .site-main .snap-child .articolo-text-inchiesta-title,
	body.blog .site-main .snap-child .articolo-text-inchiesta-title {
		font-family: "Source Sans 3", sans-serif;
		font-size: 16px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		text-align: center;
		color: #fcfcfc;
		text-transform: uppercase;
		margin-top: 40px;
	}
	body.archive .site-main .snap-child .articolo-text-inchiesta-title a,
	body.blog .site-main .snap-child .articolo-text-inchiesta-title a {
		color: #fcfcfc;
		text-decoration: none;
	}
	body.archive .site-main .snap-child .articolo-text-inchiesta-title-desktop,
	body.blog .site-main .snap-child .articolo-text-inchiesta-title-desktop {
		display: none;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	body.archive .site-main .snap-child .articolo-text-inchiesta-title,
	body.blog .site-main .snap-child .articolo-text-inchiesta-title {
		text-align: left;
		margin-left: 0px;
	}
	body.archive .site-main .snap-child .articolo-text-inchiesta-title-mobile,
	body.blog .site-main .snap-child .articolo-text-inchiesta-title-mobile {
		display: none;
	}
	body.archive .site-main .snap-child .articolo-text-inchiesta-title-desktop,
	body.blog .site-main .snap-child .articolo-text-inchiesta-title-desktop {
		display: block;
		font-size: 20px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.28;
		letter-spacing: normal;
		color: #fcfcfc;
		margin-top: 0px;
	}
}

@media (min-width: 992px) {
	body.archive .site-main .snap-child .articolo-text-numero-puntata,
	body.blog .site-main .snap-child .articolo-text-numero-puntata {
		font-family: "Source Sans 3", sans-serif;
		font-size: 13px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		text-align: center;
		color: #fcfcfc;
		text-transform: uppercase;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	body.archive .site-main .snap-child .articolo-text-numero-puntata,
	body.blog .site-main .snap-child .articolo-text-numero-puntata {
		text-align: left;
		margin-left: 0px;
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	body.archive .site-main .snap-child .puntate,
	body.blog .site-main .snap-child .puntate {
		margin-top: 40px;
		width: var(--window-width);
		margin-left: calc((var(--window-width) - 100%) / -2);
		margin-right: calc((var(--window-width) - 100%) / -2);
	}
	body.archive .site-main .snap-child .puntate-titolo,
	body.blog .site-main .snap-child .puntate-titolo {
		text-transform: uppercase;
		font-family: "Source Sans 3", sans-serif;
		font-size: 18px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		color: var(--colore-titolo-approfondisci);
	}
	body.archive .site-main .snap-child .puntate-carosello,
	body.blog .site-main .snap-child .puntate-carosello {
		width: 100%;
		max-width: var(--max-width);
		margin: auto;
		padding: 0px var(--side-padding);
		margin-top: 8px;
	}
	body.archive .site-main .snap-child .puntate-carosello-item,
	body.blog .site-main .snap-child .puntate-carosello-item {
		background-color: var(--colore-bg-approfondisci);
		padding: 8px;
		display: grid;
		grid-template-columns: 69px auto;
		grid-template-rows: auto 1fr;
		column-gap: 8px;
		row-gap: 4px;
		align-items: flex-start;
		width: 300px;
	}
	body.archive .site-main .snap-child .puntate-carosello-item .item-image,
	body.blog .site-main .snap-child .puntate-carosello-item .item-image {
		grid-column: 1;
		grid-row: 1/3;
		background-color: #ffffff50;
		height: 69px;
		position: relative;
	}
	body.archive .site-main .snap-child .puntate-carosello-item .item-image img,
	body.blog .site-main .snap-child .puntate-carosello-item .item-image img {
		height: 100%;
		object-fit: cover;
	}
	body.archive .site-main .snap-child .puntate-carosello-item .item-image-icona,
	body.blog .site-main .snap-child .puntate-carosello-item .item-image-icona {
		position: absolute;
		width: 30px;
		height: 30px;
		bottom: 0px;
		left: 0px;
		background-color: #363f49;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	body.archive .site-main .snap-child .puntate-carosello-item .item-image-icona,
	body.blog .site-main .snap-child .puntate-carosello-item .item-image-icona {
		width: 40px;
		height: 40px;
	}
}

@media (min-width: 992px) {
	body.archive .site-main .snap-child .puntate-carosello-item .item-category,
	body.blog .site-main .snap-child .puntate-carosello-item .item-category {
		grid-column: 2;
		grid-row: 1;
		font-family: "Oswald", sans-serif;
		font-size: 14px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		text-transform: uppercase;
		color: #fbdaad;
	}
	body.archive .site-main .snap-child .puntate-carosello-item .item-category a,
	body.blog .site-main .snap-child .puntate-carosello-item .item-category a {
		color: #fbdaad;
		text-decoration: none;
	}
	body.archive .site-main .snap-child .puntate-carosello-item .item-title,
	body.blog .site-main .snap-child .puntate-carosello-item .item-title {
		grid-column: 2;
		grid-row: 2;
		font-family: "Source Sans 3", sans-serif;
		font-size: 16px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.08;
		letter-spacing: 0.3px;
		color: #fcfcfc;
	}
	body.archive .site-main .snap-child .puntate-carosello-item .item-title a,
	body.blog .site-main .snap-child .puntate-carosello-item .item-title a {
		color: #fcfcfc;
		text-decoration: none;
	}
	body.archive .site-main .snap-child .puntate,
	body.blog .site-main .snap-child .puntate {
		margin-top: 48px;
	}
	body.archive .site-main .snap-child .puntate-titolo,
	body.blog .site-main .snap-child .puntate-titolo {
		color: var(--colore-rif);
	}
	body.archive .site-main .snap-child .puntate-carosello,
	body.blog .site-main .snap-child .puntate-carosello {
		margin-top: 8px;
	}
	body.archive .site-main .snap-child .puntate-carosello-item,
	body.blog .site-main .snap-child .puntate-carosello-item {
		background-color: #331d01;
	}
	body.archive .site-main .snap-child .puntate-carosello-item .item-category,
	body.blog .site-main .snap-child .puntate-carosello-item .item-category {
		color: #95897b;
	}
	body.archive .site-main .snap-child .puntate-carosello-item .item-category a,
	body.blog .site-main .snap-child .puntate-carosello-item .item-category a {
		color: #95897b;
	}
}

body.archive .site-main .snap-child.articolo-top10,
body.blog .site-main .snap-child.articolo-top10 {
	display: block;
	background-color: #202f3b;
	padding-top: calc(60px + var(--window-scroll));
}

@media (min-width: 992px) {
	body.archive .site-main .snap-child.articolo-top10,
	body.blog .site-main .snap-child.articolo-top10 {
		padding-top: calc(80px + var(--window-scroll));
	}
}

body.archive .site-main .snap-child.articolo-top10 .top10-header,
body.blog .site-main .snap-child.articolo-top10 .top10-header {
	height: 100px;
}

body.archive .site-main .snap-child.articolo-top10 .top10-header .inner-content,
body.blog .site-main .snap-child.articolo-top10 .top10-header .inner-content {
	display: grid;
	grid-template-columns: auto;
	align-items: flex-end;
	column-gap: 12.5px;
	height: 100%;
}

@media (min-width: 992px) {
	body.archive .site-main .snap-child.articolo-top10 .top10-header .inner-content,
	body.blog .site-main .snap-child.articolo-top10 .top10-header .inner-content {
		column-gap: 0px;
	}
}

body.archive .site-main .snap-child.articolo-top10 .top10-counter div,
body.blog .site-main .snap-child.articolo-top10 .top10-counter div {
	text-align: center;
	font-family: "Oswald", sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 24px;
	height: 26px;
	letter-spacing: normal;
	color: #ff3067;
}

@media (min-width: 992px) {
	body.archive .site-main .snap-child.articolo-top10 .top10-counter div,
	body.blog .site-main .snap-child.articolo-top10 .top10-counter div {
		color: #fcfcfc;
	}
}

body.archive .site-main .snap-child.articolo-top10 .top10-counter span,
body.blog .site-main .snap-child.articolo-top10 .top10-counter span {
	font-size: 80px;
	display: block;
	text-align: center;
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 57px;
	letter-spacing: -5px;
	color: #ff3067;
	height: 66px;
}

@media (min-width: 992px) {
	body.archive .site-main .snap-child.articolo-top10 .top10-counter span,
	body.blog .site-main .snap-child.articolo-top10 .top10-counter span {
		color: #fcfcfc;
	}
}

body.archive .site-main .snap-child.articolo-top10 .top10-title,
body.blog .site-main .snap-child.articolo-top10 .top10-title {
	font-family: "Oswald", sans-serif;
	font-size: 31px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: normal;
	color: #101010;
	text-transform: uppercase;
}

body.archive .site-main .snap-child.articolo-top10 .top10-title a,
body.blog .site-main .snap-child.articolo-top10 .top10-title a {
	color: #fff;
	text-decoration: none;
}

@media (min-width: 992px) {
	body.archive .site-main .snap-child.articolo-top10 .top10-title,
	body.blog .site-main .snap-child.articolo-top10 .top10-title {
		font-size: 40px;
		padding-bottom: 8px;
	}
}

body.archive .site-main .snap-child.articolo-top10 .top10-body,
body.blog .site-main .snap-child.articolo-top10 .top10-body {
	width: 100%;
	max-width: var(--max-width);
	margin: auto;
	padding: 0px var(--side-padding);
	--width-1: calc(var(--max-width) * 0.65);
	--width-2: calc(var(--window-width) * 0.65);
	--item-width: min(var(--width-1), var(--width-2));
	--item-height-small: calc((var(--window-height) - 160px - var(--window-scroll)) * 0.85);
	--body-height-small: calc(var(--window-height) - 160px - var(--window-scroll));
	--body-height: calc(var(--window-height) - 190px);
	--item-height: min(
                        calc(var(--width-1) * 0.57),
                        calc(var(--width-2) * 0.57),
                        calc(var(--body-height) - 40px)
                    );
	--item-width: calc(var(--item-height) / 0.57);
	margin-top: calc((var(--body-height-small) - var(--item-height-small) - 40px) / 2);
}

@media (min-width: 992px) {
	body.archive .site-main .snap-child.articolo-top10 .top10-body,
	body.blog .site-main .snap-child.articolo-top10 .top10-body {
		margin-top: calc((var(--body-height) - var(--item-height) - 40px) / 2);
	}
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .owl-carousel,
body.blog .site-main .snap-child.articolo-top10 .top10-body .owl-carousel {
	position: relative;
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .owl-carousel .owl-item.center,
body.blog .site-main .snap-child.articolo-top10 .top10-body .owl-carousel .owl-item.center {
	transform: scale(1) !important;
	-webkit-box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.74);
	-moz-box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.74);
	box-shadow: 0px 0px 55px -12px rgba(0, 0, 0, 0.74);
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .owl-carousel .owl-item,
body.blog .site-main .snap-child.articolo-top10 .top10-body .owl-carousel .owl-item {
	transition: all 0.5s;
	transform: scale(0.7) !important;
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .owl-carousel .left-of-center,
body.blog .site-main .snap-child.articolo-top10 .top10-body .owl-carousel .left-of-center {
	transform: scale(0.9) translateX(100%) !important;
	z-index: 2;
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .owl-carousel .left-of-center-2,
body.blog .site-main .snap-child.articolo-top10 .top10-body .owl-carousel .left-of-center-2 {
	transform: scale(0.8) translateX(225%) !important;
	z-index: 1;
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .owl-carousel .right-of-center,
body.blog .site-main .snap-child.articolo-top10 .top10-body .owl-carousel .right-of-center {
	transform: scale(0.9) translateX(-100%) !important;
	z-index: 2;
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .owl-carousel .right-of-center-2,
body.blog .site-main .snap-child.articolo-top10 .top10-body .owl-carousel .right-of-center-2 {
	transform: scale(0.8) translateX(-225%) !important;
	z-index: 1;
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .owl-carousel .center,
body.blog .site-main .snap-child.articolo-top10 .top10-body .owl-carousel .center {
	z-index: 3;
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .item,
body.blog .site-main .snap-child.articolo-top10 .top10-body .item {
	height: calc((var(--window-height) - 160px - var(--window-scroll)) * 0.85);
	width: min(var(--width-1), var(--width-2));
	position: relative;
	background-color: #ffffff;
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .item a,
body.blog .site-main .snap-child.articolo-top10 .top10-body .item a {
	height: 100%;
	align-items: flex-end;
	text-decoration: none;
	position: relative;
}

@media (min-width: 992px) {
	body.archive .site-main .snap-child.articolo-top10 .top10-body .item,
	body.blog .site-main .snap-child.articolo-top10 .top10-body .item {
		width: var(--item-width);
		height: var(--item-height);
	}
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .item-image,
body.blog .site-main .snap-child.articolo-top10 .top10-body .item-image {
	width: 100%;
	height: 100%;
	grid-column: 1;
	grid-row: 1;
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .item-image img,
body.blog .site-main .snap-child.articolo-top10 .top10-body .item-image img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	display: block !important;
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .item-image::after,
body.blog .site-main .snap-child.articolo-top10 .top10-body .item-image::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: var(--bg-rif);
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .item-text,
body.blog .site-main .snap-child.articolo-top10 .top10-body .item-text {
	grid-column: 1;
	grid-row: 1;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 100%;
	display: grid;
	align-items: flex-end;
	grid-template-rows: 1fr auto;
	padding-bottom: 150px;
	padding-left: calc(var(--side-padding));
	padding-right: calc(var(--side-padding));
	z-index: 1000000;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding: 30px;
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .item::after,
body.blog .site-main .snap-child.articolo-top10 .top10-body .item::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(180deg, #071012 0%, rgba(7, 16, 18, 0.3) 30%, rgba(7, 16, 18, 0.3) 70%, #071012 100%);
	z-index: 100;
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .item-titolo,
body.blog .site-main .snap-child.articolo-top10 .top10-body .item-titolo {
	font-family: "Oswald", sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	color: #fcfcfc;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	body.archive .site-main .snap-child.articolo-top10 .top10-body .item-titolo,
	body.blog .site-main .snap-child.articolo-top10 .top10-body .item-titolo {
		font-size: 31px;
	}
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .item-occhiello,
body.blog .site-main .snap-child.articolo-top10 .top10-body .item-occhiello {
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: 0.3px;
	color: #fcfcfc;
	text-transform: uppercase;
	align-self: flex-start;
	padding-top: 12px;
}

@media (min-width: 992px) {
	body.archive .site-main .snap-child.articolo-top10 .top10-body .item-occhiello,
	body.blog .site-main .snap-child.articolo-top10 .top10-body .item-occhiello {
		font-size: 14px;
	}
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .item-occhiello::before,
body.blog .site-main .snap-child.articolo-top10 .top10-body .item-occhiello::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 13px;
	background-image: url("img/location.png");
	background-size: contain;
	background-repeat: no-repeat;
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .owl-dots .owl-dot span,
body.blog .site-main .snap-child.articolo-top10 .top10-body .owl-dots .owl-dot span {
	transition: all 0.5s;
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .owl-dots .owl-dot.active span,
body.blog .site-main .snap-child.articolo-top10 .top10-body .owl-dots .owl-dot.active span {
	width: 30px;
	height: 10px;
	margin: 5px 7px;
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .owl-dots.disabled,
body.blog .site-main .snap-child.articolo-top10 .top10-body .owl-dots.disabled {
	display: block;
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .owl-dots,
body.blog .site-main .snap-child.articolo-top10 .top10-body .owl-dots {
	position: absolute;
	z-index: 10000;
	width: 100%;
	margin-top: 10px;
}

@media (min-width: 992px) {
	body.archive .site-main .snap-child.articolo-top10 .top10-body .owl-dots,
	body.blog .site-main .snap-child.articolo-top10 .top10-body .owl-dots {
		margin-top: 0px;
	}
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .owl-dots .owl-dot span,
body.blog .site-main .snap-child.articolo-top10 .top10-body .owl-dots .owl-dot span {
	background: #ff306780;
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .owl-dots .owl-dot.active span,
body.blog .site-main .snap-child.articolo-top10 .top10-body .owl-dots .owl-dot.active span {
	background: #ff3067;
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .owl-nav,
body.blog .site-main .snap-child.articolo-top10 .top10-body .owl-nav {
	display: none;
}

@media (min-width: 992px) {
	body.archive .site-main .snap-child.articolo-top10 .top10-body .owl-nav,
	body.blog .site-main .snap-child.articolo-top10 .top10-body .owl-nav {
		display: block;
	}
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .owl-nav button,
body.blog .site-main .snap-child.articolo-top10 .top10-body .owl-nav button {
	position: absolute;
	bottom: 45%;
	z-index: 10000000000000;
	width: 100%;
	font-size: 50px;
	width: 20px;
	margin: 0px;
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .owl-nav button span,
body.blog .site-main .snap-child.articolo-top10 .top10-body .owl-nav button span {
	color: #ff3067;
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .owl-nav button.owl-prev,
body.blog .site-main .snap-child.articolo-top10 .top10-body .owl-nav button.owl-prev {
	left: -25px;
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .owl-nav button.owl-next,
body.blog .site-main .snap-child.articolo-top10 .top10-body .owl-nav button.owl-next {
	right: -25px;
}

body.archive .site-main .snap-child.articolo-top10 .top10-body .owl-nav button:hover,
body.blog .site-main .snap-child.articolo-top10 .top10-body .owl-nav button:hover {
	background: unset;
}

body.archive .site-main .snap-child.articolo-inchiesta .articolo-text-subtitle,
body.blog .site-main .snap-child.articolo-inchiesta .articolo-text-subtitle {
	text-align: center;
}

@media (min-width: 992px) {
	body.archive .site-main .snap-child.articolo-inchiesta .articolo-text-subtitle,
	body.blog .site-main .snap-child.articolo-inchiesta .articolo-text-subtitle {
		text-align: left;
	}
}

body.archive .site-main .snap-child.button-nextpage,
body.blog .site-main .snap-child.button-nextpage {
	background-color: #000;
	display: grid;
	align-items: center;
	text-align: center;
}

body.archive .site-main .snap-child.button-nextpage .bottone-nextpage,
body.blog .site-main .snap-child.button-nextpage .bottone-nextpage {
	display: block;
	background-color: #ffffff;
	color: #000;
	padding: 10px;
	text-decoration: none;
	font-size: 20px;
	text-transform: uppercase;
	max-width: 300px;
	margin: auto;
	width: 100%;
}

body.archive .site-main .snap-child.button-nextpage-inner,
body.blog .site-main .snap-child.button-nextpage-inner {
	background-image: url("img/filigrana-dieci.png");
}

body.search .site-main .page-header h1 {
	font-family: "Oswald", sans-serif;
	font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: normal;
	color: #101010;
	text-transform: uppercase;
	margin-top: 51px;
	margin-bottom: 30px;
}

body.search .site-main .archive-body article {
	border-top: 1px solid #0000007f;
	padding-top: 20.5px;
	padding-bottom: 20.5px;
	display: grid;
}

body.search .site-main .archive-body article:last-of-type {
	border-bottom: 1px solid #0000007f;
}

@media (min-width: 768px) {
	body.search .site-main .archive-body article {
		padding-top: 40.5px;
		padding-bottom: 40.5px;
		grid-template-columns: 50% 50%;
	}
}

body.search .site-main .archive-body article .articolo-image {
	width: 100%;
	height: 0px;
	padding-bottom: 74%;
	position: relative;
}

@media (min-width: 768px) {
	body.search .site-main .archive-body article .articolo-image {
		padding-bottom: 56%;
	}
}

body.search .site-main .archive-body article .articolo-image a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}

body.search .site-main .archive-body article .articolo-image a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

body.search .site-main .archive-body article .articolo-image-icona {
	position: absolute;
	width: 80px;
	height: 80px;
	bottom: 0px;
	left: 0px;
	background-color: #363f49;
}

body.search .site-main .archive-body article .articolo-text {
	margin-top: 14px;
}

@media (min-width: 768px) {
	body.search .site-main .archive-body article .articolo-text {
		margin-top: 0px;
		padding-left: 31px;
	}
}

body.search .site-main .archive-body article .articolo-text-title {
	font-family: "Oswald", sans-serif;
	font-size: 24px;
	line-height: 1.21;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #101010;
	text-transform: uppercase;
}

body.search .site-main .archive-body article .articolo-text-title a {
	color: #101010;
	text-decoration: none;
}

@media (min-width: 768px) {
	body.search .site-main .archive-body article .articolo-text-title {
		font-size: 40px;
		line-height: 1.13;
	}
}

body.search .site-main .archive-body article .articolo-text-autore {
	font-family: "Source Sans 3", sans-serif;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.44px;
	color: #101010;
	margin-top: 15px;
}

body.search .site-main .archive-body article .articolo-text-autore a {
	color: #101010;
}

body.search .site-main .archive-body article .articolo-text-excerpt {
	font-family: "Source Sans 3", sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	color: #000;
	margin-top: 12px;
	display: none;
}

@media (min-width: 768px) {
	body.search .site-main .archive-body article .articolo-text-excerpt {
		display: block;
	}
}

body.search .site-main .archive-body article .articolo-text-data {
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.44px;
	color: #101010;
	margin-top: 12px;
}

@media (min-width: 768px) {
	body.search .site-main .archive-body article .articolo-text-data {
		font-size: 14px;
	}
}

body.search .site-main .navigation.pagination {
	margin-top: 20px;
	margin-bottom: 50px;
}

body.search .site-main .navigation.pagination .page-numbers {
	font-family: "Source Sans 3", sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	text-align: center;
	color: #101010;
	text-decoration: none;
	margin-right: 10px;
}

body.search .site-main .navigation.pagination .page-numbers.current {
	color: #e78200;
}

body.search .site-main .navigation.pagination .page-numbers.next, body.search .site-main .navigation.pagination .page-numbers.prev {
	font-size: 50px;
	line-height: 24px;
	height: 25px;
	display: inline-block;
	overflow-y: hidden;
	margin-bottom: -4px;
	font-weight: 100;
}

body .site-header {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 115px;
	z-index: 1100;
	transition: all 0.1s linear;
}

body .site-header .inner-content {
	display: grid;
	grid-template-columns: 50px auto 50px;
	grid-template-areas: "headersx sitelogo headerdx";
	align-items: flex-start;
}

@media (min-width: 992px) {
	body .site-header .inner-content {
		grid-template-columns: calc((100% - 130px) / 2) 139px calc((100% - 130px) / 2);
		grid-template-areas: "headersx sitelogo headerdx";
	}
}

body .site-header .inner-content .header-sx {
	grid-area: headersx;
	height: 100%;
	display: grid;
	grid-template-columns: 40px 1fr;
}

body .site-header .inner-content .header-dx {
	grid-area: headerdx;
	height: 100%;
	display: grid;
	align-items: center;
}

body .site-header .inner-content .site-topmenu {
	display: none;
}

@media (min-width: 992px) {
	body .site-header .inner-content .site-topmenu {
		display: grid;
		height: 100%;
		align-items: center;
	}
	body .site-header .inner-content .site-topmenu ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		display: flex;
		font-family: "Source Sans 3", sans-serif;
		font-size: 18px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 0.78;
		letter-spacing: 0.42px;
		color: #fff;
		text-transform: uppercase;
	}
	body .site-header .inner-content .site-topmenu ul a {
		color: #fff;
		text-decoration: none;
		margin-right: 20px;
	}
}

body .site-header .inner-content .site-menu-opener {
	text-align: left;
	height: 100%;
	display: grid;
	align-items: center;
}

body .site-header .inner-content .site-menu-opener img {
	height: 13px;
}

@media (min-width: 992px) {
	body .site-header .inner-content .site-menu-opener img {
		height: 15px;
	}
}

body .site-header .inner-content .site-logo {
	grid-area: sitelogo;
	color: #ffffff;
	text-align: center;
	padding-top: 29px;
	padding-bottom: 21px;
	--altezza-logo: 40px;
}

body .site-header .inner-content .site-logo .logo {
	display: none;
	height: var(--altezza-logo);
}

body .site-header .inner-content .site-logo .logo img {
	transition: all 0.1s;
	height: var(--altezza-logo);
}

body .site-header .inner-content .site-logo .logo-negativo {
	display: none;
	height: var(--altezza-logo);
}

body .site-header .inner-content .site-logo .logo-negativo img {
	transition: all 0.1s;
	height: var(--altezza-logo);
}

body .site-header .inner-content .site-logo .logo-payoff {
	display: inline-block;
	height: var(--altezza-logo);
	max-width: 140px;
}

body .site-header .inner-content .site-logo .logo-payoff img {
	transition: all 0.1s;
}

body .site-header .inner-content .site-logo .logo-payoff-negativo {
	display: none;
	height: var(--altezza-logo);
}

body .site-header .inner-content .site-logo .logo-payoff-negativo img {
	transition: all 0.1s;
}

@media (min-width: 992px) {
	body .site-header .inner-content .site-logo {
		--altezza-logo: 61px;
	}
}

body .site-header .inner-content .site-top10-opener {
	height: 100%;
	color: #ffffff;
	font-family: "Source Sans 3", sans-serif;
	font-weight: 600;
	font-size: 18px;
	text-align: right;
	display: grid;
	align-items: center;
}

body .site-header .inner-content .site-top10-opener a {
	color: #ffffff;
	text-decoration: none;
}

body .site-header .inner-content .site-top10-opener .logo-top10 {
	width: 60px;
}

body:not(.blog):not(.home):not(.page-template-page-top10):not(.archive) .site-header {
	background-color: #ff3067;
	background-color: #ff3067;
	height: auto;
}

body:not(.blog):not(.home):not(.page-template-page-top10):not(.archive) .site-header .site-logo .logo {
	display: none;
}

body:not(.blog):not(.home):not(.page-template-page-top10):not(.archive) .site-header .site-logo .logo-negativo {
	display: none;
}

body:not(.blog):not(.home):not(.page-template-page-top10):not(.archive) .site-header .site-logo .logo-payoff {
	display: none;
}

body:not(.blog):not(.home):not(.page-template-page-top10):not(.archive) .site-header .site-logo .logo-payoff-negativo {
	display: block;
}

@media (max-width: 991.98px) {
	body:not(.blog):not(.home):not(.page-template-page-top10):not(.archive) .site-header .site-logo {
		--altezza-logo: 32px;
		padding-top: 16px;
		padding-bottom: 13px;
	}
	body:not(.blog):not(.home):not(.page-template-page-top10):not(.archive) .site-header .site-logo .logo {
		display: none;
	}
	body:not(.blog):not(.home):not(.page-template-page-top10):not(.archive) .site-header .site-logo .logo-negativo {
		display: block;
	}
	body:not(.blog):not(.home):not(.page-template-page-top10):not(.archive) .site-header .site-logo .logo-payoff {
		display: none;
	}
	body:not(.blog):not(.home):not(.page-template-page-top10):not(.archive) .site-header .site-logo .logo-payoff-negativo {
		display: none;
	}
}

body.scrolled:not(.blog):not(.page-template-page-top10):not(.archive) .site-header .site-logo .logo-negativo {
	display: block;
}

body.scrolled:not(.blog):not(.page-template-page-top10):not(.archive) .site-header .site-logo .logo-payoff-negativo {
	display: none;
}

body.scrolled .site-header {
	height: 64px;
}

body.scrolled .site-header .site-logo {
	padding-top: 16px;
	padding-bottom: 13px;
	--altezza-logo: 32px;
}

@media (min-width: 992px) {
	body.scrolled .site-header .site-logo {
		--altezza-logo: 32px;
	}
}

body.scrolled .site-header .site-logo .logo {
	display: block;
}

body.scrolled .site-header .site-logo .logo-payoff {
	display: none;
}

body.scrolled .site-header .site-logo .logo-negativo {
	height: 32px;
}

body.scrolled .site-header .site-logo .logo-negativo img {
	height: 32px;
}

body.scrolled .site-header .site-logo .logo-payoff-negativo {
	display: none;
}

body.admin-bar .site-header {
	margin-top: 46px;
}

@media (min-width: 783px) {
	body.admin-bar .site-header {
		margin-top: 32px;
	}
}

.site-footer {
	min-height: 100vh;
	max-height: var(--window-height);
	overflow-y: hidden;
	scroll-snap-align: start;
	scroll-snap-stop: always;
	background-color: #363f49;
	position: relative;
	z-index: 20;
}

.site-footer-newsletter {
	background-image: url("img/newsletter.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: calc(60px + var(--window-scroll)) 0px 16px;
}

@media (min-width: 992px) {
	.site-footer-newsletter {
		padding: 116px 0px;
	}
}

.site-footer-newsletter .title {
	font-family: "Oswald", sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.07;
	letter-spacing: normal;
	color: #fff;
}

@media (min-width: 992px) {
	.site-footer-newsletter .title {
		font-size: 40px;
		line-height: normal;
	}
}

.site-footer-newsletter .subtitle {
	font-family: "Source Sans 3", sans-serif;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.5px;
	color: #fcfcfc;
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.13;
}

@media (min-width: 992px) {
	.site-footer-newsletter .subtitle {
		font-size: 16px;
	}
}

.site-footer-newsletter .button a {
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: 0.3px;
	text-align: center;
	color: #fff;
	padding: 12px 28px;
	background-color: #363f49;
	display: inline-block;
	text-decoration: none;
	margin-top: 20px;
}

@media (min-width: 992px) {
	.site-footer-newsletter .button a {
		margin-top: 30px;
	}
}

.site-footer-body {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (min-width: 992px) {
	.site-footer-body {
		margin-top: 40px;
		padding-bottom: 40px;
	}
}

.site-footer-body .inner-content {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-areas: "logo torna-su" "social social" "copyrights copyrights" "menu menu" "adv adv";
}

@media (min-width: 992px) {
	.site-footer-body .inner-content {
		grid-template-columns: 33% 34% 33%;
		grid-template-areas: "logo social torna-su" "logo copyrights torna-su" "logo menu torna-su" "logo adv torna-su";
	}
}

.site-footer-body .logo {
	grid-area: logo;
}

@media (min-width: 992px) {
	.site-footer-body .logo {
		border-right: 1px solid #ffffff;
		margin-right: 30px;
	}
}

.site-footer-body .logo img {
	height: 30px;
}

@media (min-width: 992px) {
	.site-footer-body .logo img {
		height: 50px;
	}
}

.site-footer-body .carica-altri {
	display: none;
}

.site-footer-body .torna-su {
	grid-area: torna-su;
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	text-align: right;
	color: #fff;
}

.site-footer-body .torna-su img {
	width: 28px;
}

.site-footer-body .social {
	grid-area: social;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	padding: 20px 0px;
}

@media (min-width: 992px) {
	.site-footer-body .social {
		border-bottom: none;
		text-align: left;
		padding: 0px;
	}
}

.site-footer-body .social-title {
	opacity: 0.81;
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	color: #fff;
	margin: 21px 0px;
}

@media (min-width: 992px) {
	.site-footer-body .social-title {
		margin-top: 0px;
	}
}

.site-footer-body .social-bar {
	display: flex;
	column-gap: 30px;
	justify-content: center;
}

@media (min-width: 992px) {
	.site-footer-body .social-bar {
		justify-content: left;
	}
}

.site-footer-body .social-bar .facebook a {
	width: 25px;
	height: 25px;
	background-image: url("img/social_media/facebook.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

.site-footer-body .social-bar .twitter a {
	width: 25px;
	height: 25px;
	background-image: url("img/social_media/twitter.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

.site-footer-body .social-bar .youtube a {
	width: 25px;
	height: 25px;
	background-image: url("img/social_media/youtube.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

.site-footer-body .social-bar .instagram a {
	width: 25px;
	height: 25px;
	background-image: url("img/social_media/instagram.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

.site-footer-body .social-bar .tiktok a {
	width: 25px;
	height: 25px;
	background-image: url("img/social_media/tiktok.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

.site-footer-body .social-bar .linkedin a {
	width: 25px;
	height: 25px;
	background-image: url("img/social_media/linkedin.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

.site-footer-body .copyrights {
	grid-area: copyrights;
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.15;
	letter-spacing: 0.5px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
}

@media (min-width: 992px) {
	.site-footer-body .copyrights {
		text-align: left;
	}
}

.site-footer-body .menu {
	grid-area: menu;
	border-bottom: 1px solid #ffffff;
	padding: 20px 0px;
}

@media (min-width: 992px) {
	.site-footer-body .menu {
		border-bottom: none;
	}
}

.site-footer-body .menu ul.menu-footer {
	list-style: none;
	display: flex;
	justify-content: center;
	column-gap: 30px;
	margin: 0px;
	padding: 0px;
}

@media (min-width: 992px) {
	.site-footer-body .menu ul.menu-footer {
		justify-content: left;
	}
}

.site-footer-body .menu ul.menu-footer a {
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	color: #fff;
}

.site-footer-body .adv {
	grid-area: adv;
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.5px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.site-footer-body .adv {
		text-align: left;
		margin-bottom: 0px;
	}
}

.site-footer-home:not(.hide-next) .site-footer-body .torna-su {
	display: none;
}

.site-footer-home:not(.hide-next) .site-footer-body .carica-altri {
	cursor: pointer;
	display: grid;
	grid-template-columns: 1fr auto;
	column-gap: 5px;
	align-items: center;
	grid-area: torna-su;
	font-family: "Source Sans 3", sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-align: right;
	color: #fff;
	visibility: hidden;
}

@media (min-width: 992px) {
	.site-footer-home:not(.hide-next) .site-footer-body .carica-altri {
		align-items: flex-start;
	}
	.site-footer-home:not(.hide-next) .site-footer-body .carica-altri span {
		padding-top: 5px;
	}
}

.site-footer-home:not(.hide-next) .site-footer-body .carica-altri img {
	width: 28px;
}

.site-footer-homes:not(.hide-next) .site-footer-loadnext {
	background-color: #363f49;
	text-align: center;
	padding: calc(80px + var(--window-scroll)) 0px 16px;
}

@media (min-width: 992px) {
	.site-footer-homes:not(.hide-next) .site-footer-loadnext {
		padding: 60px 0px;
	}
}

.site-footer-homes:not(.hide-next) .site-footer-loadnext-inner {
	height: 40px;
}

.site-footer-homes:not(.hide-next) .site-footer-loadnext-button {
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: 0.3px;
	text-align: center;
	color: #363f49;
	padding: 12px 28px;
	background-color: #FFFFFF;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

@media (min-width: 992px) {
	.site-footer-homes:not(.hide-next) .site-footer-loadnext-button {
		margin-top: 30px;
	}
}

.site-footer-homes:not(.hide-next) .site-footer-loadnext.clicked {
	background-image: url("img/loader.gif");
	background-repeat: no-repeat;
	background-position: center calc(70px + var(--window-scroll));
	background-size: 25px;
}

@media (min-width: 992px) {
	.site-footer-homes:not(.hide-next) .site-footer-loadnext.clicked {
		padding: 60px 0px;
		background-position: center 100px;
	}
}

.site-footer-homes:not(.hide-next) .site-footer-loadnext.clicked .site-footer-loadnext-button {
	display: none;
}

.site-footer-homes:not(.hide-next) .site-footer-newsletter {
	padding-top: 16px;
	position: relative;
	z-index: 20;
}

@media (min-width: 992px) {
	.site-footer-homes:not(.hide-next) .site-footer-newsletter {
		padding-top: 116px;
	}
}

.site-footer-homes:not(.hide-next) .site-footer-body {
	padding: 10px 0px;
	position: relative;
	z-index: 20;
}

@media (min-width: 992px) {
	.site-footer-homes:not(.hide-next) .site-footer-body {
		padding: 20px 0px;
	}
}

.site-footer-homes:not(.hide-next) .site-footer-body .social {
	padding: 10px 0px;
}

@media (min-width: 992px) {
	.site-footer-homes:not(.hide-next) .site-footer-body .social {
		padding: 0px;
	}
}

.site-footer-homes:not(.hide-next) .site-footer-body .social .social-title {
	margin: 10px 0px;
}

@media (min-width: 992px) {
	.site-footer-homes:not(.hide-next) .site-footer-body .social .social-title {
		margin: 20px 0px;
	}
}

.site-footer-homes:not(.hide-next) .site-footer-body .copyrights {
	margin-top: 10px;
}

@media (min-width: 992px) {
	.site-footer-homes:not(.hide-next) .site-footer-body .copyrights {
		margin-top: 20px;
	}
}

.site-footer-homes:not(.hide-next) .site-footer-body .menu {
	padding: 10px 0px;
}

@media (min-width: 992px) {
	.site-footer-homes:not(.hide-next) .site-footer-body .menu {
		padding: 20px 0px;
	}
}

.site-footer-homes.hide-next .site-footer-loadnext {
	display: none;
}

body:not(.home):not(.page-template-page-top10):not(.archive) .site-footer {
	min-height: unset;
}

body:not(.home):not(.page-template-page-top10):not(.archive) .site-footer-newsletter {
	padding: 16px 0px 16px;
}

@media (min-width: 992px) {
	body:not(.home):not(.page-template-page-top10):not(.archive) .site-footer-newsletter {
		padding: 116px 0px;
	}
}

.scrollup {
	--main-color: #ff3067;
	position: fixed;
	right: 20px;
	bottom: 16px;
	width: 34px;
	height: 34px;
	cursor: pointer;
	background-color: var(--main-color);
	border-radius: 100%;
	z-index: 10000000;
	display: none;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 2;
}

.scrollup::after {
	content: "\F286";
	font-family: bootstrap-icons !important;
}

body .mobile-search {
	position: fixed;
	top: 0px;
	left: calc(100vw * -1);
	width: 100%;
	height: 100%;
	background-color: #cccccccc;
	z-index: 10000000000;
	transition: left 0s 1s, opacity 0.5s 0.5s;
	opacity: 0;
}

@media (min-width: 992px) {
	body .mobile-search {
		display: none;
	}
}

body .mobile-search-inner {
	transition: left 0.5s ease-out 0s;
	position: absolute;
	left: calc(100vw * -1);
	background-color: #ff3067;
	height: 100%;
	max-width: 374px;
	width: 100%;
}

@media (max-width: 575.98px) {
	body .mobile-search-inner {
		max-width: 100%;
	}
}

body .mobile-search-closer {
	display: grid;
	grid-template-columns: 80px auto 80px;
	margin-bottom: 40px;
}

body .mobile-search-closer .closer-logo {
	grid-column: 2;
	padding: 20px 0px;
	text-align: center;
}

body .mobile-search-closer .closer-logo img {
	height: 43px;
}

body .mobile-search-closer .search-closer-button {
	grid-column: 3;
	color: #ffffff;
	font-size: 50px;
	line-height: 83px;
	text-align: right;
}

body .mobile-search-closer .search-closer-button::after {
	content: "\F62a";
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 50px;
	color: #ffffff;
	text-align: right;
}

body .mobile-search-body {
	height: calc(100% - 130px);
	overflow: auto;
	padding: 15px;
}

body .mobile-search-body img {
	width: 15px;
}

body .mobile-search-body input[type=text] {
	width: calc(100% - 20px);
	color: #ffffff;
	background-color: transparent;
	border: none;
}

body .mobile-search-body input[type=text]:focus {
	color: #ffffff;
	outline: transparent none 0px;
}

body .mobile-search-body input[type=text]::placeholder {
	color: #ffffff99;
}

body .mobile-search-body input[type=text]::-webkit-search-cancel-button {
	/* 	position: absolute;
	right: 0; */
}

body .mobile-search-body input[type=text]:focus-visible {
	border: none;
	outline: transparent none 0px;
}

body .mobile-search-body input[type=text]:-webkit-autofill, body .mobile-search-body input[type=text]:-webkit-autofill:hover, body .mobile-search-body input[type=text]:-webkit-autofill:focus, body .mobile-search-body input[type=text]:-webkit-autofill:active {
	-webkit-background-clip: text;
	-webkit-text-fill-color: #ffffff;
	transition: background-color 5000s ease-in-out 0s;
	box-shadow: inset 0 0 20px 20px transparent;
}

body .mobile-search-body form {
	border-bottom: 1px solid #ffffff;
}

body .desktop-search {
	display: none;
}

@media (min-width: 992px) {
	body .desktop-search {
		height: 100%;
		display: grid;
		align-items: center;
		padding-left: 20px;
		opacity: 0;
		transition: opacity 0.5s;
	}
}

body .desktop-search form {
	border-bottom: 1px solid #ffffff;
}

body .desktop-search form img {
	width: 21px;
}

body .desktop-search form input[type=text] {
	width: calc(100% - 27px);
	color: #ffffff;
	background-color: transparent;
	border: none;
}

body .desktop-search form input[type=text]:focus {
	color: #ffffff;
	outline: transparent none 0px;
}

body .desktop-search form input[type=text]::placeholder {
	color: #ffffff99;
}

body .desktop-search form input[type=text]:focus-visible {
	border: none;
	outline: transparent none 0px;
}

body .desktop-search form input[type=text]:-webkit-autofill, body .desktop-search form input[type=text]:-webkit-autofill:hover, body .desktop-search form input[type=text]:-webkit-autofill:focus, body .desktop-search form input[type=text]:-webkit-autofill:active {
	-webkit-background-clip: text;
	-webkit-text-fill-color: #ffffff;
	transition: background-color 5000s ease-in-out 0s;
	box-shadow: inset 0 0 20px 20px transparent;
}

body.search header.page-header .search-counter {
	font-family: "Source Sans 3", sans-serif;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.32px;
	color: #a1a1a1;
	text-transform: uppercase;
	margin-bottom: 70px;
	margin-top: 15px;
}

body.search header.page-header form {
	border-bottom: 1px solid #363f4950;
}

@media (min-width: 992px) {
	body.search header.page-header form {
		max-width: 50%;
	}
}

body.search header.page-header form img {
	width: 15px;
}

body.search header.page-header form input[type=text] {
	width: calc(100% - 20px);
	color: #101010;
	background-color: transparent;
	border: none;
}

body.search header.page-header form input[type=text]:focus {
	color: #101010;
	outline: transparent none 0px;
}

body.search header.page-header form input[type=text]::placeholder {
	color: #10101099;
}

body.search header.page-header form input[type=text]:focus-visible {
	border: none;
	outline: transparent none 0px;
}

body.search header.page-header form input[type=text]:-webkit-autofill, body.search header.page-header form input[type=text]:-webkit-autofill:hover, body.search header.page-header form input[type=text]:-webkit-autofill:focus, body.search header.page-header form input[type=text]:-webkit-autofill:active {
	-webkit-background-clip: text;
	transition: background-color 5000s ease-in-out 0s;
	box-shadow: inset 0 0 20px 20px #ffffff;
}

.articolo-correlato {
	border-top: 1px solid #0000007f;
	border-bottom: 1px solid #0000007f;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.articolo-correlato .titolo {
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.78;
	letter-spacing: 0.42px;
	color: #e78200;
	text-transform: uppercase;
	margin-bottom: 15px;
}

@media (min-width: 992px) {
	.articolo-correlato .titolo {
		font-size: 18px;
	}
}

.articolo-correlato .article {
	padding: 14px 20px 14px 14px;
	background-color: #363f49;
	display: grid;
	grid-template-columns: 87px auto;
	column-gap: 10px;
}

@media (min-width: 992px) {
	.articolo-correlato .article {
		grid-template-columns: 37% auto;
		column-gap: 20px;
	}
}

.articolo-correlato .article-image {
	width: 100%;
	height: 0px;
	padding-bottom: 100%;
	position: relative;
}

@media (min-width: 992px) {
	.articolo-correlato .article-image {
		padding-bottom: 57%;
	}
}

.articolo-correlato .article-image a {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
}

.articolo-correlato .article-image a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.articolo-correlato .article-categoria a {
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.32px;
	color: #fbdaad;
	text-transform: uppercase;
	text-decoration: none !important;
}

@media (min-width: 992px) {
	.articolo-correlato .article-categoria a {
		font-size: 14px;
	}
}

.articolo-correlato .article-titolo a {
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: 0.51px;
	color: #fff !important;
	text-decoration: none !important;
	margin-top: 12px;
}

@media (min-width: 992px) {
	.articolo-correlato .article-titolo a {
		font-size: 22px;
	}
}

.articolo-block-photogallery {
	border-bottom: 1px solid #0000007f;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
	--item-width: (100vw - 50px);
	--item-height: calc(var(--item-width) * 0.57);
}

@media (min-width: 992px) {
	.articolo-block-photogallery {
		--item-width: 632px;
		--item-height: calc(var(--item-width) * 0.57);
	}
}

.articolo-block-photogallery-inner {
	position: relative;
}

.articolo-block-photogallery .item .image {
	width: 100%;
	height: 0px;
	padding-bottom: var(--item-height);
	position: relative;
}

.articolo-block-photogallery .item .image-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #00000007;
}

.articolo-block-photogallery .item .image-inner img {
	object-fit: contain;
	height: 100%;
	width: 100%;
}

.articolo-block-photogallery .item .titolo {
	font-family: "Source Sans 3", sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: 0.5px;
	color: #000;
	margin-top: 40px;
	word-break: break-all;
}

@media (min-width: 992px) {
	.articolo-block-photogallery .item .titolo {
		font-size: 18px;
	}
}

.articolo-block-photogallery .item .didascalia {
	opacity: 0.7;
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.15;
	letter-spacing: 0.5px;
	color: #000;
	word-break: break-all;
}

.articolo-block-photogallery .counter {
	font-family: "Source Sans 3", sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 20px;
	letter-spacing: 0.5px;
	color: #e78200;
	position: absolute;
	left: 50px;
	top: calc(var(--item-height) + 10px);
}

.articolo-block-photogallery .expand {
	position: absolute;
	right: 0px;
	top: calc(var(--item-height) + 10px);
	background-image: url("img/expand.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
	z-index: 10;
}

.articolo-block-photogallery .expand a {
	display: block;
	height: 100%;
	width: 100%;
}

.articolo-block-photogallery .owl-carousel .owl-nav button {
	position: absolute;
	top: calc(var(--item-height) + 10px);
	font-family: "Source Sans 3", sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 20px;
	color: #e78200;
}

.articolo-block-photogallery .owl-carousel .owl-nav button.owl-prev {
	left: 0px;
	color: #e78200;
	line-height: 6px;
	font-size: 40px;
}

.articolo-block-photogallery .owl-carousel .owl-nav button.owl-next {
	left: 100px;
	color: #e78200;
	line-height: 6px;
	font-size: 40px;
}

.articolo-block-photogallery .owl-carousel .owl-nav [class*='owl-']:hover {
	background: none;
}

.photogallery-lightbox-div {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0px;
	top: 0px;
	background-color: #ffffffcc;
	z-index: 10000000000;
}

.photogallery-lightbox-div-inner {
	display: block;
	height: 80%;
	width: 80%;
	margin: 10vh auto;
}

.photogallery-lightbox-div img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.photogallery-lightbox-div .bi-x-circle {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 30px;
}

.photogallery-lightbox-div .ph-nav .ph-prev {
	position: absolute;
	top: 50vh;
	left: 4vw;
	color: #e78200;
	line-height: 6px;
	font-size: 40px;
}

.photogallery-lightbox-div .ph-nav .ph-next {
	position: absolute;
	top: 50vh;
	right: 4vw;
	color: #e78200;
	line-height: 6px;
	font-size: 40px;
}

body.fixed .photogallery-lightbox-div {
	display: block;
}

/* Posts and pages
--------------------------------------------- */
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.allignfull {
	width: var(--window-width);
	margin-left: calc((var(--window-width) - 100%) / -2);
	margin-right: calc((var(--window-width) - 100%) / -2);
}

/*# sourceMappingURL=style.css.map */