:root {
	--beige: #F4F2EA;
	--blue: #0C629B;
	--green: #1AAB85;
	--orange: #FD6F01;
	--red: #D60E57;
	scroll-behavior: auto;
} html {
	/*font-family: 'Changa One', cursive;
	font-family: 'Karla', sans-serif;*/
} body {
	background-color: var(--beige);
	font-family: 'Karla', sans-serif;
	overflow: hidden auto;
	color: #000;
	font-size: 1.125rem;
	line-height: 1.875rem;
	color: var(--green);
	font-size: 22px;
	font-weight: bold;
} h1 {
	font-family: 'Changa One', cursive;
	font-size: 80px;
	color: var(--blue);
} h2 {
	font-size: 24px;
	color: var(--green);
	font-weight: bold;
	line-height: 32px;
	position: relative;
    z-index: 200;
} h3 {
	font-family: 'Changa One', cursive;
	font-size: 70px;
	color: var(--blue);
} h4 {
	font-size: 32px;
	color: var(--blue);
	font-weight: bold;
	line-height: 40px;
} h5 {
	font-weight: 900;
	font-size: 24px;
} h6 {
	font-weight: 700;
	font-size: 24px;
} cite {
	font-family: 'Changa One', cursive;
	font-size: 36px;
	line-height: normal;
	font-weight: 400;
	letter-spacing: .3px;
	color: var(--blue);
	font-style: normal;
	display: block;
	max-width: calc(100% - 2rem);
} a {
	color: var(--green);
} img {
	max-width: 100%;
} .text-blue {
	color: var(--blue)!important;
} .sidebar {
	background-image: url('../img/bg.svg');
	background-repeat: repeat-y;
	background-position: right top;
	background-size: 200% auto;
	width: 5rem;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
} section {
	min-height: 100vh;
	padding: 3rem 3rem 6rem 8rem;
} section .subsection {
	width: calc(100vw - 11rem);
	min-height: calc(100vh - 9rem);
    position: relative;
    z-index: 200;
} section .subsection .subsection-body {
	flex: 1;
/* 	background-color: rgba(0,0,0,.2); */
} .text-orange {
	color: #fff;
	background-color: var(--orange);
} .text-red {
	color: var(--red);
} .text-green {
	color: var(--green);
} .bg-beige {
	background-color: var(--beige);
} section > .subsection:nth-child(2) {
	margin-top: calc(-100vh + 6rem);
} section > .header {
	position: sticky;
	top: 0;
	display: flex;
	flex-direction: column;
	height: 100vh;
	width: calc(100vw - 5rem);
	margin-left: -3rem;
	overflow: hidden;
} section > .header .map {
	overflow: visible;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
} section > .header .map .map-inner {
	width: 100%;
	height: 100%;
} section > .header .map object {
	transition: width .5s ease, top .5s ease, left .5s ease, opacity .5s ease;
	width: 100%;
	position: relative;
	top: 3rem;
	left: 50%;
	transform: translateX(-50%);
} section h3
, section h3:before
, section h3:after {
	transition: background-color .5s ease, opacity .5s ease;
	position: relative;
} section#section1 #section3-1 h3:before
, section#section1 #section4-1 h3:before {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 4rem;
	left: 50%;
	bottom: -3.5rem;
	transform: translateX(-50%);
	background-color: var(--green);
} section#section1 #section3-1 h3:after
, section#section1 #section4-1 h3:after {
	content: '';
	position: absolute;
	display: block;
	width: 4rem;
	height: 4rem;
	left: 50%;
	bottom: -8rem;
	transform: translateX(-50%);
	background-color: var(--blue);
	border-radius: 2rem;
} section#section1.step0 > .header .map object {
	width: 100%;
	top: 3rem;
} section#section1 #text1-1 {
	transition: opacity .5s ease;
} section#section1.step0 #text1-1 {
	opacity: 0;
} section#section5 #text5-1 {
	transition: left .5s ease;
	position: relative;
	left: -150%;
} section#section5.step1 #text5-1 {
	left: 0;
} section#section7-1 + section#section8 #text8-1
, section#section7-1 + section#section8 #text8-2
, section#section7-1 + section#section8 #text8-3
, section#section7-1 + section#section8 #text8-4
, section#section8 + section#section9 #text9-1 {
	transition: left .5s ease;
	position: relative;
	left: -150%;
} section#section7-1.step1 + section#section8 #text8-1
, section#section7-1.step2 + section#section8 #text8-1
, section#section7-1.step2 + section#section8 #text8-2
, section#section7-1.step3 + section#section8 #text8-1
, section#section7-1.step3 + section#section8 #text8-2
, section#section7-1.step3 + section#section8 #text8-3
, section#section7-1.step4 + section#section8 #text8-1
, section#section7-1.step4 + section#section8 #text8-2
, section#section7-1.step4 + section#section8 #text8-3
, section#section7-1.step4 + section#section8 #text8-4
, section#section8.step1 + section#section9 #text9-1 {
	left: 0;
} section#section1.step1 > .header .map object {
	width: 200%;
	top: -10%;
} section#section1.step2 > .header .map object
, section#section1.step4 > .header .map object {
	width: 400%;
	top: calc((-100vw / 2) + 3rem);
	left: calc(50% - 22px);
} section#section1.step3 > .header .map object
, section#section1.step5 > .header .map object {
	opacity: 0;
} section#section1.step3 h3
, section#section1.step5 h3 {
	background-color: var(--beige)
} section#section1.step3 #section3-1 h3:before
, section#section1.step3 #section3-1 h3:after
, section#section1.step4 #section3-1 h3:before
, section#section1.step4 #section3-1 h3:after
, section#section1.step5 #section4-1 h3:before
, section#section1.step5 #section4-1 h3:after
, section#section1.step5 #section4-1 h3:before
, section#section1.step5 #section4-1 h3:after {
	opacity: 0;
} section#section1.step3 #section3-1 .header:before
, section#section1.step5 #section3-1 .header:before
, section#section7-1 #section7-1 .header:before {
	position: absolute;
	content: '';
	display: block;
	width: calc(100vw - 5rem);
	margin-left: -3rem;
	top: 0;
	height: 3rem;
	z-index: 400;
	background-color: var(--beige);
	transform: translateY(-100%);
} section#section1.step3 #section3-1 .header h2
, section#section1.step5 #section4-1 .header h2 {
	background-color: var(--beige);
} section#section5 {
	display: flex;
	flex-direction: column;
