@charset "utf-8";
/*
Theme Name: PipeIn
Author: Domino Srl
Version: 1.0
*/
@font-face {
  font-family: 'K2D';
  src: url('./fonts/K2D-Thin.woff2') format('woff2'), url('./fonts/K2D-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'K2D';
  src: url('./fonts/K2D-LightItalic.woff2') format('woff2'), url('./fonts/K2D-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'K2D';
  src: url('./fonts/K2D-Light.woff2') format('woff2'), url('./fonts/K2D-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'K2D';
  src: url('./fonts/K2D-Regular.woff2') format('woff2'), url('./fonts/K2D-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'K2D';
  src: url('./fonts/K2D-Medium.woff2') format('woff2'), url('./fonts/K2D-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'K2D';
  src: url('./fonts/K2D-SemiBold.woff2') format('woff2'), url('./fonts/K2D-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.material-icons {
  font-family: 'Material Symbols Outlined';
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-icons-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.vc_row.vc_row-o-content-middle > .blocco-testo.vc_column_container > .vc_column-inner {
  align-items: baseline;
}
/*.vc_empty_space.emptyspace {
	max-height: clamp(16px, 2.40vw, 32px);
}*/
.mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .mobile {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .no-mobile {
    display: none !important;
  }
}
sup {
  font-size: 0.6em !important;
}
* {
  box-sizing: border-box;
}
html,
body,
ul,
ol,
li,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    top: -46px;
  }
}
@media (max-width: 767.98px) {
  .no-mobile {
    display: none;
  }
  .vc_rtl-columns-reverse {
    flex-direction: column-reverse;
  }
}
.container {
  max-width: 1248px;
  width: 100%;
  position: relative;
  background: none;
  margin: 0 auto !important;
  box-sizing: border-box;
}
@media (min-width: 459.98px) {
  .container {
    padding: 0 16px;
  }
}
.container-list {
  max-width: 1248px;
  width: 100%;
  position: relative;
  background: none;
  margin: 0 auto !important;
  box-sizing: border-box;
  max-width: 1280px;
  padding: 0 calc(16px * 2);
}
@media (min-width: 459.98px) {
  .container-list {
    padding: 0 16px;
  }
}
@media (max-width: 767.98px) {
  .container-list {
    padding: 0 16px;
  }
}
.container-960 {
  max-width: 1248px;
  width: 100%;
  position: relative;
  background: none;
  margin: 0 auto !important;
  box-sizing: border-box;
  max-width: 960px;
}
@media (min-width: 459.98px) {
  .container-960 {
    padding: 0 16px;
  }
}
.container-960.vc_row-fluid {
  padding: 0;
}
/*.container-720{
	.container;
	max-width: 744px;
	&.vc_row-fluid{
		padding:0;
	}
}*/
.container-1000 {
  max-width: 1248px;
  width: 100%;
  position: relative;
  background: none;
  margin: 0 auto !important;
  box-sizing: border-box;
  max-width: 1024px;
  padding: 0 calc(16px * 2);
}
@media (min-width: 459.98px) {
  .container-1000 {
    padding: 0 16px;
  }
}
@media (max-width: 459.98px) {
  .container-1000 {
    padding: 0 16px;
  }
}
.container-1000.vc_row-fluid {
  padding: 0;
}
.container-1200 {
  max-width: 1248px;
  width: 100%;
  position: relative;
  background: none;
  margin: 0 auto !important;
  box-sizing: border-box;
  max-width: 1192px;
}
@media (min-width: 459.98px) {
  .container-1200 {
    padding: 0 16px;
  }
}
.container-1200.vc_row-fluid {
  padding: 0;
}
strong,
b,
.strong {
  font-weight: 600;
}
em,
i,
.em {
  font-style: italic;
}
table h2,
table h3,
table h4,
table h5,
table h6 {
  display: inline-block;
  padding: 0px;
  font-family: 'K2D', sans-serif !important;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.table .cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.wpc-directory-cta.center {
  text-align: center;
}
.wpc-directory-cta.right {
  text-align: right;
}
@keyframes fadeinout {
  0% {
    opacity: 0;
  }
  1.6667% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  16.6667% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes downInfinite {
  0% {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  30% {
    margin-top: 0px;
    margin-bottom: -50px;
  }
  35% {
    opacity: 0;
  }
  40% {
    margin-top: -50px;
    margin-bottom: 0;
  }
  100% {
    margin-bottom: 0px;
  }
}
@keyframes rightInfinite {
  0% {
    text-indent: 0px;
  }
  50% {
    text-indent: 8px;
  }
  100% {
    text-indent: 0px;
  }
}
.flex-center .wpb_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .flex-center .wpb_wrapper {
    flex-wrap: wrap;
  }
}
.button {
  font-family: 'K2D', sans-serif !important;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-align: center !important;
  border: 0;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  text-decoration: none !important;
  line-height: 1;
  padding: 6px 12px;
  font-style: normal;
  font-weight: 500;
  background-color: #F2EEAF;
  border-radius: 6px;
  font-size: 18px;
  text-transform: uppercase;
  /*&.back{
		gap: 10px;
		padding-left:18px;
		&:before{
			.material-icons-outlined;
			content:"\e5cb";
			height:20px;
			width:20px;
			display:block;
			font-size:21px;
			line-height:20px;
		}
	}
	
	&.download{
		gap: 10px;
		&:after{
			.material-icons-outlined;
			content:"\e2c4";
			height:20px;
			width:20px;
			display:block;
			font-size:21px;
			line-height:20px;
		}
		
		
	}
	
	
	
	&.anchor{
		gap: 10px;
		&:after{
			.material-icons-outlined;
			content:"\e5db";
			height:20px;
			width:20px;
			display:block;
			font-size:21px;
			line-height:20px;
		}
		&:hover{
			&:after{
				animation: downInfinite 1.2s infinite;
			}
		}
	}
	
	&.goto{
		gap: 10px;
		&:after{
			.material-icons-outlined;
			content:"\e5c8";
			height:20px;
			width:20px;
			display:block;
			font-size:21px;
			line-height:20px;
		}
		&:hover{
			&:after{
				animation: rightInfinite 1.2s infinite;
			}
		}
	}*/
}
@media (max-width: 767.98px) {
  .button {
    height: 100%;
  }
}
.button:hover {
  background-color: #ebe583 !important;
  color: #000000;
}
.button:active {
  background-color: #ebe583 !important;
  color: #000000;
}
.button.light {
  background-color: #9FDCFF;
}
.button.light:hover {
  background-color: #6cc9ff !important;
  color: #000000;
}
.button.light:active {
  background-color: #6cc9ff !important;
  color: #000000;
}
.button.dark {
  padding: 24px;
  background-color: #181D27;
  color: #FFFFFF;
}
.button.dark:hover {
  background-color: #2b3447 !important;
  color: #FFFFFF;
}
.button.dark:active {
  background-color: #2b3447 !important;
  color: #FFFFFF;
}
.button sup {
  font-size: 11px;
  margin-top: -0.6em;
  margin-right: 0.8em;
}
.btn-down .material-icons {
  margin-left: 10px;
  margin-right: -4px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
}
.btn-down:hover .material-icons {
  animation: downInfinite 1s infinite;
}
.btn-right .material-icons {
  margin-left: 10px;
  margin-right: -5px;
  width: 24px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
}
.btn-right:hover .material-icons {
  text-indent: 8px;
}
header,
nav,
article,
footer,
address,
main,
language,
date {
  display: block;
}
/*::-webkit-input-placeholder {
	opacity: 1;
	color:  @primario;
}
::-moz-placeholder { 
	opacity: 1;
	color:  @primario;
}
:-ms-input-placeholder { 
	opacity: 1;
	color: @primario;
}
:-moz-placeholder {
	opacity: 1;
	color: @primario;
}*/
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  height: auto;
  font-family: 'K2D', sans-serif !important;
  background: #171717;
  cursor: default;
  position: relative;
  font-weight: 300;
  font-size: clamp(16px, 1.95vw, 18px);
  color: #FFFFFF;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  line-height: 1.4;
  overflow-x: hidden;
}
img {
  -ms-interpolation-mode: bicubic;
}
p {
  margin: 0 !important;
  padding: 0px;
  padding-bottom: 10px !important;
}
a {
  color: #F2EEAF;
  text-decoration: none;
}
a:hover {
  color: #F2EEAF;
  text-decoration: underline;
}
h1,
.h1 {
  font-size: clamp(30px, 3.5vw, 42px);
  font-family: 'K2D', sans-serif !important;
  font-weight: 300;
  line-height: 1.15;
  padding: 0;
  margin: 0;
}
h2,
.h2 {
  font-size: clamp(28px, 3.4vw, 42px);
  font-family: 'K2D', sans-serif !important;
  font-weight: 300;
  line-height: 1.15;
  padding: 0;
  margin: 0;
}
h3,
.h3 {
  font-size: clamp(22px, 2vw, 24px);
  font-family: 'K2D', sans-serif !important;
  font-weight: 300;
  line-height: 1.15;
  padding: 0;
  margin: 0;
}
h4,
.h4 {
  font-size: clamp(18px, 2vw, 18px);
  font-family: 'K2D', sans-serif !important;
  font-weight: 300;
  line-height: 1.15;
  padding: 0;
  margin: 0;
}
h5,
.h5 {
  font-size: clamp(18px, 2vw, 20px);
  font-family: 'K2D', sans-serif !important;
  font-weight: 300;
  line-height: 1.15;
  padding: 0;
  margin: 0;
}
.font-black {
  color: #000000 !important;
}
.font-white {
  color: #FFFFFF !important;
}
.font-blue {
  color: #9FDCFF !important;
}
.font-yellow {
  color: #F2EEAF !important;
}
.box-shadow {
  -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.7);
}
.box-shadow-hover {
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wpb_text_column ul {
  padding-bottom: 10px;
  padding-left: 15px;
  list-style: inherit;
}
.wpb_text_column ul li {
  padding: 0;
  margin: 0px;
  padding-bottom: 4px;
  list-style: inherit;
  /*&:before{		    
		    background-color: @primario;
			border-radius: 50%;
			content: "";
			display: inline-block;
			height: 10px;
			width: 10px;
			margin-right: 14px;
  			margin-bottom: 2px;
		}*/
}
.alignleft {
  float: left !important;
  text-align: left;
}
.alignright {
  text-align: right;
}
.alignright .wpc-directory-cta {
  margin-right: -4px;
}
@media (max-width: 767.98px) {
  .alignright .wpc-directory-cta {
    text-align: center;
    margin: 0 auto;
  }
}
.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-border-bottom {
  border-bottom: 0px solid !important;
}
.none {
  display: none;
}
.clear {
  width: 100%;
  height: 1px;
  font-size: 0px;
  clear: both;
}
.errore {
  color: #DD0000 !important;
  border-color: #DD0000 !important;
}
.errore a {
  color: #DD0000;
  text-decoration: underline;
  font-size: 11px;
}
input[type=submit] {
  font-family: 'K2D', sans-serif !important;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-align: center !important;
  border: 0;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  text-decoration: none !important;
  line-height: 1;
  padding: 6px 12px;
  font-style: normal;
  background-color: #F2EEAF;
  /*&.back{
		gap: 10px;
		padding-left:18px;
		&:before{
			.material-icons-outlined;
			content:"\e5cb";
			height:20px;
			width:20px;
			display:block;
			font-size:21px;
			line-height:20px;
		}
	}
	
	&.download{
		gap: 10px;
		&:after{
			.material-icons-outlined;
			content:"\e2c4";
			height:20px;
			width:20px;
			display:block;
			font-size:21px;
			line-height:20px;
		}
		
		
	}
	
	
	
	&.anchor{
		gap: 10px;
		&:after{
			.material-icons-outlined;
			content:"\e5db";
			height:20px;
			width:20px;
			display:block;
			font-size:21px;
			line-height:20px;
		}
		&:hover{
			&:after{
				animation: downInfinite 1.2s infinite;
			}
		}
	}
	
	&.goto{
		gap: 10px;
		&:after{
			.material-icons-outlined;
			content:"\e5c8";
			height:20px;
			width:20px;
			display:block;
			font-size:21px;
			line-height:20px;
		}
		&:hover{
			&:after{
				animation: rightInfinite 1.2s infinite;
			}
		}
	}*/
  display: inline-block;
  min-width: 180px;
  padding: 24px;
  border-radius: 6px;
  background: #171717;
  color: #F2EEAF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  input[type=submit] {
    height: 100%;
  }
}
input[type=submit]:hover {
  background-color: #ebe583 !important;
  color: #000000;
}
input[type=submit]:active {
  background-color: #ebe583 !important;
  color: #000000;
}
input[type=submit].light {
  background-color: #9FDCFF;
}
input[type=submit].light:hover {
  background-color: #6cc9ff !important;
  color: #000000;
}
input[type=submit].light:active {
  background-color: #6cc9ff !important;
  color: #000000;
}
input[type=submit].dark {
  padding: 24px;
  background-color: #181D27;
  color: #FFFFFF;
}
input[type=submit].dark:hover {
  background-color: #2b3447 !important;
  color: #FFFFFF;
}
input[type=submit].dark:active {
  background-color: #2b3447 !important;
  color: #FFFFFF;
}
input[type=submit] sup {
  font-size: 11px;
  margin-top: -0.6em;
  margin-right: 0.8em;
}
input[type=submit]:hover {
  background-color: #000000 !important;
  color: #FFFFFF;
}
input[type=submit]:active {
  background-color: #000000 !important;
  color: #FFFFFF;
}
input[type=text],
input[type=date],
input[type=email],
input[type=tel],
input[type=password],
select {
  background: #FFFFFF;
  border: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  padding: 12px;
  margin: 0;
  width: 100%;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  color: #222222;
  font-size: 14px !important;
  font-family: 'K2D', sans-serif !important;
}
.form-select::-ms-expand {
  display: none;
}
.form-select {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  border: 0;
  color: #FFFFFF;
  font-family: 'K2D', sans-serif !important;
  font-size: 15px;
  line-height: 39px;
  padding: 0 18px;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: url(./images/arrow_dropdown.svg) no-repeat right center;
}
.w-col {
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  width: 100%;
}
.w-col-1 {
  width: 8.33333%;
}
.w-col-2 {
  width: 16.6667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.3333%;
}
.w-col-5 {
  width: 41.6667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.3333%;
}
.w-col-8 {
  width: 66.6667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.3333%;
}
.w-col-11 {
  width: 91.6667%;
}
.w-col-12 {
  width: 100%;
}
.w-col-push-1 {
  left: 8.33333%;
}
.w-col-push-2 {
  left: 16.6667%;
}
.w-col-push-3 {
  left: 25%;
}
.w-col-push-4 {
  left: 33.3333%;
}
.w-col-push-5 {
  left: 41.6667%;
}
.w-col-push-6 {
  left: 50%;
}
.w-col-push-7 {
  left: 58.3333%;
}
.w-col-push-8 {
  left: 66.6667%;
}
.w-col-push-9 {
  left: 75%;
}
.w-col-push-10 {
  left: 83.3333%;
}
.w-col-push-11 {
  left: 91.6667%;
}
.w-col-pull-1 {
  right: 8.33333%;
}
.w-col-pull-2 {
  right: 16.6667%;
}
.w-col-pull-3 {
  right: 25%;
}
.w-col-pull-4 {
  right: 33.3333%;
}
.w-col-pull-5 {
  right: 41.6667%;
}
.w-col-pull-6 {
  right: 50%;
}
.w-col-pull-7 {
  right: 58.3333%;
}
.w-col-pull-8 {
  right: 66.6667%;
}
.w-col-pull-9 {
  right: 75%;
}
.w-col-pull-10 {
  right: 83.3333%;
}
.w-col-pull-11 {
  right: 91.6667%;
}
.w-col-offset-1 {
  margin-left: 8.33333%;
}
.w-col-offset-2 {
  margin-left: 16.6667%;
}
.w-col-offset-3 {
  margin-left: 25%;
}
.w-col-offset-4 {
  margin-left: 33.3333%;
}
.w-col-offset-5 {
  margin-left: 41.6667%;
}
.w-col-offset-6 {
  margin-left: 50%;
}
.w-col-offset-7 {
  margin-left: 58.3333%;
}
.w-col-offset-8 {
  margin-left: 66.6667%;
}
.w-col-offset-9 {
  margin-left: 75%;
}
.w-col-offset-10 {
  margin-left: 83.3333%;
}
.w-col-offset-11 {
  margin-left: 91.6667%;
}
.w-hidden-main {
  display: none !important;
}
@media (max-width: 767.98px) {
  .w-col-1,
  .w-col-2,
  .w-col-3,
  .w-col-4,
  .w-col-5,
  .w-col-6,
  .w-col-7,
  .w-col-8,
  .w-col-9,
  .w-col-10,
  .w-col-11,
  .w-col-12 {
    width: 100% !important;
    clear: both;
    float: none;
    padding: 0;
  }
}
#loginform {
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  #loginform {
    padding: 10px;
  }
}
#loginform .login-username {
  width: 100%;
  clear: both;
  display: block;
  height: 30px;
}
@media (max-width: 767.98px) {
  #loginform .login-username {
    height: auto;
  }
}
#loginform .login-username label {
  width: 150px;
  float: left;
  height: 45px;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  #loginform .login-username label {
    float: none;
    width: 100%;
  }
}
#loginform .login-username #user_login {
  width: 230px;
  float: right;
  margin: 0px;
  padding: 5px;
  display: block;
}
@media (max-width: 767.98px) {
  #loginform .login-username #user_login {
    float: none;
    width: 100%;
  }
}
#loginform .login-password {
  width: 100%;
  clear: both;
  display: block;
  height: 30px;
}
@media (max-width: 767.98px) {
  #loginform .login-password {
    height: auto;
  }
}
#loginform .login-password label {
  width: 150px;
  float: left;
  height: 45px;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  #loginform .login-password label {
    float: none;
    width: 100%;
  }
}
#loginform .login-password #user_pass {
  width: 230px;
  float: right;
  margin: 0px;
  padding: 5px;
  display: block;
}
@media (max-width: 767.98px) {
  #loginform .login-password #user_pass {
    float: none;
    width: 100%;
  }
}
#loginform .login-remember {
  width: 60%;
  display: block;
  padding-top: 10px;
  float: left;
  display: none;
}
#loginform .login-submit {
  clear: both;
  display: block;
  float: none;
  padding-top: 10px;
  width: 100%;
}
#mapp0_links {
  display: none;
}
.wppb-front-end-logout {
  float: right;
  font-size: 15px;
}
.wppb-front-end-logout span {
  line-height: 2;
}
.wppb-front-end-logout .wppb-logout-url {
  background: #dcdcdc none repeat scroll 0 0;
  border: 0 none;
  float: right;
  font-size: 15px;
  height: 30px;
  padding: 3px 7px;
  margin: 0 10px;
  color: #444444;
}
#wppb-recover-password,
.recover-password {
  margin: 0 auto;
  max-width: 600px;
  margin-bottom: 20px;
}
#wppb-recover-password .wppb-form-field,
.recover-password .wppb-form-field {
  display: block;
  height: 80px;
  text-transform: uppercase;
}
#wppb-register-user,
.register,
#wppb_form_success_message,
#wppb_general_top_error_message {
  margin: 0 auto;
  max-width: 600px;
  margin-bottom: 20px;
}
#wppb-register-user .wppb-form-field,
.register .wppb-form-field,
#wppb_form_success_message .wppb-form-field,
#wppb_general_top_error_message .wppb-form-field {
  display: block;
  padding-bottom: 20px;
}
#wppb-register-user .wppb-form-field label,
.register .wppb-form-field label,
#wppb_form_success_message .wppb-form-field label,
#wppb_general_top_error_message .wppb-form-field label {
  text-transform: uppercase;
}
#wppb-register-user .wppb-description-delimiter,
.register .wppb-description-delimiter,
#wppb_form_success_message .wppb-description-delimiter,
#wppb_general_top_error_message .wppb-description-delimiter {
  font-size: 14px;
  display: block;
  float: left;
}
@media (max-width: 767.98px) {
  #wppb-register-user .wppb-description-delimiter,
  .register .wppb-description-delimiter,
  #wppb_form_success_message .wppb-description-delimiter,
  #wppb_general_top_error_message .wppb-description-delimiter {
    float: none;
  }
}
#wppb-register-user #pass-strength-result,
.register #pass-strength-result,
#wppb_form_success_message #pass-strength-result,
#wppb_general_top_error_message #pass-strength-result {
  font-size: 14px;
  font-weight: 600;
  display: block;
  float: right;
}
@media (max-width: 767.98px) {
  #wppb-register-user #pass-strength-result,
  .register #pass-strength-result,
  #wppb_form_success_message #pass-strength-result,
  #wppb_general_top_error_message #pass-strength-result {
    float: none;
  }
}
@media (max-width: 767.98px) {
  #wppb-register-user,
  .register,
  #wppb_form_success_message,
  #wppb_general_top_error_message {
    padding: 10px;
  }
}
#wppb_form_success_message {
  text-align: center;
}
.wppb-form-error {
  color: #F2EEAF;
  font-size: 14px;
  clear: both;
  height: 30px;
  display: block;
}
.wpcf7-form {
  position: relative;
}
.wpcf7-form .wpcf7-submit:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
}
.wpcf7-form .wpcf7-submit:disabled:hover {
  background: #171717 !important;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form p {
  padding: 0 !important;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: normal;
  display: block;
  padding-left: 23px;
  background: url(./images/error.png) no-repeat center left;
  background-size: 20px auto;
  line-height: 20px;
  margin-top: 2px;
}
.wpcf7-spinner {
  position: absolute;
  left: 0;
}
.wpcf7-acceptance {
  /* Stile della checkbox personalizzata */
  /* Icona della checkbox */
  /* Cambia l'aspetto della checkbox quando è selezionata */
}
.wpcf7-acceptance input[type='checkbox'] {
  display: none;
}
.wpcf7-acceptance input[type='checkbox'] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  /* Aggiungi spazio per l'icona */
  cursor: pointer;
  font-size: 14px;
  line-height: 1.3;
  display: block;
}
.wpcf7-acceptance input[type='checkbox'] + .wpcf7-list-item-label:before {
  font-family: 'Material Symbols Outlined';
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  content: "\e876";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  border: 1px solid #171717;
  /* Colore del bordo della checkbox */
  border-radius: 6px;
  transition: all 0.3s;
  color: #F2EEAF;
  background-color: #F2EEAF;
}
.wpcf7-acceptance input[type='checkbox']:checked + .wpcf7-list-item-label:before {
  background-color: #9FDCFF;
  color: #171717;
}
.wpcf7-mail-sent-ok {
  border: 0 !important;
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  bottom: 50%;
  max-width: 780px;
  padding: 20px !important;
  color: #666666;
  font-size: 15px;
  font-weight: 500;
  background-color: #FFFFFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
}
.wpcf7-mail-sent-ok:before {
  content: "";
  width: 18px;
  height: 14px;
  display: inline-block;
  text-align: left;
  margin-right: 14px;
  background: url(./images/ic_check_true.png) no-repeat center center;
  background-size: contain;
}
.wpcf7-mail-sent-ok:after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  margin-right: 14px;
  background: url(./images/ic_close_black.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  border: 2px solid #bb0000 !important;
  background: #bb0000 !important;
  padding: 10px 20px !important;
  color: #191919;
  font-size: 18px;
  text-align: center;
  display: none !important;
}
.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 16px;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
}
.slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  width: 18px;
  background-color: rgba(242, 238, 175, 0.7);
  opacity: 0.5;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 0;
  font-size: 0px;
  text-indent: -9999px;
  overflow: hidden;
}
.slick-dots li button:hover {
  background-color: rgba(242, 238, 175, 0.9);
}
.slick-dots li.slick-active button {
  opacity: 1;
  background-color: #F2EEAF;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #F2EEAF;
  color: #181D27;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: flex;
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
  bottom: 50%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 0;
  border: none;
  outline: none;
  z-index: 100;
  margin-bottom: -32px;
  opacity: 0.9;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.3;
}
@media (max-width: 1150px) {
  .slick-prev,
  .slick-next {
    bottom: 24px;
    margin-bottom: 0;
  }
}
.slick-prev {
  left: 16px;
  /*@media (min-width:1200px){
		left: 16px;
		//&:hover{left: 40px;}
	}*/
}
.slick-prev:before {
  font-family: 'Material Symbols Outlined';
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  content: "\e5c4";
}
.slick-next {
  right: 16px;
  /*@media (min-width:1200px){
		right: 48px;
		&:hover{right: 40px;}
	}*/
}
.slick-next:after {
  font-family: 'Material Symbols Outlined';
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  content: "\e5c8";
}
.fancybox-slide--html {
  padding: 0;
}
#pagination {
  padding: 0 16px;
}
@media (max-width: 767.98px) {
  #pagination {
    padding: 0 16px;
  }
}
#pagination .nav-links {
  display: -webkit-flex;
  display: flex;
  justify-content: right;
}
#pagination .nav-links .page-numbers,
#pagination .nav-links .cst-page-numbers {
  text-decoration: none;
  display: block;
  height: 52px;
  width: 52px;
  padding: 5px;
  line-height: 41px;
  color: #FFFFFF;
  font-size: 16px;
  background: #f0f2f2 no-repeat center;
  margin-left: 1px;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#pagination .nav-links .page-numbers:hover,
