@charset "utf-8";
/*
Theme Name: FourStars
Author: Domino Srl
Version: 1.0
*/
@font-face {
  font-family: 'Instrument Sans';
  src: url('./fonts/InstrumentSans-Regular.woff2') format('woff2'), url('./fonts/InstrumentSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('./fonts/InstrumentSans-Bold.woff2') format('woff2'), url('./fonts/InstrumentSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('./fonts/InstrumentSans-Italic.woff2') format('woff2'), url('./fonts/InstrumentSans-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('./fonts/InstrumentSans-BoldItalic.woff2') format('woff2'), url('./fonts/InstrumentSans-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('./fonts/InstrumentSans-SemiBold.woff2') format('woff2'), url('./fonts/InstrumentSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.material-icons,
.material-icons-outlined,
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined', ui-serif;
  font-weight: normal;
  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';
}
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px #ff0033 !important;
}
.animazione {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.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(32px, 4.45vw, 58px);
}
.vc_empty_space.emptyspace-large {
  max-height: clamp(72px, 9.97vw, 130px);
}
.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;
}
@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;
  }
}
.background-blue {
  background-color: #2a5b6f;
}
.background-gray {
  background-color: #f6f6f6;
}
#breadcrumbs {
  display: flex;
  justify-content: end;
  font-size: 14px;
  align-items: center;
  padding: 6px 36px 6px 0;
  color: #555555;
}
#breadcrumbs a {
  color: #555555;
  text-decoration: underline;
}
#breadcrumbs i {
  margin-left: 1px;
}
#main {
  min-height: 80vh;
  padding-bottom: clamp(72px, 9.97vw, 130px);
}
.container {
  max-width: 1248px;
  width: 100%;
  position: relative;
  background: none;
  margin: 0 auto !important;
  box-sizing: border-box;
  padding: 0 calc(8px*3);
}
@media (max-width: 959.98px) {
  .container {
    padding: 0 calc(8px*2);
  }
}
@media (max-width: 767.98px) {
  .container {
    padding: 0 10px;
  }
}
.container-720 {
  max-width: 1248px;
  width: 100%;
  position: relative;
  background: none;
  margin: 0 auto !important;
  box-sizing: border-box;
  padding: 0 calc(8px*3);
  max-width: 744px;
}
@media (max-width: 959.98px) {
  .container-720 {
    padding: 0 calc(8px*2);
  }
}
@media (max-width: 767.98px) {
  .container-720 {
    padding: 0 10px;
  }
}
.container-720.vc_row-fluid {
  padding: 0;
}
.container-1000 {
  max-width: 1248px;
  width: 100%;
  position: relative;
  background: none;
  margin: 0 auto !important;
  box-sizing: border-box;
  padding: 0 calc(8px*3);
  max-width: 992px;
}
@media (max-width: 959.98px) {
  .container-1000 {
    padding: 0 calc(8px*2);
  }
}
@media (max-width: 767.98px) {
  .container-1000 {
    padding: 0 10px;
  }
}
.container-1000.vc_row-fluid {
  padding: 0;
}
.line-height-150 {
  line-height: 150%;
}
strong,
b,
.strong {
  font-weight: 700;
}
em,
i,
.em {
  font-style: italic;
}
table h2,
table h3,
table h4,
table h5,
table h6 {
  display: inline-block;
  padding: 0;
  font-family: 'Instrument Sans', Arial, 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;
}
@media (max-width: 767.98px) {
  .space {
    max-height: 16px;
  }
}
@media (max-width: 767.98px) {
  .hspace {
    max-height: 24px;
  }
}
@keyframes downInfinite {
  0% {
    margin-top: 0;
    margin-bottom: 0;
  }
  30% {
    margin-top: 0;
    margin-bottom: -50px;
  }
  35% {
    opacity: 0;
  }
  40% {
    margin-top: -50px;
    margin-bottom: 0;
  }
  100% {
    margin-bottom: 0;
  }
}
@keyframes rightInfinite {
  0% {
    text-indent: 0;
  }
  50% {
    text-indent: 8px;
  }
  100% {
    text-indent: 0;
  }
}
.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 {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  cursor: pointer;
  text-align: center !important;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  line-height: 1;
  padding: 18px;
  font-size: clamp(16px, 1.82vw, 20px);
  font-style: normal;
  font-weight: 700;
  background-color: #ff0033;
  border: 1px solid #ff0033;
  text-transform: uppercase;
  width: 100%;
  max-width: 230px;
  letter-spacing: 0.5px;
}
.button:hover {
  background-color: #FFFFFF !important;
  color: #ff0033;
}
.button:active {
  background-color: #FFFFFF !important;
  color: #ff0033;
}
.button.border {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  color: #000000;
}
.button.border:hover {
  background-color: #ff0033 !important;
  color: #FFFFFF !important;
  border: 1px solid #ff0033;
}
.button.border:active {
  background-color: #ff0033 !important;
  color: #FFFFFF !important;
  border: 1px solid #ff0033;
}
.button.border-white {
  background-color: transparent;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
}
.button.border-white:hover {
  background-color: #FFFFFF !important;
  color: #ff0033 !important;
}
.button.border-white:active {
  background-color: #FFFFFF !important;
  color: #ff0033 !important;
}
.button.download {
  gap: 12px;
  justify-content: space-between;
}
.button.download:after {
  font-family: 'Material Symbols Outlined', ui-serif;
  font-weight: normal;
  font-style: normal;
  /* 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: "\e2c4";
  height: 24px;
  width: 24px;
  display: block;
  font-size: 24px;
  line-height: 24px;
}
.button.anchor {
  gap: 12px;
  justify-content: space-between;
}
.button.anchor:after {
  font-family: 'Material Symbols Outlined', ui-serif;
  font-weight: normal;
  font-style: normal;
  /* 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: "\e5db";
  height: 24px;
  width: 24px;
  display: block;
  font-size: 24px;
  line-height: 24px;
}
.button.anchor:hover:after {
  animation: downInfinite 1.2s infinite;
}
.button.goto {
  gap: 12px;
  justify-content: space-between;
}
.button.goto:after {
  font-family: 'Material Symbols Outlined', ui-serif;
  font-weight: normal;
  font-style: normal;
  /* 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";
  height: 24px;
  width: 24px;
  display: block;
  font-size: 24px;
  line-height: 24px;
}
.button.goto:hover:after {
  animation: rightInfinite 1.2s infinite;
}
.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 {
  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;
}
html.menu-opened {
  overflow: hidden;
}
body {
  margin: 0;
  padding: 0;
  height: auto;
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  background-color: #FFFFFF;
  cursor: default;
  position: relative;
  font-weight: 400;
  font-size: clamp(13px, 1.45vw, 16px);
  color: #000000;
  -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.3;
  overflow-x: hidden;
}
img {
  -ms-interpolation-mode: bicubic;
}
p {
  margin: 0 !important;
  padding: 0;
  padding-bottom: clamp(14px, 1.38vw, 18px) !important;
}
/**/
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  color: #ff0033;
  text-decoration: none;
}
a:hover {
  color: #dd0033;
  text-decoration: underline;
}
h1,
.h1 {
  font-size: clamp(36px, 4.09vw, 45px);
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  letter-spacing: 0.5px;
}
h2,
.h2 {
  font-size: clamp(29px, 3.27vw, 36px);
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
}
h3,
.h3 {
  font-size: clamp(22px, 2.54vw, 28px);
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
}
h4,
.h4 {
  font-size: clamp(18px, 2vw, 22px);
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
h5,
.h5 {
  font-size: clamp(16px, 1.82vw, 20px);
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
.font-black {
  color: #000000 !important;
}
.font-white {
  color: #FFFFFF !important;
}
.font-red {
  color: #ff0033 !important;
}
.background-red {
  background-color: #ff0033 !important;
}
.box-shadow {
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 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;
}
.wpb_text_column ul li {
  margin: 0;
  padding: 0 0 10px;
}
.wpb_text_column ul li:before {
  background-color: #ff0033;
  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: 0 solid !important;
}
.none {
  display: none;
}
.clear {
  width: 100%;
  height: 1px;
  font-size: 0;
  clear: both;
}
.errore {
  color: #DD0000 !important;
  border-color: #DD0000 !important;
}
.errore a {
  color: #DD0000;
  text-decoration: underline;
  font-size: 11px;
}
input[type=submit] {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  cursor: pointer;
  text-align: center !important;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  line-height: 1;
  padding: 18px;
  font-size: clamp(16px, 1.82vw, 20px);
  font-style: normal;
  font-weight: 700;
  background-color: #ff0033;
  border: 1px solid #ff0033;
  text-transform: uppercase;
  width: 100%;
  max-width: 230px;
  letter-spacing: 0.5px;
  display: block;
  line-height: 21px;
}
input[type=submit]:hover {
  background-color: #FFFFFF !important;
  color: #ff0033;
}
input[type=submit]:active {
  background-color: #FFFFFF !important;
  color: #ff0033;
}
input[type=submit].border {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  color: #000000;
}
input[type=submit].border:hover {
  background-color: #ff0033 !important;
  color: #FFFFFF !important;
  border: 1px solid #ff0033;
}
input[type=submit].border:active {
  background-color: #ff0033 !important;
  color: #FFFFFF !important;
  border: 1px solid #ff0033;
}
input[type=submit].border-white {
  background-color: transparent;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
}
input[type=submit].border-white:hover {
  background-color: #FFFFFF !important;
  color: #ff0033 !important;
}
input[type=submit].border-white:active {
  background-color: #FFFFFF !important;
  color: #ff0033 !important;
}
input[type=submit].download {
  gap: 12px;
  justify-content: space-between;
}
input[type=submit].download:after {
  font-family: 'Material Symbols Outlined', ui-serif;
  font-weight: normal;
  font-style: normal;
  /* 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: "\e2c4";
  height: 24px;
  width: 24px;
  display: block;
  font-size: 24px;
  line-height: 24px;
}
input[type=submit].anchor {
  gap: 12px;
  justify-content: space-between;
}
input[type=submit].anchor:after {
  font-family: 'Material Symbols Outlined', ui-serif;
  font-weight: normal;
  font-style: normal;
  /* 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: "\e5db";
  height: 24px;
  width: 24px;
  display: block;
  font-size: 24px;
  line-height: 24px;
}
input[type=submit].anchor:hover:after {
  animation: downInfinite 1.2s infinite;
}
input[type=submit].goto {
  gap: 12px;
  justify-content: space-between;
}
input[type=submit].goto:after {
  font-family: 'Material Symbols Outlined', ui-serif;
  font-weight: normal;
  font-style: normal;
  /* 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";
  height: 24px;
  width: 24px;
  display: block;
  font-size: 24px;
  line-height: 24px;
}
input[type=submit].goto:hover:after {
  animation: rightInfinite 1.2s infinite;
}
input[type=submit] sup {
  font-size: 11px;
  margin-top: -0.6em;
  margin-right: 0.8em;
}
input[type="checkbox"] {
  width: 24px;
  height: 20px;
  margin: 0 6px 0 0;
  cursor: pointer;
}
input[type="text"],
input[type="date"],
input[type="email"],
input[type="tel"],
input[type="password"],
select {
  font-size: 18px;
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  line-height: 1;
  color: #555555;
  display: block;
  width: 100%;
  padding: 12px 14px;
  background-color: #FFFFFF;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
@media (max-width: 767.98px) {
  input[type="text"],
  input[type="date"],
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  select {
    font-size: 16px;
  }
}
@media (max-width: 440px) {
  input[type="text"],
  input[type="date"],
  input[type="email"],
  input[type="tel"],
  input[type="password"],
  select {
    font-size: 14px;
  }
}
input[type="text"]::placeholder,
input[type="date"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="password"]::placeholder,
select::placeholder {
  opacity: 1;
  color: #555555;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%;
  background-image: url("./images/arrow_dropdown.svg");
}
textarea {
  font-size: 16px;
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  line-height: 1.3;
  color: #555;
  display: block;
  width: 100%;
  padding: 12px 14px;
  background-color: #FFFFFF;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  min-height: 120px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
@media (max-width: 767.98px) {
  textarea {
    font-size: 15px;
  }
}
@media (max-width: 440px) {
  textarea {
    font-size: 14px;
  }
}
textarea::placeholder {
  opacity: 1;
  color: #555555;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  color: #222222;
  font-size: 14px !important;
  font-family: 'Instrument Sans', Arial, sans-serif !important;
}
.form-select::-ms-expand {
  display: none;
}
.form-select {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  border: 0;
  color: #000000;
  font-family: 'Instrument Sans', Arial, 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: 8px;
  padding-right: 8px;
  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: 0;
  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: 0;
  padding: 5px;
  display: block;
}
@media (max-width: 767.98px) {
  #loginform .login-password #user_pass {
    float: none;
    width: 100%;
  }
}
#loginform .login-remember {
  width: 60%;
  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 {
  max-width: 600px;
  margin: 0 auto 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 {
  max-width: 600px;
  margin: 0 auto 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: #ff0033;
  font-size: 14px;
  clear: both;
  height: 30px;
  display: block;
}
.wpcf7-form {
  position: relative;
}
.wpcf7-form .recaptcha {
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
}
.wpcf7-form .wpcf7-submit:disabled {
  color: rgba(255, 255, 255, 0.3) !important;
}
.wpcf7-form .wpcf7-submit:disabled:hover {
  background-color: #dd0033 !important;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form p {
  padding: 0 !important;
}
.wpcf7-form .wpcf7-response-output {
  margin: 0 0 10px 0 !important;
  font-size: 14px;
  padding: 4px 6px !important;
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  bottom: 15px;
}
.contact-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -8px;
  padding: 0 0 12px;
}
.contact-form .field {
  width: 100%;
  padding: 8px;
}
.contact-form .field label {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 6px;
  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="phone"] {
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  background: #FFFFFF;
  font-size: 20px;
  line-height: 1;
  padding: 10px 12px;
  margin: 0;
  width: 100%;
  border: 1px solid #ff0033;
  color: #dd0033;
}
.contact-form textarea {
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  background: #FFFFFF;
  font-size: 18px;
  line-height: 1.3;
  padding: 12px;
  margin: 0;
  width: 100%;
  border: 1px solid #ff0033;
  color: #dd0033;
  height: 216px;
}
.contact-form .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;
  padding-top: 2px;
}
.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', ui-serif;
  font-weight: normal;
  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: 2px solid #ff0033;
  /* Colore del bordo della checkbox */
  border-radius: 2px;
  /* Bordi arrotondati */
  transition: all 0.3s;
  color: white;
  background-color: white;
}
.wpcf7-acceptance input[type='checkbox']:checked + .wpcf7-list-item-label:before {
  background-color: #ff0033;
  border-color: #ff0033;
}
.wpcf7-submit {
  line-height: 1;
  padding: 16px;
}
.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);
  /* &: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;
    }
    &: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: 24px;
  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: 24px;
  width: 24px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  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: 0;
  text-indent: -9999px;
}
.slick-dots li button:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.slick-dots li.slick-active button {
  opacity: 1;
  background-color: #FFFFFF;
}
.loading-space {
  background: url(./images/loading.svg) center center no-repeat !important;
  height: 300px;
  width: 100%;
  padding: 0 !important;
}
.loading:after {
  background: url(./images/loading.svg) center center no-repeat !important;
  height: 300px;
  width: 100%;
  padding: 0 !important;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
/*.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    width: 64px;
    height: 64px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: @bianco;
    color: @primario;
    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 .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
    padding: 0;
    border: none;
    outline: none;
    z-index: 100;
	margin-bottom: -32px;
	opacity:0.9;
    &:hover, &:focus {
		opacity: 1;
    }
    &.slick-disabled {
        opacity: 0.3;
    }

	@media (max-width:1150px){
  		bottom: 24px;
  		margin-bottom: 0;
	}
}

.slick-prev {
	left: 10px;
	@media (min-width:1200px){
		left: 48px;
		&:hover{left: 40px;}
	}
	&:before{
		.material-icons-outlined;
		content:"\e5c4";
	}
}
.slick-next {
	right: 10px;
	@media (min-width:1200px){
		right: 48px;
		&:hover{right: 40px;}
	}
	&:after{
		.material-icons-outlined;
		content:"\e5c8";
	}
}*/
#pagination {
  margin-top: 28px;
}
#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: #000000;
  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;
  /*&.next, &.prev{
                background-image:url('images/icon_arrow_slide.svg');
                background-size: 8px auto;
                text-decoration: none !important;
            }
            &.next{
                 transform: rotate(180deg);
            }*/
}
#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: #ff0033;
}
#pagination .nav-links .page-numbers.current:hover,
#pagination .nav-links .cst-page-numbers.current:hover {
  color: white;
  background-color: rgba(255, 0, 51, 0.9);
}
.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_section {
  padding-left: 8px !important;
  padding-right: 8px !important;
  margin-left: -8px !important;
  margin-right: -8px !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: 0 !important;
}
@media (max-width: 767.98px) {
  .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;
  }
}
.otgs-development-site-front-end {
  display: none;
}
#header {
  background: white;
}
#navigation {
  height: 94px;
  /******************************
	x - TAB MENU
	******************************/
}
@media (max-width: 1300px) {
  #navigation {
    height: 143px;
  }
}
@media (max-width: 940px) {
  #navigation {
    height: 72px;
  }
}
@media (max-width: 767.98px) {
  #navigation {
    height: 67px;
  }
}
#navigation .magnete {
  display: block;
  width: 100%;
  z-index: 1000;
  align-items: center;
  background: #FFFFFF;
  position: relative;
  border-bottom: 1px solid #F2F2F2;
}
@media (max-width: 1300px) {
  #navigation .magnete {
    display: flex;
    padding-bottom: 12px;
    flex-wrap: wrap;
  }
}
@media (max-width: 940px) {
  #navigation .magnete {
    padding-bottom: 0;
  }
}
#navigation.fixed .magnete {
  position: fixed;
  padding-top: 0;
}
#navigation #logo {
  display: block;
  font-size: 0;
  padding: 12px calc(8px*3);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  /*@media @mobile{
			padding: 12px @gutter;
		}*/
}
@media (min-width: 1300px) {
  #navigation #logo {
    padding: 0;
    position: absolute;
    left: 24px;
    top: 24px;
  }
}
@media (max-width: 959.98px) {
  #navigation #logo {
    padding: 12px calc(8px*2);
  }
}
#navigation #logo img {
  height: 50px;
  width: auto;
}
@media (max-width: 767.98px) {
  #navigation #logo img {
    height: 42px;
  }
}
#navigation .box-button-right {
  display: flex;
  align-items: center;
  padding-right: calc(8px*3);
  position: absolute;
  right: 0;
  top: 0;
  height: 72px;
  z-index: 11;
}
@media (min-width: 1300px) {
  #navigation .box-button-right {
    right: 14px;
    height: 94px;
  }
}
@media (max-width: 959.98px) {
  #navigation .box-button-right {
    padding-right: calc(8px*2);
  }
}
@media (max-width: 767.98px) {
  #navigation .box-button-right {
    padding-right: 8px;
  }
}
#navigation .box-button-right #register-login {
  display: flex;
  line-height: 1;
  gap: 8px;
}
@media (min-width: 767.98px) {
  #navigation .box-button-right #register-login {
    margin-top: 14px;
  }
}
#navigation .box-button-right #register-login a {
  text-decoration: none;
  padding: 5px 12px;
  display: block;
  font-size: clamp(15px, 1.95vw, 17px);
}
#navigation .box-button-right #register-login a.accedi-link {
  background: #ff0033;
  color: #FFFFFF;
  font-weight: 600;
}
#navigation .box-button-right #register-login a.accedi-link:hover {
  background: #dd0033;
}
#navigation .top-menu {
  display: flex;
  height: 94px;
  align-items: center;
  padding-right: 8px;
  transition: none !important;
}
@media (max-width: 1300px) {
  #navigation .top-menu {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 940px) {
  #navigation .top-menu {
    display: none;
  }
}
@media (min-width: 1300px) and (max-width: 1430px) {
  #navigation .top-menu {
    margin-left: 91px !important;
  }
}
#navigation .top-menu .menu-menu-principale-container {
  width: 100%;
  margin-top: 14px;
}
#navigation .top-menu .menu-principale {
  display: flex;
  gap: 12px;
  margin-left: -8px;
}
@media (max-width: 1020px) {
  #navigation .top-menu .menu-principale {
    gap: 0;
    justify-content: space-between;
  }
}
#navigation .top-menu .menu-principale li {
  position: relative;
}
#navigation .top-menu .menu-principale li.open.fastlink a {
  color: #ff0033;
}
#navigation .top-menu .menu-principale li.open.fastlink a:after {
  color: #ff0033;
  transform: rotate(-180deg);
}
#navigation .top-menu .menu-principale li.open.fastlink a:hover {
  color: rgba(255, 0, 51, 0.85);
}
#navigation .top-menu .menu-principale li.open.fastlink a:hover:after {
  color: rgba(255, 0, 51, 0.85);
}
#navigation .top-menu .menu-principale li a {
  background: transparent;
  display: block;
  line-height: 1 !important;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  color: #000000;
  padding: 12px 16px 12px 8px;
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-size: 18px;
  font-weight: 700;
}
#navigation .top-menu .menu-principale li.current-page-ancestor > a,
#navigation .top-menu .menu-principale li.current_page_item > a,
#navigation .top-menu .menu-principale li.current_page_parent > a {
  color: #ff0033;
}
#navigation .top-menu .menu-principale li.fastlink a {
  padding-right: 24px;
}
#navigation .top-menu .menu-principale li.fastlink a:after {
  content: "\e5cf";
  font-weight: 400;
  display: inline-block;
  font-family: 'Material Symbols Outlined';
  font-size: 22px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  position: absolute;
  right: 2px;
  top: 10px;
}
#navigation .tab-menu {
  background: #FFFFFF;
  background: linear-gradient(90deg, #FFFFFF 50%, #f6f6f6 50%);
  padding: 0;
  position: absolute;
  width: 100%;
  top: 95px;
  left: 0;
  right: 0;
  z-index: 95;
  display: none;
  height: 365px;
  overflow: hidden;
  border-top: 1px solid #ff0033;
  border-bottom: 1px solid #F2F2F2;
}
@media (max-width: 1300px) {
  #navigation .tab-menu {
    top: 142px;
  }
}
@media (max-width: 940px) {
  #navigation .tab-menu {
    opacity: 0;
    top: 95px;
    pointer-events: none;
  }
}
#navigation .tab-menu .block-tab-list {
  max-width: 1248px;
  width: 100%;
  position: relative;
  background: none;
  margin: 0 auto !important;
  box-sizing: border-box;
  padding: 0 calc(8px*3);
  height: 100%;
  display: flex;
  padding-right: calc(8px*3);
}
@media (max-width: 959.98px) {
  #navigation .tab-menu .block-tab-list {
    padding: 0 calc(8px*2);
  }
}
@media (max-width: 767.98px) {
  #navigation .tab-menu .block-tab-list {
    padding: 0 10px;
  }
}
@media (max-width: 959.98px) {
  #navigation .tab-menu .block-tab-list {
    padding-right: calc(8px*2);
  }
}
@media (max-width: 767.98px) {
  #navigation .tab-menu .block-tab-list {
    padding-right: 10px;
  }
}
#navigation .tab-menu .block-tab-list .block-menulist {
  width: 750px;
  background: #FFFFFF;
  padding: 55px 0;
}
@media (max-width: 1439.98px) {
  #navigation .tab-menu .block-tab-list .block-menulist {
    width: 650px;
  }
}
#navigation .tab-menu .block-tab-list .block-menulist a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
  display: inline-flex;
  align-items: center;
  width: 100%;
}
#navigation .tab-menu .block-tab-list .block-menulist a:hover {
  color: #000000;
}
#navigation .tab-menu .block-tab-list .block-menulist a:hover .text {
  text-decoration: underline;
}
#navigation .tab-menu .block-tab-list .block-menulist .voce-principale {
  font-size: 20px;
  padding-bottom: 55px;
  font-weight: 700;
  line-height: 1;
}
#navigation .tab-menu .block-tab-list .block-menulist .voce-principale span {
  font-size: 23px;
  font-weight: bold;
  margin-top: 1px;
}
#navigation .tab-menu .block-tab-list .block-menulist .voce-principale.active a {
  color: #ff0033;
}
#navigation .tab-menu .block-tab-list .block-menulist .sottomenu {
  font-size: 14px;
  margin-left: -8px;
  line-height: 1;
  font-size: 18px;
}
#navigation .tab-menu .block-tab-list .block-menulist .sottomenu ul {
  column-count: 2;
  gap: 0;
}
#navigation .tab-menu .block-tab-list .block-menulist .sottomenu li {
  padding-left: 8px;
}
#navigation .tab-menu .block-tab-list .block-menulist .sottomenu li a {
  padding: 18px 0;
  max-width: 300px;
  border-top: 1px solid #F2F2F2;
}
#navigation .tab-menu .block-tab-list .block-menulist .sottomenu li a:hover .text {
  text-decoration: underline;
}
#navigation .tab-menu .block-tab-list .block-menulist .sottomenu li.active a {
  color: #ff0033;
}
#navigation .tab-menu .block-tab-list .block-fastlink {
  width: 465px;
  background: #f6f6f6;
  padding: 55px 50px;
  height: 100%;
}
#navigation .tab-menu .block-tab-list .block-fastlink .box-fastlink {
  max-width: 564px;
  width: 100%;
}
@media (min-width: 1247.98px) {
  #navigation .tab-menu .block-tab-list .block-fastlink {
    position: absolute;
    right: calc(624px - 50vw);
    width: calc(50vw - 624px + 465px);
  }
}
@media (max-width: 1439.98px) {
  #navigation .tab-menu .block-tab-list .block-fastlink {
    right: calc(735px - 50vw) !important;
  }
}
#navigation .tab-menu .block-tab-list .block-fastlink .header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
#navigation .tab-menu .block-tab-list .block-fastlink .header .titolo {
  font-size: clamp(16px, 1.82vw, 20px);
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
#navigation .tab-menu .block-tab-list .block-fastlink .header .linkblog {
  font-size: 13px;
  font-weight: 700;
}
#navigation .tab-menu .block-tab-list .block-fastlink .header .linkblog a {
  display: flex;
  align-items: center;
  color: #000000;
}
#navigation .tab-menu .block-tab-list .block-fastlink .header .linkblog a span {
  font-size: 18px;
}
#navigation .tab-menu .block-tab-list .block-fastlink .header .linkblog a:hover {
  text-decoration: none;
}
#navigation .tab-menu .block-tab-list .block-fastlink .header .linkblog a:hover .text {
  text-decoration: underline;
}
#navigation .tab-menu .block-tab-list .block-fastlink .content {
  display: flex;
  margin: 0 -12px;
}
#navigation .tab-menu .block-tab-list .block-fastlink .content .articolo {
  width: 50%;
  padding-inline: 12px;
  display: block;
  color: #000000;
  font-size: 14px;
}
#navigation .tab-menu .block-tab-list .block-fastlink .content .articolo:hover {
  text-decoration: none;
}
@media (max-width: 1174.98px) {
  #navigation .tab-menu .block-tab-list .block-fastlink .content .articolo {
    width: 100%;
  }
  #navigation .tab-menu .block-tab-list .block-fastlink .content .articolo.articolo-2 {
    display: none;
  }
}
#navigation .tab-menu .block-tab-list .block-fastlink .content .articolo .immagine {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
}
#navigation .tab-menu .block-tab-list .block-fastlink .content .articolo .immagine img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#navigation .tab-menu .block-tab-list .block-fastlink .content .articolo .testo {
  padding: 10px 0;
  max-width: 240px;
}
#navigation .tab-menu .block-tab-list .block-fastlink .content .articolo .link {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
#navigation .tab-menu .block-tab-list .block-fastlink .content .articolo .link span {
  font-size: 16px;
}
#navigation .tab-menu .block-tab-list .block-fastlink .content .articolo .link:hover .text {
  text-decoration: underline;
}
#navigation .menu-icon {
  align-items: center;
  display: none;
  margin-right: 12px;
}
@media (max-width: 940px) {
  #navigation .menu-icon {
    display: flex;
  }
}
#navigation .menu-icon #menubuttonmobile {
  width: 36px;
  height: 36px;
}
@media (max-width: 767.98px) {
  #navigation .menu-icon #menubuttonmobile {
    width: 30px;
    height: 30px;
  }
}
#navigation .menu-icon #menubuttonmobile .menu_icon {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 25px;
  top: 6px;
}
#navigation .menu-icon #menubuttonmobile .menu_icon span {
  background: #ff0033;
  border: none;
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.35s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.35s cubic-bezier(1, 0, 0, 1);
  transition: all 0.35s cubic-bezier(1, 0, 0, 1);
}
#navigation .menu-icon #menubuttonmobile .menu_icon span.middle {
  top: 11px;
}
#navigation .menu-icon #menubuttonmobile .menu_icon span.bottom {
  top: 22px;
}
#navigation .menu-icon #menubuttonmobile .menu_icon.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(11px) translateX(0) rotate(45deg);
}
#navigation .menu-icon #menubuttonmobile .menu_icon.active .middle {
  opacity: 0;
}
#navigation .menu-icon #menubuttonmobile .menu_icon.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
  transform: translateY(-11px) translateX(0) rotate(-45deg);
}
@media (max-width: 767.98px) {
  #navigation .menu-icon #menubuttonmobile .menu_icon {
    width: 30px;
  }
  #navigation .menu-icon #menubuttonmobile .menu_icon span {
    height: 3px;
  }
  #navigation .menu-icon #menubuttonmobile .menu_icon span.middle {
    top: 9px;
  }
  #navigation .menu-icon #menubuttonmobile .menu_icon span.bottom {
    top: 18px;
  }
  #navigation .menu-icon #menubuttonmobile .menu_icon.active .top {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
  }
  #navigation .menu-icon #menubuttonmobile .menu_icon.active .bottom {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
  }
}
#navigation #menu-mobile {
  display: none;
  position: absolute;
  left: 0;
  top: 72px;
  padding: 0;
  width: 100%;
  background: #FFFFFF;
  text-align: left;
  max-width: 360px;
  height: calc(100vh - 94px);
  padding-bottom: 34px;
  overflow: scroll;
  border-top: 1px solid #F2F2F2;
}
@media (max-width: 767.98px) {
  #navigation #menu-mobile {
    top: 67px;
    padding-bottom: 0;
  }
}
@media (max-width: 460px) {
  #navigation #menu-mobile {
    max-width: 100%;
    height: auto;
    border-bottom: 2px solid #000000;
  }
}
#navigation #menu-mobile .mobile-menu {
  display: block;
}
#navigation #menu-mobile .mobile-menu li {
  padding-left: 0;
}
#navigation #menu-mobile .mobile-menu li.children_opened > .sub-menu {
  padding-top: 4px;
  padding-bottom: 12px;
}
#navigation #menu-mobile .mobile-menu li.children_opened > a {
  color: #ff0033;
}
#navigation #menu-mobile .mobile-menu .menu-item-has-children a:after {
  font-family: 'Material Symbols Outlined', ui-serif;
  font-weight: normal;
  font-style: normal;
  /* 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: "\e313";
  height: 24px;
  width: 24px;
  display: block;
  font-size: 24px;
  line-height: 24px;
}
#navigation #menu-mobile .mobile-menu .menu-item-has-children > .sub-menu {
  background: #F2F2F2;
}
#navigation #menu-mobile .mobile-menu .menu-item-has-children > .sub-menu a {
  border-bottom: 0;
  min-height: 16px;
  padding-bottom: 5px;
  padding-left: 20px;
}
#navigation #menu-mobile .mobile-menu .menu-item-has-children > .sub-menu a:after {
  display: none;
}
#navigation #menu-mobile .mobile-menu .menu-item-has-children > .sub-menu .sub-menu {
  padding-left: 18px;
}
#navigation #menu-mobile .mobile-menu a {
  display: flex;
  position: relative;
  line-height: 1;
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  margin: 0;
  padding: 12px 18px;
  font-size: 16px;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #F2F2F2;
  align-items: center;
  border-radius: 0;
  color: #000000;
  font-weight: 700;
  min-height: 50px;
}
#navigation #menu-mobile .mobile-menu a:hover {
  text-decoration: none;
}
#navigation #menu-mobile .mobile-menu .current-menu-item > a {
  color: #ff0033;
}
#navigation #menu-mobile .mobile-menu li.box-button a {
  border: 0;
}
#navigation #menu-mobile .mobile-menu .accordion-menu > .sub-menu {
  display: none;
  border-bottom: 1px solid #F2F2F2;
}
body.menufix #navigation {
  position: fixed;
}
.tab-hover {
  height: 100vh;
  opacity: 0.5;
  background: #555555;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 102;
  display: none;
}
p.sottotitolo {
  font-size: clamp(18px, 2vw, 22px);
  padding: 0 !important;
}
.vc_separator {
  padding-bottom: 18px !important;
}
.vc_separator .vc_sep_line {
  border-top-width: 4px !important;
  border-color: #000000 !important;
}
#banner {
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ff0033;
  position: relative;
  max-height: 100vh;
  height: 204px;
  overflow: hidden;
}
#banner .container-simple {
  max-width: 1248px;
  width: 100%;
  position: relative;
  background: none;
  margin: 0 auto !important;
  box-sizing: border-box;
  padding: 0 calc(8px*3);
  color: #FFFFFF;
  height: 100%;
  display: flex !important;
  align-items: center;
}
@media (max-width: 959.98px) {
  #banner .container-simple {
    padding: 0 calc(8px*2);
  }
}
@media (max-width: 767.98px) {
  #banner .container-simple {
    padding: 0 10px;
  }
}
#banner .container-simple .group-text {
  width: 100%;
  position: relative;
  padding-bottom: 10px !important;
}
#banner .container-simple h1,
#banner .container-simple .h1 {
  line-height: 1;
  padding-bottom: 6px;
  font-weight: 700;
}
#banner .container-simple h2 {
  line-height: 1;
  font-size: 22px;
  padding-top: 16px;
  padding-bottom: 0;
}
#banner .container-simple .sottotitolo {
  font-size: 20px;
  padding-top: 3px;
}
@media (max-width: 767.98px) {
  #banner .container-simple h1 br,
  #banner .container-simple .h1 br,
  #banner .container-simple h2 br {
    display: none;
  }
}
#banner .container-slide {
  color: #FFFFFF;
  height: 100%;
  display: flex !important;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 1248px) {
  #banner .container-slide {
    max-width: 1248px;
    width: 100%;
    position: relative;
    background: none;
    margin: 0 auto !important;
    box-sizing: border-box;
    padding: 0 calc(8px*3);
  }
}
@media (max-width: 1248px) and (max-width: 959.98px) {
  #banner .container-slide {
    padding: 0 calc(8px*2);
  }
}
@media (max-width: 1248px) and (max-width: 767.98px) {
  #banner .container-slide {
    padding: 0 10px;
  }
}
#banner .container-slide .group-text {
  width: 50%;
  position: relative;
  padding-left: calc(50vw - 600px);
  z-index: 100;
  padding-bottom: 34px !important;
}
#banner .container-slide .group-image {
  width: 50%;
  position: relative;
  height: 100%;
}
#banner .container-slide .group-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#banner .container-slide h1 {
  line-height: 1;
  padding-bottom: 6px;
  font-weight: 700;
}
#banner .container-slide h2 {
  line-height: 1;
  font-size: 22px;
  padding-top: 16px;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  #banner .container-slide .group-text {
    width: 100%;
  }
  #banner .container-slide .group-image {
    display: none;
  }
  #banner .container-slide h1 br,
  #banner .container-slide h2 br {
    display: none;
  }
}
#banner.full {
  height: 500px;
}
#banner.full .container-slide h1 {
  font-size: clamp(40px, 5.54vw, 50px);
}
#banner video {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#banner video.opacity {
  opacity: 0.6;
}
#banner .link-banner-over {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 200;
}
.elenco-loghi-scroll .wpb_gallery_slides .slides {
  padding: 20px 0;
  display: flex;
}
.elenco-loghi-scroll .wpb_gallery_slides .slides .slick-slide > div {
  width: 160px !important;
  height: 90px !important;
  padding: 0 20px !important;
  margin: 0 auto;
}
.elenco-loghi-scroll .wpb_gallery_slides .slides .slick-slide > div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1);
  max-width: 140px;
}
.elenco-loghi-scroll .wpb_gallery_slides .slides .slick-slide > div img:hover {
  filter: grayscale(0);
}
.wrapper-expanding-block {
  font-size: clamp(16px, 1.82vw, 20px);
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  padding: 30px 45px 30px 24px;
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
  margin-bottom: 20px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.wrapper-expanding-block:hover {
  background: #FFFFFF;
  border: 1px solid #000000;
}
@media (max-width: 959.98px) {
  .wrapper-expanding-block {
    padding: 30px 24px;
  }
}
@media (min-width: 767.98px) {
  .wrapper-expanding-block {
    cursor: pointer;
  }
}
.wrapper-expanding-block h3 {
  font-weight: 700;
  height: 70px;
  padding-bottom: 14px;
  line-height: 1;
}
.wrapper-expanding-block .subtitle {
  line-height: 1.1;
  min-height: 92px;
  padding-bottom: 25px;
}
@media (max-width: 959.98px) {
  .wrapper-expanding-block .subtitle {
    min-height: 120px;
  }
  .wrapper-expanding-block .subtitle br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .wrapper-expanding-block .subtitle {
    min-height: 20px;
  }
}
.wrapper-expanding-block .showmore span {
  color: #ff0033;
  font-size: 14px;
  border-bottom: 1px solid #ff0033;
  cursor: pointer;
}
@media (min-width: 767.98px) {
  .wrapper-expanding-block .showmore {
    display: none;
  }
}
.wrapper-expanding-block .abstract {
  display: none;
  line-height: 1.4;
  border-top: 4px solid #000000;
  padding-top: 25px;
  padding-bottom: 40px;
}
.wrapper-expanding-block .box-button {
  text-align: right;
}
.wrapper-expanding-block .button_top_label {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 12px;
  line-height: 1;
}
.wrapper-expanding-block .button_top_label b,
.wrapper-expanding-block .button_top_label strong {
  font-size: clamp(24px, 2.73vw, 30px);
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .wrapper-expanding-block .button_top_label {
    max-width: 235px;
  }
}
.wrapper-expanding-block .button {
  width: 100%;
  max-width: 280px;
  font-size: clamp(18px, 2vw, 22px);
}
@media (max-width: 767.98px) {
  .wrapper-expanding-block .button {
    max-width: 235px;
  }
}
.list-soluzioni {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding-bottom: 58px;
}
.list-soluzioni .slick-slide > div {
  height: 100%;
}
.list-soluzioni .slick-slide .single-soluzione {
  height: 100%;
}
.list-soluzioni .single-soluzione {
  padding: 0 8px;
  width: calc(100% / 4);
}
.list-soluzioni .single-soluzione .box-soluzione {
  position: relative;
  background-color: #ff0033;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
}
.list-soluzioni .single-soluzione .box-soluzione .box-testo {
  color: white;
  padding: 22px 18px;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
}
.list-soluzioni .single-soluzione .box-soluzione .box-testo .tag {
  display: inline-block;
  padding: 6px 10px;
  font-weight: 700;
  font-size: clamp(13px, 1.45vw, 16px);
  text-transform: uppercase;
  line-height: 1;
  background: #ff0033;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.list-soluzioni .single-soluzione .box-soluzione .box-testo .titolo {
  font-size: clamp(18px, 2vw, 22px);
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  font-weight: 700;
  text-shadow: 1px 1px 2px black;
  margin-bottom: 15px;
}
.list-soluzioni .single-soluzione .box-soluzione .box-testo .showmore span {
  color: #FFFFFF;
  font-size: 14px;
  border-bottom: 1px solid #FFFFFF;
  cursor: pointer;
}
@media (min-width: 767.98px) {
  .list-soluzioni .single-soluzione .box-soluzione .box-testo .showmore {
    display: none;
  }
}
.list-soluzioni .single-soluzione .box-soluzione .box-testo .testo {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  font-weight: 700;
  font-size: clamp(13px, 1.45vw, 15px);
  opacity: 0;
}
.list-soluzioni .single-soluzione .box-soluzione img {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.list-soluzioni .single-soluzione .box-soluzione div {
  z-index: 3;
  position: relative;
}
.list-soluzioni .single-soluzione .box-soluzione.open img {
  top: -100%;
}
.list-soluzioni .single-soluzione .box-soluzione.open .box-testo {
  background: transparent;
}
.list-soluzioni .single-soluzione .box-soluzione.open .box-testo .tag {
  background: #FFFFFF;
  color: #ff0033;
}
.list-soluzioni .single-soluzione .box-soluzione.open .box-testo .titolo {
  text-shadow: unset;
}
.list-soluzioni .single-soluzione .box-soluzione.open .box-testo .testo {
  opacity: 1;
}
.list-soluzioni .single-soluzione:nth-child(n+5) {
  display: none;
}
.list-recensioni {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding-bottom: 58px;
}
.list-recensioni .slick-slide > div {
  height: 100%;
}
.list-recensioni .slick-slide .single-recensione {
  height: 100%;
}
.list-recensioni .single-recensione {
  padding: 0 8px;
  width: calc(100% / 4);
}
@media (max-width: 959.98px) {
  .list-recensioni .single-recensione {
    width: calc(100% / 2);
  }
}
@media (max-width: 767.98px) {
  .list-recensioni .single-recensione {
    width: 100%;
  }
}
.list-recensioni .single-recensione .box-recensione {
  text-align: center;
  padding: 0 24px 20px;
  background-color: #F2F2F2;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.list-recensioni .single-recensione .box-recensione .riassunto {
  font-size: clamp(14px, 1.45vw, 16px);
  height: 310px;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .list-recensioni .single-recensione .box-recensione .riassunto br {
    display: none;
  }
}
.list-recensioni .single-recensione .box-recensione .testo_lungo {
  font-size: clamp(14px, 1.45vw, 16px);
  padding: 30px 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-recensioni .single-recensione .box-recensione .autore {
  font-weight: 700;
  padding-top: 16px;
}
.list-recensioni .single-recensione .box-recensione .logo {
  font-size: 0;
  width: 150px;
  height: 60px;
  margin: 0 auto;
}
.list-recensioni .single-recensione .box-recensione .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.list-recensioni .single-recensione:nth-child(n+5) {
  display: none;
}
.list-recensioni.colonne-2 .single-recensione {
  padding: 0 8px;
  width: 100%;
}
@media (min-width: 959.98px) {
  .list-recensioni.colonne-2 .single-recensione {
    width: calc(100% / 2);
  }
}
.list-recensioni.colonne-2 .single-recensione:nth-child(n+3) {
  display: none;
}
.list-soluzioni .slick-prev,
.list-recensioni .slick-prev,
.list-soluzioni .slick-next,
.list-recensioni .slick-next {
  position: absolute;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #FFFFFF;
  color: #ff0033;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: flex;
  width: auto;
  height: auto;
  justify-content: center;
  align-items: center;
  bottom: 10px;
  -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;
  opacity: 0.9;
}
.list-soluzioni .slick-prev:hover,
.list-recensioni .slick-prev:hover,
.list-soluzioni .slick-next:hover,
.list-recensioni .slick-next:hover,
.list-soluzioni .slick-prev:focus,
.list-recensioni .slick-prev:focus,
.list-soluzioni .slick-next:focus,
.list-recensioni .slick-next:focus {
  opacity: 1;
}
.list-soluzioni .slick-prev.slick-disabled,
.list-recensioni .slick-prev.slick-disabled,
.list-soluzioni .slick-next.slick-disabled,
.list-recensioni .slick-next.slick-disabled {
  opacity: 0.3;
}
.list-soluzioni .slick-prev,
.list-recensioni .slick-prev {
  right: 50px;
}
.list-soluzioni .slick-prev:before,
.list-recensioni .slick-prev:before {
  font-family: 'Material Symbols Outlined', ui-serif;
  font-weight: normal;
  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";
}
.list-soluzioni .slick-next,
.list-recensioni .slick-next {
  right: 16px;
}
.list-soluzioni .slick-next:after,
.list-recensioni .slick-next:after {
  font-family: 'Material Symbols Outlined', ui-serif;
  font-weight: normal;
  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";
}
#block-numbers > .vc_column_container > .vc_column-inner > .wpb_wrapper,
.block-numbers > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 999.98px) {
  #block-numbers > .vc_column_container > .vc_column-inner > .wpb_wrapper,
  .block-numbers > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 529.98px) {
  #block-numbers > .vc_column_container > .vc_column-inner > .wpb_wrapper,
  .block-numbers > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    padding: 20px 0 25px;
  }
}
.wrapper-number-block {
  font-size: clamp(16px, 1.82vw, 20px);
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  line-height: 1;
  padding: 16px 0;
  padding-left: 35px;
}
@media (max-width: 959.98px) {
  .wrapper-number-block {
    padding-left: 30vw;
  }
}
@media (min-width: 529.98px) {
  .wrapper-number-block {
    width: 50%;
    justify-content: center;
    padding: 40px 0 45px;
  }
}
.wrapper-number-block .numero {
  font-size: clamp(56px, 6.36vw, 70px);
  font-weight: 700;
  margin-left: -0.5em;
}
.wrapper-number-block .etichetta {
  font-weight: 700;
  margin-top: -2px;
}
.vc_do_toggle {
  margin-bottom: 12px !important;
}
@media (max-width: 767.98px) {
  .vc_do_toggle {
    border-bottom: 1px solid #000000;
  }
}
@media (min-width: 767.98px) {
  .vc_do_toggle {
    margin-bottom: 22px !important;
  }
}
.vc_do_toggle .vc_toggle_title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  padding-left: 0 !important;
}
@media (max-width: 767.98px) {
  .vc_do_toggle .vc_toggle_title {
    padding-bottom: 12px;
  }
}
.vc_do_toggle .vc_toggle_title h4 {
  font-weight: 700 !important;
  line-height: 1.1;
  max-width: calc(100% - clamp(32px, 4.18vw, 46px));
}
@media (min-width: 767.98px) {
  .vc_do_toggle .vc_toggle_title h4 {
    border-bottom: 1px solid #000000;
  }
}
.vc_do_toggle .vc_toggle_title .vc_toggle_icon {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  position: relative !important;
  background-color: #ff0033;
  border: 0 !important;
  border-radius: 100%;
  height: clamp(32px, 4.18vw, 46px) !important;
  width: clamp(32px, 4.18vw, 46px) !important;
  top: 0 !important;
  left: 0 !important;
  -webkit-transform: inherit !important;
  transform: inherit !important;
  margin: 0 18px 0 0 !important;
}
.vc_do_toggle .vc_toggle_title .vc_toggle_icon:before {
  border: 0 !important;
  height: 60% !important;
  width: 4px !important;
  background: #FFFFFF;
  border-radius: 4px;
}
.vc_do_toggle .vc_toggle_title .vc_toggle_icon:after {
  border: 0 !important;
  width: 60% !important;
  height: 4px !important;
  background: #FFFFFF;
  border-radius: 4px;
}
.vc_do_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_icon {
  transform: rotate(45deg) !important;
}
.vc_do_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_icon:before,
.vc_do_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_icon:after {
  visibility: visible !important;
}
.vc_do_toggle .vc_toggle_content {
  padding-left: 0 !important;
  padding-bottom: 12px;
  margin-top: 0 !important;
}
@media (min-width: 767.98px) {
  .vc_do_toggle .vc_toggle_content {
    margin-top: 8px !important;
    padding-left: 18px !important;
    margin-left: clamp(32px, 4.18vw, 46px);
    max-width: calc(858px + 18px);
  }
}
.vc_do_toggle .vc_toggle_content p {
  padding-bottom: 12px;
}
.blocco-readmore .description {
  display: none;
}
.blocco-readmore .hide-text-label {
  display: none;
}
.blocco-readmore .readmore {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  font-size: 18px;
}
.blocco-readmore .readmore .show-text-label,
.blocco-readmore .readmore .hide-text-label {
  text-decoration: underline;
}
.blocco-readmore .vc_toggle_icon {
  display: inline-block;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  position: relative !important;
  background-color: #ff0033;
  border: 0 !important;
  border-radius: 100%;
  height: clamp(32px, 4.18vw, 46px) !important;
  width: clamp(32px, 4.18vw, 46px) !important;
  top: 0 !important;
  left: 0 !important;
  -webkit-transform: inherit !important;
  transform: inherit !important;
  margin: 0 18px 0 0 !important;
}
.blocco-readmore .vc_toggle_icon:before {
  content: '';
  display: block;
  position: absolute;
  border: 0 !important;
  height: 60% !important;
  width: 4px !important;
  background: #FFFFFF;
  border-radius: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.blocco-readmore .vc_toggle_icon:after {
  content: '';
  display: block;
  position: absolute;
  border: 0 !important;
  width: 60% !important;
  height: 4px !important;
  background: #FFFFFF;
  border-radius: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.blocco-readmore.open_accordion .readmore .vc_toggle_icon {
  transform: rotate(45deg) !important;
}
.blocco-readmore.open_accordion .readmore .hide-text-label {
  display: block;
}
.blocco-readmore.open_accordion .readmore .show-text-label {
  display: none;
}
.bloglink {
  display: flex;
  align-items: center;
  margin-bottom: 22px !important;
  text-decoration: none !important;
}
@media (max-width: 767.98px) {
  .bloglink {
    margin-bottom: 12px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #000000;
  }
}
.bloglink img {
  height: auto;
  width: clamp(32px, 4.18vw, 46px) !important;
}
.bloglink:hover {
  text-decoration: none !important;
}
.bloglink:hover label .etichetta,
.bloglink:hover span {
  color: #ff0033;
}
@media (min-width: 767.98px) {
  .bloglink:hover label .etichetta,
  .bloglink:hover span {
    border-bottom: 1px solid #ff0033;
  }
}
.bloglink label {
  padding-left: 18px;
  cursor: pointer;
}
.bloglink label .etichetta,
.bloglink label span {
  font-size: clamp(18px, 2vw, 22px);
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  font-weight: 700 !important;
  color: #000000;
  cursor: pointer;
}
@media (min-width: 767.98px) {
  .bloglink label .etichetta,
  .bloglink label span {
    border-bottom: 1px solid #000000;
  }
}
.wrapper-number-list {
  border-top: 4px solid #000000;
  padding-top: 18px;
  padding-bottom: 42px;
}
@media (max-width: 767.98px) {
  .wrapper-number-list {
    padding-top: 14px;
    padding-bottom: 28px;
  }
}
.wrapper-number-list .box-number {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-size: clamp(14px, 1.45vw, 16px);
}
.wrapper-number-list .box-number .numero {
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}
.wrapper-number-list .box-number .titolo {
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: end;
  text-transform: uppercase;
  line-height: 1.12;
}
@media (max-width: 767.98px) {
  .wrapper-number-list .box-number .etichetta {
    display: none;
  }
  .wrapper-number-list .box-number .descrizione {
    grid-area: 2 / 1 / 3 / 3;
  }
}
@media (max-width: 959.98px) {
  .wrapper-number-list .box-number {
    grid-template-columns: 64px 1fr;
    grid-row-gap: 4px;
  }
  .wrapper-number-list .box-number .numero {
    font-size: 36px;
  }
  .wrapper-number-list .box-number .titolo {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .wrapper-number-list .box-number {
    grid-template-columns: 55px 1fr;
  }
}
.list-utilities > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  display: flex;
  margin: 0 -8px;
}
@media (max-width: 1140px) {
  .list-utilities > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    flex-wrap: wrap;
  }
}
.list-utilities > .vc_column_container > .vc_column-inner > .wpb_wrapper .wrap-info-reveal {
  padding: 8px;
  width: calc(100% / 4);
}
@media (max-width: 1140px) {
  .list-utilities > .vc_column_container > .vc_column-inner > .wpb_wrapper .wrap-info-reveal {
    width: calc(100% / 2);
  }
}
@media (max-width: 590px) {
  .list-utilities > .vc_column_container > .vc_column-inner > .wpb_wrapper .wrap-info-reveal {
    width: 100%;
    min-height: 306px;
  }
}
.list-utilities > .vc_column_container > .vc_column-inner > .wpb_wrapper .wrap-info-reveal .box-info-reveal {
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.list-utilities > .vc_column_container > .vc_column-inner > .wpb_wrapper .wrap-info-reveal .box-info-reveal:hover .preview,
.list-utilities > .vc_column_container > .vc_column-inner > .wpb_wrapper .wrap-info-reveal .box-info-reveal:active .preview {
  top: -100%;
}
.list-utilities > .vc_column_container > .vc_column-inner > .wpb_wrapper .wrap-info-reveal .box-info-reveal .preview {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  padding: 24px;
  background-color: #f6f6f6;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.list-utilities > .vc_column_container > .vc_column-inner > .wpb_wrapper .wrap-info-reveal .box-info-reveal .preview .titolo {
  font-size: clamp(22px, 2.54vw, 28px);
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  letter-spacing: 0.5px;
  font-weight: 700;
  padding: 0;
}
.list-utilities > .vc_column_container > .vc_column-inner > .wpb_wrapper .wrap-info-reveal .box-info-reveal .preview .showmore span {
  color: #ff0033;
  font-size: 14px;
  border-bottom: 1px solid #ff0033;
  cursor: pointer;
}
@media (min-width: 767.98px) {
  .list-utilities > .vc_column_container > .vc_column-inner > .wpb_wrapper .wrap-info-reveal .box-info-reveal .preview .showmore {
    display: none;
  }
}
.list-utilities > .vc_column_container > .vc_column-inner > .wpb_wrapper .wrap-info-reveal .box-info-reveal .box-testo {
  height: 100%;
  background-color: #ff0033;
  padding-bottom: 100px;
  position: relative;
}
.list-utilities > .vc_column_container > .vc_column-inner > .wpb_wrapper .wrap-info-reveal .box-info-reveal .box-testo .testo {
  padding: 32px 26px 0 26px;
  color: white;
  font-size: 20px;
}
.list-utilities > .vc_column_container > .vc_column-inner > .wpb_wrapper .wrap-info-reveal .box-info-reveal .box-testo .box-button {
  position: absolute;
  bottom: 26px;
  width: 100%;
  text-align: center;
}
.list-utilities > .vc_column_container > .vc_column-inner > .wpb_wrapper .wrap-info-reveal .box-info-reveal .box-testo .social-icons {
  display: flex;
  gap: 10px;
  justify-content: center;
  position: absolute;
  bottom: 32px;
  width: 100%;
  text-align: center;
}
.list-utilities > .vc_column_container > .vc_column-inner > .wpb_wrapper .wrap-info-reveal .box-info-reveal .box-testo .social-icons .social-icon {
  display: block;
  background: #000000;
  color: #FFFFFF;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  padding: 5px;
  border: 1px solid #000000;
}
.list-utilities > .vc_column_container > .vc_column-inner > .wpb_wrapper .wrap-info-reveal .box-info-reveal .box-testo .social-icons .social-icon svg {
  width: 100%;
  fill: #FFFFFF;
}
.list-utilities > .vc_column_container > .vc_column-inner > .wpb_wrapper .wrap-info-reveal .box-info-reveal .box-testo .social-icons .social-icon:hover {
  color: #000000;
  background: #FFFFFF;
}
.list-utilities > .vc_column_container > .vc_column-inner > .wpb_wrapper .wrap-info-reveal .box-info-reveal .box-testo .social-icons .social-icon:hover svg {
  fill: #000000;
}
.wrap-contact-form {
  background: #E0E0E0;
  padding: 28px;
  /* Messaggio di successo sopra la form */
}
@media (max-width: 959.98px) {
  .wrap-contact-form {
    margin: 0 -10px;
  }
}
.wrap-contact-form .titolo {
  font-size: clamp(29px, 3.27vw, 36px);
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.wrap-contact-form .sottotitolo {
  font-size: clamp(18px, 2vw, 22px);
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  padding-bottom: 24px;
}
.wrap-contact-form form .form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.wrap-contact-form form .form-row .form-item {
  padding: 8px;
}
.wrap-contact-form form .button {
  background: transparent;
}
.wrap-contact-form form .testo-sede {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.wrap-contact-form form .testo-recaptcha {
  font-size: 14px;
  margin-left: 4px;
  margin-top: 10px;
}
.wrap-contact-form form .submit {
  text-align: right;
  margin-top: 10px;
}
.wrap-contact-form form .submit input {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  color: #000000;
  background-color: transparent;
  display: inline-block;
}
.wrap-contact-form form .submit input:hover {
  background-color: #ff0033 !important;
  color: #FFFFFF !important;
  border: 1px solid #ff0033;
}
.wrap-contact-form form .submit input:active {
  background-color: #ff0033 !important;
  color: #FFFFFF !important;
  border: 1px solid #ff0033;
}
@media (max-width: 767.98px) {
  .wrap-contact-form form .submit {
    text-align: center;
  }
}
.wrap-contact-form form .error-field {
  border-color: red;
  /* Bordo rosso per evidenziare il campo */
}
.wrap-contact-form form .error-message {
  color: #ff0033;
  /* Messaggio di errore in rosso */
  font-size: 0.9em;
  margin-top: 5px;
}
.wrap-contact-form form .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.wrap-contact-form form a {
  color: #000000;
  text-decoration: underline;
}
.wrap-contact-form form a:hover {
  text-decoration: underline;
}
.wrap-contact-form.form-blurred,
.wrap-contact-form .form-blurred {
  filter: blur(2px);
  /* Sfoca leggermente la form */
  pointer-events: none;
  /* Impedisce interazioni con i campi della form */
}
.wrap-contact-form .block-message {
  background-color: white;
  color: #000000;
  padding: 28px 20px;
  text-align: center;
  font-size: clamp(18px, 2vw, 22px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%);
  z-index: 999;
  display: block;
  max-width: 600px;
  width: 100%;
  height: auto;
}
@media (max-width: 625px) {
  .wrap-contact-form .block-message {
    left: 12px;
    right: 12px;
    transform: none;
    max-width: calc(100% - 24px);
  }
}
.wrap-contact-form .block-message .button {
  margin-top: clamp(20px, 2vw, 28px);
  padding: 10px 20px;
}
.wrap-contact-form .block-message.success-message {
  border: 2px solid #67b168;
}
.wrap-contact-form .block-message.error-message {
  border: 2px solid #ff3f3f;
}
@media (max-width: 767.98px) {
  .wrap-contact-form form .testo-sede {
    font-size: 15px;
  }
  .wrap-contact-form form .testo-recaptcha {
    font-size: 13px;
  }
  .wrap-contact-form .block-message {
    padding: 20px;
  }
}
@media (max-width: 440px) {
  .wrap-contact-form {
    padding: 28px 16px;
  }
  .wrap-contact-form form .testo-sede {
    font-size: 14px;
  }
  .wrap-contact-form form .testo-recaptcha {
    font-size: 12px;
  }
  .wrap-contact-form .block-message {
    padding: 20px 16px;
  }
}
.wrapper-culture-block {
  margin: 0 -8px;
}
@media (min-width: 959.98px) {
  .wrapper-culture-block {
    display: grid;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: 1fr;
  }
}
@media (min-width: 959.98px) {
  .wrapper-culture-block.triple-block {
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(2, 50%);
  }
  .wrapper-culture-block.triple-block .wrapper-culture-1 {
    grid-area: 1 / 1 / 3 / 2;
  }
  .wrapper-culture-block.triple-block .wrapper-culture-2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .wrapper-culture-block.triple-block .wrapper-culture-3 {
    grid-area: 2 / 2 / 3 / 3;
  }
}
.wrapper-culture-block .wrapper-culture {
  padding: 8px;
}
.wrapper-culture-block .box-culture {
  padding: 16px 16px 28px;
  background: #F2F2F2;
  color: #000000;
}
.wrapper-culture-block .box-culture:hover {
  text-decoration: none;
  color: #000000;
}
@media (min-width: 529.98px) {
  .wrapper-culture-block .box-culture {
    padding: 20px;
    display: grid;
    grid-template-columns: 180px 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    height: 100%;
  }
}
.wrapper-culture-block .box-culture .image img {
  width: 100%;
  height: auto;
  max-width: 185px;
}
@media (max-width: 529.98px) {
  .wrapper-culture-block .box-culture .image {
    text-align: center;
  }
}
.wrapper-culture-block .box-culture .text {
  padding-top: 8px;
  padding-left: 16px;
}
.wrapper-culture-block .box-culture .text .title {
  font-size: clamp(22px, 2.54vw, 28px);
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
  padding-bottom: 14px;
  font-weight: bold;
}
@media (max-width: 529.98px) {
  .wrapper-culture-block .box-culture .text .title {
    padding-bottom: 8px;
  }
}
.wrapper-culture-block .box-culture .text .description p {
  padding-bottom: 8px !important;
}
.wrapper-culture-block .box-culture .text .description p:first-child {
  display: none;
}
.wrapper-culture-block .box-culture .text .description a {
  color: #000000;
  text-decoration: underline;
}
@media (max-width: 529.98px) {
  .wrapper-culture-block .box-culture .text {
    text-align: center;
    padding-left: 0;
    padding-top: 8px;
    padding-bottom: 28px;
  }
}
#timeline .wpc-timeline .testo p:first-child,
.timeline .wpc-timeline .testo p:first-child {
  display: none;
}
#timeline .wpc-timeline .intestazione,
.timeline .wpc-timeline .intestazione,
#timeline .wpc-timeline .contenuto,
.timeline .wpc-timeline .contenuto {
  display: grid;
  grid-template-columns: 148px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
@media (max-width: 767.98px) {
  #timeline .wpc-timeline .intestazione,
  .timeline .wpc-timeline .intestazione,
  #timeline .wpc-timeline .contenuto,
  .timeline .wpc-timeline .contenuto {
    grid-template-columns: 20% 1fr;
  }
}
#timeline .wpc-timeline .simbolo span,
.timeline .wpc-timeline .simbolo span {
  font-size: clamp(52px, 5.45vw, 60px);
}
@media (min-width: 399.98px) {
  #timeline .wpc-timeline .simbolo,
  .timeline .wpc-timeline .simbolo {
    text-align: center;
  }
}
#timeline .wpc-timeline .titolo,
.timeline .wpc-timeline .titolo {
  font-size: clamp(29px, 3.27vw, 36px);
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
  font-weight: 700;
  padding-bottom: 0;
  padding-top: 6px;
}
#timeline .wpc-timeline .linea,
.timeline .wpc-timeline .linea {
  padding-inline: 24px;
}
#timeline .wpc-timeline .linea .lineanera,
.timeline .wpc-timeline .linea .lineanera {
  width: 4px;
  background: #000000;
  height: 100%;
}
@media (min-width: 399.98px) {
  #timeline .wpc-timeline .linea .lineanera,
  .timeline .wpc-timeline .linea .lineanera {
    margin: 0 auto;
  }
}
#timeline .wpc-timeline.wpc-timeline-chiusura .linea .lineanera,
.timeline .wpc-timeline.wpc-timeline-chiusura .linea .lineanera {
  height: 12%;
}
.wrap-download .box-download {
  background-color: #F2F2F2;
  padding: clamp(18px, 3.2vw, 36px);
}
@media (max-width: 767.98px) {
  .wrap-download .box-download {
    margin: 0 -8px;
  }
}
@media (min-width: 959.98px) {
  .wrap-download .box-download {
    display: flex;
    gap: 24px;
    border-right: 60px solid #FFFFFF;
  }
}
@media (min-width: 959.98px) {
  .wrap-download .box-download .box-text {
    padding: 30px 0;
  }
}
@media (min-width: 959.98px) {
  .wrap-download .box-download .box-text {
    width: 70%;
  }
}
.wrap-download .box-download .box-text .title {
  font-size: clamp(22px, 2.54vw, 28px);
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
  color: #ff0033;
  font-weight: 700;
  padding-bottom: 0 !important;
}
.wrap-download .box-download .box-text .description {
  font-size: clamp(16px, 1.82vw, 20px);
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
.wrap-download .box-download .box-text .button {
  margin-top: 20px;
  background-color: transparent;
}
.wrap-download .box-download .box-image {
  width: 30%;
}
.wrap-download .box-download .box-image img {
  max-width: calc(100% + 80px);
  height: auto;
}
@media (max-width: 959.98px) {
  .wrap-download .box-download .box-image {
    display: none;
  }
}
#filter,
.filter {
  max-width: 1248px;
  width: 100%;
  position: relative;
  background: none;
  margin: 0 auto !important;
  box-sizing: border-box;
  padding: 14px calc(8px*3);
}
@media (max-width: 959.98px) {
  #filter,
  .filter {
    padding: 14px calc(8px*2);
  }
}
@media (max-width: 767.98px) {
  #filter,
  .filter {
    padding: 32px 10px 24px;
  }
}
#filter .box-filter,
.filter .box-filter {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 0;
}
@media (min-width: 529.98px) {
  #filter .box-filter,
  .filter .box-filter {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 7px));
    grid-template-rows: 1fr 58px;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }
}
@media (min-width: 529.98px) and (max-width: 959.98px) {
  #filter .box-filter .textfilter,
  .filter .box-filter .textfilter {
    grid-area: 1 / 1 / 2 / 3;
  }
}
@media (min-width: 959.98px) {
  #filter .box-filter,
  .filter .box-filter {
    grid-template-columns: 1fr 235px 235px;
    grid-template-rows: 1fr;
    grid-row-gap: 0;
  }
}
@media (min-width: 1248px) {
  #filter .box-filter,
  .filter .box-filter {
    grid-template-columns: 1fr 312px 235px 7px;
  }
}
#filter .box-filter input,
.filter .box-filter input,
#filter .box-filter select,
.filter .box-filter select {
  border-radius: 0;
}
@media (min-width: 767.98px) {
  #filter .box-filter input,
  .filter .box-filter input,
  #filter .box-filter select,
  .filter .box-filter select {
    height: 100%;
  }
}
@media (max-width: 529.98px) {
  #filter .box-filter .button,
  .filter .box-filter .button {
    margin: 0 auto;
  }
}
.nessun-risultato {
  text-align: center;
  width: 100%;
  padding: 20px;
  font-size: clamp(20px, 3.18vw, 26px);
  font-weight: 600;
}
.annuncio-dettagli-container {
  display: flex;
  flex-flow: row wrap;
  padding: 20px 0 28px;
  line-height: 1;
}
.annuncio-dettagli-container .separator {
  padding: 8px 10px 0 10px;
  display: flex;
  align-items: center;
  font-size: 20px;
}
.annuncio-dettagli-container .label-container-flex {
  font-size: 15px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding-top: 8px;
}
.annuncio-dettagli-container .label-container-flex .img-annuncio-title {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
  padding-bottom: 3px;
}
.back-to-search {
  display: flex;
  margin-left: -6px;
  justify-content: flex-end;
}
.back-to-search i {
  text-decoration: underline;
  margin-top: 2px;
}
.back-to-search:hover {
  text-decoration: none;
}
.back-to-search:hover i {
  text-decoration: underline;
}
#scheda-annuncio {
  max-width: 1030px;
  font-size: clamp(14px, 1.45vw, 16px);
}
#scheda-annuncio p {
  padding-bottom: 6px !important;
}
#scheda-annuncio b,
#scheda-annuncio strong {
  font-weight: 600;
}
#scheda-annuncio h3 {
  font-size: clamp(18px, 2vw, 22px);
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  font-weight: bold;
  color: #ff0033;
  padding-bottom: clamp(10px, 1.45vw, 16px);
}
#scheda-annuncio h4 {
  font-weight: bold;
  padding-bottom: clamp(10px, 1.45vw, 16px);
}
#scheda-annuncio .annuncio-titolo {
  font-size: clamp(29px, 3.27vw, 36px);
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
  color: #ff0033;
  font-weight: bold;
}
#scheda-annuncio .annuncio-sottotitolo {
  max-width: 900px;
  line-height: 1.4;
  font-size: clamp(18px, 2vw, 22px);
  padding-bottom: 30px;
}
#scheda-annuncio hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 40px 0 !important;
}
#scheda-annuncio hr.hr-section-title {
  width: 50px;
  height: 4px;
  background: #000;
  margin: 0 !important;
}
#scheda-annuncio .lingua {
  text-transform: capitalize;
}
#scheda-annuncio .privacy-label {
  font-size: 13px;
  padding-block: 30px;
}
#scheda-annuncio .social-share {
  font-size: 0;
  padding-top: 50px;
  display: flex;
  gap: 10px;
}
#scheda-annuncio .social-share .social-icon {
  background: #000000;
  color: #FFFFFF;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  padding: 5px;
  border: 1px solid #000000;
}
#scheda-annuncio .social-share .social-icon svg {
  width: 100%;
  fill: #FFFFFF;
}
#scheda-annuncio .social-share .social-icon.mailto {
  padding: 1px !important;
}
#scheda-annuncio .social-share .social-icon:hover {
  color: #000000;
  background: #FFFFFF;
}
#scheda-annuncio .social-share .social-icon:hover svg {
  fill: #000000;
}
#result-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
#result-list.loading {
  max-height: 80vh;
  overflow: hidden;
}
#result-list.loading .wrap-box-annuncio {
  opacity: 0.2;
}
.wrap-box-annuncio {
  width: 100%;
  padding: 16px 12px;
}
@media (min-width: 929.98px) {
  .wrap-box-annuncio {
    width: 50%;
  }
}
.wrap-box-annuncio .box-annuncio {
  background-color: #FFFFFF;
  height: 100%;
  width: 100%;
  padding: clamp(20px, 3.18vw, 30px);
}
.wrap-box-annuncio .box-annuncio .titolo {
  font-size: clamp(18px, 2vw, 22px);
  font-family: 'Instrument Sans', Arial, sans-serif !important;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  font-weight: bold;
  padding-bottom: 16px;
}
.wrap-box-annuncio .box-annuncio .locazione {
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  color: #ff0033;
}
.wrap-box-annuncio .box-annuncio .annuncio-dettagli-container {
  padding-top: 20px;
  padding-bottom: 25px;
}
.wrap-box-annuncio .box-annuncio .annuncio-dettagli-container .label-container-flex {
  font-size: 14px !important;
}
.wrap-box-annuncio .box-annuncio .details-annuncio {
  font-size: clamp(14px, 1.45vw, 16px);
  line-height: 1.4;
  margin-bottom: 28px;
}
@media (min-width: 929.98px) {
  .wrap-box-annuncio .box-annuncio .details-annuncio {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    min-height: 48px;
  }
}
.wrap-box-annuncio .box-annuncio .box-cta {
  text-align: right;
}
#footer #newsletter {
  background: #ff0033;
  color: white;
  padding: 22px 0 30px;
}
#footer #newsletter .container {
  line-height: 1.1;
}
@media (min-width: 767.98px) {
  #footer #newsletter .container {
    display: grid;
    grid-template-columns: 1fr 264px;
    grid-column-gap: 18px;
    grid-row-gap: 0;
    align-items: center;
  }
}
#footer #newsletter .container .h2 {
  font-weight: bold;
  padding-bottom: 10px;
}
#footer #newsletter .container .social {
  text-align: center;
}
@media (max-width: 767.98px) {
  #footer #newsletter .container {
    text-align: center;
  }
  #footer #newsletter .container .social {
    padding-top: 16px;
  }
}
#footer #navbar-footer {
  font-size: 14px;
  line-height: 1.1;
  background-color: #272727;
  color: #FFFFFF;
}
#footer #navbar-footer .social {
  padding: 0 12px;
}
#footer #navbar-footer .certificati {
  text-align: center;
}
#footer #navbar-footer .certificati a {
  padding: 0 12px;
  display: inline-block;
}
#footer #navbar-footer .container {
  display: grid;
  grid-template-columns: 234px 1fr 264px;
  grid-column-gap: 18px;
  grid-row-gap: 0;
  align-items: center;
}
@media (max-width: 992px) {
  #footer #navbar-footer .container {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "menu menu" "social certificati";
  }
  #footer #navbar-footer .container .menu-menu-footer-container {
    grid-area: menu;
  }
  #footer #navbar-footer .container .social {
    grid-area: social;
    text-align: center;
    padding: 30px 0;
  }
  #footer #navbar-footer .container .certificati {
    grid-area: certificati;
    padding: 30px 0;
    text-align: center;
  }
  #footer #navbar-footer .container .certificati a {
    padding: 0 8px;
    display: block;
  }
}
@media (max-width: 400px) {
  #footer #navbar-footer .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "menu" "social" "certificati";
  }
  #footer #navbar-footer .container .menu-menu-footer-container {
    grid-area: menu;
  }
  #footer #navbar-footer .container .social {
    grid-area: social;
  }
  #footer #navbar-footer .container .certificati {
    grid-area: certificati;
  }
}
#footer #navbar-footer .container a {
  color: white;
}
#footer #navbar-footer .container .menu-menu-footer-container {
  width: 100%;
  margin-right: -16px;
  padding-top: 30px;
  padding-bottom: 15px;
}
@media (min-width: 767.98px) {
  #footer #navbar-footer .container .menu-menu-footer-container {
    margin-right: 0;
    padding-left: 16px;
  }
}
#footer #navbar-footer .container .menu-menu-footer-container > ul {
  gap: 0;
}
@media (min-width: 439.98px) {
  #footer #navbar-footer .container .menu-menu-footer-container > ul {
    column-count: 2;
  }
}
@media (min-width: 569.98px) {
  #footer #navbar-footer .container .menu-menu-footer-container > ul {
    column-count: 3;
  }
}
#footer #navbar-footer .container .menu-menu-footer-container > ul > li {
  padding-bottom: 22px;
  padding-right: 16px;
  display: inline-block;
  width: 100%;
}
#footer #navbar-footer .container .menu-menu-footer-container > ul > li a {
  font-weight: 700;
  color: #FFFFFF;
}
#footer #navbar-footer .container .menu-menu-footer-container > ul > li.nolink > a {
  pointer-events: none;
  cursor: default;
}
#footer #navbar-footer .container .menu-menu-footer-container > ul > li li {
  padding-left: 12px;
  padding-top: 10px;
}
@media (max-width: 767.98px) {
  #footer #navbar-footer .container .menu-menu-footer-container > ul > li li {
    padding-top: 6px;
  }
}
@media (width: 439.98px) {
  #footer #navbar-footer .container .menu-menu-footer-container > ul > li li {
    padding-left: 16px;
  }
}
#footer #navbar-footer .container .menu-menu-footer-container > ul > li li a {
  font-weight: 400;
}
#footer #navbar-footer .container .social {
  text-align: center;
}
#footer #navbar-footer .container .social .h4 {
  padding-top: 16px;
  font-weight: bold;
  padding-bottom: 30px;
}
#footer #navbar-footer .container .social .box-registrati {
  padding-bottom: 32px;
}
#footer #navbar-footer .container .social .social-icons {
  display: flex;
  gap: 10px;
  justify-content: center;
}
#footer #navbar-footer .container .social .social-icons .social-icon {
  display: block;
  color: #FFFFFF;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  padding: 5px;
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
}
#footer #navbar-footer .container .social .social-icons .social-icon svg {
  width: 100%;
  fill: #272727;
}
#footer #navbar-footer .container .social .social-icons .social-icon:hover {
  color: #000000;
  background: #FFFFFF;
}
#footer #navbar-footer .container .social .social-icons .social-icon:hover svg {
  fill: #000000;
}
#footer #footer-menu {
  background-color: #555555;
  color: white;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 24px 10px;
}
#footer #footer-menu a {
  color: white;
  display: inline-block;
  margin: 0 5px;
}
/*# sourceMappingURL=style.css.map */