
/*	Mobile  */
	@media screen and (max-width: 440px) {

		#Rotor {
			display: block;
			position: relative;
			width: 100%;
			height: calc(100vh - 5.2rem);
			max-width: 100%;
			max-height: calc(100vh - 5.2rem);
			overflow: hidden;
			margin-top: 5.2rem;
			box-shadow: 0px 3.7px 7.6px rgba(0, 0, 0, 0.25);
		}
		#Rotor DIV {
			position: absolute;
			display: block;
			overflow: hidden;
			left:0;
			top:0;
			width:100%;
			height: 100%;
			opacity:0;
			background-position: center top;
			background-size: cover;
			background-repeat: no-repeat;
			text-align: center;
			transition: opacity ease-in 0.5s;
		}
		#Rotor DIV.Visible {
			opacity:1;
		}
		#Rotor DIV.Visible::before {
	        content: "";
	        position: absolute;
	        top: 0;
	        left: 0;
	        width: 100%;
	        height: 100%;
	        background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 75%);
	        z-index: -1;
	        pointer-events: none;
    	}
		#Rotor DIV .Link {
			display:block;
			position: relative;
			width:100%;
			height: 100%;
		}
		#Rotor DIV .TextBlock {
			position: absolute;
			display:block;
			font-size: 3.7rem;
			font-weight: bold;
			color: #ffffff;
			font-family: var(--Font_Normal);
			text-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.66);
		}
		#Rotor .NotVisible {
			opacity:0 !important;
			pointer-events: none !important;
		}
		#Rotor DIV .Link.Position0 .TextBlock {
			left:2rem;
			right:2rem;
			top: 2rem;
			bottom:unset;
			text-align: center;
		}
		#Rotor DIV .Link.Position1 .TextBlock {
			left:4rem;
			right:4rem;
			top:4rem;
			bottom:unset;
			text-align: right;
		}
		#Rotor DIV .Link.Position2 .TextBlock {
			left:4rem;
			right:4rem;
			top:50%;
			bottom:unset;
			text-align: right;
		}
		#Rotor DIV .Link.Position3 .TextBlock {
			left:4rem;
			right:4rem;
			top:unset;
			bottom:4rem;
			text-align: right;
		}
		#Rotor DIV .Link.Position4 .TextBlock {
			left:0;
			right:0;
			top:unset;
			bottom:4rem;
			text-align: center;
		}
		#Rotor DIV .Link.Position5 .TextBlock {
			left:4rem;
			right:4rem;
			top:unset;
			bottom:4rem;
			text-align: left;
		}
		#Rotor DIV .Link.Position6 .TextBlock {
			left:4rem;
			right:4rem;
			top:50%;
			bottom:unset;
			text-align: left;
		}
		#Rotor DIV .Link.Position7 .TextBlock {
			left:4rem;
			right:4rem;
			top:4rem;
			bottom:unset;
			text-align: left;
		}

		#Rotor DIV .Link .TextBlock .Titolo {
			display:block;
			font-size: 3.5rem;
			font-weight: bold;
			color: #ffffff;
			font-family: var(--Font_Normal);
			text-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.66);
			text-transform: uppercase;
        	letter-spacing: -0.1rem;
        	line-height: 1em;
        	margin-top: 2rem;
		}
		#Rotor DIV .Link .TextBlock .Sottotitolo {
			display: block;
			font-size: 2rem;
			font-weight: normal;
			color: #ffffff;
			font-family: var(--Font_Condensed);
			text-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 1.66);
			text-transform: uppercase;
			font-weight: 500;
			letter-spacing: -0.05rem;
			margin-bottom: 1rem;
			line-height: 1.1em;
			margin-top: 1rem;
		}
		#Rotor DIV .Link .TextBlock .Action {
			display: inline-block;
			font-size: 1.6rem;
			line-height: 5.5rem;
			padding-left: 1.5rem;
			padding-right: 1.5rem;
			font-weight: bold;
			color: #b29c79;
			font-family: var(--Font_Normal);
			background-color: #121212;
			-webkit-border-radius: 0.4rem;
			-moz-border-radius: 0.4rem;
			border-radius: 0.4rem;
			text-shadow: none;
			text-transform: uppercase;
			letter-spacing: -0.1rem;
			width: 80%;
			height: 5.5rem;
			box-shadow: 0px 2.5px 7px rgba(0, 0, 0, 0.4);
			word-spacing: 0.2rem;
		}

	}