#pagination .nav-links .cst-page-numbers:hover {
  background-color: #e3e8e8;
}
#pagination .nav-links .page-numbers.current,
#pagination .nav-links .cst-page-numbers.current {
  color: white;
  background-color: #F2EEAF;
}
#pagination .nav-links .page-numbers.current:hover,
#pagination .nav-links .cst-page-numbers.current:hover {
  color: white;
  background-color: rgba(242, 238, 175, 0.9);
}
#pagination .nav-links .page-numbers.next,
#pagination .nav-links .cst-page-numbers.next,
#pagination .nav-links .page-numbers.prev,
#pagination .nav-links .cst-page-numbers.prev {
  background-image: url('images/ico_arrow_slide.svg');
  background-size: 8px auto;
  text-decoration: none !important;
}
#pagination .nav-links .page-numbers.next,
#pagination .nav-links .cst-page-numbers.next {
  transform: rotate(180deg);
}
.wpb_gallery_slides .slides {
  padding-bottom: 50px !important;
}
.wpb_gallery_slides .slides img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center center;
}
.wpb_gallery_slides .slides .slick-dots {
  bottom: 0 !important;
  top: unset  !important;
  margin-top: 0  !important;
}
.wpb_gallery_slides .slides .slick-dots li button {
  border: 2px solid #1488d7;
  width: 16px !important;
  height: 16px !important;
  background: transparent !important;
}
.wpb_gallery_slides .slides .slick-dots li.slick-active button {
  background: #1488d7 !important;
}
.vc_single_image-wrapper.vc_box_rounded img {
  border-radius: 24px !important;
}
.vc_separator .vc_sep_holder .vc_sep_line {
  top: unset !important;
}
/*.vc_section {
  padding-left: @gutter !important;
  padding-right: @gutter !important;
  margin-left: -@gutter !important;
  margin-right: -@gutter !important;
}*/
.vc_tta-panel {
  display: none;
}
.vc_tta-panel.vc_active {
  display: block;
}
.vc_tta-panel.vc_active .vc_tta-panel-heading {
  display: none;
}
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_section,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section {
  padding-top: 0px !important;
}
@media (max-width: 459.98px) {
  .vc_row {
    margin: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .vc_row .vc_row {
    margin: 0 !important;
  }
  .vc_rtl-columns-reverse .vc_row,
  .vc_row.vc_row-flex.vc_rtl-columns-reverse .vc_row {
    flex-direction: column-reverse;
  }
  .vc_row.vc_rtl-columns-reverse {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  /*.vc_column_container > .vc_column-inner{
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
	
	.wpb_single_image {
	    padding: 0 0 20px 0 !important;
	    margin: 0 !important;
	}
	.vc_row{
		margin: 0 !important;
	}
	.vc_row-no-padding .vc_column-inner{
		padding: 0 @gutter !important;
		.vc_column-inner{
			padding: 0 !important;
		}
	}*/
  .vc_section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.otgs-development-site-front-end {
  display: none;
}
.notfront #header {
  background: #161B25;
}
.notfront #header #navigation {
  align-items: center;
}
#navigation {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 1280px;
  padding: calc(16px * 2);
}
@media (max-width: 767.98px) {
  #navigation {
    padding: calc(16px * 2) 16px;
  }
}
@media (max-width: 459.98px) {
  #navigation {
    display: block;
  }
}
#navigation #logo {
  display: block;
  max-width: 109px;
  margin-left: 1px;
}
@media (max-width: 459.98px) {
  #navigation #logo {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
#navigation #mainmenu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 459.98px) {
  #navigation #mainmenu ul {
    justify-content: flex-end;
  }
}
@media (max-width: 670px) {
  #navigation #mainmenu ul {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
#navigation #mainmenu ul li a {
  color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  font-size: 14px;
  padding: 0.375em 0.75em;
  text-decoration: none;
  font-weight: 400;
}
#navigation #mainmenu ul li a:hover {
  color: #FFFFFF;
}
#navigation #mainmenu ul li a:active {
  color: #FFFFFF;
}
@media (min-width: 576px) {
  #navigation #mainmenu ul li a {
    font-size: 16px;
  }
}
#navigation #mainmenu ul li.current_page_item a,
#navigation #mainmenu ul li.current_page_parent a {
  text-decoration: underline !important;
  color: #FFFFFF;
}
#navigation #mainmenu ul li.highlight a {
  font-family: 'K2D', sans-serif !important;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-align: center !important;
  border: 0;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  text-decoration: none !important;
  line-height: 1;
  padding: 6px 12px;
  font-style: normal;
  font-weight: 500;
  background-color: #F2EEAF;
  border-radius: 6px;
  font-size: 18px;
  text-transform: uppercase;
  /*&.back{
		gap: 10px;
		padding-left:18px;
		&:before{
			.material-icons-outlined;
			content:"\e5cb";
			height:20px;
			width:20px;
			display:block;
			font-size:21px;
			line-height:20px;
		}
	}
	
	&.download{
		gap: 10px;
		&:after{
			.material-icons-outlined;
			content:"\e2c4";
			height:20px;
			width:20px;
			display:block;
			font-size:21px;
			line-height:20px;
		}
		
		
	}
	
	
	
	&.anchor{
		gap: 10px;
		&:after{
			.material-icons-outlined;
			content:"\e5db";
			height:20px;
			width:20px;
			display:block;
			font-size:21px;
			line-height:20px;
		}
		&:hover{
			&:after{
				animation: downInfinite 1.2s infinite;
			}
		}
	}
	
	&.goto{
		gap: 10px;
		&:after{
			.material-icons-outlined;
			content:"\e5c8";
			height:20px;
			width:20px;
			display:block;
			font-size:21px;
			line-height:20px;
		}
		&:hover{
			&:after{
				animation: rightInfinite 1.2s infinite;
			}
		}
	}*/
  background-color: #9FDCFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: inherit;
}
@media (max-width: 767.98px) {
  #navigation #mainmenu ul li.highlight a {
    height: 100%;
  }
}
#navigation #mainmenu ul li.highlight a:hover {
  background-color: #ebe583 !important;
  color: #000000;
}
#navigation #mainmenu ul li.highlight a:active {
  background-color: #ebe583 !important;
  color: #000000;
}
#navigation #mainmenu ul li.highlight a.light {
  background-color: #9FDCFF;
}
#navigation #mainmenu ul li.highlight a.light:hover {
  background-color: #6cc9ff !important;
  color: #000000;
}
#navigation #mainmenu ul li.highlight a.light:active {
  background-color: #6cc9ff !important;
  color: #000000;
}
#navigation #mainmenu ul li.highlight a.dark {
  padding: 24px;
  background-color: #181D27;
  color: #FFFFFF;
}
#navigation #mainmenu ul li.highlight a.dark:hover {
  background-color: #2b3447 !important;
  color: #FFFFFF;
}
#navigation #mainmenu ul li.highlight a.dark:active {
  background-color: #2b3447 !important;
  color: #FFFFFF;
}
#navigation #mainmenu ul li.highlight a sup {
  font-size: 11px;
  margin-top: -0.6em;
  margin-right: 0.8em;
}
@media (min-width: 576px) {
  #navigation #mainmenu ul li.highlight a {
    font-size: 16px;
    margin-left: 0.5em;
  }
}
#navigation #mainmenu ul li.highlight a:hover {
  background-color: #39b7ff !important;
}
#navigation #mainmenu ul li.highlight a:active {
  background-color: #39b7ff !important;
}
@media (max-width: 670px) {
  #navigation #mainmenu ul li.anchor {
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 459.98px) {
  #navigation #mainmenu ul li.anchor {
    text-align: center;
  }
}
@media (min-width: 670px) {
  #navigation #mainmenu ul li {
    margin-left: 0.5em;
  }
}
.front .main-header {
  background-image: url(./images/hero-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
.front .main-header .hero {
  display: flex;
  align-items: center;
}
@media (min-width: 459.98px) {
  .front .main-header .hero {
    padding-top: 20vh;
  }
}
.hero-tagline {
  margin-inline: auto;
  max-width: 1400px;
  max-width: 1280px;
  width: 100%;
  padding: calc(16px * 2);
}
@media (max-width: 459.98px) {
  .hero-tagline {
    padding: calc(16px * 2) 16px;
  }
}
.hero-rotate {
  align-items: center;
  align-items: first baseline;
  display: grid;
  grid-template-areas: "rotation_area";
  justify-items: start;
}
.hero-rotate h2 {
  animation-name: fadeinout;
  animation-direction: normal;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  color: #9FDCFF;
  grid-area: rotation_area;
  margin-block-end: 0.5em;
  opacity: 0;
}
.hero-rotate h2.phrase-1 {
  color: #F2EEAF;
}
.hero-rotate h2:nth-child(1) {
  animation-delay: 0s;
}
.hero-rotate h2:nth-child(2) {
  animation-delay: 5s;
}
.hero-rotate h2:nth-child(3) {
  animation-delay: 10s;
}
.hero-rotate h2:nth-child(4) {
  animation-delay: 15s;
}
.hero-rotate h2:nth-child(5) {
  animation-delay: 20s;
}
.hero-rotate h2:nth-child(6) {
  animation-delay: 25s;
}
.hero-cta {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}
#fullvideo {
  margin-top: -36px !important;
  height: 56vw;
}
#fullvideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56vw;
}
@media (max-width: 767.98px) {
  .biggerspace {
    max-height: 100px;
  }
}
@media (max-width: 459.98px) {
  .vc_column_container > .vc_column-inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.notfront #main {
  padding: 32px 0 100px;
}
.intestazione {
  padding-bottom: 32px;
}
#sheet {
  padding-top: 120px;
  padding-bottom: 120px;
}
#sheet .vidbg-overlay {
  background: linear-gradient(0deg, rgba(12, 16, 27, 0.93) 0%, rgba(12, 16, 27, 0.93) 100%);
}
#sheet h4 {
  padding-bottom: 0px !important;
}
@media (max-width: 767.98px) {
  #sheet {
    padding-top: 48px;
    padding-bottom: 60px;
  }
}
#sheet video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#sheet2 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 767.98px) {
  #sheet2 {
    padding-bottom: 60px;
    flex-direction: column-reverse;
  }
}
#sheet3 {
  padding-top: 80px;
  padding-bottom: 48px;
}
@media (max-width: 767.98px) {
  #sheet3 {
    padding-top: 60px;
    padding-bottom: 0px;
    flex-direction: column-reverse;
  }
}
.sheet {
  background-color: #161B25;
}
.sheet .system {
  display: flex;
  margin: 0 -6px !important;
  /*@media (max-width: 1130px) {
			flex-wrap: wrap;
			& > .vc_column_container{
				width: 50%;
			}
		}
		@media @mobile {*/
}
.sheet .system > .vc_column_container {
  padding: 6px;
}
.sheet .system > .vc_column_container:after {
  content: url(./images/arrow.svg);
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-50%);
}
@media (max-width: 900px) {
  .sheet .system > .vc_column_container:after {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.sheet .system > .vc_column_container:last-child:after {
  display: none;
}
.sheet .system > .vc_column_container > .vc_column-inner {
  border-radius: 30px;
  background: rgba(242, 238, 175, 0.05);
  padding: 24px 12px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  height: 100%;
}
.sheet .system > .vc_column_container > .vc_column-inner .wpb_single_image {
  height: 120px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 900px) {
  .sheet .system {
    display: block;
  }
  .sheet .system > .vc_column_container {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
    padding: 36px 12px;
  }
}
.sheet .robot {
  display: flex;
  margin: 0 -6px;
  justify-content: space-between;
}
.sheet .robot:before,
.sheet .robot:after {
  display: none;
}
.sheet .robot > .vc_column_container {
  padding: 6px;
  max-width: 242px;
}
.sheet .robot > .vc_column_container > .vc_column-inner {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.sheet .robot > .vc_column_container > .vc_column-inner .wpb_single_image {
  max-width: 180px;
  margin: 0 auto 32px;
}
@media (max-width: 960px) {
  .sheet .robot {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sheet .robot > .vc_column_container {
    width: 50%;
  }
}
@media (max-width: 459.98px) {
  .sheet .robot {
    display: block;
  }
  .sheet .robot > .vc_column_container {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
}
.sheet .col-titolo h3 {
  color: #D9D9D9;
  font-size: 72px;
  font-weight: 100;
  letter-spacing: -2.88px;
  padding-bottom: 10px;
}
.sheet .col-titolo h4 {
  padding-bottom: 0px;
  color: #D9D9D9;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.sheet .col-titolo h5 {
  color: #F2EEAF;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.sheet .col-sx {
  min-height: 100px;
  position: relative;
  padding: 0 calc(16px * 2);
  width: 100%;
}
@media (min-width: 840px) {
  .sheet .col-sx {
    width: 384px;
  }
}
@media (max-width: 459.98px) {
  .sheet .col-sx {
    padding: 0 16px;
  }
}
.sheet .col-sx h3 {
  color: #D9D9D9;
  font-size: 72px;
  font-weight: 100;
  letter-spacing: -2.88px;
  padding-bottom: 10px;
}
.sheet .col-sx h4 {
  padding-bottom: 0px;
  color: #D9D9D9;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.sheet .col-sx h5 {
  color: #F2EEAF;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.sheet .col-sx .vc_column-inner {
  padding: 0px;
}
.sheet .col-sx ul li {
  color: #F2EEAF;
}
.sheet .col-sx p {
  color: #7D7D7D;
}
.sheet .col-sx .button {
  padding: 16px 24px;
  text-align: center;
}
.sheet .col-dx {
  padding: 0;
  width: 100%;
}
@media (min-width: 459.98px) {
  .sheet .col-dx {
    padding: 0 calc(16px * 2);
  }
}
@media (min-width: 840px) {
  .sheet .col-dx {
    width: calc(100% - 384px);
  }
}
.sheet .col-dx .vc_column-inner {
  padding: 0px;
}
@media (min-width: 1000.98px) {
  .sheet .col-dx .platform-tablet {
    display: none;
  }
}
@media (max-width: 1000.98px) {
  .sheet .col-dx .platform {
    display: none;
  }
  .sheet .col-dx .platform-tablet img {
    width: auto;
    height: 595px;
    object-fit: cover;
    object-position: left top;
    max-width: none;
  }
}
.sheet #robot-description h4,
.sheet #digital-platform-description h4 {
  font-size: 23px;
}
#section-2 {
  height: 80vh;
}
#section-2 h2 {
  margin-bottom: 12px;
}
#section-2 ul li {
  color: #F2EEAF;
}
@media (max-width: 767.98px) {
  #section-2 {
    height: 60vh;
  }
}
#section-2 .button {
  padding: 16px 24px;
}
@media (min-width: 767.98px) {
  #section-3 {
    background: linear-gradient(90deg, #171717 50%, #181d27 50%);
  }
}
#section-3 > .vc_column_container {
  background: #181d27;
}
@media (min-width: 767.98px) {
  #section-3 > .vc_column_container {
    -webkit-border-top-left-radius: 10em;
    -webkit-border-bottom-left-radius: 10em;
    -moz-border-radius-topleft: 10em;
    -moz-border-radius-bottomleft: 10em;
    border-top-left-radius: 10em;
    border-bottom-left-radius: 10em;
  }
}
@media (min-width: 767.98px) {
  #section-3 > .vc_column_container > .vc_column-inner {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  #section-3 > .vc_column_container > .vc_column-inner {
    padding-top: 32px;
    padding-bottom: 52px;
  }
}
#section-3 > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image {
  padding: 2em;
}
@media (min-width: 767.98px) {
  #section-3 > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_text_column {
    padding: 48px 0 48px;
  }
}
#section-3 > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_text_column p {
  color: #858585;
  font-size: 18px;
}
#section-3 > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_text_column h2 {
  color: #F2EEAF;
  margin-bottom: 12px;
}
#section-3 > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_text_column a {
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 767.98px) {
  #section-3 > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #section-3 > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    padding: 5em;
  }
}
@media (max-width: 767.98px) {
  #section-3 > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    max-width: 200px;
    margin: 0 auto;
  }
}
#section-4 #list-image > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 -24px;
}
#section-4 #list-image > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image {
  padding: 0 24px;
}
#section-4 #list-image > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image img {
  max-height: 80px;
  width: auto;
}
@media (max-width: 767.98px) {
  #section-4 #list-image > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image img {
    max-height: 40px;
  }
}
@media (max-width: 767.98px) {
  #section-4 #list-image > .vc_column_container > .vc_column-inner {
    padding: 0 !important;
  }
  #section-4 #list-image > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  #section-4 #list-image > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    padding: 24px;
    max-width: 200px;
  }
}
@media (max-width: 430px) {
  #section-4 #list-image > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    display: block;
  }
  #section-4 #list-image > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    padding: 24px 0;
    max-width: 200px;
    margin: 0 auto;
  }
  #section-4 #list-image > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image .vc_figure {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
