@font-face {
	font-family: 'OpenSans-Light';
	src: url('../font/OpenSans-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Regular';
	src: url('../font/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url('../font/OpenSans-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins-Light';
	src: url('../font/Poppins-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins-Regular';
	src: url('../font/Poppins-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins-Bold';
	src: url('../font/Poppins-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.font-light {
	font-family: 'Poppins-Light', sans-serif;
	font-style: normal;
}
body,
.font-regular {
	font-family: 'Poppins-Regular', sans-serif;
	font-style: normal;
}
.btn,
input,
.font-bold {
	font-family: 'Poppins-Bold', sans-serif;
	font-style: normal;
}

/* MAIN REM UNIT BASE
font-0 corrisponde a 14px con viewport larga 1440px
*/
@media (min-width: 1921px) {
	html {
		font-size: 19px;
	}
}
@media (min-width: 1280px) and (max-width: 1920px) {
	html {
		font-size: 0.975vw;
	}
}
@media (min-width: 992px) and (max-width: 1279px) {
	html {
		font-size: 1.3vw;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	html {
		font-size: 2.5vw;
	}
}
@media (max-width: 767px) {
	html {
		font-size: 4vw;
	}
}

/*wrapper & bounds*/
.wrapper {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}
.bounds {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}
@media (max-width: 1920px) {
	.bounds {
	}
}
@media (max-width: 1279px) {
	.bounds {
	}
}
@media (max-width: 1199px) {
	.bounds {
	}
}
/*@media (min-width: 992px) {
	.bounds > .px {
		padding-left: 8rem;
		padding-right: 8rem;
	}
}
@media (max-width: 1199px) {
	.bounds > .pl,
	.bounds > .pr {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}*/

.full-width-bg {
	overflow: visible;
}
.full-width-bg {
	position: relative;
}
.full-width-bg::before,
.full-width-bg::after {
	content: '';
	position: absolute;
	top: 0;
	width: 100vw;
	height: 100%;
	z-index: -1;
}
.full-width-bg::before {
	right: 99%;
}
.full-width-bg::after {
	left: 99%;
}
.full-width-bg.right::before,
.full-width-bg.left::after {
	content: none;
}
/*overwidth bg */
@media (min-width: 1921px) {
	.wrapper,
	.bounds {
		overflow: visible;
	}
}

.bg-verylightblue {
	background-color: #E7FAFF !important;
}
.bg-lightblue {
	background-color: #99C9E3 !important;
}
.bg-blue {
	background-color: #0075B3 !important;
}
.bg-darkblue {
	background-color: #0B4396 !important;
}
.bg-fuchsia {
	background-color: #FD9F23 !important;
}

.color-hover-lightblue:hover,
.color-lightblue {
	color: #99C9E3 !important;
}

.color-fuchsia {
	color: #FD9F23 !important;
}

.btn.bg-lightblue,
.btn.bg-white,
.color-hover-blue:hover,
.color-blue {
	color: #0075B3 !important;
}
input,
.color-hover-darkblue:hover,
.color-darkblue {
	color: #0B4396 !important;
}
.color-hover-grey:hover,
.color-grey {
	color: grey !important;
}
.btn.bg-blue,
.color-hover-white:hover,
.color-white {
	color: #fff !important;
}

.border-blue {
	border-color: #0075B3 !important;
}
input[type="password"]:disabled {
    background: #eaf8ff !important;
    border-color: #cad8dc !important;
}
input[type="password"]::placeholder {
    color: #cad8dc !important;
  }

.border-lightblue {
	border-color: #99C9E3 !important;
}
.border-grey {
	border-color: grey !important;
}

/**
#______80 significa 50% di opacita
 */
input::-webkit-input-placeholder {
	color: #0C459380 !important;
}
input::-moz-placeholder {
	color: #0C459380;
}
input::-ms-input-placeholder {
	color: #0C459380;
}
input::placeholder {
	color: #0C459380 !important;
}

article a,
article a:active,
article a:hover,
article a:visited,
article a:link {
	text-decoration: underline;
}


.shadow-1 {
	box-shadow: 4px 4px 8px 0 #00000026;
}
.shadow-2 {
	box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.13), 2px 2px 6px 0 rgba(0, 0, 0, 0.12);
}

input,
.radius-1 {
	border-radius: 1.5rem;
	overflow: hidden;
}
.radius-2 {
	border-radius: 0.75rem;
	overflow: hidden;
}

input {
	display: block;
	width: 100%;
	padding: 0.85rem 1.2rem;
}
input:focus {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn {
	font-size: 1.14rem;
	line-height: 1.6;
	padding: 0.65rem 1.75rem;
	border: 0;
	text-transform: uppercase;
	border-radius: 10rem;
}
@media (max-width: 991px) {
	.btn {
		font-size: 1rem;
	}
}


a,
a:hover,
a:active,
a:focus,
a:visited {
	text-decoration: none;
}
/*don't jump from a full-page-h-content to a normal page*/
body {
	overflow-y: scroll;
}

body {
	height: 200vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	overflow: hidden;
}
body,
.wrapper,
.bounds {
	height: 200vh;
}
.wrapper {
	overflow-y: hidden;
}
.logo {
	left: 0;
	top: 0;
}
.backtotop {
	right: 0;
	bottom: 0;
}
.breadcrumbs {
	top: 0;
	right: -1px;
	background-color: rgba(130, 199, 245, 0.70);
	border-bottom-left-radius: 1.5rem;
	overflow: hidden;
}
.breadcrumbs[data-form="login"] .hidee {
	display: none;
}
.titles {
	padding-top: 20vh;
}
.titles .title {
	font-size: 4.75rem;
}
.building {
	height: 150vh;
	width: 73%;
	overflow: visible;
}
.building .top {
	height: 50vh;
	background-position: 0 0;
}
.building .img1 {
	left: 3%;
	top: 23%;
	width: 30%;
	height: 80%;
	opacity: 0.7;
}
.building .img2 {
	right: 0;
	top: 34%;
	width: 40%;
	height: 100%;
	opacity: 0.8;
}
.building .top .content {
	padding-top: 12.5vh;
}
.building .bottom {
	height: 100vh;
	background-image:
		url("../img/bg-building-bottom.svg"),
		linear-gradient(180deg, #D9F5FD 0%, #FCFDFE 0.01%, #ADE2FA 100%);
}
.building .side {
	top: 0;
	left: 100%;
	width: 9.5%;
	background-position: 0 0;
}
.cloud {
	position: absolute;
}
.cloud .relative {
	padding-bottom: 15%;
}
.cloud-1 {
	top: 63%;
	left: 6%;
	width: 17rem;
}

.cloud-container{
    display: flex;
    width: 100%;
}

.cloud-container.left {
    height: 140px;
}

.cloud-container.right {
    height: 200px;
}


.cloud-image {
    object-fit: contain;
    object-position: center;
    height: 100%;
}

.cloud-2 {
	top: 85%;
	left: 76%;
	width: 30rem;
}
.cloud-3 {
	top: 130%;
	left: 6%;
	width: 17rem;
}
.cloud-4 {
	top: 174%;
	left: 80%;
	width: 30rem;
}

.forms-container {
	min-width: 23rem;
}
form {
	transition: opacity .3s;
	will-change: opacity;
	opacity: 0;
	z-index: 0;
}
form.show {
	opacity: 1;
	z-index: 1;
}
.inputs-block {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity .3s;
	will-change: opacity;
	opacity: 0;
	z-index: 0;
}
form.show .inputs-block[data-visible="1"],
form.login .inputs-block {
	opacity: 1;
	z-index: 1;
}


.success-container {
	min-width: 30rem;
}
.success-container .blokkk {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
 }

.menu {
	top: 50vh;
	transition: background-color .2s;
}
.menu .menu-item[data-state="locked"],
.menu .menu-item[data-state="active"] {
	pointer-events: none !important;
	cursor: default !important;
}
.menu .menu-item[data-state="completed"],
.menu .menu-item[data-state="uncompleted"] {
	pointer-events: inherit !important;
	cursor: pointer !important;
}
.menu .menu-item .glass {
	height: 4.7rem;
}
.menu .menu-item .glass + div {
	width: 100%;
	height: .8rem;
}
.menu .parent-menu-item:last-child .glass + div {
	display: none
}
.menu .menu-item .glass svg {
	display: none;
}
.menu .menu-item[data-state="locked"     ]:not([data-visible="1"]) .glass svg.uncompleted,
.menu .menu-item[data-state="uncompleted"]:not([data-visible="1"]) .glass svg.uncompleted,
.menu .menu-item[data-visible="1"] .glass svg.active,
.menu .menu-item[data-state="completed"]:not([data-visible="1"]) .glass svg.completed {
	display: block;
}

body.register-form-visible .building .side svg g#bottom-windows,
body:not(.register-form-visible) .building .side .menu {
	display: none !important;
}
body:not(.register-form-visible)[data-route="verification.notice"] .building .side .menu {
	display: block !important;
}
.inputs-block .btn.bg-blue.disabled {
	background-color: #757575 !important;
	color: #1D1B20 !important;
}
.inputs-block[data-id="country"] {
	overflow: unset;
}

.country-select {
	z-index: 2;
}
.country-select .selected-flag:not([title]) .flag,
.country-select .country-list .country.preferred,
.country-select .country-list .divider {
	display: none;
}
.country-select .flag {
	background-size: auto;
	background-image: url('../country-select/img/flags.png');
}

@media (max-width: 991px) {
	.breadcrumbs {
		max-width: 80%;
	}
	.titles {
		padding-top: 12vh;
	}
	.titles .title {
		font-size: 3.5rem;
	}
	.cloud {
		display: none;
	}
	.building {
		width: 91%;
	}
	.building .side {
		width: 15.6%;
	}
	.forms-container {
		min-width: 20.5rem;
	}
}