/*	Desktop  */
	@media screen and (min-width: 441px) {

		#Rotor {
			display:block;
			position: relative;
			width:100%;
			height: calc(100vh - 5rem);
			margin-top: 5rem;
			max-width:100%;
			overflow: hidden;
/*			border-bottom: 0.3rem solid #ffc800;*/
			box-shadow: 0px 3.7px 7.6px rgba(0, 0, 0, 0.25);
		}
		#Rotor DIV {
			position: absolute;
			display: block;
			overflow: hidden;
			left:0;
			top:0;
			width:100%;
			height: 100%;
			opacity:0;
			background-position: center top;
			background-size: cover;
			background-repeat: no-repeat;
			text-align: center;
			transition: opacity ease-in 0.5s;
		}
		#Rotor DIV.Visible {
			opacity:1;
			position: relative;
			z-index: 1;
		}
		#Rotor DIV.Visible::before {
			content: "";
		    position: absolute;
		    top: 0;
		    left: 0;
		    width: 100%;
		    height: 100%;
		    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
		    z-index: -1;
		    pointer-events: none;
		}
		#Rotor DIV .Link {
			display:block;
			position: relative;
			width:100%;
			height: 100%;
		}
		#Rotor DIV .TextBlock {
			position: absolute;
			display:block;
			font-size: 3.7rem;
			font-weight: bold;
			color: #ffffff;
			font-family: var(--Font_Normal);
			text-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.66);
		}
		#Rotor .NotVisible {
			opacity:0 !important;
			pointer-events: none !important;
		}
		#Rotor DIV .Link.Position0 .TextBlock {
			left:0;
			right:0;
			top:4rem;
			bottom:unset;
			text-align: center;
		}
		#Rotor DIV .Link.Position1 .TextBlock {
			left:4rem;
			right:4rem;
			top:4rem;
			bottom:unset;
			text-align: right;
		}
		#Rotor DIV .Link.Position2 .TextBlock {
			left:4rem;
			right:4rem;
			top:50%;
			bottom:unset;
			text-align: right;
		}
		#Rotor DIV .Link.Position3 .TextBlock {
			left:4rem;
			right:4rem;
			top:unset;
			bottom:4rem;
			text-align: right;
		}
		#Rotor DIV .Link.Position4 .TextBlock {
			left:0;
			right:0;
			top:unset;
			bottom:4rem;
			text-align: center;
		}
		#Rotor DIV .Link.Position5 .TextBlock {
			left:4rem;
			right:4rem;
			top:unset;
			bottom:4rem;
			text-align: left;
		}
		#Rotor DIV .Link.Position6 .TextBlock {
			left:4rem;
			right:4rem;
			top:50%;
			bottom:unset;
			text-align: left;
		}
		#Rotor DIV .Link.Position7 .TextBlock {
			left:4rem;
			right:4rem;
			top:4rem;
			bottom:unset;
			text-align: left;
		}

		#Rotor DIV .Link .TextBlock .Titolo {
			display:block;
			font-size: 4.5rem;
			font-weight: 400;
			color: #ffffff;
			font-family: var(--Font_Normal);
			text-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.66);
			text-transform: uppercase;
			letter-spacing: -0.15rem;
		}
		#Rotor DIV .Link .TextBlock .Sottotitolo {
			display: block;
	        font-size: 2.6rem;
	        text-transform: uppercase;
	        font-weight: normal;
	        color: #ffffff;
	        font-family: var(--Font_Normal);
	        text-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.66);
	        letter-spacing: -0.1rem;
		}
		#Rotor DIV .Link .TextBlock .Action {
			display: inline-block;
			font-size: 2rem;
			line-height: 5.7rem;
			padding-left: 1.5rem;
			padding-right: 1.5rem;
			font-weight: 700;
			color: #b29c79;
			font-family: var(--Font_Normal);
			background-color: #222222;
			text-transform: uppercase;
			-webkit-border-radius: 0.4rem;
			-moz-border-radius: 0.4rem;
			border-radius: 0.4rem;
			text-shadow: none;
			transition: all 0.2s ease;
			width: 21rem;
			height: 6rem;
			margin-top: 3rem;
			letter-spacing: -0.15rem;
			position: relative;
			text-align: center;
			cursor: pointer;
			word-spacing: 0.3rem;
		}
		/*#Rotor DIV .Link .TextBlock .Action::before {
			content: url('/repository/files/20241024150221671A455D96852583005256.svg');
			display: block;
			width: auto;
			height: 50px;
			position: absolute;
			top: 0;
			left: 0;
			cursor: pointer;
		}*/

		#Rotor DIV .Link .TextBlock .Action:hover {
		    cursor: pointer;
			color: #ffffff;
			background: #b29c79;
			transform: scale(1.05);
			box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
		}

	}
