:root {
  --giallo\<deleted\|variable-cb18b895-1064-c6ea-809f-ef16f8d70a7f\>: var(--lilla);
  --white: white;
  --lilla: #a648f3;
  --giallo: #dcef00;
  --black: black;
  --grigio: #282826;
  --systemflow-lite--neutral--90: #1e2024;
  --systemflow-lite--neutral--80: #636b75;
  --systemflow-lite--primary--60: #2f54eb;
  --systemflow-lite--neutral--10: white;
  --systemflow-lite--primary--50: #597ef7;
  --systemflow-lite--primary--70: #1d39c4;
  --systemflow-lite--primary--80: #10239e;
  --systemflow-lite--neutral--40: #dde1e6;
  --systemflow-lite--primary--40: #85a5ff;
  --systemflow-lite--neutral--70: #838d95;
  --systemflow-lite--neutral--100: #0e0f11;
  --systemflow-lite--primary--10: #f2f6ff;
  --systemflow-lite--primary--20: #e5eeff;
  --elettrico-blu: #2808cb;
  --scuro-viola: #2c233a;
  --color: #350e76;
}

.prima {
  height: 750px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f7fa;
  background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/spettacolo-di-luci-blue-stage-lights.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom: 0 #e4ebf3;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 30px 80px;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  font-family: Lato, sans-serif;
}

.image {
  color: var(--giallo\<deleted\|variable-cb18b895-1064-c6ea-809f-ef16f8d70a7f\>);
}

.heading {
  font-weight: 400;
}

.heading-1 {
  color: var(--white);
  font-size: 70px;
  font-weight: 300;
  line-height: 80px;
}

.text-span {
  color: var(--lilla);
  font-family: DM Serif Display, sans-serif;
  font-style: italic;
}