/* } section#section6:before { */
/* 	background-color: var(--beige); */
/* 	content: ''; */
/* 	position: sticky; */
/* 	display: block; */
/* 	width: calc(100vw - 5rem); */
/* 	margin-left: -3rem; */
/* 	top: 0; */
/* 	height: 3rem; */
/* 	z-index: 400; */
} .subsection > .header {
	position: sticky;
	top: 3rem;
	min-height: calc(100vh - 9rem);
	z-index: 302;
} section#section3 .subsection > .header
, section#section4 .subsection > .header {
	min-height: 0;
	margin-bottom: calc(100vh - 9rem);
    background-color: var(--beige);
    z-index: 301;
} .subsection > .subsection-body {
	min-height: calc(100vh - 14rem);
	box-sizing: content-box;
	margin-bottom: 5rem;
	margin-top: calc(-100vh + 9rem);
	padding-top: 5rem;
	z-index: 300;
	position: relative;
} #section5 .subsection > .subsection-body {
	padding-top: 10rem;
} #section6 .subsection > .subsection-body {
	padding-top: 12rem;
} #section1-1.subsection > .subsection-body > div {
	margin-top: calc(100vh - 14rem);
	min-height: calc(100vh - 14rem);
	display: flex;
	flex-direction: column;
	margin-bottom: 9rem;
} #section1-1.subsection > .subsection-body > div > div:last-child {
	display: flex;
	align-items: flex-end;
	font-weight: bold;
} .subsection > .subsection-body > .header {
	position: sticky;
	top: 5rem;
} #section3-1.subsection > .subsection-body > div
, #section4-1.subsection > .subsection-body > div {
/* 	margin-top: calc(100vh - 14rem); */
	min-height: calc(100vh - 14rem);
	display: flex;
	flex-direction: column;