#section-5 #list-case-history > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: center;
  margin: 0 -12px;
}
#section-5 #list-case-history > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image {
  padding: 12px;
}
@media (max-width: 990px) {
  #section-5 #list-case-history > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    flex-wrap: wrap;
  }
  #section-5 #list-case-history > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  #section-5 #list-case-history > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    display: block;
  }
  #section-5 #list-case-history > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #section-5 #list-case-history > .vc_column_container > .vc_column-inner {
    padding: 0 !important;
  }
}
#section-6 {
  background-image: url(./images/how-bg.jpg);
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-size: 50% auto !important;
  padding-block: 6em;
}
@media (max-width: 767.98px) {
  #section-6 {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0 100%), url(./images/how-bg.jpg) !important;
  }
}
@media (min-width: 1200px) {
  #section-6 {
    padding-block: 7em;
  }
}
#section-6 h2 {
  margin-bottom: 1.15em;
}
#section-6 .button {
  padding: 16px 24px;
}
#section-6 ol {
  color: #FFFFFF;
  counter-reset: steps;
  font-weight: 300;
  list-style: none;
}
#section-6 ol li {
  align-items: center;
  counter-increment: steps;
  display: flex;
  flex-wrap: nowrap;
  gap: 1em;
  margin-block-end: 2em;
}
#section-6 ol li::before {
  border-radius: 50%;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  content: counter(steps);
  display: grid;
  font-size: 1.5em;
  height: 3.375rem;
  line-height: 3.375rem;
  place-items: center;
  width: 3.375rem;
}
#section-6 ol p {
  margin: 0;
}
#section-6 ol strong {
  color: #F2EEAF;
  display: block;
  font-size: 1.5em;
  font-weight: 300;
}
#section-6 ol span {
  display: block;
  font-size: 1em;
}
@media (min-width: 1000.98px) {
  #contact-area {
    background: linear-gradient(90deg, #3a3c39 50%, #F2EEAF 50%);
  }
}
#contact-area .col-sx {
  background: #3a3c39;
  padding: 72px 16px !important;
  position: relative;
  width: 100%;
}
@media (min-width: 1070px) {
  #contact-area .col-sx {
    width: 384px;
  }
}
@media (min-width: 459.98px) {
  #contact-area .col-sx {
    padding: 72px calc(16px * 2) !important;
  }
}
#contact-area .col-sx .vc_column-inner {
  padding: 0px !important;
}
#contact-area .col-sx h2,
#contact-area .col-sx h3,
#contact-area .col-sx h4 {
  padding-bottom: 12px;
}
#contact-area .col-sx p {
  color: #A6A6A6;
  padding-bottom: 9px;
}
#contact-area .col-sx p a {
  color: #9FDCFF;
}
#contact-area .col-sx .button {
  padding: 24px;
  text-align: center;
}
#contact-area .col-dx {
  width: 100%;
  background: #F2EEAF;
  padding: 66px 16px !important;
  color: #171717;
}
@media (min-width: 1070px) {
  #contact-area .col-dx {
    width: 384px;
    width: calc(100% - 384px);
  }
}
@media (min-width: 459.98px) {
  #contact-area .col-dx {
    padding: 66px calc(16px * 2) !important;
  }
}
#contact-area .col-dx .vc_column-inner {
  padding: 0px !important;
}
.contact-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 calc(-16px / 2);
  padding: 12px 0;
}
.contact-form .field {
  width: 100%;
  padding: 12px calc(16px / 2);
}
.contact-form .field label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 10px;
  display: block;
}
@media (min-width: 767.98px) {
  .contact-form .field.col-4 {
    width: 33.33%;
  }
  .contact-form .field.col-6 {
    width: 50%;
  }
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"] {
  font-family: 'K2D', sans-serif !important;
  line-height: 1;
  font-size: 16px;
  font-weight: 300;
  padding: 20px 24px;
  color: #171717;
  border-bottom: 1px solid #171717;
  background: rgba(23, 23, 23, 0.06);
  margin: 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"] {
    padding: 16px;
  }
}
.contact-form textarea {
  line-height: 1.3;
  height: 141px;
  border: 0;
  font-family: 'K2D', sans-serif !important;
  font-size: 16px;
  font-weight: 300;
  padding: 18px 24px;
  color: #171717;
  border-bottom: 1px solid #171717;
  background: rgba(23, 23, 23, 0.06);
  margin: 0;
  width: 100%;
}
.contact-form .submit {
  text-align: right;
}
@media (max-width: 767.98px) {
  .contact-form .submit {
    text-align: center;
  }
}
.contact-form .recaptcha {
  padding-bottom: 24px;
  display: inline-block;
}
.contact-form .wpcf7-list-item-label {
  color: #171717;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.contact-form .wpcf7-list-item-label a {
  color: #171717;
  text-decoration: underline;
}
.contact-form .wpcf7-list-item-label a:hover {
  color: #000000;
}
body.compensate-for-scrollbar {
  margin-right: 0px !important;
}
.wpc-article-wrap-all {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
  justify-content: center;
}
.wpc-article-wrap-all .item-box {
  padding: 16px;
  width: 33.33%;
  font-size: 15px;
}
@media (max-width: 1000.98px) {
  .wpc-article-wrap-all .item-box {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .wpc-article-wrap-all .item-box {
    width: 100%;
  }
}
.wpc-article-wrap-all .item-box .immagine {
  padding-bottom: 56%;
  position: relative;
  font-size: 0;
  margin-bottom: 16px;
}
.wpc-article-wrap-all .item-box .immagine img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.wpc-article-wrap-all .item-box .titolo {
  color: white;
  font-size: 18px;
}
.wpc-article-wrap-all .item-box .sottotitolo {
  margin-top: 2px;
}
.wpc-article-wrap-all .item-box .riassunto {
  color: #787878;
  margin-top: 8px;
}
.wpc-article-wrap-all .item-box a:hover {
  text-decoration: none;
}
.backto {
  text-align: right;
  margin-bottom: 20px;
}
.backto a.back {
  gap: 10px;
  padding-left: 18px;
  display: inline-flex;
}
.backto a.back:before {
  font-family: 'Material Symbols Outlined';
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  content: "\e5cb";
  height: 20px;
  width: 20px;
  display: block;
  font-size: 21px;
  line-height: 20px;
}
.backto a.back:hover {
  text-decoration: none;
}
.backto a.back:hover span {
  text-decoration: underline;
}
.case-study-modal {
  display: none;
  max-width: 1000px;
  width: 100%;
  max-height: 90%;
  background: #161B25;
  padding: 58px 32px 48px;
}
.case-study-modal .fancybox-close-small {
  padding: 0;
}
.case-study-modal .titolo {
  font-size: 24px;
  padding: 16px 0;
}
@media (max-width: 767.98px) {
  .case-study-modal {
    max-height: 100%;
  }
}
@media (max-width: 459.98px) {
  .case-study-modal {
    padding: 58px 16px 48px;
  }
}
.case-study-modal .gallery img,
.post-case-study .gallery img {
  width: 100%;
}
.case-study-modal .titolo,
.post-case-study .titolo {
  position: relative;
  /*display: flex;
		justify-content: space-between;
		gap: 16px;
		flex-direction: row-reverse;
		@media @mobile{
			display: block;
			img{padding-bottom: 16px;}
		}
		img{
			height:50px;
		}*/
}
.case-study-modal .introduzione,
.post-case-study .introduzione {
  padding: 16px 0;
}
.case-study-modal .introduzione img,
.post-case-study .introduzione img {
  height: 50px;
}
.case-study-modal .listing ul,
.post-case-study .listing ul {
  padding-bottom: 10px;
  padding-left: 15px;
  list-style: inherit;
}
.case-study-modal .listing ul li,
.post-case-study .listing ul li {
  padding: 0;
  margin: 0px;
  padding-bottom: 4px;
  list-style: inherit;
  color: #F2EEAF;
}
#section-about-images #list-image > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -16px;
}
#section-about-images #list-image > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image {
  padding: 0 16px;
}
@media (max-width: 767.98px) {
  #section-about-images #list-image > .vc_column_container > .vc_column-inner {
    padding: 0 !important;
  }
  #section-about-images #list-image > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }
  #section-about-images #list-image > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    padding: 16px 0;
  }
}
@media (max-width: 430px) {
  #section-about-images #list-image > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    display: block;
  }
  #section-about-images #list-image > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    margin: 0 auto;
  }
  #section-about-images #list-image > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image .vc_figure {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
