/*
Theme Name: Oblics
Version: 2.0
Author: Vulcano
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/
@font-face {
	font-family: 'Sharp Grotesk';
	src: url("assets/fonts/SharpGrotesk-Light20.woff2") format("woff2"), url("assets/fonts/SharpGrotesk-Light20.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Sharp Grotesk';
	src: url("assets/fonts/SharpGrotesk-Medium20.woff2") format("woff2"), url("assets/fonts/SharpGrotesk-Medium20.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

html,
body {
	width: 100%;
	scroll-behavior: smooth;
}

body {
	background: #fff;
	color: #000;
	font-family: 'Sharp Grotesk', sans-serif;
	font-size: 14px;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;

	@media screen and (min-width: 1024px) {
		font-size: 16px;
		line-height: 26px;
	}

	@media screen and (min-width: 1920px) {
		font-size: 18px;
		line-height: 28px;
	}
}

* {
	box-sizing: border-box;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ol,
ul {
	list-style: none;
	padding: 0;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

.clear {
	clear: both;
}

a,
a:link,
a:focus,
a:visited {
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

button {
	font-family: 'Sharp Grotesk', sans-serif;
	font-size: 14px;
	line-height: 24px;
	@media screen and (min-width: 1024px) {
		font-size: 16px;
		line-height: 26px;
	}
	@media screen and (min-width: 1920px) {
		font-size: 18px;
		line-height: 28px;
	}
}

h1,
h2,
h3,
h4,
h5,
strong,
b {
	font-weight: bold;
}


h1,
.h1 {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 15px;

	@media screen and (min-width: 1024px) {
		font-size: 50px;
		line-height: 55px;
		margin-bottom: 25px;
	}

	@media screen and (min-width: 1920px) {
		font-size: 60px;
		line-height: 65px;
		margin-bottom: 25px;
	}
}

h2,
.h2 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 15px;

	@media screen and (min-width: 1024px) {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 25px;
	}

	@media screen and (min-width: 1920px) {
		font-size: 40px;
		line-height: 45px;
		margin-bottom: 25px;
	}
}

h3,
h4,
h5,
.seeall,
.h3 {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 5px;

	@media screen and (min-width: 1024px) {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	@media screen and (min-width: 1920px) {
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 10px;
	}
}

em,
i {
	font-style: italic;
}

.hidden {
	display: none !important;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

@media (min-width: 1024px) {
	.center {
		margin-left: auto;
		margin-right: auto;
	}
}

button.remove-style-btn {
	background-color: transparent;
	border: none;
	color: #0030C8;
	text-decoration: underline;
	cursor: pointer;
	padding: 0;
}

.container {
	padding-left: 20px;
	padding-right: 20px;

	@media (min-width: 1024px) {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
}

@media (min-width: 1024px) {
	.colspan-1 {
		width: 8.333%;
	}

	.colspan-2 {
		width: 16.666%;
	}

	.colspan-3 {
		width: 25%;
	}

	.colspan-4 {
		width: 33.333%;
	}

	.colspan-5 {
		width: 41.666%;
	}

	.colspan-6 {
		width: 50%;
	}

	.colspan-7 {
		width: 58.333%;
	}

	.colspan-8 {
		width: 66.666%;
	}

	.colspan-9 {
		width: 75%;
	}

	.colspan-10 {
		width: 83.333%;
	}

	.colspan-11 {
		width: 91.666%;
	}

	.colspan-12 {
		width: 100%;
	}
}

.head {
	width: 100vw;
	padding: 18px 20px;
	z-index: 1000;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	background: transparent;
	transition: all 0.3s ease-in-out;
	position: fixed;
	top: 0;

	.logo {
		width: 100px;
		z-index: 150;
		@media screen and (min-width: 1024px) {
			width: 180px;
			display: flex;
			align-items: center;
		}

		img {
			display: block;
			width: 100%;
			transition: all 0.3s ease-in-out;
		}
	}

	&.fixed {
		z-index: 1000;
		background: #fff;
		@media screen and (min-width: 1024px) {
			padding: 8px 20px;
			.logo {
				img {
					transform: scale(0.8);
				}
			}
		}
	}

	nav {
		.menu {
			position: absolute;
			display: none;
	
			@media screen and (min-width: 1024px) {
				position: relative;
				display: flex;
				margin: 0;
			}
	
			li {
				display: block;
				margin: 30px 0;
				@media screen and (min-width: 1024px) {
					margin: 0;
					margin-left: 40px;
					line-height: 16px;
				}

				&.wpml-ls-item {
					a {
						font-weight: 300;
					}
				}
	
				a {
					display: block;
					color: #000;
					font-size: 18px;
					line-height: 18px;
	
					@media screen and (min-width: 1024px) {
						position: relative;
						display: inline-block;
						color: #000;
						font-size: 16px;
						font-weight: bold;
						&:after {
							content: '';
							position: absolute;
							bottom: 0;
							left: 0;
							width: 0;
							transition: 0.5s width;
							border-bottom: 1px solid #000;
							&:after {
								width: 100%;
							}
						}
					}

					&:after {
						content: '';
						position: absolute;
						bottom: 0;
						left: 0;
						width: 0;
						transition: 0.5s width;
						border-bottom: 1px solid #000;
					}
					&:hover:after {
						width: 100%;
					}
				}
			}
		}

		&.open {
			@media screen and (max-width: 1023px) {
				.menu {
					display: block;
					width: 100%;
					left: 0;
					top: 0;
					height: 100vh;
					overflow: auto;
					padding: 60px 20px 40px 20px;
					background: #fff;
					z-index: 100;
				}
			}
		}
	}
	
	.menu-mobile {
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 150;
		@media (min-width: 1024px) {
			display: none;
		}
	}
}

.bg-white {
	background-color: #fff;
	color: #000;
}

.bg-yellow {
	background-color: #FFC502;
	color: #000;
}

.bg-blue {
	background-color: #0030C8;
	color: #fff;
}

.white {
	color: #fff;
}

.yellow {
	color: #FFC502;
}

.blue {
	color: #0030C8;
}

@media (min-width: 1024px) {
	.col-2 {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		width: 100%;
	}

	.col-2>div {
		width: 48%;
	}
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;

	.owl-stage {
		position: relative;
		-ms-touch-action: pan-Y;
		touch-action: manipulation;
		-moz-backface-visibility: hidden;
		&:after {
			content: ".";
			display: block;
			clear: both;
			visibility: hidden;
			line-height: 0;
			height: 0;
		}
	}

	.owl-stage-outer {
		position: relative;
		overflow: hidden;
		-webkit-transform: translate3d(0, 0, 0);
	}

	.owl-item,
	.owl-wrapper {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
	}

	.owl-item {
		min-height: 1px;
		float: left;
		-webkit-backface-visibility: hidden;
		-webkit-touch-callout: none;

		img {
			display: block;
			width: 100%;
		}
	}

	.owl-dots.disabled,
	.owl-nav.disabled {
		display: none;
	}
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;

	.owl-item {
		-ms-touch-action: pan-y;
		touch-action: pan-y;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
}

.owl-carousel.owl-rtl {
	direction: rtl;

	.owl-item {
		float: right;
	}
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.text-only, .media {
	padding: 20px;

	@media screen and (min-width: 1024px) {
		padding: 20px 0;
	}
}

.text-only li {
	list-style: disc outside;
	margin: 10px 0 0 15px;
}

.text-only a {
	color: #0030C8;
	font-weight: bold;
	text-decoration: underline;
}

.image-bg {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	padding: 0 20px;
	z-index: 2;

	.txt {
		position: relative;
		z-index: 2;
		
		li {
			padding: 0;
			margin: 10px 0;
			list-style: none;
		}
	}

	.image {
		position: absolute;
		height: 100%;
		z-index: 1;

		img {
			display: block;
			height: 100%;
			width: auto;
		}
	}

	&.txt-img .image {
		top: 0;
		left: 0;
	}
	
	@media screen and (min-width: 1024px) {
		padding: 0;

		.txt {
			width: 60%;
		}

		&.txt-img {
			.txt {
				padding: 40px 0 40px 12.5%;
			}
			.image {
				top: 0;
				right: 0;
				left: auto;
			}
		}

		&.img-txt {
			.txt {
				padding: 40px 0 40px 0;
				margin-left: 33.333%;
			}

			.image {
				top: 0;
				left: 0;
			}
		}
	}
}

.image-bg#services {
	padding: 100px 20px 100px 20px;

	&.img-txt {
		.image {
			transform: scaleX(-1);
			height: auto;
	
			img {
				width: 70%;
				height: auto;
			}
		}

		.txt ul {
			margin-bottom: 50px;
		}
	}
}

.image-inline {
	position: relative;
	z-index: 2;
	width: 100%;

	a {
		color: #0030C8;
		font-weight: bold;
		text-decoration: underline;
	}

	.txt {
		padding: 100px 20px 40px 20px;
	}

	.image {
		width: 100%;
		height: 100%;
		overflow: hidden;

		img {
			display: block;
			width: 100%;
			height: auto;
		}
	}

	@media screen and (min-width: 1024px) {
		display: flex;
		align-items: center;
		min-height: 100vh;

		.txt {
			width: 50%;
			padding: 40px 12.5%;
		}

		.image {
			width: 50%;
			height: 100vh;
			overflow: hidden;
			order: 2;
		}

		&.img-txt {
			.txt {
				order: 2;
			}

			.image {
				order: 1;
			}
		}
	
	}	
}

.gallery {
	position: relative;
	z-index: 100;

	.owl-carousel,
	.owl-stage-outer {
		transition: height 500ms ease-in-out 0s;
	}

	.owl-stage .owl-item {
		position: relative;

		img {
			width: 100%;
		}		
	}
}

.news-single {
	header {
		position: relative;
		margin-top: 56px;
		padding: 50px 20px;
		background-color: #FFC502;
		background-image: url("assets/img/bg-news-single.png");
		background-repeat: no-repeat;
		background-position: top right;
		background-size: auto 30%;
	
		@media screen and (min-width: 1024px) {
			margin-top: 100px;
			padding: 100px 0 50px 0;
			background-size: auto 70%;
	
			h1,
			.abstract {
				max-width: 80%;
				font-weight: bold;
			}
		}
	}

	.text-only {
		margin: auto;

		blockquote {
			font-size: 20px;
			line-height: 25px;
			font-weight: bold;
			padding-left: 40px;
		}

		@media screen and (min-width: 1024px) {
			width: 66.666%;
			margin: auto;

			blockquote {
				font-size: 25px;
				line-height: 35px;
				padding-left: 100px;
			}
		}

		.cform-contact {
			.form__wrapper {
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;

				div[class^="form__"] {
					flex: 0 0 49%;

					input {
						width: 100%;
						height: 40px;
						border: none;
                        border-bottom: 1px solid #000;
					}
				}

				.form__acceptance {
					span {
						margin: 0;
					}
				}

				.form__submit {
					input {
						min-width: 300px;
    					height: 40px;
					}
				}
			}
		}
	}

	.media {
		width: 100%;
		margin: auto;

		@media screen and (min-width: 1024px) {
			width: 66.666%;
		}
	}

	.abstract {
		font-weight: bold;
	}

	.bottom-news {
		margin: 0 auto;
		text-align: center;
		margin-bottom: 50px;
	
		.share {
			display: inline-block;
			margin-top: 30px;
			position: relative;
			font-weight: bold;
			&:after {
				content: '';
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				transition: 0.3s width;
				border-bottom: 1px solid #000;
			}
		}
	
		@media screen and (min-width: 1024px) {
			margin-bottom: 100px;
	
			.cta {
				margin-right: 40px;
			}
	
			.share {
				position: relative;
				font-weight: bold;
				&:after {
					content: '';
					position: absolute;
					bottom: 0;
					left: 0;
					width: 100%;
					transition: 0.3s width;
					border-bottom: 1px solid #000;
				}
				&:hover:after {
					width: 0;
				}
			}
		}
	}
}

.page-single {
	header {
		position: relative;
		margin-top: 56px;
		padding: 50px 20px;
		background-color: #0030C8;
		background-repeat: no-repeat;
		background-position: top right;
		background-size: auto 30%;
		color: #fff;
	}

	.text-only {
		margin: auto;

		blockquote {
			font-size: 20px;
			line-height: 25px;
			font-weight: bold;
			margin: 20px 0 0 0;
			padding-left: 40px;
		}
	}

	.media {
		width: 100%;
		margin: auto;

		.video {
			position: relative;
			width: 100%;
			overflow: hidden;
			padding-top: 60%;
		}
	}

	.bottom-news {
		text-align: center;
		margin: 0 20px 50px 20px;

		.cta {
			margin-bottom: 30px;
		}

		.share {
			display: inline-block;
			position: relative;
			font-weight: bold;
			&:after {
				content: '';
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				transition: 0.3s width;
				border-bottom: 1px solid #000;
			}
		}
	}

	@media screen and (min-width: 1024px) {
		header {
			margin-top: 100px;
			padding: 100px 0 50px 0;
			background-size: auto 70%;

			h1,
			.abstract {
				max-width: 80%;
				font-weight: bold;
			}
		}

		.text-only {
			width: 66.666%;
			padding: 50px 0;

			blockquote {
				font-size: 25px;
				line-height: 35px;
				font-weight: bold;
				margin: 50px 0 0 0;
				padding-left: 7.7vw;
			}
		}

		.media {
			width: 66.666%;
			margin: auto;
			padding: 50px 0;
		}

		.bottom-news {
			margin: 0 auto;
			margin-bottom: 100px;

			.cta {
				margin-right: 40px;
			}
		}
	}
}

#news {
	padding: 100px 0 200px 0;
	background-color: #FFC502;
	background-image: url("assets/img/bg-news-page.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 200px auto;

	.item {
		margin-bottom: 40px;
	}

	h2 {
		margin-bottom: 30px;
	}

	.more,
	.seeall {
		position: relative;
		font-weight: bold;
		transition: 0.3s width;

		&::after {
			content: '';
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			border-bottom: 1px solid #000;
		}
	}

	@media screen and (min-width: 1024px) {
		padding: 100px 0;
		min-height: 70vh;
		background-size: 350px auto;

		.cols {
			display: flex;
			align-items: flex-start;
			justify-content: space-between;
		}

		.item {
			margin-bottom: 50px;
		}

		h2 {
			width: 20%;
		}

		.news {
			width: 70%;
		}
	}

}

.news-page {
	margin-top: 56px;
	padding-top: 50px;
	padding-bottom: 200px;
	background-color: #FFC502;
	background-image: url("assets/img/bg-news-page.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 200px auto;

	header {
		margin-bottom: 30px;
	}

	.item {
		margin-bottom: 50px;
	}

	.more {
		position: relative;
		font-weight: bold;

		&:after {
			content: '';
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			border-bottom: 1px solid #000;
		}
	}

	@media screen and (min-width: 1024px) {
		margin-top: 100px;
		padding-top: 100px;
		padding-bottom: 200px;
		min-height: calc(100vh - 100px);
		background-attachment: fixed;
		background-size: 350px auto;

		header {
			width: 20%;
		}

		.cols {
			display: flex;
			align-items: flex-start;
			justify-content: space-between;
		}

		.news-list {
			width: 70%;
		}

		.item {
			margin-bottom: 50px;
		}
	}
}

.cta {
	display: inline-block;
	font-weight: bold;
	padding: 10px 30px;
	border: 1px solid #000;
	border-radius: 30px;

	@media screen and (min-width: 1024px) {
		background-color: #fff;
		transition: background-color 0.5s ease;
		&:hover {
			background-color: #FFC502;
		}
	}
}


.aside select,
aside select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.aside select::-ms-expand,
aside select::-ms-expand {
	display: none;
}

.aside,
aside {
	width: 100vw;
	right: -100vw;
	position: fixed;
	top: 0;
	height: 100vh;
	background: #0030C8;
	color: #fff;
	z-index: 10000;
	-webkit-transition: 0.2s right ease;
	-moz-transition: 0.2s right ease;
	transition: 0.2s right ease;
	box-shadow: -12px 0 20px -4px rgba(0, 0, 0, 0.2);
	
	@media (min-width: 1024px) {
		width: 50vw;
		right: -70vw;
	}	
}

aside .inner,
.aside .inner {
	overflow: auto;
	height: 100%;
	padding-top: 100px;
}

.aside.on,
aside.on {
	right: 0px;
}

.aside .close,
aside .close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 25px;
	cursor: pointer;

	@media (min-width: 1024px) {
		top: 35px;
		right: 30px;
		width: 40px;
	}
}

.aside .close:after,
aside .close:after {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url("assets/img/more.svg") no-repeat;
	background-size: 100%;
	transform: rotate(45deg);
	
	@media screen and (min-width: 1024px) {
		width: 3vw;
		height: 3vw;
	}
}

.aside .form,
aside .form {
	padding: 30px 20px;
	@media screen and (min-width: 1024px) {
		margin-top: 40px;
		padding: 0 30px 30px 30px;
	}
	
}

.aside .form .form__wrapper>div,
aside .form .form__wrapper>div,
.aside .crmform .wrapperContainer,
aside .crmform .wrapperContainer {
	margin: 20px 0 0 0;

	@media screen and (min-width: 1024px) {
		margin: 30px 0 0 0;
	}
}

.aside .crmform [data-editorblocktype="SubmitButtonBlock"],
aside .crmform [data-editorblocktype="SubmitButtonBlock"] {
	margin: 34px 0 0 0;

	@media screen and (min-width: 1024px) {
		margin: 48px 0 0 0;
	}
}

aside div[data-form-block-id] .onFormSubmittedFeedback .onFormSubmittedFeedbackMessage,
.aside div[data-form-block-id] .onFormSubmittedFeedback .onFormSubmittedFeedbackMessage {
	color: #FFF;
}

div[data-form-block-id] .onFormSubmittedFeedback .onFormSubmittedFeedbackMessage {
	color: #000;
}

div[data-form-block-id] .onFormSubmittedFeedback {
	background-color: transparent;
}

aside .crmform div[data-editorblocktype="Field-checkbox"] .lp-form-field,
.aside .crmform div[data-editorblocktype="Field-checkbox"] .lp-form-field {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

aside .crmform div[data-editorblocktype="Field-checkbox"] .lp-form-field input[type="checkbox"],
.aside .crmform div[data-editorblocktype="Field-checkbox"] .lp-form-field input[type="checkbox"] {
	width: auto;
}

aside .crmform div[data-editorblocktype="Field-checkbox"] .lp-form-field label,
.aside .crmform div[data-editorblocktype="Field-checkbox"] .lp-form-field label {
	margin-left: 5px;
}

.aside .form h2,
aside .form h2 {
	font-family: 'Sharp Grotesk';
	font-size: 25px;
	line-height: 25px;
	margin: 40px 0;

	@media screen and (min-width: 1024px) {
		font-size: 30px;
		line-height: 30px;
		margin: 0 0 60px 0;
	}
}

.aside .form input::placeholder,
.aside .form textarea::placeholder,
aside .form input::placeholder,
aside .form textarea::placeholder {
	color: #FFC502;
	font-family: 'Sharp Grotesk';
	font-size: 16px;
	line-height: 16px;

	@media screen and (min-width: 1024px){
		font-size: 20px;
		line-height: 20px;
	}
}

.aside .form input,
.aside .form textarea,
.aside .form select,
aside .form input,
aside .form textarea,
aside .form select {
	border: 0;
	background: none;
	border-bottom: 2px solid #fff;
	width: 100%;
	padding: 10px 0;
	font-family: 'Sharp Grotesk';
	font-size: 16px;
	line-height: 16px;
	color: #fff;

	@media screen and (min-width: 1024px){
		border-bottom: 1px solid #fff;
		font-size: 20px;
		line-height: 20px;
	}
}

.aside .form textarea,
aside .form textarea {
	min-height: 200px;
	height: 200px;
}

.aside .form select,
aside .form select {
	background: url("assets/img/dropdown.svg") no-repeat right center;
	background-size: 15px 15px;
	cursor: pointer;

	@media screen and (min-width: 1024px) {
		background-size: 20px 20px;

		option {
			font-size: 20px;
			line-height: 20px;
		}
	}
}

.aside .crmform,
aside .crmform {
	[data-editorblocktype="SubmitButtonBlock"] {
		text-align: center;
	}
}

.aside .form input[type=submit],
aside .form input[type=submit],
.aside .form button[type=submit],
aside .form button[type=submit] {
	border: 0;
	color: #fff;
	font-family: 'Sharp Grotesk';
	font-size: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	padding: 0;
	background-color: transparent;

	@media screen and (min-width: 1024px) {
		font-size: 30px;
		line-height: 30px;
	}
}

.aside .form .wpcf7-list-item,
aside .form .wpcf7-list-item {
	margin: 0;
}

.aside .form .wpcf7-acceptance,
aside .form .wpcf7-acceptance {
	margin: 40px 0 0 0;
}

.aside .form .wpcf7-acceptance label,
aside .form .wpcf7-acceptance label {
	display: flex;
	align-items: flex-start;
	color: #fff;
	font-family: 'Sharp Grotesk';
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 30px;

	@media (min-width: 1024px) {
		font-size: 16px;
		line-height: 16px;
	}
}

.aside .form .wpcf7-acceptance label input,
aside .form .wpcf7-acceptance label input {
	width: 20px;
	margin: 0 20px 0 0;
}

footer {
	background: #0030C8;
	color: #fff;
	padding: 20px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;

	a {
		position: relative;
		&:not(.share):after {
			content: '';
			position: absolute;
			bottom: -3px;
			left: 0;
			width: 100%;
			border-bottom: none;
		}
	}

	.group {
		margin: 20px 0 0 0;
	}

	.share {
		display: block;
		margin-top: 20px;

		img {
			width: 30px;
			height: 30px;
		}
	}

	@media screen and (min-width: 1024px) {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 30px;
		font-size: 15px;
		line-height: 20px;
		text-align: left;

		.group {
			display: flex;
			align-items: center;
			margin: 0;

			p, a {
				margin: 0;
			}

			.share {
				margin-left: 40px;
			}
		}
	}
}

.menu-mobile {
	width: 20px;
	height: 20px;

	div {
		position: relative;
		width: 20px;
		height: 16px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}

	span {
		display: block;
		position: absolute;
		height: 2px;
		width: 20px;
		background: #000;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;

		&:nth-child(1) {
			top: 0px;
		}

		&:nth-child(2),
		&:nth-child(3) {
			top: 7px;
		}

		&:nth-child(4) {
			top: 14px;
		}
	}

	&.open {
		span {
			&:nth-child(1) {
				top: 7px;
				width: 0%;
				left: 50%;
			}
			&:nth-child(2) {
				-webkit-transform: rotate(45deg);
				-moz-transform: rotate(45deg);
				-o-transform: rotate(45deg);
				transform: rotate(45deg);
			}
			&:nth-child(3) {
				-webkit-transform: rotate(-45deg);
				-moz-transform: rotate(-45deg);
				-o-transform: rotate(-45deg);
				transform: rotate(-45deg);
			}
			&:nth-child(4) {
				top: 8px;
				width: 0%;
				left: 50%;
			}
		}
	}
}

.menu-mobile-overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 998;

	&.open {
		display: block;
	}
}

/* Inizio CSS per Form generati da servizio esterno */
.crmform {
	max-width: 90%;
	margin: 0 auto;
  
	.wrapperContainer:after {
	  content: "";
	  display: table;
	  clear: both;
	}
  
	.wrapperContainer.leftcolumn,
	.wrapperContainer.rightcolumn {
	  width: 100%;
	  margin-bottom: 20px;
	  @media screen and (min-width: 768px) {
		width: 45%;
	  }
	}
  
	.wrapperContainer.leftcolumn {
	  float: left;
	}
  
	.wrapperContainer.rightcolumn {
	  float: right;
	}
  
	input,
	textarea,
	select {
	  width: 100%;
	  background: transparent;
	  border-bottom: 1px solid #000;
	}
  
	input:not([type="submit"]),
	textarea {
	  border-radius: 0;
	}
  
	input[type="submit"] {
	  @apply text-primary;
	}
  
	input[type="submit"]:not([disabled]) {
	  @apply cursor-pointer text-primary hover:bg-tertiary hover:border-tertiary;
	}
  
	textarea {
	  resize: none;
	}
  
	input[type="checkbox"] {
	  float: left !important;
	  width: 20px !important;
	  margin: 6px;
	  height: initial;
	  border-width: 0px !important;
	}
  
	input:-webkit-autofill,
	input:-webkit-autofill:hover,
	input:-webkit-autofill:focus,
	input:-webkit-autofill:active {
	  transition: background-color 10000s;
	}
  
	.lp-form-button {
	  display: inline-block;
	  white-space: nowrap;
	  border-radius: 9999px;
	  border-bottom-right-radius: 9999px;
	  border-width: 1px;
	  border-style: solid;
	  --tw-border-opacity: 1;
	  border-color: #000;
	  font-size: 0.9375rem;
	  line-height: 1.25rem;
	  letter-spacing: 0.0313rem;
	  -webkit-text-decoration-line: none;
	  text-decoration-line: none;
	  transition-property: all;
	  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	  transition-duration: 150ms;
	  padding: 10px 30px;
	  margin-top: 40px;
	}
  }
  
  .text-white {
	.onFormSubmittedFeedback {
		height: auto !important;
		width: auto !important;
		font-family: 'Sharp Grotesk', sans-serif !important;
	  }
	.crmform {
	  max-width: 90%;
	  margin: 0 auto;
  
	  .wrapperContainer:after {
		content: "";
		display: table;
		clear: both;
	  }
  
	  .wrapperContainer.leftcolumn,
	  .wrapperContainer.rightcolumn {
		width: 100%;
		margin-bottom: 20px;
		@media screen and (min-width: 768px) {
		  width: 45%;
		}
	  }
  
	  .wr apperContainer.leftcolumn {
		float: left;
	  }
  
	  .wrapperContainer.rightcolumn {
		float: right;
	  }
	}

	.marketingForm {
		position: relative;
		overflow: scroll;
		height: 90vh;
		scrollbar-width: none;
		padding-bottom: 100px;
		margin-top: -50px;
	}
  
	input,
	textarea,
	select {
	  width: 100%;
	  background: transparent;
	  border-bottom: 1px solid #fff;
	  font-size: 14px !important;
	  border-radius: 5px !important;
	}
  
	input:not(:focus):placeholder-shown + label,
	textarea:not(:focus):placeholder-shown + label {
	  font-size: 16px;
	  color: white;
	  transition: all 0.2s ease;
	  font-family: 'Sharp Grotesk', sans-serif;
	}
  
	input:focus + label,
	input:not(:placeholder-shown):not(:focus) + label,
	textarea:focus + label,
	textarea:not(:placeholder-shown):not(:focus) + label,
	select:focus + label {
	  font-size: 10px;
	  transition: all 0.2s ease;
	}
  
	input:focus + label > div,
	input:not(:placeholder-shown):not(:focus) + label > div {
	  font-size: 10px;
	  transition: all 0.2s ease;
	}
  
	input:not([type="submit"]),
	textarea {
	  border-radius: 16px !important;
	  padding: 22px 15px !important;
	  color: white;
	  border: 1px solid #fff !important;
	}
  
	.phoneFormFieldBlock {
	  padding: 12px !important;
	  .phoneCountryCode {
		border: none;
		position: relative !important;
		label {
		  color: white;
		  font-weight: 400;
		  position: absolute;
		  left: 0px !important;
		  margin-top: -33px !important;
		}
	  }
	}
  
	.emptyContainer {
	  table {
		width: 100% !important;
		tbody {
		  tr {
			th {
			  padding: 0px !important;
			}
		  }
		}
	  }
	}
  
	.submitButtonWrapper {
	  text-align: left !important;
	  padding: 20px 2% !important;
	  button {
		border-radius: 16px !important;
		font-weight: 400 !important;
		font-size: 16px !important;
		height: 42px !important;
		background-color: transparent !important;
		border: 1px solid #fff !important;
	  }
	}
  
	.twoOptionFormFieldBlock {
	  padding: 12px !important;
	  span {
		font-family: 'Sharp Grotesk', sans-serif !important;
		font-weight: 400 !important;
		font-size: 12px !important;
		color: white !important;
	  }
	  .block-label {
		margin-left: 24px !important;
		margin-top: 0px !important;
		display: flex;
		flex-direction: row-reverse !important;
		div {
		  span {
			font-size: 12px !important;
			color: white !important;
		  }
		  color: white;
		  font-size: 12px !important;
		}
	  }
	}
  
	.twoOptionFormFieldBlock + div {
	  margin: 0px 12px !important;
	  span {
		font-size: 12px !important;
		font-family: 'Sharp Grotesk', sans-serif !important;
		font-weight: 400 !important;
	  }
	  color: white;
	}
  
	.textFormFieldBlock {
	  padding: 12px !important;
	}
  
	label {
	  position: absolute;
	  color: white !important;
	  width: auto !important;
	  margin-left: 15px !important;
	  margin-top: 4px !important;
	  font-weight: 400 !important;
	  div {
		font-weight: 400 !important;
		color: white;
		font-family: 'Sharp Grotesk', sans-serif;
	  }
	}
  
	input[type="submit"] {
	  @apply text-primary;
	}
  
	input[type="submit"]:not([disabled]) {
	  @apply cursor-pointer text-primary hover:bg-tertiary  hover:border-tertiary;
	}
  
	textarea {
	  resize: none;
	}
  
	input[type="checkbox"] {
	  float: left;
	  width: 20px;
	  margin: 6px;
	  height: initial;
	  border-width: 0px;
	}
  
	input:-webkit-autofill,
	input:-webkit-autofill:hover,
	input:-webkit-autofill:focus,
	input:-webkit-autofill:active {
	  transition: background-color 10000s;
	}
  
	.lp-form-button {
	  display: inline-block;
	  white-space: nowrap;
	  border-radius: 9999px;
	  border-bottom-right-radius: 9999px;
	  border-width: 1px;
	  border-style: solid;
	  --tw-border-opacity: 1;
	  border-color: #fff;
	  font-size: 0.9375rem;
	  line-height: 1.25rem;
	  letter-spacing: 0.0313rem;
	  -webkit-text-decoration-line: none;
	  text-decoration-line: none;
	  transition-property: all;
	  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	  transition-duration: 150ms;
	  padding: 10px 30px;
	  margin-top: 40px;
	}
  }
  /* Fine CSS per Form generati da servizio esterno */
  