.text-span-2 {
  color: var(--giallo);
  font-family: DM Serif Display, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.navbar {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-left: 15px;
  margin-right: 15px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--giallo);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.text-block {
  color: var(--white);
  text-align: center;
  align-self: center;
  padding: 10px;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.text-block.frac {
  border: 2px solid var(--giallo);
  color: var(--giallo);
  border-radius: 20px;
  padding-bottom: 10px;
}

.allestimenti {
  background-color: var(--white);
  background-image: url('../images/Risorsa-6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 0 #e4ebf3;
  padding: 40px 30px 100px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: none;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  color: var(--black);
  text-align: left;
  color: var(--white);
  justify-content: center;
  margin-bottom: 32px;
  font-family: DM Serif Display, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.hero-wrapper {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 35%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.hero-split.serv1 {
  max-width: 70%;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 10px;
}

.hero-split.serv2 {
  max-width: 70%;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 10px;
}

.margin-bottom-24px-2 {
  color: var(--black);
  margin-bottom: 24px;
}

.button-primary-3 {
  border-bottom: 3px solid var(--lilla);
  background-color: var(--white);
  color: var(--lilla);
  letter-spacing: 0;
  text-transform: capitalize;
  padding: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  transition: all .4s linear;
}

.button-primary-3:hover {
  background-color: var(--white);
  color: var(--lilla);
  font-size: 16px;
}

.button-primary-3:active {
  background-color: var(--white);
}

.shadow-two {
  width: 500px;
  flex: 0 auto;
  margin-right: 60px;
  box-shadow: 0 4px 24px 13px rgba(0, 0, 0, .2);
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.servizi {
  background-color: var(--grigio);
  border-bottom: 0 #e4ebf3;
  justify-content: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.celle {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.celle._1 {
  width: 450px;
  min-height: 350px;
  min-width: 350px;
  background-image: url('../images/Risorsa-7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}

.celle._2 {
  width: 450px;
  min-height: 350px;
  min-width: 350px;
  background-image: url('../images/Risorsa-8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}

.margin-bottom-24px-3 {
  color: var(--white);
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.div-block {
  max-width: none;
  justify-content: center;
  display: flex;
}

.heading-3 {
  color: var(--white);
  font-family: DM Serif Display, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

.heading-4 {
  color: var(--white);
  font-family: DM Serif Display, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
}

.eventi {
  background-color: #f5f7fa;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bw.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 0 #e4ebf3;
  padding: 140px 30px;
  position: relative;
}

.hero-wrapper-two-2 {
  max-width: none;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-4 {
  color: var(--white);
  margin-bottom: 24px;
  padding-left: 5px;
  padding-right: 5px;
}

.margin-bottom-24px-4.dot {
  color: var(--giallo);
}

.div-block-2 {
  padding-top: 20px;
  display: flex;
}

.heading-5 {
  color: var(--white);
  font-family: DM Serif Display, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
}

.sceglierci {
  background-color: var(--white);
  border-bottom: 0 #e4ebf3;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0;
  display: flex;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 60px;
  display: flex;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  max-width: 45%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px-5 {
  color: var(--black);
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.image-2 {
  max-width: 50%;
}

.heading-6 {
  color: var(--black);
  font-family: DM Serif Display, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
}

.innovazione {
  background-color: var(--giallo);
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 40px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two-3 {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-7 {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
}

.clienti {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.text-align-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.logo3_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  opacity: 1;
  white-space: nowrap;
  mix-blend-mode: luminosity;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  justify-items: start;
  margin-top: 20px;
  margin-right: 0;
  display: grid;
}

.logo3_list._1 {
  display: none;
}

.logo3_logo {
  max-height: 8rem;
  opacity: 1;
  mix-blend-mode: normal;
  padding-left: 0;
}

.client {
  overflow: hidden;
}

.margin-bottom {
  height: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-large.nclienti {
  justify-content: center;
  margin-bottom: 0;
}

.logo3_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo3_wrapper._1, .logo3_wrapper._2, .logo3_wrapper._3 {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.banner {
  padding-top: 80px;
  padding-bottom: 10px;
}

.heading-8 {
  text-transform: none;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 3.25rem;
  font-family: DM Serif Display, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 44px;
  display: flex;
}

.logo3_component {
  display: flex;
}

.padding-global {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  padding: 0 5%;
  display: flex;
}

.bold-text {
  color: var(--black);
  align-self: center;
  font-weight: 400;
}

.sysf-c-t-neutral-90 {
  color: var(--systemflow-lite--neutral--90);
}

.sysf-body-text {
  color: var(--systemflow-lite--neutral--80);
  margin-top: 0;
}

.sysf-body-text.sysf-s {
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.4285;
}

.sysf-body-text.sysf-s.sysf-s-m-b-0 {
  margin-bottom: 0;
}

.sysf-body-text.sysf-m {
  letter-spacing: -.011em;
}

.sysf-s-m-b-0 {
  margin-bottom: 0;
}

.sysf-button {
  background-color: var(--systemflow-lite--primary--60);
  color: var(--systemflow-lite--neutral--10);
  text-align: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.sysf-button:hover {
  background-color: var(--systemflow-lite--primary--50);
}

.sysf-button:active {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button:focus {
  box-shadow: 0 0 0 2px var(--systemflow-lite--neutral--10), 0 0 0 5px var(--systemflow-lite--primary--60);
}

.sysf-button.sysf-medium {
  border-radius: 6px;
  padding: 8px 12px;
}

.sysf-button.sysf-medium:hover {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button.sysf-medium:active {
  background-color: var(--systemflow-lite--primary--80);
}

.sysf-button.sysf-medium:focus {
  background-color: var(--systemflow-lite--primary--70);
}

.sysf-button.sysf-medium.sysf-form-button {
  width: 100%;
  margin-bottom: 12px;
}

.sysf-input {
  border: 1px solid var(--systemflow-lite--neutral--40);
  background-color: var(--systemflow-lite--neutral--10);
  border-radius: 6px;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 400;
}

.sysf-input:hover {
  border-color: var(--systemflow-lite--primary--40);
}

.sysf-input:active {
  border-color: var(--systemflow-lite--primary--50);
}

.sysf-input:focus {
  border-color: var(--systemflow-lite--primary--60);
  background-color: var(--systemflow-lite--neutral--10);
}

.sysf-input::-ms-input-placeholder {
  color: var(--systemflow-lite--neutral--70);
}

.sysf-input::placeholder {
  color: var(--systemflow-lite--neutral--70);
}

.sysf-input.sysf-medium {
  height: 44px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

.sysf-heading {
  color: var(--systemflow-lite--neutral--100);
}

.sysf-heading.sysf-xs {
  letter-spacing: -.014em;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.sysf-heading.sysf-xl {
  letter-spacing: -.022em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.25;
}

.sysf-hero-form-wrapper {
  border: 1px solid var(--systemflow-lite--neutral--40);
  background-color: var(--systemflow-lite--neutral--10);
  border-radius: 6px;
  margin-left: 64px;
  margin-right: 64px;
  padding: 48px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
}

.material-icons.sysf-icon-left {
  margin-top: 2px;
  margin-right: 4px;
}

.material-icons.sysf-icon-left.sysf-icon-list-item {
  margin-top: 3px;
  margin-right: 4px;
  font-size: 18px;
}

.sysf-icon-list-item {
  align-items: flex-start;
  margin-bottom: .25rem;
  display: flex;
}

.sysf-c-t-primary-60 {
  color: var(--systemflow-lite--primary--60);
}

.sysf-tagline {
  background-color: var(--systemflow-lite--primary--10);
  color: var(--systemflow-lite--primary--60);
  letter-spacing: -.006em;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.sysf-c-b-primary-20 {
  background-color: var(--systemflow-lite--primary--20);
}

.sysf-hero-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

.sysf-container {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.sysf-hero-section {
  position: relative;
  overflow: hidden;
}

.sysf-c-b-primary-10 {
  background-color: var(--systemflow-lite--primary--10);
}

.field-label {
  color: var(--white);
  font-weight: 400;
}

.get-in-touch-form {
  color: #232f38;
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.contact-form-heading-wrap {
  flex-direction: column;
  justify-content: space-around;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.contact-form-wrap {
  background-color: var(--grigio);
  color: var(--grigio);
  border: 0 rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-left: 40px;
  padding: 45px 140px 50px;
  display: flex;
}

.contact-heading {
  color: #1d98ce;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 400;
  display: inline;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  border-style: none none solid;
  border-bottom-color: var(--lilla);
  color: var(--white);
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 25px;
  transition-property: none;
}

.text-field.cc-contact-field::-ms-input-placeholder {
  color: var(--white);
}

.text-field.cc-contact-field::placeholder {
  color: var(--white);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-textarea.cc-contact-field {
  height: 150px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  transition-property: none;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-light-2 {
  opacity: 1;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}

.button-2 {
  background-color: var(--white);
  color: var(--lilla);
  letter-spacing: 0;
  text-transform: capitalize;
  border-radius: 3px;
  align-self: flex-start;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: all .5s linear;
}

.button-2:hover {
  background-color: var(--lilla);
  color: var(--giallo);
  font-size: 16px;
}

.button-2:active {
  background-color: #43464d;
}

.form {
  background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--lilla), rgba(255, 255, 255, 0) 30%), radial-gradient(circle farthest-corner at 0% 100%, var(--giallo), white 30%, rgba(255, 255, 255, 0));
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.heading-9 {
  color: var(--black);
  justify-content: flex-start;
  margin-bottom: 40px;
  padding-left: 0;
  font-family: DM Serif Display, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

.image-3 {
  display: none;
  position: absolute;
  top: auto;
  bottom: -3%;
  left: 0;
  right: auto;
}

.image-4 {
  display: none;
  position: absolute;
  top: auto;
  bottom: -3%;
  left: auto;
  right: 5%;
}

.text-span-3 {
  color: var(--lilla);
}

.text-span-4 {
  color: var(--giallo);
}

.slider {
  width: auto;
  height: 100%;
  justify-content: center;
  align-items: stretch;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slider.sec, .slide-nav, .right-arrow, .left-arrow {
  display: none;
}

.image-5 {
  display: none;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 0%;
  right: auto;
}

.image-6 {
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 5%;
}

.slide {
  background-image: url('../images/Risorsa-10.png');
  background-position: 0 0;
  background-size: auto;
}

.bold-text-2 {
  color: var(--white);
  font-family: DM Serif Display, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  display: block;
}

.bold-text-2.q {
  color: var(--giallo);
}

.text-block-2 {
  color: var(--white);
  font-size: 13px;
}

.text-block-3 {
  color: var(--white);
  margin-left: 0;
  padding-left: 0;
  font-size: 13px;
}

.text-block-4, .text-block-5 {
  color: var(--white);
  font-size: 13px;
}

.div-block-3, .div-block-4 {
  flex-direction: row-reverse;
  justify-content: space-between;
  display: flex;
}

.text-span-5 {
  color: var(--giallo);
}

.slide-2 {
  background-image: url('../images/spettacolo-di-luci-blue-stage-lights.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Risorsa-10.png');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/spettacolo-di-luci-blue-stage-lights.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Risorsa-10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/spettacolo-di-luci-blue-stage-lights.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/Risorsa-10.png');
  background-position: 50%;
  background-size: auto;
}

.recaptcha {
  margin-bottom: 0;
}

.link, .link-2 {
  color: var(--white);
  text-decoration: none;
}

.slider-2 {
  width: 50%;
  height: auto;
  min-height: 600px;
  min-width: 500px;
  align-self: stretch;
  display: flex;
}

.slide-8 {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 600px;
  min-width: 500px;
  background-image: url('../images/Risorsa-10.png');
  background-position: 0 0;
  background-size: auto;
}

.mask {
  min-height: 600px;
  min-width: 500px;
}

.slide-9 {
  min-width: 500px;
  background-image: url('../images/spettacolo-di-luci-blue-stage-lights.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
}

.slide-nav-2 {
  display: none;
}

.slide-10 {
  min-height: 600px;
  background-image: url('../images/Risorsa-10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slide-11 {
  min-height: 600px;
  min-width: 500px;
  background-image: url('../images/spettacolo-di-luci-blue-stage-lights.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon, .icon-2 {
  display: none;
}

.hero-heading-left {
  background-color: var(--white);
  background-image: url('../images/Risorsa-6.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px 13px rgba(150, 163, 181, .5);
}

.scegliere {
  background-color: var(--white);
  background-image: url('../images/Risorsa-6.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.link-block {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .hero-split.serv1 {
    justify-content: flex-end;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .celle {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .celle._1 {
    width: 350px;
    justify-content: flex-end;
    align-self: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .celle._2 {
    width: 350px;
    justify-content: flex-end;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-4, .container-5 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sysf-button.sysf-medium, .sysf-input {
    font-size: 16px;
  }

  .sysf-hero-form-wrapper {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
  }

  .sysf-hero-left-1-form-text {
    text-align: left;
  }

  .sysf-hero-grid-3 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: center;
    grid-template-columns: 1.25fr;
  }

  .sysf-st-p-y-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sysf-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .contact-form-heading-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-form-wrap {
    justify-content: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .button-2 {
    justify-content: center;
  }

  .image-5 {
    left: -10%;
  }

  .text-block-2 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .text-block-3, .text-block-4 {
    font-size: 12px;
  }

  .text-block-5 {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .div-block-3, .div-block-4 {
    flex-direction: column-reverse;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .prima {
    padding: 10px 15px 60px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .allestimenti {
    padding: 60px 20px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .servizi {
    flex-direction: column;
    padding: 60px 15px;
  }

  .celle._1 {
    margin-bottom: 10px;
  }

  .div-block {
    flex-direction: column;
  }

  .eventi {
    padding: 60px 15px;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .sceglierci {
    padding: 0 15px;
  }

  .innovazione, .clienti {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sysf-heading.sysf-xl {
    margin-bottom: 12px;
  }

  .sysf-hero-form-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
  }

  .sysf-hero-grid-3 {
    grid-row-gap: 24px;
  }

  .sysf-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .get-in-touch-form {
    margin-left: 10px;
    margin-right: 0;
  }

  .contact-form-wrap {
    justify-content: space-around;
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .image-3, .image-4, .image-5 {
    display: none;
  }

  .hero-heading-left, .scegliere {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .prima {
    padding-top: 10px;
  }

  .container {
    max-width: none;
  }

  .heading-1 {
    font-size: 50px;
  }

  .nav-menu {
    background-color: rgba(255, 255, 255, .9);
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 0;
  }

  .nav-link {
    color: var(--lilla);
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button.w--open {
    color: var(--giallo);
    background-color: rgba(166, 177, 191, 0);
  }

  .allestimenti {
    justify-content: center;
    display: flex;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .hero-split.serv1, .hero-split.serv2 {
    max-width: 90%;
    margin-bottom: 0;
  }

  .shadow-two {
    align-self: flex-start;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .celle._1 {
    width: 310px;
    min-height: 310px;
    min-width: 310px;
    margin-bottom: 20px;
  }

  .celle._2 {
    width: 310px;
    min-height: 310px;
    min-width: 310px;
    justify-content: flex-end;
  }

  .margin-bottom-24px-3 {
    margin-bottom: 20px;
  }

  .div-block {
    flex-direction: column;
  }

  .eventi {
    flex-direction: column;
    display: flex;
  }

  .hero-wrapper-two-2, .div-block-2 {
    flex-direction: column;
  }

  .sceglierci {
    flex-direction: column-reverse;
  }

  .container-3, .container-4, .container-5 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-large {
    max-width: none;
  }

  .logo3_list {
    opacity: 1;
    mix-blend-mode: luminosity;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    justify-content: center;
  }

  .logo3_logo {
    max-height: 6rem;
    margin-left: -8px;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logo3_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .padding-section-medium.banner {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .heading-8 {
    text-align: center;
    margin: 0 0 1.25rem;
    padding-left: 0;
    padding-right: 9px;
    font-size: 2.0625rem;
  }

  .sysf-button.sysf-medium {
    align-self: stretch;
  }

  .sysf-button.sysf-medium.sysf-form-button {
    margin-top: 4px;
  }

  .sysf-input.sysf-medium {
    margin-bottom: .5rem;
  }

  .sysf-hero-form-wrapper {
    padding: 24px;
  }

  .contact-form-wrap {
    flex-direction: column;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-light-2 {
    margin-bottom: 10px;
  }

  .form {
    padding-top: 60px;
  }

  .image-6 {
    display: none;
  }

  .recaptcha {
    position: relative;
    top: auto;
    bottom: 0%;
    left: -10%;
    right: auto;
  }

  .container-6 {
    max-width: none;
  }
}

#w-node-_0496447a-06de-67b2-1b12-6f6c8f763498-fdb34655, #w-node-_0496447a-06de-67b2-1b12-6f6c8f76349a-fdb34655, #w-node-_0496447a-06de-67b2-1b12-6f6c8f76349c-fdb34655 {
  justify-self: center;
}

#w-node-_64938857-eb42-e7bc-3602-82c65e078e02-fdb34655 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0496447a-06de-67b2-1b12-6f6c8f76349e-fdb34655 {
  justify-self: center;
}

#w-node-e76dd735-b025-59ec-608f-34147dd00709-fdb34655 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3bb34dd1-38cf-cce0-3ba1-2e9e9b03a4c7-fdb34655, #w-node-_30aa4527-6705-1200-0328-e87781e913fa-fdb34655, #w-node-_0e224e3f-6141-f614-c035-3c0787a0eb5c-fdb34655, #w-node-_2d1511e5-a63e-ae21-aac2-8ab6a709115d-fdb34655, #w-node-_65a3d5ae-44ce-3754-0247-423c611030aa-fdb34655, #w-node-_65a3d5ae-44ce-3754-0247-423c611030ac-fdb34655, #w-node-_65a3d5ae-44ce-3754-0247-423c611030ae-fdb34655, #w-node-_65a3d5ae-44ce-3754-0247-423c611030b0-fdb34655 {
  justify-self: center;
}

#w-node-_65a3d5ae-44ce-3754-0247-423c611030b2-fdb34655, #w-node-_65a3d5ae-44ce-3754-0247-423c611030b3-fdb34655 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_65a3d5ae-44ce-3754-0247-423c611030b4-fdb34655, #w-node-_65a3d5ae-44ce-3754-0247-423c611030b5-fdb34655, #w-node-_65a3d5ae-44ce-3754-0247-423c611030b6-fdb34655, #w-node-ce88254e-4683-b109-c2ce-8b6abd667717-fdb34655, #w-node-eed96b8c-e71f-d4d7-aea7-df36d3ee97c2-fdb34655, #w-node-_8eaa3d65-e456-802c-0ab7-52148faafe3b-fdb34655, #w-node-_8eaa3d65-e456-802c-0ab7-52148faafe3d-fdb34655, #w-node-_8eaa3d65-e456-802c-0ab7-52148faafe3f-fdb34655, #w-node-_8eaa3d65-e456-802c-0ab7-52148faafe41-fdb34655 {
  justify-self: center;
}

#w-node-_8eaa3d65-e456-802c-0ab7-52148faafe43-fdb34655, #w-node-_8eaa3d65-e456-802c-0ab7-52148faafe44-fdb34655 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8eaa3d65-e456-802c-0ab7-52148faafe45-fdb34655, #w-node-_8eaa3d65-e456-802c-0ab7-52148faafe46-fdb34655, #w-node-_8eaa3d65-e456-802c-0ab7-52148faafe47-fdb34655, #w-node-_366bac40-7f19-a1ca-fe1a-2d02e3b2107e-fdb34655, #w-node-_8f003879-922e-dc93-0943-495132259212-fdb34655, #w-node-_9425a830-c82b-013f-48ea-33268f8cc15e-fdb34655, #w-node-_9425a830-c82b-013f-48ea-33268f8cc160-fdb34655, #w-node-_9425a830-c82b-013f-48ea-33268f8cc162-fdb34655, #w-node-_9425a830-c82b-013f-48ea-33268f8cc164-fdb34655 {
  justify-self: center;
}

#w-node-_9425a830-c82b-013f-48ea-33268f8cc166-fdb34655, #w-node-_9425a830-c82b-013f-48ea-33268f8cc167-fdb34655 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9425a830-c82b-013f-48ea-33268f8cc168-fdb34655, #w-node-_9425a830-c82b-013f-48ea-33268f8cc169-fdb34655, #w-node-_9425a830-c82b-013f-48ea-33268f8cc16a-fdb34655, #w-node-_3d3be840-86fa-3277-6ff5-d2904d23b755-fdb34655, #w-node-_5ca1cd23-721a-acfd-ba78-4e3908b209cb-fdb34655, #w-node-c5143a0e-66a4-630b-358a-60e33fc22e62-fdb34655, #w-node-c5143a0e-66a4-630b-358a-60e33fc22e64-fdb34655, #w-node-c5143a0e-66a4-630b-358a-60e33fc22e66-fdb34655, #w-node-c5143a0e-66a4-630b-358a-60e33fc22e68-fdb34655 {
  justify-self: center;
}

#w-node-c5143a0e-66a4-630b-358a-60e33fc22e6a-fdb34655, #w-node-c5143a0e-66a4-630b-358a-60e33fc22e6b-fdb34655 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c5143a0e-66a4-630b-358a-60e33fc22e6c-fdb34655, #w-node-c5143a0e-66a4-630b-358a-60e33fc22e6d-fdb34655, #w-node-_64f0e16c-6f06-8b70-64e4-8a55d3b19213-fdb34655, #w-node-_20070d95-6f47-9c8e-412e-30a88012cb04-fdb34655, #w-node-_5f05d09f-5f86-565b-ae2c-056caaa5cdd9-fdb34655 {
  justify-self: center;
}