/* 	margin-bottom: 9rem; */
/* } #section3-1.subsection > .subsection-body > div.header */
/* , #section4-1.subsection > .subsection-body > div.header { */
/* 	margin-top: calc(100vh - 9rem); */
} #section6 .subsection > .subsection-body > div {
	min-height: calc(100vh - 14rem);
} #section6 .subsection > .subsection-body > div img {
	width: calc(100% - 4rem);
	height: calc(100% - 4rem);
	object-fit: contain;
	object-position: center;
} #section7-1 .subsection > .subsection-body > div {
	min-height: calc(100vh - 18rem);
} .subsection .subsection-slides > div {
	min-height: calc(100vh - 20rem);
	align-items: flex-end;
} .btn svg{
	height: 40px;
} .btn-red {
	background-color: var(--red);
	color: #fff;
	border-radius: 0.1rem;
	text-align: start;
	display: flex;
	gap: .5rem;
	align-items: center;
	justify-content: space-between;
} .btn-red:after {
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	background-image: url('../img/download.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
} #come-abbiamo-lavorato h5{
	color:var(--red);
	margin-bottom: 1rem;
} footer {
	position: fixed;
	left: 5rem;
	bottom: 0rem;
	width: calc(100vw - 5rem);
	background-color: var(--beige);
	padding: 0 3rem 3rem;
	z-index: 500;
} .footer p
, .footer a {
	font-size: 13px;
} .footer a
, .footer a:hover {
	font-weight: bold;
	color: var(--red);
	line-height: normal;
    display: inline-block;
} .footer p a img {
	margin-left: 1rem;
	height: 30px;
} .footer p a img.gea {
	height: 48px;
	margin-top: 10px;
} .footer p a img.icom {
	height: 42px;
	margin-top: 10px;
} .dot-number {
	display: flex;
	gap: .875rem;
	align-items: center;
	font-size: 28px;
	font-family: 'Changa One', cursive;
	margin-bottom: 1.5rem;
} h2 .dot-number {
	display: inline-flex;
	width: 64px;
} .dot-number span {
	flex: 0 0 4rem;
	height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	background-color: var(--beige);
	border-radius: 2rem;
	color: #fff;
	margin-bottom: -.875rem;
} .dot-number.blue{
	color: var(--blue);
} .dot-number.blue span {
	background-color: var(--blue);
} .dot-number.orange{
	color: var(--orange);
} .dot-number.orange span {
	background-color: var(--orange);
} @media only screen and (max-aspect-ratio: 3/4) {
	section#section1.step0 > .header .map object {
		width: 150%;
		top: 12rem;
	} section#section1.step1 > .header .map object {
		width: 350%;
		top: 16%;
	} section#section1.step2 > .header .map object
	, section#section1.step4 > .header .map object {
		width: 600%;
		left: 50%;
	} section#section6 > .header .map object {
		width: calc(100vw + 7rem);
		top: 28%;
	}
} @media only screen and (max-width: 767.98px) {
	section {
	    padding: 2rem 2rem 5rem 5rem;
	} .sidebar {
		width: 3rem;
	} #section6 .subsection > .subsection-body > div img {
		width: 100%;
    	height: 100%;
	} h1 {
		font-size: 70px;
	} h3 {
		font-size: 60px;
	} footer {
	    width: calc(100vw - 4rem);
	    padding: .5rem 2rem 1rem;
	    left: 3rem;
	} section > .header {
		width: calc(100vw - 4rem);
    	margin-left: -2rem;
	} section .subsection {
		width: calc(100vw - 8rem);
	} section > .header .map object {
		top: 20%;
	} section#section1.step1 > .header .map object {
		width: 250%;
		top: 20%;
		left: 40%;
	} .subsection-slides > .row:first-child {
		display: none;
	} #section1-1.subsection > .subsection-body > div {
		min-height: calc(100vh - 18rem);
		margin-top: calc(100vh - 18rem);
	} cite {
		font-size: 30px;
	}
} @media only screen and (max-width: 575.98px) {
	body {
		font-size: 18px;
		line-height: 24px;
	} section {
	    padding: 1rem 1rem 10rem;
	    width: 100%;
	} .sidebar {
		display: none;
	} section > .header {
		width: 100vw;
    	margin-left: -1rem;
	} h1 {
		font-size: 55px;
		line-height: normal;
	} h2 {
		font-size: 20px;
		line-height: 28px;
	} h3 {
		font-size: 36px;
	} h5 {
		font-size: 18px;
	} h6 {
		font-size: 18px;
	} cite {
		font-size: 24px;
	} section .subsection {
		width: 100%;
	} footer {
		width: 100%;
	    padding: .5rem 1rem 1rem;
	    left: 0;
	} .footer p a img {
		margin: 0;
	} .dot-number {
		font-size: 22px;
	} .dot-number span {
		flex: 0 0 3rem;
    	height: 3rem;
    	font-size: 26px;
	} h2 .dot-number {
		width: 48px;
	} section#section1.step0 > .header .map object {
		width: 150%;
		top: 12rem;
	} section#section1.step1 > .header .map object {
		width: 350%;
		top: 16%;
	} section#section1.step2 > .header .map object
	, section#section1.step4 > .header .map object {
		width: 600%;
		left: 50%;
	} section#section6 > .header .map object {
		width: calc(100vw + 7rem);
		top: 28%;
	} section#section1.step3 #section3-1 .header:before
	, section#section1.step4 #section3-1 .header:before
	, section#section7-1 #section7-1 .header:before {
		width: 100vw;
	}
}
