	.PageImage {
		display: flex;
		justify-content: center;
		width: 100%;
		height: 22rem;
		overflow: hidden;
		margin-top: 8rem;
	}
	.PageImage IMG {
		height: 22rem;
		width:auto;
	}
	.Container {
		margin-top: 0rem;
		padding-top: 3rem;
	}
	.Container .Scadenza {
		display:block;
		line-height: 1.5em;
		font-size:1.2rem;
		font-style: italic;
		margin-bottom: 1rem;
	}
	.Container .Testo {
		font-size: 1.1rem;
		line-height: 1.6em;
	}
	.Container .Testo A {
		color:var(--Palette1);
		text-decoration: underline;
	}
	.Container .Testo P {
		margin:0;
		padding: 0;
		margin-bottom: 1rem;
	}
	.Container .Testo H4 {
		display: block;
		margin: 0;
		padding: 0;
		font-size: 1.6rem;
		font-weight: 900;
		margin-bottom: 0.5rem;
	}

	.Container .Prezzi {
		display:grid;
		grid-template-columns: auto 17rem;
	}
	.Container .Prezzi .Prezzo {
		font-size: 1.1rem;
		line-height: 1.6em;
	}

	#Abbo {
		float: right;
		margin-left: 2rem;
	}

	.Container .DatesTable {
		position: relative;
		display: inline-block;
		margin-top: 0.5rem;
		padding: 2rem;
		border: 1px solid #cccccc;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 0.6rem;
		background-color: #f9f9f9;
		position: relative;

		margin-top: 0.5rem;
	}
	.Container .DatesTable .Row {
		display: grid;
		grid-template-columns: 10rem 10rem 7rem;
		font-size: 1.1rem;
		line-height: 2.5rem;
		color: #656565;
		font-family: var(--Font_Text);
	}
	.Container .DatesTable .Row SPAN {
		display: block;
		text-align: center;
		line-height: 2.5rem;
		height: 3.5rem;
		border-bottom: 1px solid #cccccc;
		margin-bottom: 1rem;
	}
	.Container .DatesTable .Row SPAN:first-of-type {
		text-align: left;
	}
	.Container .DatesTable .Row SPAN:last-of-type {
		text-align: right;
	}
	.Container .DatesTable .Row:first-of-type SPAN {
		font-size: 0.9rem;
		text-transform: uppercase;
		font-weight: 800;
	}
	.Container .DatesTable SPAN .DropDown {
		margin: 0px;
		padding: 0px;
		display: inline-block;
		background-color: #ffffff;
		border: 1px solid #a1a1a1;
		white-space: nowrap;
		-webkit-border-radius: 0.3em;
		-moz-border-radius: 0.3em;
		border-radius: 0.3em;
		box-sizing: border-box;
		width: 5rem;
		font-size: 1.1rem;
		height: 2.1rem;
		margin-top:0.2rem;
		margin-bottom:0.2rem;
	}
	.Container .DatesTable SPAN .DropDown SELECT {
		margin: 0px;
		padding: 0px;
		border:0;
		font-size: 1.1rem;
		margin-left: 0.2em;
		height: 2.1rem;
		line-height: 2.1rem;
		font-size: 1.2em;
		font-weight: 300;
		background-color: transparent;
		color: #666666;
		display: block;
		outline: none;
		box-shadow: none;
		width: calc(100% - 0.2em);
	}

	#Totale {
		color: #656565;
		line-height: 2.5rem;
		text-transform: uppercase;
		font-size: 1.2rem;
	}

	#TotaleTariffa {
		color: #656565;
		font-weight: 700;
		font-size: 1.7rem;
		float: right;
	}

	.Forms .FormDropDown SELECT {
		margin: 0px;
		padding: 0px;
		border: 0px;
		height: 1.6em;
		line-height: 1.6em;
		font-size: 1em;
		margin: 0.1em;
		margin-left: 0.1em;
		color: #666666;
		display: block;
		background-color: #ffffff;
		outline: none;
		box-shadow: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		width: calc(100% - 0.2em);
	}

	#ContainerButton {
		margin-top: 1rem;
		display: block;
	}


	.Container .ButtonProceed {
		display: block;
		width:100%;
		height: 4rem;
		line-height: 4rem;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
		text-transform:uppercase;
		text-decoration: none;
		cursor: pointer;
		position: relative;
		overflow: hidden;
		font-weight: bold;
		border-radius: 2px;
		background-color: #e6341d;
		color: white !important;
	}

	.Container .ButtonProceed:HOVER:before, .Container .ButtonProceed:FOCUS::before {
		left: 120%;
		-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
		transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	}

	.Container .ButtonProceed:before {
		content: "";
		background-color: white;
		height: 155px;
		left: -75px;
		opacity: .2;
		position: absolute;
		top: -50px;
		-webkit-transform: skewX(-38deg);
		transform: skewX(-38deg);
		-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
		transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
		width: 36px;
		z-index: 0;
	}



/*	Mobile  */
	@media screen and (max-width: 440px) {

		.Container {
			padding: 0;
			margin-top: 8rem !important;
		}

		.Container .PageTitle {
			font-size: 2.6rem !important;
		}

		.Container #Abbo {
			float: unset;
			margin-left: 0;
			margin-bottom: 3rem;
		}

		.Container #Abbo .DatesTable {
			width: 18.2rem;
			padding: 2rem 1rem;
			padding-top: 1rem;
		}

		.Container #Abbo .DatesTable .Row:first-child span {
			height: 3rem;
		}

		.Container #Abbo .DatesTable .Row {
			grid-template-columns: 8rem 5rem 5rem !important;
			line-height: 2.5rem;
		}
		
	}