.staff-listing > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  margin: 0 calc(clamp(12px, 1.5vw, 18px) * -1);
  display: flex;
}
@media (max-width: 1000.98px) {
  .staff-listing > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.staff-listing > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpc-staff-single {
  width: 25%;
  max-width: 320px;
  padding: 12px clamp(12px, 1.5vw, 18px);
}
@media (max-width: 1000.98px) {
  .staff-listing > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpc-staff-single {
    width: 50%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .staff-listing > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpc-staff-single {
    width: 100%;
  }
}
.staff-listing > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpc-staff-single .fototessera {
  font-size: 0;
}
.staff-listing > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpc-staff-single .box-dati {
  padding: 24px 12px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.staff-listing > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpc-staff-single .box-dati .carica {
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .staff-listing > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpc-staff-single .box-dati {
    padding: 12px;
  }
}
.main-footer {
  background: #000000;
}
.main-footer .footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  margin-inline: auto;
  max-width: 1280px;
  padding: 32px;
  font-size: 16px;
}
@media (min-width: 1000.98px) {
  .main-footer .footer {
    padding-block: 52px;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 459.98px) {
  .main-footer .footer {
    padding-inline: 16px;
  }
}
.main-footer .footer .menu-footer {
  display: flex;
  gap: 12px;
}
@media (max-width: 1000.98px) {
  .main-footer .footer .menu-footer {
    justify-content: center;
    padding-top: 15px;
  }
}
.main-footer .footer .footer-text {
  display: flex;
  flex-direction: column;
  font-weight: 300;
  gap: 5px;
  width: 78%;
}
@media (max-width: 1000.98px) {
  .main-footer .footer .footer-text {
    text-align: center;
  }
}
.main-footer .footer .footer-text dl {
  flex-direction: column;
  font-style: normal;
  gap: 0.5em;
  padding: 5px 0;
}
@media (min-width: 1000.98px) {
  .main-footer .footer .footer-text dl {
    padding: 0px;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
}
.main-footer .footer .footer-text dl dt {
  color: #787878;
}
.main-footer .footer .logo {
  width: 109px;
}
.main-footer .footer a {
  color: white;
  text-decoration-line: underline;
}
.main-footer .footer .social-links {
  display: flex;
  gap: 0.5em;
  justify-content: end;
  align-items: center;
}
@media (max-width: 1000.98px) {
  .main-footer .footer .social-links {
    justify-content: center;
  }
}
.main-footer .footer .social-links .social {
  background: #F2EEAF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  overflow: hidden;
  text-indent: 999px;
  position: relative;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.main-footer .footer .social-links .social:hover {
  background: #f9f7db;
}
.main-footer .footer .social-links .social:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background: center center no-repeat;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  .main-footer .footer .social-links .social {
    width: 52px;
    height: 52px;
  }
}
.main-footer .footer .social-links .social.facebook:after {
  background-image: url(./images/ico_facebook.svg);
  background-size: auto 66%;
}
.main-footer .footer .social-links .social.linkedin:after {
  background-image: url(./images/ico_linkedin.svg);
  background-size: auto 50%;
}
.main-footer .footer .social-links .social.twitter:after {
  background-image: url(./images/ico_twitter.svg);
  background-size: auto 50%;
}
.main-footer .footer .social-links .social.youtube:after {
  background-image: url(./images/ico_youtube.svg);
  background-size: auto 60%;
}
.main-footer .footer .social-links .social.instagram:after {
  background-image: url(./images/ico_instagram.svg);
  background-size: auto 60%;
}
